html, body { 
    margin:0; 
    padding:0; 
    height:100%; /* needed for container min-height */
} 

p ,li { font-family: Arial,Verdana,Helvetica,sans-serif; font-size:16pt;font-weight:normal; }



div#contens {
    margin: 0 0 0 10px;
}

div#footer { 
    position:fixed; 
    clear:both; 
    width:100%; 
    height:20px; 
    bottom:0; /* stick to bottom */ 
    background:#DDDDDD; 
    border-top:1px solid #BFBFBF;
    padding:2px 0 5px 5px;	
} 


.paddedContent { 
    height:100%; 
    margin: 1px; 
    border: solid 1px #DDDDDD; 
} 

h1 {font-family: Arial,Helvetica,sans-serif;font-size:14pt; font-weight:bold}
h2 {font-family: Arial,Helvetica,sans-serif;font-size:12pt; font-weight:bold;}
h3 {font-family: Arial,Helvetica,sans-serif;font-size:10pt; font-weight:bold;}
p { font-family: Arial,Verdana,Helvetica,sans-serif; margin-top: 3px; font-size:10pt;font-weight:normal;}

a { font-family: Arial,Helvetica,sans-serif; font-size:10pt; text-decoration:underline;}
a:link {color:#115;}
a:visited {color:#115;}
a:hover {color:#FF0000;}
a:focus {color:#115;}

table td { font-family: Arial,Verdana,Helvetica,sans-serif; font-size:10pt; }
table th { font-family: Arial,Verdana,Helvetica,sans-serif; font-size:10pt; }
table.logbuch  {min-width:1000px}
table.logbuch td { text-align:left; padding:0 10px 0 10px;}
table.logbuch th { text-align:left; padding:0 10px 0 10px;font-weight:bold;}
table.legende { min-width:800px; border:1px solid #000000; }
table.legende td { text-align:left; padding:0 10px 0 10px;}

div#menu {width:100%; position:fixed; background-color: #DDDDDD; margin:0; padding:0; height:31px; border-width:0px 0px 1px 0px; border-style:solid; border-color:#BFBFBF;}
div#menu table {border-collapse:collapse; background-color: #DDDDDD;}
div#menu table td {border:0; text-align:center; padding:7px 10px 5px 10px;}
div#menu table td:hover {background-color: #BBBBBB;}
div#menu a { font-family: Arial,Helvetica,sans-serif; font-size:12pt;text-decoration:none;}
div#menu a.active_menulink { color:#000000;font-weight:bold;}
div#menu a.menulink { color: #3366AA;}

div#footer p { font-family: Arial,Verdana,Helvetica,sans-serif; font-size:12pt;font-weight:normal; }
