@charset "UTF-8";
/* CSS Document */
@media screen{
/********* EIGENSCHAFTEN FÜR CONTAINER ***********/	
	#gesamt{
		position:absolute;
		left:50%;
		top:0px;
		margin-left:-350px;
		width:700px;
		height:auto;
		background-color:#FFFFFF;
		border:solid 2px #333333;
		/*IE5Winfix*/
		overflow=visible;
		height=100%;
		margin-bottom=-100px;
	}
	
		#banner{
			width:100%;
			height:235px;
			
			background-repeat:no-repeat;
		}
		
		#menubar{
			width:100%;
			height:39px;
			background-image:url(../images/menbar.jpg);
			background-repeat:repeat-x;
		}
		
		#content{
			width:100%;
			float:left;
			height:100%;
		}
		
		#counter {
      position:absolute;
      left:0px;
      top:150px:
      background-color:#333333;
      height:32px;
      min-width:250px;
      width:auto;
      
    }

			#inhalt{
				float:left;
				margin-top:4%;
				margin-left:7%;
				width:86%;
				min-height:200px;
				height:100%;
			}
		
		#hr{
		  float:left;
			width:96%;
			margin-top:4%;
			margin-left:2%;
			height:1px;
			background-image:url(../images/hr.jpg);
			background-repeat:repeat-x;
		}
		#footer{
		  float:left;
			width:100%;
			height:40px;
		}
		
		

/********* EIGENSCHAFTEN FÜR HTML-TAGS ***********/
	body{
		background-color:#13608c;
		font-family:Arial, Helvetica, sans-serif;
		font-size:10pt;
		overflow-y:auto;
		overflow-x:hidden;
	}
	
	ul#footerliste{
		list-style-type:disc;
		margin-left:-35px;
	}
	
	ul#footerliste li{
		display:inline;
		margin-left:40px;
	}
	
	a img{
		border:none;
	}
	
	table#menu{
		width:95%;
		height:13px;
		vertical-align:middle;
	}
	
	.tdborder{
    border-right:1px solid #222222;
  
  }
  
  .platzhalter{
    height:10px;
  
  }
	.links {
		font-size:13px;
		color:#222222;
		font-weight:bold;
		text-decoration:none;
	}
	
	.buchstabe {
    color:#13608c;
    font-size:15px;
  
  }
  
  .tabelle {
    width:95%;
    color:#222222;
  
  }
  
  .download {
    color:#13608c;
  }
  
  .reihe {
    background-color:	#d6e8f1;
  }
  
  .balken {
    font-size:16px;
    vertical-align:middle;
    color:white;
    background-color:#13608c;
  }
  
  .impressum {
    color:#222222;
    text-decoration:underline;
  
  }
	
}
