/* standard elements */
* {
	margin: 0;
	padding: 0;
}

a {color: #000000; text-decoration:none}

a:hover {color: #132891}

body {
	background: #333333;
	font: normal 62.5% "Arial",Arial;
	
}
h1 {font-size: 1.2em; font-weight: bold}
h2 {
	font: bold 1em Arial;
	margin: 3px 0 1px;}
	
h3 {font-weight:normal; text-decoration: underline; font-size: 1em; display: inline}

ul {margin-left: 1.8em;}


body {
	background: #333333;
	font: normal 62.5% "Arial",Arial;
	padding-bottom: 20px;
	text-align:center;
}

/* structure */

.container1 {
	background-color: #FFFFF3;
	margin: 0 auto;
	width: 750px;
	text-align:left;
	margin-bottom: 30px;
	border-left-width: 20px;border-left-style:solid; border-right-width:20px;border-right-style:solid;
	border-color:#333333
	
}

.oben {
	margin:auto;
	text-align: center;
	width: 630px;
	background-color: #333333;
}

.header {
	background: #FFFFFF url(img/header.jpg) no-repeat center;
	color: #000000;
	font-size: 1.4em;
	height: 232px;
	padding-right: 270px;
}

.header h1 {
	font: normal 3.2em Arial;
	padding: 62px 0 34px 0;
}


.streifenunten {
	background: url(img/streifenunten.gif) no-repeat center;
	clear: both;
	color: #FFFFF3;
	height: 14px;
	font: normal 10px Arial;

}
.streifen2 {
	background: #FFFFF3 url(img/streifenunten2.gif);
	height: 3px;
}


/* navigation */
.menu {height:40px;float: left;line-height:0px}

.menu a{	
	display: block;
text-decoration: none;
font: bold 12px Arial;
color: white;
width: 70px;
height: 28px;
background-image:url(img/bta.gif);
background-repeat: no-repeat;
padding-top:12px;
text-align:center;
}
.menu a:hover{background-image:url(img/bts.gif); display:block}

.menu_active {height:40px;float: left;}

.menu_active a{	
	display: block;
text-decoration: none;
font: bold 12px Arial;
color: white;
width: 70px;
height: 28px;
background-image:url(img/btn.gif);
background-repeat: no-repeat;
padding-top:12px;
text-align:center;
}
.menu_active a:hover{background-image:url(img/bts.gif)}

/* content */
.content {
	clear: both;
	font-size: 1.2em;
	margin: 0 52px;
	padding: 0 38px 12px;
	
}
.content .spacer {
	height: 42px;
}


/* content item */
.item {clear: both;}

.item img {border: 1px dashed #8A6;}

.item .title {
	color: #000000;
	font: normal 2em Arial;

}

.item .body {
	clear: both;
	font: normal 1.2em Arial;
}

#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; }

