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

body { behavior: url("misc/csshover3.htc"); } 

ul, ol, dl { position: relative; }

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #1c1c1c;
	margin: 0;
	padding: 0;
}

h1 {
	font-size: 18px;
	border-bottom: 1px solid #0072bc;
	display: block;
	margin: 24px 0 12px 0;
	color: #0072bc;
}

h2 {
	font-size: 14px;
	border-bottom: 1px dashed #0072bc;
	display: block;
	margin: 24px 0 12px 0;
	color: #1a80c3;
}

h3 {
	font-size: 14px;
	margin: 12px 0 6px 0;
	color: #1a80c3;
	font-weight: bold;
}

th {
	text-align: left;
	vertical-align: top;
}

th.right {
	text-align: right;
}

th.center {
	text-align: center;
}

td.bestnr {
	white-space: nowrap;
}

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

.kontakt {
	border: 1px solid #1a80c3;
}

.kontakt_but {
	border: 1px solid #1a80c3;
	background-color: #0072bc;
	font-weight: bold;
	color: #FFFFFF;
}

.tableheading {
	color: #000;
	font-weight: bold;
	vertical-align: middle;
	text-align: center;
	background-color: #bbd9ed;
}

#main {
	margin: 5px auto;
	width: 1000px;
	border: none;
}

#banner {
	background-image: url(images/banner.jpg);
	background-repeat: no-repeat;
	height: 143px;
}

#navlist_main {
	background-image: url(images/navlist_main_bg.jpg);
	background-repeat: repeat-x;
	height: 34px;
}

#navlist_main ul {
	margin: 0;
	padding: 0;
}

#navlist_main ul li {
	display: inline;
}

#navlist_main ul li a {
	float: left;
	display: block;
	padding: 9px;	
	margin-left: 10px;
	color: #FFFFFF;
	font-weight: bold;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
}

#body {
	clear: both;
	background-image:url(images/body_bg.gif);
}

#lenkerbild {
	text-align: center;
	margin: 5px 0;
}

#navlist_sec {
	position: relative;
	float: right;
	width: 220px;
	margin: 0;
	padding: 0;
	background-color: #a8a8a8;	
}

#navlist_sec ul {
	list-style-type: none;
	margin: -1px 0 0 0;
	padding: 0;
}

#navlist_sec a {
	display: block;
	padding: 8px 0 8px 25px;
	background-image: url(images/navlist_sec_bg_blue_alt.gif);
	color: #FFFFFF;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
	border: none;
}

#navlist_sec a:hover {
	background-image: url(images/navlist_sec_bg_hover.gif);
	color: #000;
}

#navlist_sec li.green a {
	background-image: url(images/navlist_sec_bg_green_alt.gif);
}

#navlist_sec li.orange a {
	background-image: url(images/navlist_sec_bg_orange_alt.gif);
}

#content {
	position: relative;
	/*margin-right: 220px;*/
	width: 752px;
	padding: 12px;
	background-color: #FFFFFF;
	/*border-right: 1px solid #a8a8a8;*/
}

#footer {
	position: relative;
	width: 100%;
	clear: both;
	background-color: #a8a8a8;
	padding: 5px 0;
	text-align: center;
}

/* #################### LIGHTBOX ######################### */

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


