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


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

/* Allegemein */
* {
	padding: 0;
	margin: 0;
	}
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 90%;
	}	
h1 {
	font-size: 120%;
	margin: 0 0 1em 0;
	color: #333366;
	letter-spacing: 1px;
	border-bottom: solid 1px #CCCCCC;
	}
h2{
	font-size: 100%;
	margin: 1em 0 1em 0;
	color: #333366;
	letter-spacing: 1px;
	}
h3 {
	font-size: 100%;
	margin: 1em 0 1em 0;
	color: #333366;
	letter-spacing: 1px;
	}
a:link {
	text-decoration: none;
	text-shadow: #CCC;
	font-weight: bold;
	color: #333366;
	}
a:hover {
	text-decoration: none; 
	font-weight: bold;
	color: #333366;
	}
a:active {
	text-decoration: none;
	font-weight: bold;
	color: #333366;
	}
a:visited {
	text-decoration: none;
	font-weight: 800;
	color: #333366;
	}
p {
	margin: 0 0 1em 0;
	}


img {
	border: none;
	}
	
	
/* Container */
#container {
	width: 970px;
	height: auto;
	margin: 40px auto 0 auto;
	}
	
/* Header */
#header {
	height: 182px;
	background: url(../images/HEADER.png) no-repeat;
	}
#header ul {
	padding: 160px 0 0 70px;
}
#header ul li {
	list-style-type: none;
	float: left;
}


/* Main */
#main {
	height: auto;
	background: url(../images/MAIN.png) repeat-y;
	float: left;
	}
#main img.logo {
	margin-top: -45px;
	margin-right: 60px;
	float: right;
	}
* html #main img.logo {
	behavior: url(css/pngbehavior.htc);
	width: 210px;
	height: 54px;
	position: relative;
	float: right;
	margin-right: 60px;
	}
.logo {margin-left /*\**/: 661px\9;}


#sub_navi {
	width: 182px;
	float: left;
	}
#sub_navi ul {
	padding: 30px 15px 40px 40px;
	list-style-type: none;	
	}
#sub_navi ul li {
	line-height: 1.5em;
	}
/* Blog Teil */
#sub_navi .login {
	font-size: 70%;
	padding: 0 0 0 60px;
	}
#sub_navi form li{
	font-size: 80%;
	padding-top: 3px;
	}
#sub_navi .blog {
	margin-top: -30px;}
	
	
#content {
	width: 515px;
	float: left;
	}
#content ul li {
	list-style-type: none;
	float: left;
	}
#content p {
	clear: left;
	padding-top: 10px;
	}
#content p.blog_ausgabe {
	padding: 0 0 0.5em 0;
	}
#content img {
	margin: 10px 5px 0 10px;
	float: right;
	}
	

#content .logout {
	float: right;
	margin-right: 20px;
	color: #900;
	}
	
/* Foto Galerie */
#galerie {
	width: 750px;
	float: left;
	}
#galerie p {
	clear: left;
	padding-top: 10px;
	}
#galerie ul li {
	list-style-type: none;
	float: left;
	}
#galerie dl.pictures {
	float: left;
	margin: 10px;
	}
#galerie img {
	margin: 10px;
	}
	
	
#box_right {
	width: 257px;
	float: left;
	}
#box_right img {
	margin: 40px 0 0 10px;
	}
* html #box_right img {
	behavior: url(css/pngbehavior.htc);
	width: 210px;
	height: 210px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/box1.png', sizingMethod='crop');
	background:none;*/
	}
#box_text {
	text-align: center;
	margin: -155px 60px 20px 30px;
	}
#box_text .klein {
	font-size: 90%;
	margin: 0  0.5em 0 0.5em;
	letter-spacing: 2px;
	}
#box_text .mittel {
	font-size: 120%;
	letter-spacing: 1px;
	}
#box_text .gross {
	font-size: 140%;
	margin: 1em 0 1em 0;
	}
	
/* Footer */
#footer {
	height: 110px;
	background: url(../images/FOOTER.png) no-repeat;
	clear: left;
	}
#footer img {
	width: 154px;
	height: 132px;
	padding-left: 18px;
	margin-top: -46px;
	float:left;
	}
* html #footer img {
	behavior: url(css/pngbehavior.htc);
	width: 154px;
	height: 132px;
	position: relative;
	margin-bottom: 5px;
	margin-left: 18px;
	/*filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/chica1.png', sizingMethod='crop');
	background:none;*/
	}
#footer ul li {
	padding: 40px 0 0 184px;
	list-style-type: none;
	}

