/* ******************************
	Author: Mentasti Matthias
	Location: Mayerling / Austria
	Website: www.mment.at
****************************** */




/* ******************************
	Standard 
****************************** */
*
{
	margin: 0;
	padding: 0;
	border: 0;
}

body{
	background-image: 	url(images/background.jpg);
	background-repeat: 	repeat-x;
	background-color: 	black;
	color: 				#3e3e3e;;
	font-family: 		Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 			0.7em;
	text-align: center;
}


#wrapper{
	width:	740px;
	background-image: url(images/wrapperbg.png);
	background-repeat: repeat;
	background-color: #ffffcc;
	color: #3e3e3e;
	margin: auto;
	text-align: center;
}

a{
	color: #b3925c;
	text-decoration: underline;
}

a:hover{
	color: #cebb7b;
	text-decoration: none;
}

/* ******************************
	Allgemeines
****************************** */
hr{
	border: 0.5px solid #cebb7b;	
	margin: 10px 0 10px 0;
	clear: both;
}

p{
	margin: 3px 0 3px 0;	
}

.left{
	float: left;	
	margin: 5px;
}

.right{
	float: right;
	margin: 3px;	
}




/* ******************************
	Uberschriften
****************************** */
h1{
	font-family: Times, Verdana, Helvetica, sans-serif;
	color: 	#b3925c;
	font-size: 2.1em;
}

h2{
	font-family: Times, Verdana, Helvetica, sans-serif;
	color: 	#cebb7b;
	font-size: 2em;	
	margin: 5px 5px 10px 0;
}


h3{
	font-family: Times, Verdana, Helvetica, sans-serif;
	color: 	#cebb7b;
	font-size: 1.7em;	
	margin: 5px 5px 10px 0;
}


/* ******************************
	Header & Dinge
****************************** */
#header{
	background-image: url(images/header.png);
	width: 740px;
	height: 335px;	
}

#header h1 a{
	position: absolute;
	top: 190px;
	left: 675px;
	z-index: 2;
	width: 250px;
	height: 60px;
	text-indent: -99999px;
}



/* ******************************
	Menue
****************************** */
#menu{
	margin-top: -35px;
}

#menu ul li{
	list-style: none;
	display: inline;	
	font-family: Times, Verdana, Helvetica, sans-serif;
	font-size: 14px;
	margin: 0 10px 0 10px;
	font-weight: bold;
}

#menu ul li a{
	color: #b3925c;
	text-decoration: none;
}

#menu ul li a:hover{
	color: #cebb7b;
	text-decoration: none;
}



/* ******************************
	Content
****************************** */
#content{
	background-image: url(images/wrapperbg.png);
	background-repeat: repeat;
	background-color: inherit;
	color: #3e3e3e;	
	text-align: left;
	margin: 40px 20px 20px 20px;
}

.box{ 
	clear: both;
	padding: 10px 20px 10px 30px; 
	margin: 40px 0 10px 0; 
	width: 650px;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	border-top: 1px solid #cebb7b;
	border-bottom: 1px solid #cebb7b;
}

.box strong{ display: block; font-size: 1.1em; color:#b3925c; }
.box small{ font-size: 0.9em; color: #888888; }

.fotobox{ 
	clear: both;
	padding: 10px 20px 10px 30px; 
	margin: 20px 0 40px 0; 
	width: 650px;
	margin-bottom: 1.5em;
	background-color: #ffffff;
	border-top: 1px solid #cebb7b;
	border-bottom: 1px solid #cebb7b;
	text-align: center;
}

.fotobox strong{ display: block; font-size: 1.1em; color:#b3925c; }

.fotobox img{
	margin: 0 5px 0 5px;	
}

.fotobox a img{
	border: 1px solid white;
}

.fotobox a:hover img{
	border: 1px solid #cebb7b;
}



/* ******************************
	Footer
****************************** */

#footer{
	clear: both;
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	background-color: black;
	width: 740px;	
	height: 32px;
	padding-top: 33px;
	color: #e0d3a6;
}

#footer ul li{
	display: inline;
	list-style: none;	
	margin: 5px 20px 0 20px;
}

#footer ul li a, #footer ul li a:hover{
	text-decoration: none;
	color: #e0d3a6;
}




/* ******************************
	Lightbox
****************************** */


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

