/* CSS Document */

      html,body {
        width: 100%; 
        height: 100%; 
        margin: 0; 
        padding: 0;		
	    font-family: Verdana,Arial,sans-serif;	    
	    line-height: 1.166;	     
	scrollbar-arrow-color:#FFFFFF;
	scrollbar-base-color:#0B628B;
	scollbar-3d-light-color:#FFFFFF;
	scrollbar-highlight-color:#FFFFFF;    
             }  
      html {
        overflow: hidden;
      }
     
      #header {
        position: absolute;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        top: 0px;
        height: 80px;
       
      }		
      #content {
        position: absolute;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        top: 80px;
        height: 440px;
        background-color: #0B628B;
        overflow: auto;
		border-left:1px solid #999999;
		border-right:1px solid #999999;
		border-right:1px solid #999999;
      }
	  .inhaltcontent {
	     padding-left:20px;
		 padding-top:5px;
		 color:#FFFFFF;
		 font-size:12pt;
		
		 }
	  .inhaltcontent UL {	  
	   
	   LIST-STYLE:none;
	  
	   
         }
		 .inhaltcontent LI { 
		   
		   padding-top:20px;
		   font-size:10pt;
		    
		   }
		   .inhaltcontent A {
	color: #FFFFFF;
	text-decoration:none;
	font-weight: bold;
	
	 
}
.inhaltcontent A:link {
	color: #FFFFFF;
	text-decoration:none;
	
}
.inhaltcontent A:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.inhaltcontent A:hover {
	
	text-decoration:none;
	color:#610C03;
}
.inhalttext {
	position:absolute;
	top:40px;
	left:200px;
	width:516px;
	color:#FFFFFF;
	height: 219px;
	font-size:80%;
}
img {
    margin-left:0px;
	margin-right:10px;
	
	}
 .inhalttext A {
	color: #FFFFFF;
	text-decoration:none;
	
	 
}
.inhalttext A:link {
	color: #FFFFFF;
	text-decoration:none;
	
}
.inhalttext A:visited {
	color: #FFFFFF;
	text-decoration:none;
}
.inhalttext A:hover {
	
	text-decoration:underline;
	color:#FFFFFF;
}	
.termine {
   font-size:10pt;
  
   }	
.img {
   border:1px solid #610C03;
   }	
	
	
	
	
	
	
	
table {
  font-family:verdana,arial,sans-serif;
  color:#FFFFFF;
  font-size:0.9em;
  }
  			   
		   
/*fußzeile*/	  
      #footer {
        position: absolute;
        left: 50%;
        margin-left: -400px;
        width: 800px;
        top: 520px;
        height: 20px;
        margin-bottom: 0px;
        background-color: #0B628B;
		border:1px solid #999999;
      }
      .inhaltfooter {
        padding-left:10px;
		padding-top:3px;
		padding-bottom:1px;
		color:#FFFFFF;
		font-family:verdana,arial,sans-serif;
		font-size:9pt;
      }
	.inhaltfooter A {
	color: #FFFFFF;
	text-decoration:none;
	
	 
}
.inhaltfooter A:link {
	color: #FFFFFF;
	text-decoration:none;
	
}
.inhaltfooter A:visited {
	color: #FFFFFF;
	text-decoration:none;
	
}
.inhaltfooter A:hover {
	
	text-decoration:none;
	color:#610C03;
	
}  
#aktuell A {
	color: #FFFFFF;
	text-decoration:none;
	
	 
}
#aktuell A:link {
	color: #FFFFFF;
	text-decoration:none;
	
}
#aktuell A:visited {
	color: #FFFFFF;
	text-decoration:none;
}
#aktuell A:hover {
	
	text-decoration:none;
	color:#FFFFFF;
}		  
	  
	  
	  
	  
	  
    
