@charset "utf-8";
body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFF;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
a {
	color:#FF00;
	text-decoration: underline;
}
/* Tipps für elastische Layouts:
1. Da die Gesamtgröße elastischer Layouts von der Standardschriftgröße des Benutzers abhängt, sind diese Layouts weniger berechenbar. Bei korrekter Verwendung haben sie außerdem für Personen, die größere Schriften benötigen, einen höheren Nutzwert, weil die Zeilenlänge proportional bleibt.
2. Die Größe der divs in diesem Layout basiert auf der Originalschriftgröße (100%) im Body-Element. Wenn Sie die Textgröße durch eine Einstellung wie font-size: 80% im Body-Element oder im #container global verringern, wird das gesamte Layout proportional verkleinert. Sie sollten die Breiten der verschiedenen divs vergrößern, um hierfür einen Ausgleich zu schaffen.
3. Wenn Sie in den einzelnen divs unterschiedliche Werte für die Schriftgröße angegeben, anstatt die Schriftgröße im Design global zu ändern (z. B. wenn #sidebar1 die Schriftgröße 70% zugewiesen wird und #mainContent die Größe 85%), so wird die Gesamtgröße der einzelnen divs proportional geändert. Sie sollten anhand der endgültig gewählten Schriftgröße entsprechende Anpassungen vornehmen.
*/
.thrColElsHdr #container {
	width: 980px;  /* Mit dieser Breite wird ein Container erstellt, der in ein 800 Pixel breites Browserfenster passt, sofern für den Text die Standardschriftgröße des Browsers übernommen wird. */
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left; /* Hierdurch wird die Einstellung text-align: center im Body-Element überschrieben. */
} 
.thrColElsHdr #header {
	height: 115px;
	padding-top: 0;
	padding-right: 10px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.header-logo {
	width: 200px;
	height: 100px;
	background-image: url(../images/lastminute-logo.jpg);
	background-repeat: no-repeat;
	background-position: 0 20px;
	float: left;
}
.rd-lastminute {
	background-image: url(../images/sevilla-lastminute.jpg);
	height: 85px;
	width: 435px;
	margin-left: 20px;
	background-repeat: no-repeat;
	float: left;
	padding-top: 50px;
	background-position: 20px 10px;
}
.rd-lastminute ul {
	display: none;

}
.rd-lastminute li {
	display: inline;
	padding-left: 5px;
	border-left: 2px solid #BADEFF;
}

.rd-lastminute a {
	text-decoration: none;
	color: #336699;
}


.direkt-buchen {
	float: right;
	width: 155px;
	height: 75px;
	background-image: url(../images/lastminute-direkt-buchen.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
}




.thrColElsHdr #header h1 {
	margin: 0; /* Wenn Sie den Rand des letzten Elements im #header-div auf 0 einstellen, können Sie das Auftreten unerwarteter Abstände zwischen divs vermeiden. Wenn das div einen Rahmen hat, ist dies unnötig, weil dieser Rahmen die gleiche Wirkung hat. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung anstelle von Rändern lässt sich gewährleisten, dass das Element die Kanten des div nicht berührt. */
	display: none;
}

/* Tipps für sidebar1:
1. Wenn Sie für dieses div eine Schriftgröße festlegen, wird die Gesamtbreite des div entsprechend angepasst.
2. Da wir mit Gevierten (ems) arbeiten, ist es empfehlenswert, für die Randleiste selbst keine Auffüllung zu verwenden. Sie wird bei standardgerechten Browsern der Breite hinzugefügt, und dies wiederum führt zu einer unbekannten tatsächlichen Breite. 
3. Zwischen der Kante des div und den darin liegenden Elementen kann ein Abstand eingefügt werden, indem Sie diesen Elementen wie in ".thrColElsHdr #sidebar1 p" demonstriert einen linken und rechten Rand zuweisen.
*/
.thrColElsHdr #sidebar1 {
	float: left;
	width: 170px; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum. */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	background-color: #FFF;
	height:800px;
}
.thrColElsHdr #sidebar2 {
	float: right;
	width: 170px; /* Durch die Auffüllung oben und unten entsteht in diesem div ein visueller Leerraum. */
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 15px;
	background-color: #d4eaf7;
}
.thrColElsHdr #sidebar1 h3, .thrColElsHdr #sidebar1 p, .thrColElsHdr #sidebar2 p, .thrColElsHdr #sidebar2 h3 {
	margin-left: 10px;
	margin-right: 10px;

}
#navigation {
	height: 20px;
	color: #263a55;
	background-position: 0 -30px;
	background-image: url(../images/navigation.jpg);
	background-repeat: repeat-x;
	background-color: #D4EAF7;
}
#navigation a {
	color: #FFF;
	text-decoration: none;
	float: left;
	border-left: 2px solid #FFF;
}

