body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFF00;
	margin-top: 5px;
	padding: 0px; 
	text-align: center; 
	background-color: #000000;
	scrollbar-base-color: #000000;
 	scrollbar-3dlight-color: #FFFF00;
 	scrollbar-arrow-color: #FFFF00;
 	scrollbar-darkshadow-color: #800040;
 	scrollbar-face-color: #EB630B;
 	scrollbar-highlight-color: #FFFFFF;
 	scrollbar-shadow-color: #999999;
 	scrollbar-track-color: #333333;
}

/* die Ebenen*/
#mainlayer{
	width: 950px;
	height: 588px;
	margin: auto;
	padding: 1px 5px 1px 5px;
	background-color: #000;
	border-top: 1px solid yellow;
	border-right: 1px solid #F30;
	border-bottom: 1px solid #F30;
	border-left: 1px solid yellow;
}
#logo{
	width: 100%; 
	height: 130px; 
	margin: 0px; 
	background-color: black;
}
#navigation{
	float: left; 
	width: 128px; 
	height: 430px;
	overflow:hidden;
	margin-top: 5px; 
	/*margin: 5px 0px 5px 0px;*/
	background-color: black; 
	top: 160px;
	background-image: url(../images/navFlames.jpg);
	text-align: left;
	padding-left: 10px;
	padding-top: 20px;
	border-top: 1px solid yellow;
	border-bottom: 1px solid #F30;
	border-left: 1px solid yellow;
}
#letter{
	display: block;
	background-color:#CD3D08;
	width: 112px;
	height: auto;
	margin-top: 10px;
	padding: 4px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #fff;
}
#sponsor{
	display: block;
	background-color:black;
	color:#FFF;
	width: 112px;
	height: auto;
	margin-top: 10px;
	padding: 4px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	border-left: 1px solid #fff;
}
#content{
	display: block;
	float: right;
	width: 807px;
	height: 435px;
	margin: 5px 0px 5px 0px;
	background-color: #000;
	top: 160px;
	text-align: left;
	border-top: 1px solid yellow;
	border-right: 1px solid #F30;
	border-bottom: 1px solid #F30;
	border-left: none;
}
#imageEbene {
	display: block;
	float: left;
	padding: 1px;
	width: 510px;
	height: 338px;
	top: 162px;
}
#textRechts {
	display: block;
	float: right;
	width: 280px;
	height: 340px;
	margin: 0px 5px 0px 0px;
	top: 162px;
	overflow:auto;
}
#textBottom{
	display: block;
	clear: both;
	width: 800px;
	height: 76px;
	margin: 0px;
	padding-top:10px;
	overflow:auto;
}
#imageMember {
	display: block;
	float: left;
	padding: 1px;
	width: 510px;
	height: 425px;
	top: 162px;
}
#jukebox {
	display: block;
	float: left;
	padding: 1px;
	width: 370px;
	height: 425px;
	top: 162px;
}
#textMember {
	display: block;
	float: right;
	width: 286px;
	height: 424px;
	margin: 0px 5px 0px 0px;
	top: 162px;
	overflow:auto;
}
#jukeboxRechts {
	display: block;
	float: right;
	width: 426px;
	height: 424px;
	margin: 4px 5px 0px 0px;
	top: 162px;
	overflow:auto;
}
#textLinks {
	display: block;
	clear: both;
	width: 100%;
	padding:0px;
	height: 428px;
	top: 162px;
	overflow:auto;
}
#kontaktForm {
	display: block;
	float: left;
	padding: 1px;
	width: 510px;
	height: 425px;
	top: 162px;
	overflow:auto;
}
#flashBottom{
	display: block;
	clear: both;
	width: 100%;
	height: 22px;
	padding: 0px 0px 0px 1px;
	margin: 0px 0px 0px 0px;
	background-color: #F30;
}
.formBorder {
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #FF0000;
}
/*standard links*/
#navigation a:link {
	color: #000;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #FC3;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
#navigation a:visited {
	color: #000;
	background-color: #F90;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
#navigation a:hover {
	color: #FFF;
	background-color: #F30;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
