a:link {color: Silver; text-decoration:none;}
a:active {color:white; text-decoration:underline;}
a:visited {
	color: Silver;
	text-decoration: none;
}
a:hover {color:#fafad2; text-decoration:underline;}


body{
	
	font-family: Verdana, Arial, 
	Helvetica, sans-serif;
	font-size: small;
	padding: 20px 0px 20px 0px;
	background-color: Black;
	color: Silver;
}
h1 {font-size: 130%;}
h2 {font-size: 110%;}

#wrapper {
	
	width: 922px; /*festeBreite*/

	margin: auto;  /*zentrieren*/
}


#kopfbereich {
	
	height: 128px;
	text-align: center;
	padding: 10px 0px 2px 0px;
}	

/*---------------Menübalken-------------------------*/
#csshbar {
        width: 928px;
        height: 28px;
        background-repeat: repeat-x;
        margin:0px 0px 0px 1px;
	
	overflow: hidden;
	
}
#csshbar ul {
 	
	margin: 0 auto;
 	padding:0px 0px 0px 0px;
 	list-style:none;
	
}
#csshbar li {
	width:922px;
        display: inline;
        margin: 0px 0px 0px 0px;
        padding: 0px;
	overflow: hidden;
	

}
#csshbar a {
 /*width:60px;
 overflow: hidden;*/
 display: inline;
 text-decoration: none;
 background-image: url(../Bilder/Menu/menu.bmp);
 letter-spacing: 3px;
 margin:0px 1px 0px 0px;
 float:left;
 padding:1px 35px 1px 34px;



}
#csshbar a .hbarleftspan {
 background: left center no-repeat;
 display:block;
}
#csshbar a .hbarrightspan {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 15px;
        font-weight: bold;
        color: #D3D3D3;
        padding-left: 0px;
        padding-right: 0px;
        padding-bottom: 0px;
        padding-top: 0px;
        background: right no-repeat;
        display: block;
}

#csshbar a:hover {
        background: #999999 repeat-x;
        background-image: url(../Bilder/Menu/blockactive.gif);
}

#csshbar a:hover .hbarleftspan {
 background: left no-repeat;
}
#csshbar a:hover .hbarrightspan {
 color: white;
 background: right no-repeat;
}
#csshbar #current a {
 /*background-image: url(../Bilder/Menu/blockactive.gif);*/
        background-repeat: repeat-x;

}
#csshbar #current .hbarleftspan {
 background: left no-repeat;
}
#csshbar #current .hbarrightspan {
 background: right no-repeat;
}

/*---------------Ende------Menübalken-------------------------*/





#textbereich {
	height: 1350px;
	padding: 20px;
	
	
}

#textbereich img {
border: 0px solid white; 

}



#fussbereich {
	clear: left;
	padding: 0px;
	
 }
 


address {
	
	font-size: 80%;
	font-style: normal;
	letter-spacing: 2px;
	line-height: 1.5em;
	padding-top: 10px;
	border-top: 1px solid #003399;
	margin-top: 20px;
}