#navigation a:hover {
	text-decoration: none;
	background-image: url(../images/navigation.jpg);
	background-position: 0px 0px;
	color: #336799;
	height: 20px;
}
#main_suche {
	color: #369;
}



.thrColElsHdr #navigation ul {
	text-decoration: none;
	margin: 0 0 0 130px;
}
#navigation li  {
	font-size: 12px;
	font-weight: bold;
	display: inline;
	line-height: 20px;
	font-family: Arial;
	text-align: center;
}
#navigation li a {
	width: 110px;
}


#navi {
}

/* Tipps für mainContent:
1. Wenn Sie diesem #mainContent-div nicht denselben Schriftgrößenwert wie dem #sidebar1-div zuweisen, basieren die Ränder des #mainContent div auf der Schriftgröße des #mainContent-div, und die Breite des #sidebar1-div basiert auf der Schriftgröße des #sidebar1-div. Sie sollten die Werte dieser divs anpassen.
2. Der Abstand zwischen mainContent und sidebar1 entsteht durch den linken Rand des mainContent-div. Der Spaltenbereich bleibt unabhängig von der Inhaltsmenge des sidebar1-div immer gleich. Sie können diesen linken Rand entfernen, falls der Text des #mainContent-div den Bereich von #sidebar1 füllen soll, wenn der Inhalt in #sidebar1 endet.
3. Zur Vermeidung von Float-Drops müssen Sie gegebenenfalls die ungefähre maximale Bild-/Elementgröße anhand eines Tests ermitteln, weil dieses Layout auf der vom Benutzer angegebenen Schriftgröße und den von Ihnen festgelegten Werten basiert. Wenn der Benutzer die Browser-Schriftgröße aber auf einen Wert eingestellt hat, der unter dem Normalwert liegt, steht im #mainContent-div weniger Platz zur Verfügung als beim Test erkennbar.
4. Im unten stehenden bedingten Kommentar für Internet Explorer wird die Zoom-Eigenschaft verwendet, um mainContent die Eigenschaft hasLayout zuzuweisen. Dadurch wird das potenzielle Auftreten verschiedener IE-spezifischer Fehler verhindert.
*/
.thrColElsHdr #mainContent {
	margin-right: 180px;
	margin-left: 180px;
	padding-top: 5px;
} 
#mainContent span {
	padding-left: 5px;
}

#main{
	margin-left: 185px;
	margin-right: 185px;
	margin-top: 10px;

}
#mainnl {
	margin-bottom: 0px;
	margin-top: 0px;
	margin-left: 185px;
	margin-right: 185px;
}

.impressum {
	font-family: Arial;
	font-size: 12px;
	color: #369;
}

#main_footer {
	width: 580px;
	padding: 10px;
	font-family: Arial;
	font-size: 40px;
	text-align: center;
	background-color: #B5CDFA;
	background-image: url(../images/detail.jpg);
	height: 100px;
	background-repeat: no-repeat;
}
#kreuzfahrt {
	margin: 5px;
}

#main_rechts {
	float: right;


}

#main_links {
	float: left;
}
.lm_main1 {
	text-align: center;
	background-color: #FFF;
	width: 280px;
	height: 220px;
	padding: 10px;
	overflow: visible;
	background-repeat: no-repeat;
	background-image: url(../images/lm-main1.jpg);
}

.lm_main1 h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	color: #369;
	line-height: 1px;
}



.lm_main2 {
	text-align: center;
	background-color: #FFF;
	width: 280px;
	height: 220px;
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/lm-main1.jpg);
}
.lm_main2 h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	color: #369;
	line-height: 1px;
}

