@charset "utf-8";
/* CSS Document */

#Fotogalerie_main{
	position: relative;
}

#prevImg {
	position: absolute;
	top: 250px;
	left: 0px;
}

#nextImg {
	position: absolute;
	top: 250px;
	right: 0px;
}

.image_detail{
	width:400px; 
	height: auto;
	margin: 25px;
}

.image_detail_rahmen{ 
	text-align:center;
}

.image_detail_titel{
 	font-style: normal;
 	font-weight: bold;
 	font-size: larger;
}

.image_detail_beschreibung{
	font-style: italic; 
	font-size: larger;
}

.fotos_navi_links{
	width: 51%;
	height: 75px;
	text-align: left;
	float:left; 
 	padding: 0;
	margin: 0;
	border: 0; 
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.fotos_navi_links_bild{ 
 width:50px;
 max-width:50px;
 height: auto;
 float:left;
 	padding: 0;
	margin:5px;
	border: 0;  	 	
}

.fotos_navi_rechts{

 	width: 49%;
	height: 75px;
	text-align: right;  
	float: right;
	padding: 0;
	margin: 0;
	border: 0;  
	border-top: 1px dotted black;
	border-bottom: 1px dotted black;
}

.fotos_navi_rechts_bild{ 
 width: 50px;
 max-width: 50px;
 height: auto;
 float: right;
 padding: 0;
 margin: 5px;
 border: 0;  	 	
}

.fotogalerie_categoryList {

	list-style: none;

}

.fotogalerie_categoryList img {
	height: 24px;
}

.fotos_umbruch{
 float: clear;
}

.allpictures{
  overflow: hidden;
}

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

#numberDisplay:after {
        content:" Um die weiteren Bilder anzuschauen, fahren Sie bitte mit der Maus an den linken bzw. rechten Rand des Bildes.";
		display:block;
        }		

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

.bild_kommentare

{

 border: 1px dashed black;

 padding: 5px; 

}



.bild_kommentar h3
{
 font-weight: bold;
 border-top: 5px;
 border-bottom: 15px;
 padding: 0px;
}

.bild_kommentar 
{
  background-color: #ececec;
  width: 450px;
  padding: 14px;
}

.bild_kommentar_footer
{

background: url(arrow.gif) 20px 0 no-repeat; /*20px 0 equals horizontal and vertical position of arrow. Adjust as desired (ie: 20px -5px).*/
padding-left: 58px;
padding-top: 5px;
margin-bottom: 2em;
font-size: 90%;
color: #4A4A4A;
}

/* Definitionen für das Tab-Menü im Adminbereich */

.shadetabs{
padding: 3px 0;
margin-left: 0;
margin-top: 1px;
margin-bottom: 0;
font: bold 12px Verdana;
list-style-type: none;
text-align: left; /*set to left, center, or right to align the menu as desired*/
}

.shadetabs li{
display: inline;
margin: 0;
}

.shadetabs li a{
text-decoration: none;
padding: 3px 7px;
margin-right: 3px;
border: 1px solid #778;
color: #2d2b2b;
background: white top left repeat-x;
}

.shadetabs li a:visited{
color: #2d2b2b;
}

.shadetabs li a:hover{
text-decoration: underline;
color: #2d2b2b;

}

.shadetabs li.selected{
position: relative;
top: 1px;
}

.shadetabs li.selected a{ /*selected main tab style */
border-bottom-color: white;
}

.shadetabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid gray;
width: 95%;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
	display:none;
}
