/* Allgemein */

html, body{ 
 margin:0; 
 padding:0; 
 text-align:center;
  } 
  
body{  
  background:#FFFFFF;
  }  
 
#seite{
 margin:auto;
 text-align:left;
 }
 
#kopf{
display:none;
 }
  
#auswahl{
display:none;
 }
 
#inhalt{
 position:absolute; 
 width:600px;
 float:right; 
 margin-top:0px;
 padding-left:10px;
 padding-right:10px;
 padding-bottom:10px;
 font-family:arial;
 font-size:0.8em;
 border:1px solid #000000;
 height:600px;
   }

#schriftzug{
 height:40px;
 width:610px;
 text-align:right;
 }  

#schiffsname{
 font-size:2.5em;
 color:#000000;
 } 
 
#buttons{
display:none;
 }

#karte{
display:none;
 }
 
#beschreibung{
 width:420px;
 height:196px;
 color:#000000;
} 

#schiffsbilder{
 width:160px;
 float:right;
 text-align:center;
 margin-top:30px;
} 

#schiffsdaten, #kabinen, #sonstiges{
 width:135px;
 height:115px;
 background:none;
 margin-top:10px;
 float:left;
 color:#000000;
}

#kabinen table{
 width:135px
}


#kabinen, #sonstiges{
 margin-left:10px;
}

#sonstiges{
 font-size:0.8em;
}

td {
padding: 0px 3px;
}


#tabkommentar{
 font-size:0.8em;
}

#schiffsplan{
 margin-top:140px;
 margin-left:10px;
}