.lm_main3 {
	text-align: center;
	background-color: #FFF;
	width: 280px;
	height: 220px;
	padding: 10px;
	background-repeat: no-repeat;
	background-image: url(../images/lm-main1.jpg);
}
.lm_main3 h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	color: #369;
	line-height: 1px;
}

.lm_main4 {
	text-align: center;
	background-color: #FFF;
	width: 280px;
	height: 220px;
	background-repeat: no-repeat;
	padding: 10px;
	background-image: url(../images/lm-main1.jpg);
}
.lm_main4 h1 {
	font-size: 30px;
	font-weight: bold;
	font-family: Arial;
	color: #369;
	line-height: 1px;
}


.thrColElsHdr #footer {
	padding: 0 10px; /* Diese Auffüllung entspricht der linksbündigen Ausrichtung der Elemente in den divs, die darunter erscheinen. */
	background:#336699;
	text-align: center;
	height: 40px;
} 
.thrColElsHdr #footer p {
	margin: 0; /* Wenn Sie die Ränder des ersten Elements in der Fußzeile auf 0 einstellen, können Sie unerwartete Abstände zwischen divs vermeiden. */
	padding: 10px 0; /* Durch die Verwendung der Auffüllung bei diesem Element entsteht genau wie bei einem Rand ein Leerraum, aber ohne die potenziellen Abstandsprobleme. */
	color: #FFF;
	font-family: Arial;
	font-size: 12px;
}
.thrColElsHdr #footer ul {
	color:#FFF;
	display: inline;
}
.thrColElsHdr #footer a{
	font-size: 12px;
	padding: 0 10px;
	color: #FFF;
}
#footer li {
	display: inline;
	line-height: 20px;
}

/* Verschiedene wieder verwertbare Klassen */
.fltrt { /* Mit dieser Klasse können Sie ein Element auf der Seite nach rechts fließen lassen. Das floatende Element muss vor dem Element stehen, neben dem es auf der Seite erscheinen soll. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* Mit dieser Klasse können Sie ein Element auf der Seite nach links fließen lassen. */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* Diese Klasse sollte in einem div- oder break-Element platziert werden und das letzte Element vor dem Schließen eines Containers sein, der wiederum einen vollständigen Float enthalten sollte. */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.menutitle {
	font-weight:bold;
	text-align:center;
	margin:2px;
	font-size:14px;
	color: #FFF;
	text-decoration: none;
	font-family: Arial;
}
.menucontainer {
	border:1px solid #fff;
	background-color:#2D7FB1;
	width: 170px;
}
a.menu:link, a.menu:visited {
	color:#336699;
	background-color:#FFF;
	text-decoration:none;
}
a.menuleer{
	background-color:fff;
	height:20px;
}
a.menu:active, a.menu:hover {
	color:#336699;
	background-color:#d4eaf7;
}
a.menu {
	display:block;
	padding:3px;
	border-top:1px solid #2D7FB1;
	background-color:#737994;
	text-align:left;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
	font-size:12px;
}
.menutitlehome {
	font-weight:bold;
	text-align:center;
	margin:2px;
	font-size:14px;
	color: #5780FC;
	text-decoration: none;
}
.menucontainerhome {
	border:1px solid #fff;
	background-color:#fdcf24;
	margin: 3px;
	width: 160px;
}
a.menuhome:link {
	background-color:#fdcf24;
	text-decoration:none;
	color: #4D7DFB;
}
a.menuhome:visited {
	color:#4D7DFB;
	text-decoration: none;
	background-color: #FFC;
}
a.menuhome:active, a.menuhome:hover {
	color:#F00;
	background-color:#BADEFF;
}
a.menuhomesee:active, a.menuhomesee:hover {
	color:#F00;
	background-color:#BADEFF;
}

a.menuhome {
	display:block;
	padding:3px;
	border-top:1px solid #000;
	background-color:#737994;
	text-align:left;
	font-weight:bold;
	color:#eeeeee;
	text-decoration:none;
	font-size:12px;
}
.garantie_text {
	font-family: Arial;
	font-size: 14px;
	color: #369;
	padding-right: 10px;
	margin-top: 10px;
	background-color: #d4eaf7;
	padding-bottom: 10px;
	padding-left: 10px;
}

.bild_garantie {
	width: 270px;
	float: left;
	height: 170px;
	font-family: Arial;
	padding-right: 10px;
	margin-right: 10px;
	background-color: #FEFED6;
	padding-top: 15px;
	color: #F00;
	padding-left: 10px;
}
#nl_eintrag {
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 3px;
	padding-left: 5px;
	margin-top: 3px;
}
#nl_eintrag h1 {
	color: #369;
}

