
body {
	/* Hintergrundfarbe */
        background-color: #ffffff;
	
	/* Abstand vom Fensterrand -> für padding und margin die gleichen Werte nehmen (ein par Browser wollen margin, andere padding) */
	margin: 0px 0px 0px 0px;
	padding: 0px;
}

div#layout {
	background-color: ffffff;
	padding: 0px;
         z-index:10;
         position:absolute;top:325px;left:144px;

}

.box {
	/* Farbe der dicken Rahmen*/
	border: 8px #ffffff;
	/* Hintergrundfarbe der Box */
	background-color: #ffffff;

}

p#footer, p#footer a{
  /* Schriftfarbe im Kontrast zum Hintergrund für das Copyright, Impressum und Kontakt Hinweise ganz unten */
  color: #999999;
}

@media all
{

html {height:100%}
* {margin:0; padding:0; border: 0; font-size: 1em}

body {
    min-height: 101%;
    position: relative;
    text-align: left;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	line-height: 14px;
}

#Newsletter {
	position: fixed;
	top: 10px;
	left: 10px;
	width: 160px;
	z-index: 55;
}

#NewsletterInhalt {
	width: 360px;
	margin-top: 20px;
}

.inhalt_weiss {
	color: #000000;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: block;}
.floatbox { overflow:hidden; }
hr.clear_columns{	
	content: "."; 
	display: block;  
	height: 0; 
	line-height: 0px; 
	clear: both; 
	float: left; 
	visibility: hidden; 
	border: 0; 
	padding: 0;
	margin: -2em 0 0 0; /* erforderlich damit kein Leerraum zwischen Spalten und Footer entsteht */
}

ul, ol, dl { margin: 0 0 1em 0; }
li { margin-left: 1.5em; line-height: 1.5em; }

dt { font-weight: bold; }
dd { margin: 0 0 1em 2em; }

blockquote, cite { margin: 0 0 1em 1.5em; font-size: 0.93em; width: auto;}

a {
	color: #000000;
	font-weight: bold;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	border-bottom: 0;	
}

#col1 a {
	margin-top: 5px;
	padding-bottom: 1px;
	display: block;
}

/*
#col1 a:hover {
	padding-bottom: 0;
}
*/

h3 {
	color: #000000;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 15px;
}

#Subnavi {
	color: #000000;
	font-size: 12px;
	font-weight: bold;
	width: 900px;
	text-align: center;
	padding-top: 5px;
}

#Subnavi a {
	text-decoration: none;
}

#Subnavi a:hover {
	text-decoration: underline;
}


#page_margins { 
	width:945px; 
	margin-left: 0;
 	margin-right: auto;
	max-width:inherit;  /* min-width fï¿½r fixes Layout abschalten */
	min-width:inherit;  /* max-width fï¿½r fixes Layout abschalten */
}

#col1, #col2, #col3, #header { position: absolute; }
#col1_content, #col2_content, #col3_content { position: relative; }

#header {
	position: fixed;
	z-index: 0;
	top: 0px;
	left: 0px;
	height: 330px;
	width: 900px;
	background-color: #FFFFFF;
}

#col1 {
	position: fixed;
	top: 320px;
	left: 30px;
	width: 160px;
	z-index: 50;
	min-height: 400px;
}
#col2 {
	top: 350px;
	left: 225px;
	z-index: 5;
	width: 675px;
	/*
	padding-left: 15px;
	padding-right: 20px;
	*/
	min-height: 400px;
}
#col3 {z-index: 1;}
#col1_content {z-index: 4;}
#col2_content {z-index: 6;}
#col3_content {z-index: 2;}

#Logo {
	margin-top:10px;margin-left:223px;margin-bottom:10px;
}

.Kasten {
	/* background-color: #EEEEEE; */
	padding-left: 10px;
}

ul li { 
	list-style-type: none; 
	margin: 0;
	display: inline;
	margin-right: 5px;
}

input,textarea,select {
	border: 1px solid #999999;
	font-size: 11px;
}
label {
	display: block;
}

.error {
	margin-top:20px;
	color: red;
}

#Plakat {
	width: 650px;
	margin-top: 1%;
}

.formline {
	display:block;
	margin-bottom: 5px;
}
.nwltform {
	border: 1px solid black;
	width: 360px;
}

}

@media screen, print
{
.skip {
	position: absolute;
	left: -1000em; 
	width: 20em;
}
}

#lightbox{
	position: absolute;
	top: 40px;
	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(/ressources/images/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(/ressources/images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(/ressources/images/next.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{
	padding:0 10px;
	}
#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;
	filter:alpha(opacity=60);
	-moz-opacity: 0.6;
	opacity: 0.6;
	}
	

.clearfix:after {
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
	}

* html>body .clearfix {
	display: inline-block; 
	width: 100%;
	}

* html .clearfix {
	/* Hides from IE-mac \*/
	height: 1%;
	/* End hide from IE-mac */
	}	