#navigation a:active {
	color: #FFF;
	background-color: #CD3D08;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #000;
}
.clicked {
	text-align: right;
	color: #FFF;
	background-color: #CD3D08;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #000;
	text-transform: uppercase;
}
/*die subnavigation*/
a.sub:link {
	color: #000;
	display: block;
	height: auto;
	width: auto;
	margin-top: 4px;
	margin-left:20px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #F90;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.sub:visited {
	color: #000;
	display: block;
	height: auto;
	width: auto;
	margin-top: 4px;
	margin-left:20px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #F90;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.sub:hover {
	color: #000;
	display: block;
	height: auto;
	width: 80px;
	margin-top: 4px;
	margin-left:30px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #F30;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.sub:active {
	color: #FFF;
	display: block;
	height: auto;
	width: 80px;
	margin-top: 4px;
	margin-left: 30px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #CD3D08;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.subHeadNav:link {
	color: #fff;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #CD3D08;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.subHeadNav:visited {
	color: #fff;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	text-align:right;
	background-color: #CD3D08;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.subHeadNav:hover {
	color: #000;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #F30;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
a.subHeadNav:active {
	color: #FFF;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	background-color: #CD3D08;
	border-width: 1px;
	border-style: solid;
	border-top-color: #CCC;
	border-right-color: #000;
	border-bottom-color: #000;
	border-left-color: #CCC;
	font-variant: small-caps;
}
.subClicked {
	text-align: right;
	color: #FFF;
	background-color: #CD3D08;
	display: block;
	height: auto;
	width: 90px;
	margin-left:30px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #000;
	text-transform: uppercase;
}
.specialGuests { 
	text-align: right;
	color: #000;
	background-color: #FF0;
	display: block;
	height: auto;
	width: 110px;
	margin-top: 4px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #000;
	font-variant: small-caps;
}
.guests { 
	text-align: right;
	color: #000;
	background-color: #FF0;
	display: block;
	height: auto;
	width: 80px;
	margin-top: 4px;
	margin-left:30px;
	padding: 0px 4px 0px 4px;
	text-decoration: none;
	border-width: 1px;
	border-style: solid;
	border-top-color: #000;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #000;
	text-transform: uppercase;
}
/*bilderlink ohne effekt*/
a.bild:link {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px;
	border: none;
}
a.bild:visited {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px;
	border: none;
}
a.bild:hover {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px;
	border: none;
}
a.bild:active {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px;
}
/*bsd-logo link*/
a.logo:link {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #F30;
	padding: 0px;
	border: none;
}
a.logo:visited {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #F30;
	padding: 0px;
	border: none;
}
a.logo:hover {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #F30;
	padding: 0px;
	border: none;
}
a.logo:active {
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #F30;
	padding: 0px;
}
/*textlink ohne effekt*/
a.text:link {
font-variant:normal;
	color: #ff0;
	display: inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;	
}
a.text:visited {
	font-variant:normal;
	color: #ff0;
	display: inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;
}
a.text:hover {
font-variant:normal;
color:#FFF;
	display:inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;	
}
a.text:active {
font-variant:normal;
	display: inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;
}
a.letter:link {
font-variant:normal;
	color: #ff0;
	display: inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #CD3D08;
	padding: 0px 0px 0px 0px;
	border: none;	
}
a.letter:visited {
	font-variant:normal;
	color: #ff0;
	display: inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #CD3D08;
	padding: 0px 0px 0px 0px;
	border: none;
}
a.letter:hover {
font-variant:normal;
color:#FFF;
	display:inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #CD3D08;
	padding: 0px 0px 0px 0px;
	border: none;	
}
a.letter:active {
font-variant:normal;
	display: inline;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #CD3D08;
	padding: 0px 0px 0px 0px;
	border: none;
}
/*terminelink ohne effekt*/
a.termin:link {
font-variant:normal;
	color: #fff;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;
	text-decoration: underline;		
}
a.termin:visited {
font-variant:normal;
	color: #fff;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;
	text-decoration: underline;	
}
a.termin:hover {
font-variant:normal;
color:#FF0;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;
	text-decoration: underline;	
}
a.termin:active {
font-variant:normal;
	display: block;
	height: auto;
	width: auto;
	margin-top: 0px;
	margin-left:0px;
	background-color: #000;
	padding: 0px 0px 0px 0px;
	border: none;
}
.imgBorder {
	border-width: 0px 1px 1px 0px;
	border-style: solid;
	border-right-color: #F30;
	border-bottom-color: #F30;
}
a.zeitungBorder{
	color:#FFFF00;
		padding:2px;
}
a.zeitungBorder:hover{
background-color:#666666;
	color:#FFFF00;

}
input, select, textarea {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #fc3;
}
.orangeBg {
	background-color: #f30;
}
.headlineText {
	font-size: 20px;
	color: #E96A01;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-variant: small-caps;
}
.orangeBold {
	color: #E96A01;
	font-weight: bold;
}
/* css bildergaleie */
#link-back {
display: none;
	
}
.tag {
color: #778899;
		 text-align: center;
}

.white{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FFF;
}
.yellow{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color:#FF0;
}
.thumbnail a:hover {
    border-width: 1px;
    border-color: #ff0;
}
.photos {
	padding: 0px;
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
}
.photos-large {
	border-style: solid;
	border-left-color: #FF0;
	border-top-color: #FF0;
	border-right-color: #F30;
	border-bottom-color: #F30;
	border-width: 1px;
}
.thumbnail img {
width:auto; 
 	display:block;
	padding: 0px;
	margin: 0px;
	text-align: center;
	background: #FFF;
	border-width: 1px;
	border-color: #1ADBF7;
}
.slides li {
  	display:block;
	float:left;
  	margin:0 10px 10px 0;
  	padding:0;
	width: auto;
	height: auto;
}
.thumbnail a:hover img {
width: auto;
    border-width: 1px;
	border-top-color:#FF0;
	border-right-color:#F00;
	border-bottom-color:#F00;
	border-left-color:#FF0;

}
#wrapper {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
}
#main_container {
	margin: 0px;
	padding: 0px;

}
#breadcrumb_links {
	margin: 2px; 
}
.meta-header { 
		padding: 0;
		margin: 0;
		color: #ff0;
		text-align: center;
}
.radio{
background-color:#CD3D08;
}
/*.output {
color : #000000;
font-family : Verdana;
font-size : 8pt;
border-color : #000000;
border-width : 1px;
}*/