.nl_text {
	color: #2D7FB1;
}
.nl_header {
	color: #2D7FB1;
	font-size: 20px;
	font-weight: bold;
}	
.nl_bild {
	width: 300px;
	height: 300px;
	float: left;
}
.nl_text {
	font-family: Arial;
	font-size: 16px;
	color: #369;
	line-height: 30px;
}
.nl_form{
	float: left;
	margin-top: 40px;
	padding-left: 60px;
}
.region_re {
	margin-left: 130px;
	width: 90px;
	text-align: right;
	font-size: 14px;
}
.region_li {
	width: 100px;
	float: left;
	font-size: 14px;
}
.suche_ziel {
	background-color:#d4eaf7;
	color:#369;
}
.suche_ziel2 {
	background-color:#369;
	color:#FFF;
}

.main1_radio {
	width: 220px;
	text-align: left;
	margin-left: 30px;
	line-height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #369;
}
.main1_radio ul{
	line-height:20px;
	display: inline;
	list-style-type: none;
	}

.main1_radio a {
	text-decoration: none;
	color: #369;
}
.main1_radio a:hover {
	color: #F00;
}
.main2_radio {
	width: 250px;
	text-align: left;
	margin-left: 10px;
	line-height: 33px;
	font-family: Arial;
	font-weight: bold;
	font-size: 14px;
	color: #369;
}

.main2_radio span {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
}
.main3_radio {
	width: 260px;
	text-align: left;
	margin-left: 10px;
	line-height: 60px;
	font-family: Arial;
	font-weight: bold;
	font-size: 16px;
	color: #369;
}
.main3_radio span {
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	text-align: center;
}
.eingrenzen {
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	text-align: center;
	width: 250px;
}

.wohin {
	font-family: Arial;
	color: #369;
	text-align: center;
}
.wohin h1 {
	font-size: 30px;
}

.spanien {
	text-align: center;
	font-family: Arial;
	color: #F00;
	height: 100px;
	background-image: url(../images/spanien.jpg);
	background-repeat: no-repeat;
	border: 1px solid #369;
	margin-bottom: 5px;
	border-style: dashed;
}
.spanien a {
	text-decoration: none;
	color: #F00;
}
.spanien ul {
	list-style-type: none;
}
.spanien li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.spanien h1 {
	text-align: center;
	color: #369;
	margin: 0;
}
.spanien h1 span {
	font-size: 14px;
}

