/* 
  -----------------------------------
  SeaMore Travel - Dahab Stylesheet
  by SeaMore Travel - Chris Hornbogner
  www.seamore-travel.com 
  -----------------------------------
*/
*{padding: 0; margin:0;}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	font-size:12px;
	background: #ffffff url(../images/bg_grad.jpg) fixed;
}
a:hover, a:focus {
	text-decoration: underline;

}
#wrapper {
	background-color: #ffffff;
	width: 950px;
	margin: auto;
	margin-bottom:15px;
	min-height:100%;
	height:auto !important; /* Achtung: die !important-Regel weist die modernen Browser an, die nachfolgende height-Angabe zu ignorieren */
	height:100%;
}
#kopfbereich {
	position:relative;
	width:auto;
	padding-top: 10px;
}
#navibereich {
	position:absolute;
	top: 15px;
	right: 20px;
	text-align: right; /* rechtsbündig*/
	padding: 0px 0px 10px 20px;
	font-size: 14px;
	word-spacing: 5px;
}
#navibereich li {
	display: inline; /* li nebeneinander anzeigen*/
	list-style-type: none; /* ohne Punkte*/
}
#navibereich a {
	color: #999999; 
}
#navibereich a:hover, #navibereich a:focus {
	color: #FF9900;
	text-decoration: underline;
}
#navibereich a:active  {
	color: #0000CC;
}
 /* Hyperlinks allgemein*/
a {	
	text-decoration: none;
	color:#FF9900;
}
#seamore {
	position:absolute;
	top: 55px;
	right: 20px;
	text-align: right; /* rechtsbündig*/
	font-size: 28px;
}
#seamore p span{
	color: #FF9900;
}
#orientierung{
	float:left;
	margin-top: 10px;	
	padding-left: 14px;
}
#breadcrumbs {
	border-top: 1px dotted #666666;
	margin-left: 14px;
	margin-right: 20px;
	margin-top: 10px;	
	padding: 5px 0px 10px 176px;
	font-size: 11px;
}
#breadcrumbs p span{
	position:absolute;
	top: 123px;
	right: 22px;
	word-spacing: 3px;
}
#breadcrumbs a {
	color: #FF9900; 
}
#breadcrumbs a:hover, #navibereich a:focus {
	color: #FF9900;
	text-decoration: underline;
}
#breadcrumbs a:active  {
	color: #0000CC;
}
#headline {
	padding: 15px 20px 0px 190px;
	margin-top:10px;
}
#navi {
	float: left;
	display: inline;
	left: 0px;
	width: 135px;
	text-align: right;
	padding: 26px 0px 0px 14px;
	font-size:12px;
	line-height: 17px;
}

#navi li {
	display: block; /* li untereinander anzeigen*/
	list-style-type: none; /* ohne Punkte*/
}
#navi a {
	color: #999999; 
}
#navi a:hover, #navibereich a:focus {
	color: #FF9900;
	text-decoration: underline;
}
#navi a:active  {
	color: #0000CC;
}

/* 
  -----------------------------------
  Hotels - Galerie
  -----------------------------------
*/
#galerieright li {
	display: inline; /* li nebeneinander anzeigen*/
	list-style-type: none; /* ohne Punkte*/
}
#galerieright a img { 
	border: 0;
	padding: 1px;
}
#galerieright a {
	color: #FFFFFF; 
}
#galerieright a:hover {
	color: #FFFFFF;
	text-decoration: none;
}
#galerieright a:active  {
	color: #FFFFFF;
}
#hotelinfo {
	margin-top:12px;
	margin-bottom: 10px;
}
/* 
  -----------------------------------
  Formular
  -----------------------------------
*/

form#anfrage {
	width: 240px;
	color: #666666;
	line-height: 2;
	padding: 10px;
	margin: 0;
}
/* Die Elementegruppen */
fieldset {
	padding: 0px;
	border: 1px #ccc;
	margin: 0px;
}
legend {
   font-weight:bold;
   color: #666666;   
   padding:0 10px;
   border: none; 
}
/* Beschriftung positionieren */
label { 
   position: relative; /* etwas höher ... */ 
   bottom: 2px; 
	cursor: pointer; 
} 
label.davor {
   float: left; 
   clear: left; 
   width: 95px;    
   text-align: right;  
   margin-right: 10px;
}
input#anrede_herr,
input#agb {  
   padding-left: 0; 
   margin-left: 12px;    
}
/* Submit - Abschicken */
#abschicken {
	cursor:pointer;
}
form p {
	margin: 0;
}
/* 
  -----------------------------------
  Textbereiche - Startseite
  -----------------------------------
*/
#textbereich {
	margin-left: 190px;
	margin-bottom: 10px;
	padding-top:15px;
}
#mitte {
	float: left;
	width: 480px;
	padding: 14px 0px 20px 0px;
}
#spalte3 {
	float: right;
	clear: right; 
	padding-right: 29px;
	width: 235px;
	}

