/* LABBASE LAYOUT */


body {
margin: 0;
font-family: verdana, arial, sans-serif;
color: black;
background-color: #e2e2c5;
}


/* Banner på toppen af hver side der viser logo*/

#main-title {
margin-left: 0px;
margin-right: 0px;
padding-right: 30px;
height: 120px;
padding-top: 10px;
background-color: #9e9e8a;
text-align: right;
color: #e2e2c5;
}




/* Heading level 1 is not contained in main-text. */

h1 {
margin-top: 20px;
margin-bottom: 10px;
margin-left: 20px;
margin-right: 120px;
color: #77774f;
border-bottom: 1px #999 dashed;
padding-bottom: 10px;
font-size: 0.9em;
}

/* Styles for the main text on the page. */

#main-text {
padding-left: 30px;
margin-right: 120px;
color: #36504C;
font-size: 10px;
font-weight: bold;
}


#main-text a:link, #main-text a:visited {
color: #77774f;
text-decoration: none;
font-weight: bold;
}

#main-text a:hover, #main-text a.current {
color: #ea9e57;
text-decoration: none;
font-weight: bold;
}


#main-text table {
line-height: 15px;
font-size: 0.9em;
}

#main-text tr {
margin-bottom: 2px;
}


#main-text td {
padding-left: 5px;
padding-right: 5px;
height: 40px;
}


img {
text-align: right;
border:none;
}



#left-menu {
position: absolute;
margin-left: 10px;
font-size: 0.8em;
line-height: 1.25em;
top: 25px;
left: 17px;
right: 5px;
width: 180px;
text-align: left;
}

#left-menu p {
margin-left: 20px;
padding-right: 10px;
margin-bottom: 0px;
padding-bottom: 5px;
font-size: 0.8em;
line-height: 15px;
}



#left-menu a:link, #left-menu a:visited {
margin-left: 10px;
color: #77774f;
text-decoration: none;
font-weight: bold;
}

#left-menu a:hover, #left-menu a.current {
margin-left: 10px;
color: #ea9e57;
text-decoration: none;
font-weight: bold;
}


.labelcell {
 font: 10px verdana, arial, sans-serif;
 color: #77774f;
 background-color: transparent;
 width: 120px;
}

.fieldcell {
 width: 80px;
 font: 10px verdana, arial, sans-serif;
 background-color: transparent;
 color: #77774f;
 border: 1px solid #77774f;
 margin-right: 0px;
}


.button {
 font: 10px verdana, arial, sans-serif;	
 background-color: #e2e2c5;
 color: #black;
 margin-left: 0px;
 margin-top: 3px;
 margin-bottom: 2px;
}


/* Styles for the footer at the bottom of the page */

#footer {
text-align: center;
background-color: #ccc572;
color: #ffffff;
margin-bottom: 0;
padding-top: 17px;
padding-left: 17px;
padding-bottom: 17px;
font-size: 0.75em;
}






