/* 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 */
#content_all{
	display: block;
   width:981px;
   margin: 0px auto 0px auto;
} 

body {
	padding: 6px;
	margin: 0px;
	text-align: center;
}

body, p, td, input, option, h1, h2, h3 {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: #0000FF;
}

body, p, td, input, option {
	font-size: 12px;
}

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: Navy;
	font-size: 12px;
	font-weight: bold;
}

a:hover {
	text-decoration: underline;
	
}

hr {
	border: solid;
	border-width: 1px 0px 0px 0px;
	border-color: #B6E5E5;
}

/* Klassen */
/* ------------------------------------------------------ */
/* Haupttabelle, die den gesamten Inhalt einschließt */
.mainTable	{
	border: solid;
	border-width: 1px;
	border-color: #B6E5E5;
	width: 980px;
}

/* Haken statt Listenpunkt in Besonderheiten setzen */
.bullet {
   list-style-image: url(../bilder/option/bullet.gif);
}

/* allgemeiner Rahmen um diverse Elemente */
.rahmen {
	border: solid;
	border-width: 1px;
	border-color: #7F9DB9;
}

/* Kopfzeile */
.headTD {
	background-color: #B6E5E5;
}

/* Hintergrund-Zelle für Navigationstabelle */
.naviTD	{
	background-color: #FF9900;
}

/* Navigationselemente */
.naviTD, .naviLevel1TD, .naviLevel2TD {
	width: 164px;
}

.naviLevel1TD, .naviLevel2TD {
	height: 30px;
	vertical-align: middle;
	border-bottom: solid;
	border-bottom-width: 1px;
	color: #B6E5E5;
}

.naviLevel1TD {
	padding: 2px 5px 2px 10px;
}

.naviLevel2TD {
	padding: 2px 5px 2px 25px;
	background-color: #FCB750;
	background-image: url(../bilder/standard/navi_line.gif);
	background-position: top left;
	background-repeat: no-repeat;
}

.naviLevel1Link, .naviLevel2Link {
	font-size: 12px;
	color: #FFFFFF;
}

.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: #FFFFFF;
}

/* Inhaltszelle */
.contentTD {
	padding: 0px;
	width: 821px;
}

/* Trennungslinien zwischen Kopfzeile und Inhalt */
.outerLineTD {

}

.innerLineTD {
}

/* Inhalte auf Reiseseiten */
.offerOverviewTD {
	padding: 10px 10px 15px 30px;
}

.offerTD {

}

.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: 0px;
	width: 500px;
	margin-bottom: 30px;
	float: left;
	border:0px solid black;
}

/* Reise-Übersicht Thumbnails - Tabelle */
.thumbnail_nav1TD {
	padding-bottom:10px;
	width:150px;
}

/* Reise-Übersicht mit Kurzbeschreibungen */
.thumbnail_nav2TD {
	padding-right: 10px;
	padding-bottom:10px;
}

.teaser_nav2TD {
	padding-bottom:10px;
}

/* 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: 2;
	top: 160px;
	width: 195px;
	float: right;
	display: inline;
	overflow: hidden;
	margin-right: 10px;
	border: 0px solid black;
}

.boxHead {
	background-color: #B6E5E5;
	color: #009999;
	font-weight: bold;
	font-size: 12px;
	width: 195px;
	padding: 5px;
	background-image: url(../bilder/standard/box_head.gif);
	background-position: top;
	background-repeat: no-repeat;
}

.boxText {
	width: 195px;
	padding: 4px;
	border: solid;
	border-width: 0px 1px 0px 1px;
	border-color: #B6E5E5;
}

.boxBottom {
	width: 195px;
	height: 2px;
	background-image: url(../bilder/standard/box_bottom.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}

/*Anschlußbuchung*/
 table.anschlusstabelle{
 	border:1px solid blue;
	background-color: lightblue;
	margin-top:10px;
 }
 
 table.anschlussoffer{
 	border:1px solid blue;
	background-color: lightblue;
	margin-top:10px;
 }
 
 table.anschlussuebersicht{ 	
 	border:1px solid blue;
	background-color: lightblue;
	width:90%;
	margin-top:10px;
 }