/* CSS Document */
body{
color:black;
margin:0px;
margin-top:0px;
text-align:center;
background:#ADC4C5;
}

table.menu{
position: absolute;
border: 1px solid #DFE8F1;
cursor: pointer;
cursor: hand;
visibility: hidden;
}


table.menu td{
color: #607382;            /* Must be the same as tdColor in the menu_script.js */
background-color: #DFE8F1; /* Must be the same as tdBgColor in the menu_script.js */
border: 0px;
padding: 0px 8px 2px;
font-family: Verdana,Tahoma,Helvetica;
font-size: 11pt;
white-space: nowrap;
}


#mainmenu{
top: 73px;
left: 65px;
}

#indhold{
width:775px;
margin-top:0px;
margin-bottom:0px;
margin-left:auto;
margin-right:auto;
position:relative;
padding:0px;
border: 0px;
text-align:left;
}

