/* Allgemein */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
  } 
  
body{  
  background:none;
  }  
 
#seite{
 text-align:left;
 }
 
 
#inhalt{
 position:absolute; 
 width:600px;
 float:right; 
 margin-top:10px;
 padding-left:0px;
 padding-right:10px;
 padding-bottom:10px;
 font-size:13px;
 font-family: 'Source Sans Pro',sans-serif;
 border:none;
 border-top:none;
 height:600px;
   }
 
#schriftzug{
 display:none;
 }  
 
#schiffsname{
 font-size:2.5em;
 color:#000000;
 font-family: 'Source Sans Pro',sans-serif;
 } 
 
#buttons{float:right;
 }

#karte{
 width:17px;
 height:25px;
 border:1px solid #98312A;
 }
 
#beschreibung{
 width:420px;
 height:196px;
 font-size: 13px;
 font-family: 'Source Sans Pro',sans-serif;
 color: #3C3C3C;
} 

#schiffsbilder{
 width:160px;
 float:right;
 text-align:center;
 margin-top:30px;
} 

#schiffsdaten, #kabinen, #sonstiges{
 width:135px;
 height:115px;
 background:#369AD1;
 margin-top:10px;
 float:left;
 color:#dce3f6;
 font-family: 'Source Sans Pro',sans-serif;
}

#kabinen table{
 width:135px
}


#kabinen, #sonstiges{
 margin-left:10px;
}

#sonstiges{
 font-size:0.8em;
}

td {
padding: 0px 3px;
}

td.summe {
border-top:1px solid #dce3f6
}



#tabkommentar{
 font-size:0.8em;
}

#schiffsplan{
 margin-top:140px;
}



 
 
 
/* SLIMBOX */

#lbOverlay {
	position: absolute;
	z-index: 9999;
	left: 0;
	width: 100%;
	background-color: #000;
	cursor: pointer;
}

#lbCenter, #lbBottomContainer {
	position: absolute;
	z-index: 9999;
	left: 50%;
	overflow: hidden;
	background-color: #fff;
}

.lbLoading {
	background: #fff url(../images/loading.gif) no-repeat center;
}

#lbImage {
	position: absolute;
	left: 0;
	top: 0;
	border: 10px solid #fff;
	background-repeat: no-repeat;
}

#lbPrevLink, #lbNextLink {
	display: block;
	position: absolute;
	top: 0;
	width: 50%;
	outline: none;
}

#lbPrevLink {
	left: 0;
}

#lbPrevLink:hover {
	background: transparent url(../images/prevlabel.gif) no-repeat 0% 15%;
}

#lbNextLink {
	right: 0;
}

#lbNextLink:hover {
	background: transparent url(../images/nextlabel.gif) no-repeat 100% 15%;
}

#lbBottom {
	font-family: Verdana, Arial, Geneva, Helvetica, sans-serif;
	font-size: 10px;
	color: #666;
	line-height: 1.4em;
	text-align: left;
	border: 10px solid #fff;
	border-top-style: none;
}

#lbCloseLink {
	display: block;
	float: right;
	width: 113px;
	height: 22px;
	background: transparent url(../images/closelabel.gif) no-repeat center;
	margin: 5px 0;
	outline: none;
}

#lbCaption, #lbNumber {
	margin-right: 71px;
}

#lbCaption {
	font-weight: bold;
}
