p {
  margin-bottom:11px; 
  margin-top:11px; 
}

#seo {
  display: none;
}

.content {
  font-family: Verdana, Arial;
  color: #ffffff;
  font-size: 11px;
  background: url(../images/content.jpg);
  }
  
.content td {
  font-family: Verdana, Arial;
  color: #ffffff;
  font-size: 11px;
  }
  
.contentdiv {
  overflow: auto;
  height: 290px;
  width: 100%;
}

#booking {
  text-transform: uppercase;
  text-decoration: none;
  font-size: 17px;
  letter-spacing: -0.05em;
  color: rgb(255, 166, 69);
  line-height: 40px;
}

#booking:hover {
  text-decoration: underline;
}

ul {
  margin-left: 5;
  padding-left: 1em;
}

li {
  margin: 0;
  padding: 0;
  margin-bottom: 8px;
  list-style-image: url(../images/li.png);
}

.title {
  height:33px;
}
  
.sidebar {
  font-family: Verdana, Arial;
  color: #ffffff;
  font-size: 10px;
  background: url(../images/anfrage_content.jpg);
  }
  
a,a:active,a:visited {
  color: #ffffff;
  text-decoration: underline;
  }
  
a:hover {
  color: #ffa927;
  text-decoration: underline;
  }
  
h1 {
  font-size: 16px;
  color: #ffa927;
  font-family: Arial;
  margin: 0px;
  font-weight: normal;
  }
  
body {
  scrollbar-face-color: #104d81;
  scrollbar-track-color: #0b376a;
  scrollbar-arrow-color: #ffa927;
  scrollbar-highlight-color: #71a2c1;
  scrollbar-shadow-color: #71a2c1;
  scrollbar-3dlight-color: #0b376a;
  scrollbar-darkshadow-color: #0b376a;
  background-color: #114d81;
}
		
.sIFR-active h1 {
  visibility: hidden;
  font-family: Verdana, Arial;
  color: #ffa927;
  line-height: 1em;
}

.schnellanfrage {
  margin:0px;
  padding:0px;
}

input {
  font: 10px Verdana, Arial;
  margin	: 1px 0px 1px 0px;
  color: #ffffff;
  background-color: #114d81;
  border: 1px solid #0a1e3f;
}

.menubg {
  background: url(../images/menu_bg.jpg);
}

.leftbg {
  background: url(../images/content_left.jpg);
}

.rightbg {
  background: url(../images/content_right.jpg);
}

.anfragebg {
  background: url(../images/anfrage_content.jpg);
}

select {
  font: 10px Verdana, Arial;
  color: #ffffff;
  background-color: #114d81;
  border: 1px solid #0a1e3f;
}

textarea {
  border: 1px solid #0a1e3f;
  padding-left: 2px;
  font: 10px Verdana, Arial;
  color: #ffffff;
  background-color: #114d81;
}

.button {
  background-color: #114d81;
  color:#ffffff;
  border: 1px solid #0a1e3f;
}

#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;}
#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;	}	
		
#overlay{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
	background-color: #000;
	}