html {
}

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 80%;
	background-color: #fdfdfd;
	/*background-image: url(../images/background-image_1024x392.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 0px 200px;*/ 
}

a {
	color: #999999;
	text-decoration: none;
}

a:hover {
	color: #333333;
	text-decoration: underline;
}

.link-mehr {
	font-size: 80%;
}


#main {
	background-color: #ffffff;
	overflow: hidden;
	width: 800px;
	height: auto;
	margin-left: 10px;
	margin-right: auto;
	margin-top: 20px;
	border-color: #f5f5f5;
	border-style: solid;
	border-width: 10px;
}

/* ################## Infobox 1 absolute ######################*/
#box1 { 	
  position: absolute;
  height: auto; 
  width:200px;
  margin:0px 0px 0px 0px;
  top: 15px; 
  left: 850px;
  text-align: left;
  padding: 5px;
  background-color: #ffffff;
  border: 10px solid #f5f5f5;
  overflow: auto;
}

#box1 h3 {
	color: rgb(236,112,25);
	font-size: 90%;
}

#box1 p {
	line-height: 1.4em;
	font-size: 90%;
}

#box1 li {
	line-height: 1.4em;
	font-size: 80%;
}

/* ################## Infobox 2 absolute ######################*/
#box2 { 	
  position: absolute;
  height: auto; 
  width:200px;
  top: 175px; 
  left: 850px;
  text-align: left;
  padding: 5px;
  background-color: rgb(236,112,25);
  border: 10px solid #f5f5f5;
  overflow: auto;
}

#box2 h3 {
	color: #000000;
	font-size: 90%;
}

#box2 p {
	line-height: 1.4em;
	font-size: 90%;
	color: #f5f5f5;
}

#box2 li {
	line-height: 1.4em;
	font-size: 80%;
}


#box2 a {
	color: #333333;
	text-decoration: none;
}

#box2 a:hover {
	color: #333333;
	text-decoration: underline;
}

/* ################## Infobox 3 absolute ######################*/
#box3 { 	
  position: absolute;
  height: auto; 
  width:200px;
  margin:0px 0px 0px 0px;
  top: 775px; 
  left: 850px;


  text-align: left;
  padding: 5px;
  background-color: #ffffff;
  border: 10px solid #f5f5f5;
  overflow: auto;
}

#box3 h3 {
	color: rgb(236,112,25);
	font-size: 90%;
}

#box3 p {
	line-height: 1.4em;
	font-size: 90%;
}

#box3 li {
	line-height: 1.4em;
	font-size: 80%;
}




/* ################## Header-Bereich ######################*/
#header {
	float:left;	
}

#logo {
float: left;
width: 125px;
margin: 0px;
padding: 0px;
border: none;
}

#nav_service {
background-color: #ffffff;
float: left;
width: 665px;
text-align: right;
vertical-align: middle;
padding: 0px;
margin-top: 80px;
margin-right: 10px;
border: none; 
font-size: 80%;
color: #bbbbbb;
vertical-align: middle;
}

/* ################## Buehne ######################*/
#buehne {
	float:left;
	width: 800px;
	border-top: 10px solid #f5f5f5;	
}

#buehnenbild {	
}

/* ################## Modul Formular ######################*/
.modul-formular {
	float:left;
	width: 800px;
	border-top: 10px solid #f5f5f5;	
	padding: 20px 20px 20px 20px;
}

.modul-formular h3 {
	color: rgb(0,121,147);
	font-weight: bold;
	font-size: 140%;
}

.modul-formular p {
	font-size: 100%;
	line-height: 1.4em;
	color: #333333;	
}

/* ################## Modul Untermenue ######################*/
.modul-untermenue {
	width: 800px;
	border-top: 10px solid #f5f5f5;
	padding: 0px 0px 0px 0px;
}

.modul-untermenue h3 {
	color: rgb(0,121,147);
	font-weight: bold;
	font-size: 110%;	
}

.modul-untermenue p {
	font-size: 90%;
	line-height: 1.4em;
	color: #333333;	
}

.modul-untermenue a {
	font-size: 75%;
	color: #999999;
}

/* ################## Modul Text ######################*/
.modul-text {
	float:left;
	width: 760px;
	border-top: 10px solid #f5f5f5;
	padding: 20px 20px 20px 20px;	
}

