body, html {
	overflow: auto;
	font-family: verdana,arial;
	font-size: 11px;
	color: #350000;
	margin: 0px;
	padding:0px;
	background-color: #350000;
	text-align: left;
	
}




td, th {
	font-family: verdana;
	font-size: 11px;
	color: #350000;
	
}


#kopf {
	background-image: url(pics/bg_kopf.jpg);
	width: 960px;
	height: 238px;
	margin: 0px;
	padding: 0px;
}

#inhalt {
	width: 960px;
	background-image: url(pics/bg_gesamt.jpg);
	text-align: left;
		
}


#login {
	background-image: url(pics/bg_login.jpg);
	height: 100%;
		
}



#fuss {
	background-image: url(pics/bg_fuss.jpg);
	width: 960px;
	height: 136px;
	margin: 0px;
	padding: 0px;
	
}


.tabelle_fotos td {
	padding-bottom: 11px;
}



.tabelle_fotos img {
	background: #FCF4EF;
	padding: 5px;
	border: 1px solid #E1D0BD;
	margin-right: 10px;
}


.tabelle_downloads td {
	padding-bottom: 11px;
}


A:visited {
   color : #990000; 
   text-decoration : none; 
}

A:link {
   color : #990000; 
   text-decoration : none;

}

A:hover {
   color : #990000;
	text-decoration: underline;
	}

A:active {
   color : #990000; 
   text-decoration : none; 
}


a img {
	border: none;
}


.tabelle_startseite {
	margin: auto;
}

.termintabelle td{
	vertical-align: top;
	padding-bottom: 15px;
	padding-top: 15px;
	border-bottom: thin dotted #B7A299;
	
}




td.eins {
	color: #B9C298;
}


.linie_punkte {
	border: thin dotted #B7A299;
	margin-top:10px;
	margin-bottom: 10px;
}


input {
	width:200px;
	padding: 2px 2px 2px 2px;
	BORDER-RIGHT:1px solid #B89687;
	BORDER-LEFT:1px solid #B89687;
	BORDER-TOP:1px solid #B89687;
	BORDER-BOTTOM:1px solid #B89687;
	background-color: transparent;
	border-width:1px;
	font-size:11px;
	color:#664D48;
	font-family:verdana;
	}
	


input.transparent {
	width:99px;
	height: 16px;
	background-image: none;
	border: none;
	}
	
	
input.transparent2 {
	width:113px;
	height: 9px;
	background-image: none;
	border: none;
	}
	
	

	

input.ergebnis {
	width:200px;
	height: 20px;
	BORDER-RIGHT:1px solid #B89687;
	BORDER-LEFT:1px solid #B89687;
	BORDER-TOP:1px solid #B89687;
	BORDER-BOTTOM:1px solid #B89687;
	background-color: transparent;
	border-width:1px;
	font-size:11px;
	color:#990000;
	font-family:verdana;
	}	



	
textarea {
	width:300px;
	height: 60px;
	padding: 2 0 0 3;
	BORDER-RIGHT:1px solid #B89687;
	BORDER-LEFT:1px solid #B89687;
	BORDER-TOP:1px solid #B89687;
	BORDER-BOTTOM:1px solid #B89687;
	background-color: transparent;
	border-width:1px;
	font-size:11px;
	color:#664D48;
	font-family:verdana;
}


textarea.kontaktformular {
	width:200px;
	height: 200px;
	padding: 1 0 0 1;
	BORDER-RIGHT:1px solid #40422B;
	BORDER-LEFT:1px solid #40422B;
	BORDER-TOP:1px solid #40422B;
	BORDER-BOTTOM:1px solid #40422B;
	background-color: #303120;
	border-width:1px;
	font-size:11px;
	color:#B9A279;
	font-family:verdana;
}


.kontaktformular {
	scrollbar-base-color:#292B1C;
}



select {
	width:205px;
	padding: 2px 2px 2px 2px;
	BORDER-RIGHT:1px solid #B89687;
	BORDER-LEFT:1px solid #B89687;
	BORDER-TOP:1px solid #B89687;
	BORDER-BOTTOM:1px solid #B89687;
	background-color: transparent;
	border-width:1px;
	font-size:11px;
	color:#664D48;
	font-family:verdana;
}


select.tickets {
	width: 200px;
	height: 20px;
	padding: 2 0 0 3;
	background-color: #FAFBF7;
	BORDER-RIGHT:1px solid #DBDACC;
	BORDER-LEFT:1px solid #DBDACC;
	BORDER-TOP:1px solid #DBDACC;
	BORDER-BOTTOM:1px solid #DBDACC;
	border-width:1px;
	font-size:11px;
	color:#000000;
	font-family:verdana;
}



.radiobutton_gb {
	width: 15px;
	border-width:0px;
	background-color: transparent;
}




.schrift_klein
{
	font-size: 11px;
	color: #9A7872;
}


.schrift_mittig {
	text-align: center;
}



#cd_2010 {
	width: 291px;
	height: 292px;
	position: fixed;
	top: 0;
	left: 0;
}

.tabelle_cd_titelliste td {
	padding-bottom: 10px;
}





/* LIGHTBOX --------------------------------------------------------------------------------------------------------- */

#lightbox{
	position: absolute;
	top: 40px;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
	}

#lightbox a img{ border: none; }

#outerImageContainer{
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
	}

#imageContainer{
	padding: 10px;
	}

#loading{
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
	}
#hoverNav{
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
	}
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{
	width: 49%;
	height: 100%;
	background: transparent url(../images_lightbox/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images_lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images_lightbox/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	
	



