@charset "UTF-8";

body {
	background: #FFFFFF;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #666666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 75%;
	text-decoration: none;
}
.styleAktuell {color:#336633; text-decoration:none;}
.styleContact {text-align:center;}
.freestylepictures a:link {color:#999999; text-decoration:none; cursor:hand;}
.freestylepictures a:hover {color:#666666; text-decoration:none; cursor:hand;}
.freestylepictures a:visited {color:#999999; text-decoration:none; cursor:hand;}
.freestylepictures #container {
	width: 600px;  /* this will create a container 600px wide */
	background: #FFFFFF;
	margin: auto auto; /* the auto margins (in conjunction with a width) center the page */
	border:none;
	padding-top:40px;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.freestylepictures #header {

	text-align:right;
	font-size:32px;
	background: #FFFFFF; 
	padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}
.freestylepictures #header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
.freestylepictures #navigation {
text-align:right;
font-size:14px;
padding:10px 10px 0 20px;
}
.freestylepictures #imageNav {
text-align:left;
font-size:14px;
padding:10px 10px 10px 20px;
}
.freestylepictures #mainContent {
vertical-align:middle;
	padding: 10px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: #FFFFFF;
}
.freestylepictures #contactRight {
padding 10px 20px;
float:right;
width:75%;
height:250px;
}
.freestylepictures #contactLeft {
padding 5px 10px;
text-align:center;
float:left;
height:250px;
width:25%;
}

.freestylepictures #mainImages{
overflow:auto;
font-size:10px;
white-space: nowrap;
margin:0;
padding:10px 10px 5px 10px;
height:350px;
}
.freestylepictures img {
border:none;
padding:0;
margin:1px;
white-space:nowrap;
height:90%;
}
.freestylepictures #footer { 
	padding: 10px 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:#FFFFFF;
	text-align:right;
	font-size:9px;
} 
.freestylepictures #footer p {
font-size:9px;
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}



#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: 40px auto auto 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: 50; width: 100%; height: 500px; background-color: #FFFFFF; }