.tuerkei {
	text-align: center;
	font-family: Arial;
	color: #F00;
	height: 100px;
	background-image: url(../images/tuerkei.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border: 1px solid #f00;
	border-style: dashed;
}
.tuerkei a {
	text-decoration: none;
	color: #F00;
}
.tuerkei ul {
	list-style-type: none;
}
.tuerkei li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.tuerkei h1 {
	text-align: center;
	color: #369;
	margin: 0;
}
.tuerkei h1 span {
	font-size: 14px;
}

.kgs {
	text-align: center;
	font-family: Arial;
	color: #F00;
	height: 100px;
	background-image: url(../images/kgs.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border: 1px solid #369;
	border-style: dashed;
}
.kgs a {
	text-decoration: none;
	color: #F00;
}
.kgs ul {
	list-style-type: none;
}
.kgs li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.kgs h1 {
	text-align: center;
	color: #369;
	margin: 0;
}
.kgs h1 span {
	font-size: 14px;
}

.aegypten {
	text-align: center;
	font-family: Arial;
	color: #F00;
	height: 100px;
	background-image: url(../images/aegypten.jpg);
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border: 1px solid #f00;
	border-style: dashed;
}
.aegypten a {
	text-decoration: none;
	color: #F00;
}
.aegypten ul {
	list-style-type: none;
}
.aegypten li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.aegypten h1 {
	text-align: center;
	color: #369;
	margin: 0;
}
.aegypten h1 span {
	font-size: 14px;
}

.staedte {
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	border-style: dashed;
}
.staedte ul {
	font-size: 20px;
	font-weight: bold;
	color: #369;
}

.staedte h1 {
	color: #FFF;
	background-color: #369;
	width: 550px;
	margin-left: 25px;
	height: 60px;
	line-height: 50px;
}
.staedte h1 span {
	font-size: 14px;
}
.stde {
	text-align: center;
	font-family: Arial;
	color: #369;
	height: 80px;
	background-repeat: no-repeat;
	margin-bottom: 5px;
	border: 1px solid #369;
	display: block;
	border-style: dashed;
}
.stde a {
	text-decoration: none;
	display: block;
	color: #F00;
}

.stde ul {
	list-style-type: none;
}
.stde li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.stde h1 {
	text-align: center;
	color: #369;
	background-color: #FFF;
	margin-left: 25px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.stde span  {
	font-size: 10px;
	margin-top: 6px;
}
.welt {
	text-align: center;
	font-family: Arial;
	color: #F00;
	height: 100px;
	background-repeat: no-repeat;
	border: 1px solid #369;
	margin-bottom: 5px;
	border-style: dashed;
}
.welt a {
	text-decoration: none;
	color: #F00;
}
.welt ul {
	list-style-type: none;
}
.welt li {
	display: inline;
	padding-left: 30px;
	padding-right: 30px;
}

.welt h1 {
	text-align: center;
	color: #369;
	margin: 0;
}
.welt h1 span {
	font-size: 14px;
}
.telefon-welt {
	font-family: Arial;
	color: #369;
	background-color: #e6f3fb;
	font-size: 14px;
	padding-top: 5px;
	padding-left: 5px;
}
.telefon-welt p {
	margin: 1px;
	font-size: 13px;
	padding-bottom: 5px;
	font-weight: bold;
	color: #F00;
}
.nl_bestaetigung {
	color: #369;
	line-height: 40px;
	text-align: center;
}
.nl_bestaetigung a {
	font-style: italic;
	color: #F00;
}
.thrColElsHdr #maintraffics {
	margin-top: 5px;
	margin-right: 175px;
	margin-bottom: 0;
	margin-left: 175px;
}
.anfrage {
	color: #369;
	font-size: 12px;
	font-family: Arial;
	text-align: center;
	padding-left: 20px;
}
.mailer_anfrage {
	color: #369;
	text-align: center;
}
.mailer_anfrage a {
	color: #F00;
}


.rrtext {
	color: #369;
	font-family: Arial;
	font-size: 14px;
}

.framehead {
	font-family: Arial;
	color: #F00;
}
.main_tt {
	color: #F00;
	font-size: 12px;
}
.main_tt a {
	color: #F00;
}

.main_tt_sterne  {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.main_tt_preis a{
	color: #F00;
	font-size: 20px;
}
.main_tt_tage {
	color: #00F;
	font-size: 14px;
}
.termin {
	text-align: center;
	font-size: 10px;
	color: #F00;
}
.main_specials {
	border: 1px solid #f00;
	border-style: dashed;
}
.mleft {
	float:left;
	width:200px;
}
.mclear {
	clear: none;	
}
.suche {
	width: 170px;
	text-align: left;
}
.suche_form {
	font-size: 10px;
	background-color: #FFC;
	padding: 10px;
	color: #333;
	font-family: Arial;
}

.sbuttom {
	color: #F00;
	background-color: #FFC;
	width: 100px;
	border: 2px dashed #F00;
	font-family: Arial;
	font-weight: bold;
	margin-left: 20px;
	margin-top: 10px;
}

.sk1 {
	float: left;
	width: 70px;
}
.erw {
	width: 150px;
	float: left;
}
select {
	color: #336799;
	font-size: 11px;
}

.sk2 {
	float: left;
	width: 70px;
	padding-left: 10px;
}
.top {
	width: 150px;
}
.hafen {
	width: 150px;
}
.kategorie {
	width: 50px;
	float: left;
}

.verpflegung {
	width: 115px;
	float: left;
}
.datum {
	font-size: 12px;
	color: #336699;
	margin-top: 10px;
}
.dauer {
	float: left;
	width: 115px;
}

.datum span {
	font-size: 10px;
	color: #336699;
}
#rrservice {
	color: #336799;
}
#rrservice a {
	text-decoration: none;
	color: #F00;
}

.telnummer {
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	color: #F00;
	padding-left: 30px;
	padding-top: 2px;
	padding-bottom: 2px;
	background-color: #D4EAF7;
}
.telnummer ul {
	text-decoration: none;
	display: inline;
	padding: 0;
}
.telnummer li {
	display: inline;
	line-height: 22px;
	padding-left: 20px;
	list-style: none;
	font-weight: bold;
}
.tele_at {
	background-image: url(../images/at.gif);
	background-repeat: no-repeat;
}

.telnummer li span {
	color: #369;
}
.nav11 a {
	color:#FF0
	}
#main_angebote {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	width: 600px;
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	height: 135px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left: 20px;
	border:0px;

}

