/* allgemeine Elemente */
/* ------------------------------------------------------ */
* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}
/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

body {
	padding: 6px;
	margin: 0px;
	text-align: center;
	background-color: white;
	border-left: 10px solid white;
	border-top: 1px solid white;
}

#bodybg{
	
	background-image: url(../bilder/option/kachel.gif);
	background-repeat: repeat;
}

body, p, td, input, option {
	/*color: #221E1F;*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

body, p, td, input, option {
	font-size: 12px;
}
#content_all{
	display: block;
   width:981px;
   margin: 0px auto 0px auto;
	text-align: left;
} 

h1, h2, h3 {
	font-weight: bold;
	
}

h1 {
	font-size: 14px;
	
}

h2 {
	font-size: 13px;

}

h3 {
	font-size: 12px;
	
}

td {
	vertical-align: top;
	padding-left: 0px;
}

a {
	text-decoration: none;
	color: #094EA3;
}

a:hover {
	text-decoration: underline;
}

hr {
	border: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #094EA3;
}

/* Klassen */
/* ------------------------------------------------------ */
/* Haupttabelle, die den gesamten Inhalt einschließt */
.mainTable	{
	border: solid;
	border-width: 1px;
	border-color: #094EA3;
	width: 981px;
	background-image: url(../bilder/option/cont_bg.gif);
	background-repeat: repeat-y;
}
/* Haken statt Listenpunkt in Besonderheiten setzen */
.bullet {
   list-style-image: url(../bilder/option/bullet.gif);
} 

/* Pluszeichen statt Listenpunkt setzen */
.plus {
   list-style-image: url(../bilder/option/plus.gif) !important;
	margin-left: 20px;
} 
/* allgemeiner Rahmen um diverse Elemente */
.rahmen {
	border: solid;
	border-width: 1px;
	border-color: #7F9DB9;
}

/* Kopfzeile */
.headTD {
	/*background-color: #ffffff;*/
}

/* Hintergrund-Zelle für Navigationstabelle */
.naviTD	{
	float: left;
	background-color: #0a50a5;
/*neu*/border-right: 1px solid #d3031c;
}

.naviTD ul{
	list-style: none ;
	background-color: #0a50a5;
	padding: 0px;
	margin-left: 0px;
}
/* Navigationselemente */
.naviTD, .naviLevel1TD, .naviLevel2TD {
	width: 157px;
}

.naviLevel1TD, .naviLevel2TD {
	vertical-align: middle;
	border-bottom: 1px solid white;
}

.naviLevel1TD {
	padding: 2px 5px 2px 10px;
	padding-top:10px;
	padding-bottom:10px;
}

.naviLevel2TD {
	padding: 2px 5px 2px 25px;
	background-color: #5485c0;
	background-image: url(../bilder/standard/navi_line.gif);
	background-position: center left;
	background-repeat: no-repeat;
	padding-top:10px;
	padding-bottom:10px;
	width: 127px;
}

.naviLevel1Link, .naviLevel2Link {
	font-size: 13px;
	color: white;
	padding-top:10px;
	padding-bottom:10px;
}

.naviLevel1Link {
	font-weight: bold;
}

/* Navigationslinks, die im Inhaltsbereich erscheinen sollen */
.naviTextLink {
	font-weight: bold;
}

.linkSelected {
	text-decoration: underline;
}

/* Text, der in der Navigationsleiste erscheinen soll */
.naviText {
	color: #FFcF3F;
}

/* Inhaltszelle */
.contentTD {
	float:right;
	padding: 10px;
	width:800px;
}

/* Trennungslinien zwischen Kopfzeile und Inhalt */
.outerLineTD {
	height: 1px;
	background-color: #22276b;
}

.innerLineTD {
	height: 1px;
	background-color: #ffcf3f;
}

/* Inhalte auf Reiseseiten */
.offerOverviewTD {
	padding: 10px 10px 15px 30px;
}

.offerTD {
   background-color: white;

}

.offerLeftDiv {
	margin: 0px 30px 30px 30px;
}

.offerRightDiv {
	margin: 0px 0px 30px 40px;
	width: 355px; 
	float: right;
	right: 0px;
}

.dateTable {
	width: 350px;
}

.dateTD {
	padding: 3px 10px 5px 0px;
}

.keinTermin {
	font-size:9pt; 
	font-weight:bold;
}

/* Inhalte auf Nicht-Reiseseiten */
.contentDiv {
	margin-top: 0px;
	margin-left: 6px;
	width: 500px;
	margin-bottom: 0px;
	float: left;
}

/* Reise-Übersicht Thumbnails - Tabelle */
.thumbnail_nav1TD {
	float: left;
	padding-bottom:10px;
	width:120px;
	height:140px;
}

/* Reise-Übersicht mit Kurzbeschreibungen */
.thumbnail_nav2TD {
	float: left;
	padding-right: 10px; 
	padding-bottom:10px;
	height: 120px;
}


.teaser_nav2TD {
	float: right;
	padding-bottom: 10px;
	font-weight: bold;
	font-size: small;
	width:370px;
	height: 120px;
}


/* Suchformular */
.suchfeld {
	width: 250px;
}

/* markierter Text (i.d.R. rot) */
.markSpan {
	color: red;
}

/* Warnungen, die erscheinen, wenn kein JavaScript aktiviert ist */
.warnDiv, .buchungWarnDiv {
	margin-top:5px; 
	color:red; 
	font-weight:bold;
}

.buchungWarnDiv {
	z-index: 100;
	position: absolute;
	top: 177px;
	left: 185px;
	width: 600px;
	height: 400px;
	background-color: white;
}

/* Boxen */
.boxDiv {
	z-index: 10;
	top: 120;
	width: 250px;
	float: right;
	display: inline;
}

.boxHead {
	background-color: #cd3301;
	color: #ffffff;
	font-weight: bold;
	font-size: 11px;
	width: 250px;
	padding: 3px;
	/*background-image: url(../bilder/standard/box_head.gif);*/
	background-position: top;
	background-repeat: no-repeat;

}

.boxText {
	width: 250px;
	padding: 4px;
	border: solid;
	border-width: 3px 0px 0px 0px;
	border-color: white;
	background-color: white;
}

.boxBottom {
	width: 250px;
	height: 0px;
	background-image: url(../bilder/standard/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;*/
}
/* Haken statt Listenpunkt in Besonderheiten setzen */
.offerbesonderheiten ul {
   list-style-image: url(../bilder/option/bullet.gif);
   }
.offerOverviewTD {
    padding: 10px 10px 15px 20px;
}

.naviSearch input{
	width: 120px;
}

.offeranschluss {
width:350px;
border-left:1px solid rgb(205, 51, 1);  
border-right:1px solid rgb(205, 51, 1);   
border-bottom:1px solid rgb(205, 51, 1);
margin-bottom:10px;
}


div.align-left{    
	text-align:left;
}


.banner {
	position: relative;
	overflow: hidden;
	float: right;
	z-index: 99;
	left: 0px;
	top: 0px;
	width: 240px;
	height:110px;
	text-decoration: none;
	border: none;
}