/*
  -----------------------------------
	CSS zur Gestaltung der Tauchreisen Tabelle
  -----------------------------------
*/
div.angebote {
	float: left;
	width: 240px;
	font-size:12px;
	margin-right: 14px;
}

#tauchreisen table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
	margin-bottom: 15px;
}
/* Überschrift gestalten */
#tauchreisen caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
   padding: 0,5em;
   padding-left: 0; 
}
/* Tabellenzellen gestalten */
#tauchresien th, td {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 1em;
}
#tauchreisen th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
}
#tauchreisen thead {
	background-color: #ABB400;
	color: white;
}
#tauchreisen tfoot { border-top: 1px dotted #C1D74E; }

#news table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
	margin-bottom: 15px;
	margin-top: 3px;
}
#news caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
}
/* Tabellenzellen gestalten */
#news th, td {
	text-align: left;
	vertical-align: top;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#news th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px;
   font-weight: bold; 
}
#news thead {
	background-color: #FFA317;
	color: white;
}
#news tfoot { border-top: 1px dotted #C1D74E; }
#news li {margin-left: 14px;}
#news a img { border: 0; padding: 1px;  }


div.contentbox {
	float: left;
	width: 226px;
	font-size:12px;
	margin-top:25px;
	margin-bottom: 10px;
	margin-right: 21px;
}
div.hotels {
	overflow: hidden;
	width: 479px;
	font-size:12px;
	margin-bottom: 15px;
	margin-top:0px;
	background-color:#FFF;
}
div.hotels img{
	float: left;
	margin-right: 10px;
}
div.hotels span {
	font-size:12px;
	font-weight:bold;
	color:#990000;
}
#newsbox {
	color:#660033;
	padding: 12px;
	width: 209px;
	height:	217px;
	background-image: url(../images/Home/Dahab_newso.png);
	margin-top: 21px;
}
#newsbox a {
	color: #ffffff; 
}
#newsbox a:hover, #newsbox a:focus {
	color: #FFffff;
	text-decoration: underline;
}
#newsbox a:active  {
	color: #0000CC;
}
#infobox {
	margin-top: 7px;
	color:#FFFFFF;
	padding: 12px;
	width: 209px;
	height:	217px;
	background-image: url(../images/Home/Infobox-orange.png);
}
#infobox li {
	margin-left: 18px;
	color:#660033;	
}
#flightbox {
	color:#FFFFFF;
	width: 209px;
	height:	215px;
	padding: 12px;
	margin-top:7px;
	background-image: url(../images/Home/flugnews.png);	
}
#statementbox {
	color:#FFFFFF;
	width: 209px;
	height:	215px;
	padding: 12px;
	margin-top:0px;
	background-image: url(../images/Home/statement-box.png);	
}
#newsletter {
	color:#FFFFFF;
	width: 209px;
	height:	155px;
	padding: 12px;
	margin-top:10px;
	background-image: url(../images/Home/newsletter.png);	
}
div.baseline {
	float: left;
	width: 950px;
	border-top: 1px dotted #666666;
	margin-top: 10px;
}
#footer {
	float: left;
	width: 756px;
	padding-left: 194px;
	padding-top: 5px;	
	margin-bottom: 7px;
	margin-left: 0px;
	font-size:11px;
	line-height: 18px;
	word-spacing: 2px;
}
#footer a {
	color: #999999; 
}
#footer a:hover, #navibereich a:focus {
	color: #FF9900;
	text-decoration: underline;
}
#footer a:active  {
	color: #0000CC;
}
/* 
  -----------------------------------
	CSS zur Gestaltung der Tauchreisen Tabelle
  -----------------------------------
*/
div.angebote {
	float: left;
	width: 240px;
	font-size:12px;
	margin-bottom: 10px;
	margin-right: 14px;
}