.modul-text h2 {
	color: rgb(0,121,147);
	font-weight: bold;
	font-size: 140%;	
}

.modul-text p {
	font-size: 100%;
	line-height: 1.4em;
	color: #333333;	
}

.modul-text img {
	vertical-align: middle;	
}

.bild_links {
	float: left;
	width: auto;
	background-color: #f5f5f5;
	margin-right: 10px;
}

.bild_rechts {
	float: right;
	width: auto;
	background-color: #f5f5f5;
	margin-left: 10px;
}

.modul-text li {
	list-style-type: none; 	
}

.modul-text a {
	color: rgb(0, 121, 147);
	text-decoration: none;	
}

.modul-text a:hover {
	color: rgb(236, 112, 25);
	text-decoration: underline;	
}

/* ################## Modul Bild und Nachricht ######################*/
.modul-bild_und_nachricht {
	float:left;
	width: 760px;
	border-top: 10px solid #f5f5f5;
	padding: 20px 20px 20px 20px;
}

.bild {
	float: left;
	width: 200px;
	background-color: #f5f5f5;
	margin-right: 10px;
}

.textspalte_rechts {
	float: right;
}

.bildunterschrift {
	float: left;
	padding: 5px 5px 5px 5px;
	background-color: #f5f5f5;
	width: 190px;
	color: #999999;
	font-size: 70%;
}

.modul-bild_und_nachricht h2 {
	color: rgb(0,121,147);
	font-weight: bold;
	font-size: 140%;	
}

.modul-bild_und_nachricht p {
	font-size: 100%;
	line-height: 1.4em;
	color: #333333;	
}

.modul-bild_und_nachricht a {
	color: rgb(0, 121, 147);
	text-decoration: none;	
}

.modul-bild_und_nachricht a:hover {
	color: rgb(236, 112, 25);
	text-decoration: underline;	
}

.Ort_und_Zeit p {
	font-size: 85%;
	line-height: 1em;
	color: #999999;	
}

/* ################## Modul zweispaltige Liste ######################*/
.modul-liste {
	float:left;
	width: 760px;
	border-top: 10px solid #f5f5f5;
	padding: 20px 20px 20px 20px;
}

.modul-liste h2 {
	color: rgb(0,121,147);
	font-weight: bold;
	font-size: 140%;	
}

.liste {
	width: 760px;
}

.liste-ueberschrift {
	color: rgb(0,121,147);
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	margin-bottom: 0px;	
}

.liste-quelle {
	font-size: 80%;
	line-height: 1.4em;
	color: #333333;
	text-align: left;	
}

.liste a {
	font-size: 90%;
	color: #999999;
}
/* ################## Modul Lightbox ######################*/

.modul-lightbox {
	float:left;
	width: 800px;
	border-top: 10px solid #f5f5f5;
	padding: 20px 20px 20px 20px;
}

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

/* ################## Modul Social Bookmarks ######################*/

.modul-social-bookmarks {
	float: left;
	text-align: right;
	width: 800px;
	border-top: 10px solid #f5f5f5;
	padding: 10px 0px 10px 0px;
}

/* ################## Footer-Bereich ###################### */

#footer {
	float:left;
	width: 800px;
	border-top: 10px solid #f5f5f5;
	padding: 10px 0px 10px 0px;
	background-color: #cccccc;
}

#footer p {
	font-size: 85%;
	line-height: 1.4em;
	color: #666666;
	text-align: center;	
}

/* Die Navigation als Linksliste */

#navigation {
	background-image: url(../images/nav-background-3.jpg);
	border-top: 10px solid #f5f5f5;
	padding: 0px 0px 0px 0px;
	width: 800px;
	height: 40px;
	float: left;
}

#navigation ul
	{
		margin: 0 0 0 20px;
		padding: 10px 0px 10px 0px;
		list-style-type: none;
		font-size: 100%;
	}
	
#navigation li
	{
		display: inline;
		padding: 0 5px 0 5px;
	}
	
#navigation li a
	{
		text-decoration: none;
		color: #ffffff;
	}
	
#navigation li a:hover
	{
		text-decoration: underline;
		color: #999999;
	}
	
#home #nav-home a,
#presse #nav-presse a {
	text-decoration: none;
	color: rgb(236,112,25);
	cursor: default;
}