a:link {color:#fafad2; text-decoration:none;}
a:active {color:white; text-decoration:underline;}
a:visited {color:gray; 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: 150%;}
h2 {font-size: 130%;}

#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: 660px;	
	padding: 20px;
}

#textbereich img {
border: 0px solid white; 
}

#videos {
	/*width: 800px;*/
	padding: 0px 200px 20px 10px;
	line-height: 1.5em;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
}
#mp3 {
	/*width: 800px;*/
	padding: 0 200px 20px 10px;
	line-height: 1.5em;
	border-bottom: 1px solid silver;
	margin-bottom: 20px;
}
#presse {
	/*width: 800px;*/
	padding: 0 200px 20px 10px;
	margin-bottom: 20px;
}

#textbereich table {
	width: 800px;
	
	
}

#fussbereich {
	
	padding: 20px;
	
 }

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;
}
#textbereich restricted a {
	vertical-align: bottom;
	font-size: 70%;
	padding: 0 0 0 600px;
	width: 100%;
}