﻿body
{
	padding: 0;
	margin: 0;
	background: rgb(0,0,0); color: rgb(0, 0, 0);
	color: black;
	font-family: arial, verdana, helvetica, tahoma, sans-serif;
	font-size: 80%;
	line-height: 150%;
}

img
{
	border: 0;
}

a
{
	text-decoration: none;
	color: white;
}

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

#centrecontainer
{
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
}

#outercontainer
{
	margin-left: -400px;
	position: absolute;
	top: -289px;
	left: 50%;
}

#header
{
	width: 800px;
	height: 31px;
	letter-spacing: 1px;
}

#name
{
	width: 800px;
	height: 120px;
	background:url('Bilder/name.png') no-repeat;
}


#container    
{
	border: 20px solid #FFF;
	width: 760px;
	height: 370px;
}

#containerleft
{
	float: left;
	width: 350px;
	height: 350px;
	background-image:url('image_left.jpg');
	border-right: 0px solid #FFF;
	padding: 10px;
}

#containerleft a
{
	text-decoration: none;
	color: #FFF;
}

#containerleft a:hover
{
	text-decoration: none;
	color: rgb(122, 27, 35);
}

#containerleft h2
{
	margin: 0;
	padding: 0;
	font-family: helvetica, arial, verdana, tahoma, sans-serif;
	letter-spacing: -3px;
	font-size: 250%;
	text-align: right;
}

#containerright
{
	float: left;
	width: 370px;
	height: 350px;
	background: white;
	overflow: auto;
	padding: 10px;
}

#containerright a
{
	text-decoration: none;
	color: black;
}

#containerright h2
{
	margin: 0;
	padding: 0;
	font-family: tahoma, arial, sans-serif, helvetica, verdana;
	letter-spacing: 2px;
	font-size: 150%;
	font-style: italic;
	line-height: 2;
	border-bottom: 1px solid #FFF;
	padding-bottom: 5px;
	width: 100%;
	/*text-shadow:rgb(5, 30, 70) 1px 1px;*/  
	color:black;
}

#footer
{
	width: 800px;
	text-align: right;
	padding: 5px 0px;
	color: white;
}

#footer a
{
	text-decoration: none;
	color: white;
}

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

#navcontainer ul
{
	padding: 0;
	margin: 0;
	float: right;
	width: 100%;
}

#navcontainer ul li
{
	display: inline;
}

#navcontainer ul li a
{
	padding: 6px 5px;
	color: #FFF;
	text-decoration: none;
	float: right;
}

#navcontainer ul li a:hover
{
	background-color:  #FFF;
	color:rgb(122, 27, 35);
}


.picture {
float:left;
padding-left: 4px;
padding-top: 5px;
margin-right: 4px;
margin-bottom: 4px;
color:#000;
border:1px solid rgb(122, 27, 35);
width:104px;
height:80px;
}

.picture_disc {
float:left;
padding-left: 4px;
padding-top: 5px;
margin-right: 4px;
margin-bottom: 4px;

}
.picture_disc2 {
text-align:center;
float:center;
}
.picture_disc3 {
text-align:center;
}

.album {
float:left;
padding-left: 5px;
padding-top: 5px;
margin-bottom: 35px;
margin-top: 0px;
}

#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(gallery/images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(gallery/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; }
