@charset "utf-8";
#html, body {
	margin:0;
	padding:0;
	background:#66091b;
	
}
#wrapper {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size:13px;
	margin: auto;
	padding: 0px;
	clear: both;
	float: left;
	width: 1000px;
	
}
#head {
	margin: 0px;
	padding: 0px;
	height: 270px;
	width: 1000px;
	border-bottom: 1px solid #FFFFFF;
}
#menu {float: left;
}
#menu ul { 
	background:#66091b;	
	list-style-postition: insinde;
	padding-top:7px;
	padding-bottom:7px;
}
#menu li {
	/*display: inline-block;*/
	display: inline;
	border-right: 1px solid white;
	list-style-position:outside;
	list-style-type:none;
	background:#66091b;
	padding-top:10px;
	padding-bottom:10px;
	height:25px;
}
#menu li a  {
	font-weight:bold;
	margin-left:10px;
	margin-right:10px;

}


#logo {float:right; margin:15px;
	}
	
#logo #bg{ width:180px;
	height:97px; 
	background:url(images/logo_hinter.gif);
	filter:alpha(opacity=50);
	-moz-opacity: 0.50;
	opacity: 0.50;
	postition:absolute;
}	 
	
#logo img {	filter:alpha(opacity=100); -moz-opacity: 1; opacity: 1;
	position:absolute;
	top:15px;
	left:805px;
}
#content {
	float:left;
	margin: 0px;
	padding: 0px;
	width: 1000px;
	float:left;
}
#submenu {
	width: 200px;
	float: left;
	list-style-type: none;
	font-weight: bold;
	font-size: 13px;
	}
.active {
	background-color:#430B14 !important;
	font-weight:bold;

}
#submenu .smtop {
	width:195px;
	padding: 8px 0 8px 5px;
	
}
#submenu .smsub {
	width:185px;
	padding: 2px 0 2px 15px;
	background-color: #66091b;
}

#maincontent {
	width:558px;
	float:left;
	border-left:1px solid #FFFFFF;
	
	border-right:1px solid #FFFFFF;
	padding:10px 20px;
	min-height:600px;
}

#breadcrumb {
	font-size:11px;
}
#headline h1 {
	font-size:18px;
	margin-top:15px;}
#veranstaltungen {

	width:200px;
	float:left;
	font-size:13px;
	font-weight:bold;
}
#veranstaltungen h3 {
	padding: 10px 0 5px 10px;
	margin: 0px;
	font-size:16px;
}
#veranstaltungen .va_event .va_event_pic{
	width:200px;
	padding:0;
	margin:0;
	/*border-bottom:1px solid #FFFFFF;*/
	border-top:1px solid #FFFFFF;

}
 #veranstaltungen .va_event h4{
	padding: 10px 0 5px 10px;
	margin:0;
	font-size:12px;
	font-weight:bolder;
}
 #veranstaltungen .va_event p{
	padding: 0px 0 15px 10px;
	margin:0;
	font-size:12px;
	font-weight:normal;
}

#footer {
	margin: 0px;
	padding: 0px;
	width: 1000px;
	float: left;
	border-top: 1px solid white;
	
}
#suma {float: left;
}
#footermenu {
	float:right;
	font-weight:bold;
}
#footermenu li {
	padding: 10px;
	display:inline;
}


/* Allgemeine style klassen */

.clear { clear:both;}
a {color:#FFFFFF;
text-decoration:none;
}

img a, a img{
	border:0px;
}
ul {
padding:0px;
margin:0px;
list-style:none;
}


/*  BEGIN LIGHTBOX STYLES **/
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#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-image: url(data:image/gif;base64,AAAA); /* 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/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#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; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }
/* END LIGHTBOX STYLES */




