@import url('/files/system/css/lmu/navigation.css');
@import url('/files/system/css/lmu/paragraph.css');

body 
{
    height:100%;
    margin: 0;
    padding: 0;
    background-color: #fff;
}
#container {
    width: 780px;
    margin: 0 auto;
    min-height: 300px;
    }

#topholder, #middleholder, #footerholder 
{
    clear: both;
    width: 100%;
    }

#topholder {
    height: 84px;
    position: absolute;
    top: 0;
    width: 780px;
    }

#topholder h1 {
    margin: 0;
    padding: 0;
     }

#topholder h1 a {
    display: block;
    width: 780px;
    height: 84px;
    text-indent: -9999px;
    }

#topmenu {
       position: absolute;
       top: 83px;
       width: 780px;
       height: 30px;
       background-color: #e6e5d6;
       border-bottom: solid 1px #fff;
       }
       #functions 
       {
   
           float: right;
           }
#middleholder {   
    float: left;
    background-image: url(/Files/System/../Billeder/LMU/lmu_middleholderbg.gif);
background-repeat:repeat;

    position: absolute;
    top: 114px;
    width: 780px;
    min-height: 200px;    
    }
#menucontent 
{
    width: 207px;
    float: left;
    background-color: #e6e5d6;

    }
    #searchform 
{
       width: 207px;
       float: left;
       text-align: center;
       height: 36px;
       line-height: 36px;
       border-bottom: solid 1px #fff;
       }    
#menuholder 
{
    width: 207px;
    float: left;

    }
    
#contentholder 
{
    background-color: #fff;
    width: 573px;
    float: right;
    min-height: 200px;

    }  
#legend 
{
    width: 553px;
    background-color: #fff;
    /*float:left;*/
    padding: 10px;
    border-bottom: solid 1px #999999;
    }       
    
#content {
    background-color: #fff;
    width: 543px;

    min-height: 200px;
    padding: 0 15px 15px 15px;
    }       
    

#footerholder 
    {
    float:left;
    width: 780px;
    height: 37px;
    background-image: url(/Files/System/../Billeder/LMU/kolofon.gif);
    background-repeat: no-repeat;
    text-indent: -9999px;
        }
        
#footerholder div small
    {
        line-height: 30px;
        }
#footerholder div small a
    {
        display: block;
        font-size: inherit;
        color: #999999;
     
        }


    .clearfix 
    {
        clear: both;
        }    
/*.form {
	margin: 0;
	vertical-align: middle;
}


.formField	 	
{
    color: #000;
	font-size: 12px;
	font-weight: bold;
	background-color: transparent;
	padding: 2px;
	border: solid 1px white;}
	
.formBts	{border: solid white 1px;
  color: #000;
  FONT-SIZE: 12px;
    background-color: transparent;
}*/