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

/* Auflösung 46'' LCD 1920 x 1080  */
 
body
{
  margin: 0px;
  padding: 0px ;
  font: 12px Arial, sans-serif inherit;
  background: url('../img/bg.gif') repeat-y #CCCCFF;
}

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

/* OFFLINE DIASHOW */
#header_price
{ 
  position: absolute;
  width: 900px;
  height: 240px;
  top: 0px;
  left: 1100px;
}

table#price td 
{   padding: 5px;
    border: 0px solid grey;
	height: 40;
}

.data 
{   font: 18px Arial, sans-serif;
	color: #000000;
    text-align: center;
}

.data2
{   font: 18px Arial, sans-serif;
	color: #000000;
    text-align: left;
}

.toprow 
{   font: 18px Arial, sans-serif;
  	font-weight: bold;
  	color: #008251;
    text-align: center;
	valign: baseline;
}
.scdrow 
{   font: 12px Arial, sans-serif;
  	font-weight: normal;
  	color: #008251;
    text-align: center;
}

.leftcol 
{   font: 18px Arial, sans-serif;
  	font-weight: bold;
  	color: #008251;
    text-align: left;
	width: 75px;
}
/* OFFLINE DIASHOW */


h1
{ font: 18px Arial, sans-serif;
  font-style: italic;
  font-weight: bold;
  color: #CA1414;
}
h2
{ font: 14px Arial, sans-serif;
  font-weight: bold;
  color: #008251;
}
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;
}

img
{
  border:none;
}

#content
{
  position: relative;
  top: 30px;
  left: 220px;
  width: 600px;
  line-height: 150%;

}

#content img
{
  padding: 10px;
}

#content_dia
{
  position: relative;
  top: 10px;
  left: 200px;
  width: 850px;
  line-height: 150%;
}

#content_impress
{
  position: relative;
  top: 10px;
  left: 200px;
  width: 640px;
  line-height: 150%;
}

#content_dia iframe
{
  padding: 10px;
  width: 640px;
  height: 520px;
}

#content_dia_img
{
  position: absolute;
  top: 0px;
  left: 0px;
}

#content_dia_img_nr
{
  position: absolute;
  top: 467px;
  left: 7px;
}

a
{
  text-decoration: none;
  color: #008251;
  font-weight: bold;
}

a:hover
{
  text-decoration: underline;
}

.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;
}


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

#sponsoren img
{
  border: 10px solid #CCCCFF;
  padding: 10px;
  margin-bottom: 10px;
}

#menue
{
  position: absolute;
  top: 270px;
  left: 0px;
  width: 150px;
  height: 400px;
  background: url('../img/menue-bg.png') no-repeat;
  color: white;
  
}

#menue h2
{
  font: 12px Arial, sans-serif;
  font-weight: normal;
  color: white;
  margin-left: 30px;
  text-align: center;
}

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

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

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

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

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

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

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

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


li
{
  margin-left: -10px;
  padding-bottom: 10px;
}

input
{
  border: 1px solid #008251;
}

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

.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; /* Trick IE into showing hover */
	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;
	}
