#wrapper {
	position:absolute;
	top:50%; left:50%;
	width:726px;
	min-width:726px;
	height:506px;
	min-height:506px;
	text-align:left;
	margin:0;
	margin-left:-363px;
	margin-top:-253px;
	padding:0;
	background-image:url(images/bg/site_bg.gif);
    background-repeat:no-repeat;
}

/* BEGIN HEADER */
#slideshow {
	position:absolute;
	top:2px; right:4px;
	z-index:10;
	width:596px;
	background-color: #E2E2E2;
	text-align:right;
	vertical-align:top;
	padding:0px;
	margin:0px;
	
}

#head_overlay {
	position:absolute;
	top:2px; right:4px;
	z-index:20;
	width:617px;
	height:160px;
}

#logo {
	position:absolute;
	top:50px; left:52px;
	z-index:30;
}

#sprachwahl {
	position:absolute;
	top:130px; left:588px;
	z-index:40;
	display:block;
}

#footer {
	position:absolute;
	bottom:-10px; right:40px;
	z-index:50;
	font-size:9px;
	margin:0;
	padding:0;
}

#wrapper_content {
	position:absolute;
	top:165px; left:20px;
	width:680px;
	height:325px;
	border-top:1px solid #AAA9A9;
	/*border:1px  solid #ff0000;*/
}

#menue {
	position:absolute;
	top:0px;
	left:0px;
	width:175px;
	height:300px;
	border-right: 1px solid #AAA9A9;
	/*text-decoration:none;*/
	margin:0;
	padding:0;
}

#menue ul {
	margin:10px 0px 0px 10px;
	padding:0;
}

#menue ul li {
	list-style:none;
	padding:0px 0px 0px 0px;
	margin:5px 0px 5px 0px;
}

#menue a.menu_act {
	text-decoration:none;
	font-weight:bold;
}
#menue a.menu {
	text-decoration:none;
}


#content {
	position:absolute;
	top:10px;
	left:185px;
	width:495px;
	height:290px;
	margin:0;
	padding:0;
	/*border:1px solid #00ff00;*/
	overflow:auto;
}

html {
	width:100%;
	height:100%
}

body {
	font-family:tahoma, arial, sans-serif;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	background-color:#c2c2c2;
    margin:0px 0px 0px 0px;
    padding:0px 0px 0px 0px;
    background-image:url(images/bg/bg_1x1024.jpg);
    background-repeat:repeat-x;
    height:100%;
    width:100%;
    font-size:11px;
}

table, tr, td {
	font-size:11px;
	font-family:tahoma, arial, sans-serif;
	color:#000000;
	font-style:normal;
	font-weight:normal;
	padding:0;
	margin:0;
}

input, textarea, select {
	font-size:11px;
	font-family:tahoma, arial, sans-serif;
	color: #10392D;
	font-style:normal;
	font-weight:normal;
	border:1px solid #000000;
	border-color:#000000;
	padding:0px 0px 0px 0px;
	margin:0px 0px 0px 0px;
}
a:link, a:visited, a:active {
	color: #000000;
}
a:hover {
	text-decoration: underline;
	color: #666666;
}

.small {
	font-size:9px;
}

img {
	border:0;
}












/* BEGIN css der Bildergallerie */
#lightbox{
	position: absolute;
	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/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/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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}