#main_angebote_iframe {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	width: 600px;
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	height: 1200px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left: 20px;
	border:0px;

}

#main_angebote_iframe_angebote {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	width: 600px;
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	height: 1300px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left: 20px;
	border:0px;

}

#main_angebote_iframe_flug {
	background-image: url(../images/main.jpg);
	background-repeat: repeat-x;
	width: 600px;
	font-family: Arial;
	font-size: 12px;
	color: #336699;
	height: 1000px;
	float:left;
	padding:0px 0px 0px 0px;
	margin-left: 20px;
	border:0px;

}

.main1 {
	width: 180px;
	float: left;
	height: 120px;
	margin-left: 11px;
	border: 2px solid #fff;
	background-color: #FFF;
	color:#2D7FB1;
}
.main1 a {
	color: #2D7FB1;
}
.main4 {
	width: 180px;
	float: left;
	height: 120px;
	margin-left: 5px;
	border: 2px solid #fff;
	background-color: #FFF;
}
.main4 a {
	color: #2D7FB1;
}

.main_bild {
	text-align: left;
	margin-left: 5px;
	float: left;
	width: 50px;
	height: 50px;
	}
.main-head {
	padding-left: 10px;
	font-family: Arial;
	color: #336699;
	font-size: 12px;
	padding-bottom: 5px;
	font-weight: bold;
}
.main-hotel {
	padding-left: 15px;
	width: 100px;
	height: 50px;
	float: left;
}
.main-hotel span {
}


.main_text {
	padding-left: 10px;
	padding-right: 10px;
	margin-top: 5px;
	font-size: 11px;
}
.main_datum {
	padding-left: 10px;
	font-size: 11px;
	float: left;
	margin-top: 8px;
}
.main-preis {
	text-align: right;
	padding-right: 10px;
	float: right;
}
.main-preis span {
	font-size: 20px;
	font-weight: normal;
	color: #FF32FF;
	text-decoration: underline;
}

.bildlink {
	width: 193px;
	float: left;
	padding: 0px 0px 0px 10px;
	text-align:center;
	margin: 0px 10px 0px 0px;
	color:#2D7FB1;
	font-size:15px;
	text-decoration:none;
}

.bildlink1 {
	color:#2D7FB1;
	font-size:15px;
	text-decoration:none;
}

.beschreibung {
width: 620px;
padding: 0px 0px 0px 20px;
float:left;
}

/* For IE6 */
* html .beschreibung {
    width: 640px;
}

.beschreibunglinks {
width: 300px;
padding: 10px 0px 0px 18px;
float:left;
font-size:12px;
color:#2D7FB1;
}

.beschreibungrechts {
width: 310px;
padding: 10px 10px 0px 0px;
float:right;
font-size:20px;
color:#2D7FB1;
}

.text {
width: 430px;
height:auto;
font-size:12px;
color:#2D7FB1;
}

.textohnebild {
width: 600px;
height:auto;
font-size:12px;
color:#2D7FB1;
padding: 0px 0px 0px 3px;
line-height: 25px;
}

.bild {
float:right;
padding: 10px 20px 0px 0px;
}

h1 {
font-size: 18px;
color:#2D7FB1;
margin:0px;
}

h2 {
font-size: 18px;
color:#2D7FB1;
}

h3 {
font-size: 18px;
color:#2D7FB1;
margin:0px;
}