body {
  font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#444444;
	margin: 0; 
	padding: 0;
	background-color:#e0e0e0;
	text-align:center;/* center layout in ie5 and 5.5. */
}

a:link {
  color:#0c529a;
	text-decoration:none;
  }
a:visited {
  color:#0c529a;
	text-decoration:none;
  }
	
a:hover {
  text-decoration:underline;
  color:#CC3300;
	}
	
#sidelink a {
color:#444444;
}

h1 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:normal;
	margin-top:0px;
	color:#0c529a;
	}
	
h2 {
font-size:12px;
color:#0c529a;
}

#height {
height:101%;
position:absolute;
top:0px;
left:0px;
}

#container {
	width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
	background-color: #ffffff;/* this is the background colour of the right column */
	text-align:left;
  min-height:600px;
	height:auto !important;  /* für moderne Browser */
	height:600px;  /*für den IE */
	overflow:visible;
}

#content {
	border-left: 0px solid #c0c0c0;
	border-right: 0px solid #c0c0c0;
	padding: 0;
	padding-bottom:20px;
	/*background-image: url(images/navbg.gif);/*this is the background colour of the left column */
	background-repeat: repeat-y;
	background-position: left top;
	
}
#left {
  margin-top:10px;
	float:left;
	padding-right:15px;
	border-right:0px solid #e0e0e0;
	width:120px;
}

#right {
  margin-top:20px;
	float:left;
	width:640px;
	padding-left:16px;
	border-left:1px solid  #e0e0e0;
	margin-left:-1px;/* makes border line up with #left border */
	min-height:420px;
	height:auto !important;  /* für moderne Browser */
	height:420px;  /*für den IE */
}


#flashcontent {
  margin-top:10px;
	width:800px;
	position:relative;
}

#headline {
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	margin-top:0px;
	color:#0c529a;
	}

#reiter {
	position:relative;
	top:-17px;
	left:260px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#0c529a;
	}
	

#spalte2  {
	position:relative;
  float:left;
  width:300px;
	padding-right:20px;
	text-align:justify;
	z-index:1;
  }
	
#spalte3  {
  position:relative;
	float:right;
  left:30px;
  width:310px;
	padding-right:10px;
	text-align:justify;
  }
	
	
#history2  {
	position:relative;
	float:left;
	left:0;
	padding-left:0;
  width:280px;
	padding-right:20px;
	text-align:justify;
	border-right:1px solid #cccccc;
	z-index:1;
  }
	
#history3  {
  position:relative;
	top:0px;
	left:300px;
  width:280px;
	padding-right:20px;
	text-align:justify;
	margin-left:10px;
	padding-left:10px;
  }
	
#blaettern {
  position:relative;
  top:-40px;
  text-align:center;
  }
	

#header {
	padding-bottom:0px;
  margin-bottom:0px;
	height:140px;
  }

#footer {
	text-align:center;
	font-size:11px;
	padding-top:10px;
	border-top:solid 1px #e0e0e0;
	background-color: #e0e0e0;
  width: 800px;
	margin: 0px;
	margin-left: auto;
	margin-right: auto;
}

#footlinks a{
	text-align:center;
	width: 800px;
	font-size:11px;
	padding-top:10px;
	height:10px;
	color: #666666;
	text-decoration:underline;
}

#header h1, #footer h1 {margin:0}



/*############### Lightbox Bilder Galerien #######################*/

#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(../images/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 20px; float: left; background: url(../images/prev_sm.gif) left 15% no-repeat;}
#nextLink { right: 20px; float: right; background: url(../images/next_sm.gif) right 15% no-repeat;}

/*
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prev.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../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: 45%; 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: 100px;
	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 */
	}	
	