/* stylesheet */ 
html, body{ 
 margin:0; 
 padding:0; 
 text-align:center; 
 font-family:verdana, sans-serif;
 font-size:12px;
 color:#003366;
 background:url(images/background.gif) repeat top left;
} 

h1{font-size:140%; color:#0d6dab;}
h2{font-size:120%;}
h3{font-size:110%;}
h4{font-size:100%;}
h5{font-size:90%;}
h6{font-size:70%;}
 
 
a:link{
 color:#0d6dab;
 }
a:active{
 color:#06c;
 }
a:visited{
 color:#000;
 }
a:hover{
 color:#003366;
 text-decoration:underline;
 }        
  
ol{
 list-style-type:upper-alpha;
 color:#cf0;
 background-color:#0fc;
 }
ul{
 list-style-type:disc;
 color:#003366;
 background-color:#fff; 
 }
 
 
table{background-color:#fff; color:#363; font-size:12px;} 
thead{background-color:#ACC4E4; color:#ccc;}  
tbody{background-color:#ACC4E4; color:#ccc;} 
tr{background-color:#ACC4E4; color:#ccc;} 
td{background-color:#ffffff; color:#003366; font-size:12px;} 

input{font-family:sans-serif; font-size:12px; color:#000000; background-color:#D8DCFD; border: 1px solid #0d6dab; }
select{font-family:sans-serif; font-size:12px; color:#000000; background-color:#D8DCFD; border: 1px solid #0d6dab; }
option{font-family:sans-serif; font-size:12px; color:#000000; background-color:#D8DCFD; border: 1px solid #0d6dab; }
textarea{font-family:sans-serif; font-size:12px; color:#000000; background-color:#D8DCFD; border: 1px solid #0d6dab; }
 
 
#pagewidth{ 
 width:950px; 
 text-align:left;  
 margin-left:auto; 
 margin-right:auto; 
 background-color:#ffffff; 
 border: 1px solid #acc4e4;
} 
 
#header{
 position:relative; 
 height:110px; 
 background:url(images/titel.jpg) top left;
 width:100%;
} 

#datum{
 font-size:90%;
 width:100%;
 padding-left:15px;
 }
 
#leftcol{
 width:15%; 
 float:left; 
 position:relative; 
 background-color:#ffffff; 
 padding:10px 0 0 15px;
 }
 
#navibox ul{
 margin:0;
 padding:0;
 list-style-type:none;
 } 
 
#navibox ul li{
 padding:3px 0;
 }

#subnavi ul{
 padding: 3px 0 3px 20px;
 font-size:90%;
 } 
  
#adr {
 padding:0 15px 0 0;
 font-weight:normal; 
 color:#acc4e4;
 font-size:80%;
 text-align:right;
 }
   
#maincol{
 background-color: #ffffff;  
 float: right; 
 display:inline; 
 position: relative; 
 width:80%; 
 padding:0 15px 0 0;
 }
 
#footer{
 font-size:80%;
 text-align:center;
 padding:5px 0px;
 background-color:#ffffff; 
 clear:both;
 border-top:1px solid #acc4e4;
 } 
 

 
 /* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.clearfix:after {
 content: "."; 
 display: block; 
height: 0; 
 clear: both; 
 visibility: hidden;
 }
 
.clearfix{display: block;}

/* Hides from IE-mac \*/
* html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */  


 
 /*printer styles*/ 
 @media print{ 
/*hide the left column when printing*/ 
#leftcol{display:none;} 
#maincol{width:100%; float:left;}
}

