/* ************** Allgemein **************  */

BODY{
  font-family:  Verdana, sans-serif;
  font-size:12px;
  color: black;
  background: white;
  /*width: 1165px;*/
  padding-left: 20px;/*padding-left: 50%;*/
  margin-top: 0px;
  margin-left: 0px;
}

/* ************** Titel **************  */

.titel1{
  font-family:  Verdana, sans-serif;
  font-size:14px;
  color: black;
  font-weight: bold;
  font-style: normal;
}

.titel2{
  font-family:  Verdana, sans-serif;
  font-size:12px;
  color: black;
  font-weight: bold;
  font-style: normal;
}

.rot{
  font-family:  Verdana, sans-serif;
  font-size:10px;
  color: red;
  background: white;
  text-decoration: none;
}

.gruen{
  font-family:  Verdana, sans-serif;
  font-size:10px;
  color: green;
  background: white;
}

/* ************** Menüinhalt links formatieren **************  */

.mtitel{
  /* Haupteinträge */
  font-weight: bold;
  padding-left: 5px;
  background-color: #5d849a;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  border-top: 1px solid white;
}

.linkmain{
  /* Links Hauptpunkte im Menü */
  text-decoration: none;
  color: black;
}

.linkeintrag{
  /* Links Einträge im Menü */
  text-decoration: none;
  color: black;
}

.meintrag{
  /* Untereinträge */
  font-style: italic;
  padding-left: 15px;
  border-left: 1px solid #5d849a;
  margin-top: 0px;
  margin-bottom: 0px;
  padding-top: 5px;
  padding-bottom: 5px;
  text-decoration: none;
}

/* ************** Links **************  */

.link{
  text-decoration: none;
  color: #2d6087;
  font-weight: bold;
}

.linka{
  text-decoration: none;
  color: black;
  font-weight: bold;
}

/* ************** Innenabstände im Inhalt **************  */

.itop{
  /* Erster Absatz im Inhalt */
  padding-left: 5px;
  padding-top: 5px;
  padding-right: 5px;
}

.ifollow{
  /* Folgende Absätze im Inhalt */
  padding-left: 5px;
  padding-right: 5px;
}

.ilast{
  /* Letzter Absatz Inhalt */
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
}

.ieinzeiler{
  /* Nur ein Absatz */
  padding-top: 5px;
  padding-left: 5px;
  padding-bottom: 5px;
  padding-right: 50px;
}

.ispalte {
  /* 2. Spalte */
  display: block;
  width: 150px;
  float: left;
}

.werbungstartseite {
  padding-top: 0px;
  margin-top: 0px;
}


/* ************** Formular Hotelsuche **************  */

legend {
  font-weight: bold;
  background-color: #F4F4F4;
  border: 1px solid #CCC;
  padding: 4px;
  text-align: center;
  margin: 4px;
  width: 90px;
}

select.hotel {
  margin: 8px 2px;
  width: 130px;
}

/* ************** Meldungen **************  */

.fehlermeldung{
  color: red;
  font-style: italic;
}

.infotext{
  float: right;
  padding-right: 5px;
  font-style: italic;
}

#news{
  float: right;
  width: 150px;
  height: 650px;
  padding: 5px;
  margin-left: 10px;
  background-image: url(bilder/news.jpg);
  background-position: left bottom;
}

#statistik{
  float: right;
  width: 300px;
  height: 300px;
  padding: 5px;
  margin-left: 10px;
  background-image: url(bilder/news.jpg);
  background-position: left bottom;
}

/* ************** Tabellen **************  */

table {
  margin: auto;
  width: 650px;
  border: 0px;
  border-collapse: collapse;
}

tr.zeileu {
  background-color: transparent;
}

tr.zeileg {
  background-color: #efeff7;
}

td {
  padding: 5px;
  text-align: left;
}

tr.index {
  background-image: url(bilder/tabelle.jpg);
  background-position: top left;
  padding: 5px;
  text-align: left;
}

th {
  padding: 5px;
  text-align: left;
}

/* ************** Div-Elemente **************  */

#fenster{
  /* Fensterbreite */
  width: 1165px;
  /*margin-left: -582px;*/
  margin-top: 0px;
}

#balken{
  /* Oberster Balken */
  width: 1165px;
}

#balken2{
  /* Bild oben links und rechts */
  width: 1165px;
  background-color: #5d849a;
}

#anmeldeleiste{
  /* Leiste mit Anmeldelink oben */
  width: 1165px;
  background-image: url(bilder/anmeldeleiste.png);
  background-repeat: no-repeat;
  background-color: #efeff7;
  margin-top: 2px;
  padding: 0.5px 0px;
  font-size: 11px;
}

#menue{
  /* Menü links */
  float: left;
  margin-top: 2px;
  width: 170px;
  background-color: #efeff7;
}

#inhalt{
  /* Inhalt rechts */
  float: right;
  width: 988px;
  background-color: white;
  margin-top: 2px;
  border: 1px solid #5d849a;
  
}

#fuss{
  /* Fusszeile */
  float: right;
  width: 988px;
  background-color: white;
  margin-top: 2px;
}

/* ************** 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(../bilder/lightbox/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(../bilder/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../bilder/lightbox/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: #000;
	}