@charset "utf-8";
/* CSS Document for wwww.savelhof.de */
/* Copyright by MOSER GmbH & Co. KG */
/* Webmaster & Dervelloper - Rene Ruettgers */

/* */
/* Globale Einstellungen */
/* */
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #333333;
}

td {
	text-align: left;
}

#center {
	height: 748px;
	width: 1023px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -374px 0 0 -511px;
	background-image: url(../pics/background.jpg);
	background-repeat: no-repeat;
}

#topic {
	height: 179px;
	width: 1002px;
	position: absolute;
	top: 9px;
	left: 9px;
}

#navigation {
	height: 500px;
	width: 180px;
	position: absolute;
	top: 198px;
	left: 25px;
}

#content {
	height: 513px;
	width: 775px;
	position: absolute;
	top: 204px;
	left: 236px;
	overflow: auto;
}

#content_cms {
	height: 515px;
	width: 780px;
	position: absolute;
	top: 200px;
	left: 230px;
	overflow: auto;
}

#bottom {
	height: 15px;
	width: 1002px;
	position: absolute;
	top: 718px;
	left: 9px;
}

/* */
/* Links */
/* */
a {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	color: #666666;
}

a:hover, a:active {
	color: #999999;
}

/* */
/* Fonts und Dekos */
/* */
h1 {
	font-size: 16px;
	font-weight: bold;
	color: #006600;
}

h2 {
	font-size: 12px;
	font-weight: bold;
	color: #006600;
	background-image: url(../pics/spacer.jpg);
	background-repeat: no-repeat;
	height: 20px;
}

h3 {
	font-size: 10px;
	font-weight: bold;
}

/* */
/* Navigation */
/* */
.topic_1 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #666666;
	padding-top: 10px;
	padding-bottom: 5px;
}

.topic_2 {
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
	font-weight: normal;
	color: #666666;
	padding-left: 20px;
	padding-top: 0px;
}

/* */
/* Formulare */
/* */
.formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 150px; /* Breite */
}

.formSplitInput1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 50px; /* Breite */
}

.formSplitInput2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 94px; /* Breite */
}

.formMSGInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 150px; /* Breite */
	height: 50px;
}

.cms-formInput {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 200px; /* Breite */
}

.cms-formInput2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	display: block;
	float: left;
	width: 760px; /* Breite */
}

/* */
/* Lightbox CSS */
/* */
#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(../pics/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(../pics/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../pics/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;
}