@charset "utf-8";
/* CSS Document */


body {
    margin: 0px;
    background-color: #FFFFFF;
    font-family: Verdana, "sans serif";
    font-size: 10pt;
    font-weight: normal;
	background-image: url(image/hintergrund-pension.jpg);
	background-repeat: no-repeat;

}

.content {
    position: absolute;
    width: 950px;
    margin-left: -425px;
    left: 50%;
    margin-top: 50px;
	z-index: 2;
}

.logo {
	margin-left: 10px;
	background-image: url(image/ferienwohnung-nordsee.png);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-right: 30px;
	height: 100px;
}

.logo a {
	color: #0052a1;
	text-transform: uppercase;
	margin-right: 20px;
	text-decoration: none
}

.logo a:hover {
	text-decoration: underline;
}

.clear {
    clear: both
}

.contentcontainer {
	padding: 20px;
	height: 245px;
	background-color:#FFFFFF;
	border: #0051a0 1px solid;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -khtml-border-radius: 10px;
	 border-top-left-radius: 10px;
	 padding-bottom: 2px;
	 background-color: #FFFFFF;
	 width: 885px;
}

.contentcontainerklein {
	margin-top: 20px;
	margin-right: 20px;
	height: 155px;
	float: left;
	width: 254px; 
	background-color:#FFFFFF;
	border: #0051a0 1px solid;
	 -moz-border-radius: 10px;
	 -webkit-border-radius: 10px;
	 -khtml-border-radius: 10px;
	 border-top-left-radius: 10px;
	 padding-bottom: 2px;
	 background-color: #FFFFFF;
	 padding-left: 20px;
	 padding-right: 20px;
	 padding-bottom: 20px;
}

.contentcontainerklein A {
	color: #000;
	text-decoration: none;
}

.starttext h1 {
	color: #0051a0;
	font-weight: bold;
	font-size: 12pt;
}

h2 {
	color: #0051a0;
	font-weight: bold;
	font-size: 10pt;
}

.starttext A {
	text-decoration: none;
	color: #000;
}

.starttext A:hover {
	text-decoration: underline;
}



/* Beginn: Bildergalerie auf Produktdetail */

.imageRow {
	 margin-top: 10px;
}

.imageRow A img {
	border-width: 0px;
    padding-bottom: 22px;
	padding: 8px;
	border: #dbdcdc 1px solid;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border: #dbdcdc 1px solid;
	background-color: #dbdcdc;
}

.imageRow A:hover img {
	border: #0051a0 1px solid;
	background-color: #0051a0;
}

.imageRow .single {
	float: left;
	margin-right: 8px;
}

#lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=85);
  opacity: 0.85;
  display: none;
}

#lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-family: "lucida grande", tahoma, verdana, arial, sans-serif;
  font-weight: normal;
}

#lightbox img {
  width: auto;
  height: auto;
}

#lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  background-color: white;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-container {
  padding: 10px;
}

.lb-loader {
  position: absolute;
  top: 40%;
  left: 0%;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
}

.lb-prev, .lb-next {
  width: 49%;
  height: 100%;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
  /* Trick IE into showing hover */
  display: block;
}

.lb-prev {
  left: 0;
  float: left;
}

.lb-next {
  right: 0;
  float: right;
}

.lb-prev:hover {
  background: url(image/prev.png) left 48% no-repeat;
}

.lb-next:hover {
  background: url(image/next.png) right 48% no-repeat;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  -moz-border-radius-bottomleft: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -ms-border-bottom-left-radius: 4px;
  -o-border-bottom-left-radius: 4px;
  border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -webkit-border-bottom-right-radius: 4px;
  -ms-border-bottom-right-radius: 4px;
  -o-border-bottom-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 10px;
  color: #bbbbbb;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 11px;
}

.lb-data .lb-close {
  width: 35px;
  float: right;
  padding-bottom: 0.7em;
  outline: none;
}

.lb-data .lb-close:hover {
  cursor: pointer;
}

/* End: Bildergalerie auf Produktdetail */

.fewo {
	float: left;
	width: 170px;
	margin-left: 5px;
	margin-top: 10px;
}

.hinweis {
	font-size: 8pt;
}

.hinweis A {
	color: #000;
	text-decoration: none;
}

.hinweis A:hover {
	color: #000;
	text-decoration: underline;
}