#tauchreisen table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
	line-height: 13px;
}
/* Überschrift gestalten */
#tauchreisen caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
   padding: 0,5em;
   padding-left: 0; 
}
/* Tabellenzellen gestalten */
#tauchreisen th, td {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 1em;
}
#tauchreisen th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
}
#tauchreisen thead {
	background-color: #ABB400;
	color: white;
}
#tauchreisen tfoot { border-top: 1px dotted #C1D74E; }

/* Tauchreise Tabelle auf der Homepage */
#tauchreise table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
	margin-top: 43px;
}
/* Überschrift gestalten */
#tauchreise caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
   padding: 0,5em;
   padding-left: 0; 
}
/* Tabellenzellen gestalten */
#tauchreise th, td {
	text-align: left;
	vertical-align: top;
	padding-top: 2px;
	padding-right: 1em;
	padding-bottom: 8px;
	padding-left: 1em;
}
#tauchreise th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold;
}
#tauchreise thead {
	background-color: #ABB400;
	color: white;
}
#tauchreise tfoot { border-top: 1px dotted #C1D74E; }


#dahabreisen table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
}
/* Überschrift gestalten */
#dahabreisen caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
}
/* Tabellenzellen gestalten */
#dahabreisen th, td {
	text-align: left;
	vertical-align: top;
	height: 200 px;
	height: 14px;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.2em;
	padding-left: 1em;
}
#dahabreisen th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
}
#dahabreisen thead {
	background-color: #6E1E35;
	color: white;
}
#dahabreisen tfoot { border-top: 1px dotted #C1D74E; }


#flug table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
}
/* Überschrift gestalten */
#flug caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
}
/* Tabellenzellen gestalten */
#flug th, td {
	text-align: left;
	vertical-align: top;
	height: 12px;
	padding-top: 0.2em;
	padding-right: 1em;
	padding-bottom: 0.1em;
	padding-left: 1em;
}
#flug th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
}
#flug thead {
	background-color: #FFA317;
	color: white;
}
#flug tfoot { border-top: 1px dotted #C1D74E; }

#wetter table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #F7F7EF;
	line-height: 18px;
}
#wetter caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
}
/* Tabellenzellen gestalten */
#wetter th, td {
	text-align: left;
	vertical-align: top;
	height: 14px;
	padding-top: 0.5em;
	padding-right: 1em;
	padding-bottom: 0.5em;
	padding-left: 1em;
}
#wetter th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 12px;
   font-weight: bold; 
}
#wetter thead {
	background-color: #5B3126;
	color: white;
}
#wetter tfoot { border-top: 1px dotted #C1D74E; }

#angebotinfo table {
	float: left;
	width: 240px;
	border-collapse: collapse;
	color: #666666;
	background-color: #FBFFC2;
	margin-top: 5px;
}
#angebotinfo caption {  
   font-size: 12px;
   font-weight: bold; 
   background-color: white; 
   color: #666666; 
   text-align:left;
}
/* Tabellenzellen gestalten */
#angebotinfo th, td {
	text-align: left;
	vertical-align: top;
	padding-bottom: 0.5em;
	line-height: 17px;
}
#angebotinfo th { 
   font-family: Arial, Helvetica, sans-serif; 
   font-size: 14px;
   font-weight: bold; 
}
#angebotinfo thead {
	background-color: #FFA317;
	color: white;
}
#angebotinfo tfoot { border-top: 1px dotted #C1D74E; }
#angebotinfo li {margin-left: 14px;}


/* 
  -----------------------------------
  Head Tag - Styles
  -----------------------------------
*/
h1, h2, h3, h4, h5 {
	font-family:Arial, Helvetica, sans-serif;
	color: #666666;
}
h1 {
	font-size:20px;
	margin-bottom: 5px;	
}
h2 {
	font-size:16px;
	font-weight: bold;
	margin-bottom: 4px;
	margin-top:5px;	
	}
h3 {
	font-size:14px;
	font-weight: normal;
}
h4 {
	font-size:12px;
	font-weight: bold;
	margin-bottom: 3px;	
}
h5 {
	font-size:16px;
	font-weight: bold;
	color:#FFFFFF;
	margin-bottom: 2px;
}
/*  Verschachtelte Listen ohne Abstand */
ul {
	margin-bottom: 0;
}

