@charset "iso-8859-1";
/* CSS Document */
 

body
{ margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif inherit;
  background: url('../img/bg.gif') repeat-y #CCCCFF;
}

body_wp
{ margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif inherit;
}


/*=============================================================================*/
/* Header */
#header
{ position: relative;
  width: 1024px;
  height: 200px;
  top: 0px;
  left: 0px;
  background: url('../img/header-bg.jpg') no-repeat #fff;
}


/*=============================================================================*/
/* Menü links */
#menue
{ position: absolute;
  top: 210px;
  left: 0px;
  width: 150px;
  height: 400px;
  background: url('../img/menue-bg.png') no-repeat;
  color: #000000;
}

#menue h2
{ font: 10px Arial, sans-serif;
  font-weight: bold;
  color: #0000CC;
  margin-left: 30px;
  text-align: left;
  padding-bottom: -5px;
}

#menue ul li
{ padding-top: 5px;
  padding-left: 15px;
  width: 125px;
  background: url('../img/menue2.png') repeat-x;
  list-style-type: none;
}

#menue ul li:hover
{ background: url('../img/menue2-activ.png') repeat-x;
  list-style-type: none;
}

#menue .ul-aktiv
{ background: url('../img/menue2-activ.png') repeat-x;
  margin-left: 10px;
}

#menue ol li
{ padding-top: 5px;
  padding-left: 15px;
  width: 125px;
  background: url('../img/menue1.png') repeat-x;
  list-style-type: none;
}

#menue ol li:hover
{ background: url('../img/menue1-activ.png') repeat-x;
  list-style-type: none;
}

#menue .ol-aktiv
{ background: url('../img/menue1-activ.png') repeat-x;
  margin-left: 10px;
}


#menue ol li a
{ color: #FFFFFF;
}


#menue a 
{ display: block;
  text-decoration: none;
  color: #000000;
  font-weight: bold;
}

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

.link2
{ display: block;
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold;
}


/*=============================================================================*/
/* Sponsoren rechts */

#sponsoren
{ position: absolute;
  top: 250px;
  left: 920px;
  width: 170px;
  text-align: left;
  background: url('../img/bg-impressum.gif') repeat-x repeat-y;
}

#sponsoren img
{ border: 0px solid #0033CC;  /*CCCCFF*/
  padding: 5px;
  margin-bottom: 0px;
}



/*=============================================================================*/
/* Content */
#content
{ position: relative;
  top: 30px;
  left: 220px;
  width: 650px;
  line-height: 150%;
}

#content_wp
{ position: relative;
  top: 10px;
  left: px0;
  width: 550px;
  line-height: 100%;
}

#content img
{ padding: 10px;
}

.highline
{ 	background: url('../img/menue1.png') repeat-x;
	color: #FFFFFF;
}


/*=============================================================================*/
/* Überschriften */
h1
{ font: 18px Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #0000CC;
}
h2
{ font: 14px Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #6699FF;
}

h3
{ font: 24px Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #CA1414;
}

h4
{ font: 36px Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #CA1414;
}


/*=============================================================================*/
/* Bilder */
img
{ border:none;
}


/*=============================================================================*/
/* Links */
a
{ text-decoration: none;
  color: #0000CC;
  font-weight: bold;
}

a:hover
{ text-decoration: underline;
}


/*=============================================================================*/
/* Tabellen */
.daten td
{ border-right: 1px solid grey;
}

/*
th
{ padding-right: 5px;
  padding-left: 5px;
  background: #999;
}
*/

td
{ padding-right: 5px;
  padding-left: 5px;
}

.white
{ background: white;
}

.footer
{ margin-left: -50px;
  width: 852px;
}


/*=============================================================================*/
/* Aufzählungen */
li
{ margin-left: -10px;
  padding-bottom: 10px;
}


/*=============================================================================*/
/* Input ??? */
/*
input
{
  border: 1px solid #008251;
}

input:hover, input:focus
{
  border: 1px solid red;
}


/*=============================================================================*/
/* Fehlerseite */
/*
.fehler
{
  padding: 20px;
  border: 1px solid red;
  font-size: 14px;
  font-weight: bold;
}
*/


/*=============================================================================*/
/* lightbox */
#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(images/blank.gif) no-repeat;
	display: block;
}

#prevLink { left: 0; float: left; background: url(images/prevlabel.gif) left 15% no-repeat;}
#nextLink { right: 0; float: right; background: url(images/nextlabel.gif) right 15% no-repeat;}
#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;	}	
		
#overlay
{	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #008251;
}
