﻿/* CSS Style Sheet für TUI Reisecenter  */
/* (c) agindo interaktives marketing gbr */
/* www.agindo.at */
/* Dezember 2006 */

/* ################ Generelle Tags ################ */

html, body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	background-color:#99CCFF;
	height: 100%;
	min-height: 100%;
	color: #333333;
}

* {
	/*margin:0px;
	padding:0px;*/
}

table, tr, td, th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
}
.roweven {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#f5faff; 
	padding:3px 0px 3px 3px;
	margin-bottom:3px;
	font-weight:normal;
}
.rowodd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color:#ffffff; 
	padding:3px 0px 3px 3px;
	margin-bottom:3px;
	font-weight:normal;
}
a {
	color: #333333;
	text-decoration: underline;
}

input {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000000;
	border: 1px solid #7F9DB9;
	padding: 0px;
	margin: 0px;
}

img {
	border: 0px solid #FFFFFF;
	behavior: url("/css/pngbehavior.htc");
}

form {
margin:0px;
padding:0px;
}

input.radio {
	border:#7f9db9 solid 0px; 
}

input, select, textarea {
	border:#7f9db9 solid 1px; 
	padding:1px;
	margin:1px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#000000;
	font-weight:normal;
}	

optgroup {
	font-style:normal;
}

/* ################ Menu ################ */
#tuibody {
	background-color: #99CCFF;
	height: 100%;
	min-height: 100%;
}
#top {
	background-color: #99CCFF;
	height: 100px;
	border-bottom: 1px solid #3366CC;
	margin-bottom: 10px;
	width:996px;
}

#menu {
	position: absolute;
	top: 74px;
	left: 15px;
	padding-top: 0px;
	width: 950px;
	height: 30px;
	background-image:url(../img/menu_bg_lang.jpg);
	background-repeat:no-repeat;
}

#menu img {
	float: left;
	display: inline;
}

#menu #left {
	float: left;
	display: inline;
	margin-right: 185px;
}

#menu a {
	float: left;
	display: inline;
	color: #FFFFFF;
	font-weight: bold;
	text-decoration: none;
	padding: 0px 12px 0px 12px;
}
#menu #last {
	background-image: url(../img/none.gif);
	background-repeat: repeat-y; 
}

#menu #right #last {
	background-image: url(../img/none.gif);
	background-repeat: repeat-y; 
}

#menu a:hover {
	text-decoration: underline;
}

#menu #right {
	float:right;
	padding-top:6px;
	font-weight:bold;
}

#menu #right a {
	font-weight: bold;
	text-decoration:none;
	background-image: url(../img/separator2.gif);
	background-repeat:no-repeat;
	background-position:right;
}
#menu #right a:hover {
	color:#3367ca;
}

/* ################ Contentbereich ################ */

#contentcontainer {
	width:996px;
	background-color:#FFFFFF;
	margin-top: -10px;
	padding-top: 10px;
}

#suchmaskestart {
	float: left;
	display: inline;
	width: 218px;
	background-color: #cce6ff;
	border:1px solid #78a8f0;
	line-height:20px;
	margin-bottom:10px;
}
#bottommaske {
	display: inline;
	width: 218px;
	background-color: #cce6ff;
	border:1px solid #78a8f0;
	line-height:20px;
}
#links {
	float: left;
	display: inline;
	width: 218px;
	margin: 0px 10px 10px 10px;
}

#mitte {
	width:490px;
	float:left;
	clear:none;
	display: inline;
}

#mitte_inhaltsseite_breit {
	width:950px;
	float:left;
	clear:none;
	display: inline;
	margin-left: 15px;
}

#rechts {
	float: left;
	clear:none;
	display: inline;
	width: 236px;
}

#mitteundrechts {
	float: left;
	clear:none;
	display: inline;
	width: 726px;
}

#startbild {
	width: 477px;
	height: 223px;
	border: 1px solid #F6BC41;
	padding: 1px;
}

/* ################ Styles für die Infoboxen die mit Hilfe der neuen Funktionen eingebunden werden ################ */

.fib_boxcontainer_green {
	float: left;
	display: inline;
	background-color: #ecffe2;
	width: 235px;
	height: 118px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;
}

.fib_boxcontainer_orange {
	float: left;
	display: inline;
	background-color:#fff8e5;
	width: 235px;
	height: 118px;
	margin: 0px 10px 10px 0px;
	overflow: hidden;	
}

.fib_boxcontainer_bluewithborder {
	float: left;
	display: inline;
	width: 235px;
	margin: 10px 0 0 0;	
}

.fib_boxcontainer_headline {
	font-weight: bold;
	padding: 5px;
}

.fib_boxcontainer_green .fib_boxcontainer_headline {
	color: #009900;
	border-bottom: 1px solid #c9ffac;
}

.fib_boxcontainer_orange .fib_boxcontainer_headline {
	color: #fdb000;
	border-bottom: 1px solid #f0e4b4;
}

.fib_boxcontainer_bluewithborder .fib_boxcontainer_headline {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #105FAD;
	background-color: #C1D8F7;
}

.fib_boxcontainer_content {
	padding: 3px 5px 3px 5px;
}

.fib_boxcontainer_bluewithborder .fib_boxcontainer_content {
	padding:1px;
	border-left:1px solid #C0D7F9;
	border-right:1px solid #C0D7F9;
	border-bottom:1px solid #C0D7F9;
}

#angebotestart {
	padding: 3px 5px 3px 5px;
}

/* ################ Inhalt/Infoboxen ################ */
.boxgruen {
	float: left;
	display: inline;
	background-color: #ecffe2;
	width: 225px;
	height: 113px;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px 5px 5px;
	overflow: hidden;
}

.boxorange {
	float: left;
	display: inline;
	background-color:#fff8e5;
/*	background-color: #FFF5CC; */
	width: 225px;
	height: 113px;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px 5px 5px;
	overflow: hidden;	
}

.boxcontentimageonly {
	float: left;
	display: inline;
	width: 230px;
	height: 113px;
	margin: 0px 10px 10px 0px;
	padding: 0px 5px 5px 0px;
	overflow: hidden;	
}

.boxbildcontent {
	margin-left:-5px; 
	margin-right:-5px;
}

.ueberschrift {
	font-weight: bold;
	padding: 5px;
	margin-left: -5px;
	margin-right: -5px;
}
.boxgruen .ueberschrift {
	color: #009900;
	border-bottom: 1px solid #c9ffac;
}
.boxorange .ueberschrift {
	color: #fdb000;
	border-bottom: 1px solid #f0e4b4;
}
#boxblau {
	width: 232px;
	height: 223px;
	background-color: #E6F3FF;
}
#boxblauniedrig {
	width: 232px;
	height: 59px;
	background-color: #E6F3FF;
}.rahmen {
	border: 1px solid #C0D7F9;
	padding: 1px;
	height:100%;
	min-height:50px;
}
.rahmen0px {
	border: 1px solid #C0D7F9;
	padding: 0px;
	height:100%;
	min-height:50px;
}

/* ################ Für Spezialreisen / Listenausgabe ################ */

.divrahmen {
	border: 1px solid #77AAEE;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	overflow:visible;
	float:left;
	width: 723px;
	margin-bottom: 10px;
}
.divrahmendoc {
	border: 1px solid #77AAEE;
	padding-left: 0px;
	padding-top: 1px;
	padding-right: 1px;
	padding-bottom: 3px;
	overflow:visible;
	float:left;
	width: 563px;
	margin-bottom: 10px;
}
.divheader {
	background-color: #E6F3FF;
	height: 20px;
	padding-left: 5px;	
	padding-top: 5px;
	font-weight: bold;
}
.divlist {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 3px;
	padding-bottom: 5px;
}

/* ################ Sonstiges ################ */

#day_idpauschal_termin,
#day_idpauschal_ruecktermin,
#day_ideigenanreise_termin,
#day_ideigenanreise_ruecktermin
{
	width:63px;
	height:20px;
}

#day_ideigenanreise_termin,
#day_ideigenanreise_ruecktermin
{
	width:64px;
	height:20px;
}

#month_ideigenanreise_termin, #month_ideigenanreise_ruecktermin {
	height:20px;
}

#btncalendar1 {
	padding:0 1px 0 0;
}

#docadd {
width: 150px; 
border: 1px solid #3266CC; 
background-color: #75AAEE; 
margin-left: 8px;
}

#docadd #docaddbox {
padding: 7px 12px 7px 12px; 
border-bottom: 1px solid #699ADC;
}

#docadd #docaddbox a {
color:#FFFFFF;
text-decoration:none;
}

#docadd #docaddbox a:hover {
color:#3367CA;	
text-decoration:none;
}

#plzsuche {
	padding: 5px;
	margin-bottom: 16px;
}
*html #plzsuche {
	margin-bottom: 11px;
}
*+html #plzsuche {
	margin-bottom: 11px;
}
.blautext {
	margin-top: 10px;
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #105FAD;
	background-color: #C1D8F7;
}
.blautextohnemarg {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #105FAD;
	background-color: #C1D8F7;
}

*html .blautext {
	margin-top: 10px;
}
*+html .blautext {
	margin-top: 8px;
}
#logos img {
	margin:20px 7px -10px 8px;
}

.SubContainerCaptcha{
	margin:5px 0 0 0;
}

/* ################ Inhalt Mittelspalte ################ */
#mitte #inhaltunten, #mitte #inhaltoben {
	width: 481px;
}

/* ################ ReiseCenter Randspalte ################ */

#rechts #boxblaurc {
	border: 1px solid #3366CC;
	width: 232px;
	background-color: #FFFFFF;
	padding: 0px;
}

#rechts #boxblaurc #titel {
	background-color: #3366CC;
	color: #FFFFFF;
	padding: 3px 8px 3px 8px;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 1px;
} 

#rechts #boxblaurc .untertitel {
	background-color: #99CCFF;
	padding: 5px 8px 5px 8px;
	margin: 0px 1px 1px 1px;
	font-weight: bold;
	color: #3366CC;
}
#rechts #boxblaurc .untertitelkompakt {
	background-color: #99CCFF;
	padding: 2px 8px 2px 8px;
	margin: 0px 1px 1px 1px;
	font-weight: bold;
	color: #3366CC;
}

#rechts #boxblaurc .inhaltsblock {
	background-color: #CCE6FF;
	margin: 0px 1px 1px 1px;
	padding: 8px;
}
/**** Inhaltsblock kompakt ********************************************************************************************************/
#rechts #boxblaurc .inhaltsblockkompakt {
	background-color: #CCE6FF;
	margin: 0px 1px 1px 1px;
	padding: 0px 0px 0px 8px;
}
/**** [ENDE Inhaltsblock  kompakt] ********************************************************************************************************/
#rechts #boxblaurc .inhaltsblock b, #rechts #boxblaurc .inhaltsblock strong {
	color: #3366CC;
}

#rechts #boxblaurc table {
	border: 0px;
	margin: 0px;
	padding: 0px;
}

#rechts #boxblaurc table td.leftcolumn {
 	width: 22px;
	vertical-align: middle;
	padding: 0px;
}

#rechts #boxblaurc table td.rightcolumn {
	padding: 0px;
}

/* ################ Footer ################ */
#footertext a {
	padding: 5px;
}
#subfooter {
	float:left;
	clear:both;
	margin-top: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
	background-color: #99CCFF;
	width:100%;
}
#footertext {
	margin-left: 10px;
	margin-right: 10px;
}
#text {
	padding-left: 245px;
	color: #3668BD;
}
.fusszeileblau {
	background-color:#99ccff;
	color:#3668bd;
}

a.fusszeileblau:link,a.fusszeileblau:visited,a.fusszeileblau:active{
	color:#3668bd;
	text-decoration:none;
}
a.fusszeileblau:hover {
	color:#3668bd;
	text-decoration:underline;
}
/* ####################### Tabellenmarkierungen ##################### */
td.markiert1 {
	background-color:#e6f3ff;
	padding: 3px 0px 3px 4px;
}

td.markiert2 {
	background-color:#ffffff;
	padding: 3px 0px 3px 4px;
}
/* ######################## REISEBÜROSUCHE    ######################  */
#ReiseCenter {
	background-color:#cce6ff;
	/* background-color:#e6f3ff; */
	color:#333333;
	width:100%;
	float:left;
	padding:3px 0px 3px 3px;
	font-weight:bold;
	height:24px;
	line-height:24px;	
}
#Reisebueroeintraegeeven {
	background-color:#f5faff; 
	width:100%;
	float:left;
	padding:3px 0px 3px 3px;
	margin-bottom:3px;
	font-weight:normal;
}
#Reisebueroeintraegeodd {
	background-color:#ffffff; 
	width:100%;
	float:left;
	padding:3px 0px 3px 3px;
	margin-bottom:3px;
	font-weight:normal;
}
#Reisebueroeintraegeeven #reisebueroname {
	width:35%;
	float:left;
	clear:none;
/*	padding:3px 0px 3px 3px; */
	font-weight:normal;
}
#Reisebueroeintraegeodd #reisebueroname {
	width:35%;
	float:left;
	clear:none;	
/*	padding:3px 0px 3px 3px; */
	font-weight:normal;
}

#Reisebueroeintraegeodd #reisebueroadresse {
	width:35%;
	float:left;
		clear:none;
/*	padding:3px 0px 3px 3px; */
	font-weight:normal;
}
#Reisebueroeintraegeeven #reisebueroadresse {
	width:35%;
	float:left;
	clear:none;	
/*	padding:3px 0px 3px 3px; */
	font-weight:normal;
}


#Reisebueroeintraegeodd #reisebuerotel {
	width:29%;
	float:left;
	clear:none;	
/*	padding:3px 0px 3px 3px; */
	font-weight:normal;
}
#Reisebueroeintraegeeven #reisebuerotel {
	width:29%;
	float:left;
		clear:none;
/*	padding:3px 0px 3px 3px; */
	font-weight:normal;
}
/* ########################### Suchmaske ############################ */
.suchtyp {
	empty-cells:hide;
	background-color:#86c1fc;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ffffff;
	background:#86c1fc;
 	height:40px;
/*	border:#ffffff solid 1px; */
}
.suchtypwithtitle {
	empty-cells:hide;
	background-color:#86c1fc;
	margin:0px;
	padding-top:5px;
	padding-bottom:5px;
	border-bottom:1px solid #ffffff;
}
.suchtyphide {
	height: 1px;
	width: 1px;
	font-size:1px;
}
.searchbold {
	/*width:80px;*/
	font-weight:bold;
	color:#3468bc;
	font-size:11px;
	line-height:17px;
	}
.searchnormal {
	font-weight:normal;
	color:#3468bc;
	line-height:15px;
	}
/* ########################### FCK Styles ############################ */
.fck_headblue {
	color: #105FAD;
	font-weight: bold;
	font-size: 14px;
}
.fck_textblue {
	color: #105FAD;
	font-weight: bold;
}
.fck_textred {
	color: #FF0000;
	font-weight: bold;
}
.fck_textorange {
	color: #FE7E00;
	font-weight: bold;
}
.fck_bgblue1 {
	background-color: #C1D8F7;
}
.fck_bgblue2 {
	background-color: #E6F3FF;
}
/* ######################### Kontaktformular ########################### */
.row_even {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#ffffff;
	padding:3px 0px 3px 0px;
}
.row_odd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#000000;
	background-color:#E6F3FF;
	padding:3px 0px 3px 0px;
}
.kontaktinput {
	width: 200px;
}
.kontaktselect {
	width: 100px;
}
.kontaktarea {
	width: 298px;
	height: 180px;
}
.boxabstandoben {
	margin-top:10px;
}
.boxabstandobenleft {
	margin-top:10px;
	clear:left;
	float:left;
}

.newsletteranmeldungerrormsg {
	color:#EF0000; 
	font-size:12px; 
	font-weight:bold;
}

/*########################### Newsletter #############################*/
#newsletter {
	clear:left;
	float:left;
	width:208px;
	border:#ff7d00 1px solid;
	background-color:#eef7ff;
	padding-left:10px;
	padding-top:10px;
	padding-bottom:10px;
	margin-bottom:10px;
	margin-top:10px;
}

/*####################### GOOGLE - MAPS #################################*/
#mapscontainer{
	border:1px solid #F6BC41; 
	width:477px; 
	padding:1px;
}

#mapscontainer_big{
	border:1px solid #F6BC41; 
	width:723px; 
	padding:1px;
}

#speciallayer {
	width:200px;
	height:200px;
	background-color:#FFFF00;
}

#austria_map {
	width: 100%;
	height: 400px;
}
/*####################### Floating Layers #################################*/
/*
#floatinglayer_amazon {
	position:absolute; 
	top:180px; 
	left:606px; 
	Height:382px; 
	Width:394px; 
}

#floatinglayer_newsletter_close {
	position:absolute; 
	top:364px; 
	left:905px; 
	Height:59px; 
	Width:59px;
	cursor:pointer;
}

#floatinglayer_newsletter_phase1 {
	position:absolute; 
	top:156px; 
	left:533px; 
	Height:460px; 
	Width:450px;
	background-image:url(../img/layer_nl_1.png);
	background-repeat:no-repeat;
}

* html #floatinglayer_newsletter_phase1 {
	position:absolute; 
	top:156px; 
	left:533px; 
	Height:460px; 
	Width:450px;
	background-image:url(../img/layer_nl_1.gif);
	background-repeat:no-repeat;
}

#floatinglayer_newsletter_content_phase1 {
	margin-left:39px;
	margin-top:290px;
	color:#FFFFFF;
}

#floatinglayer_newsletter_phase2 {
	position:absolute; 
	top:156px; 
	left:533px; 
	Height:460px; 
	Width:450px;
	background-image:url(../img/layer_nl_2.png);
	background-repeat:no-repeat;
}

* html #floatinglayer_newsletter_phase2 {
	position:absolute; 
	top:156px; 
	left:533px; 
	Height:460px; 
	Width:450px;
	background-image:url(../img/layer_nl_2.gif);
	background-repeat:no-repeat;
}

#floatinglayer_newsletter_content_phase2 {
	margin-left:39px;
	margin-top:275px;
	color:#FFFFFF;
}

#floatinglayer_newsletter_teilnahmebedingungen {
	position:absolute; 
	top:156px; 
	left:656px; 
	Height:450px; 
	Width:307px;
	background-image:url(../img/layer_nl_teilnahme.png);
	background-repeat:no-repeat;
}

* html #floatinglayer_newsletter_teilnahmebedingungen {
	position:absolute; 
	top:156px; 
	left:656px; 
	Height:450px; 
	Width:307px;
	background-image:url(../img/layer_nl_teilnahme.gif);
	background-repeat:no-repeat;
}

#floatinglayer_newsletter_teilnahmebedingungen_content {
	margin-top:67px;
	margin-left:34px;
	width:230px;
}

#floatinglayer_newsletter_teilnahmebedingungen_close {
	position:absolute; 
	top:499px; 
	left:855px; 
	Height:103px; 
	Width:106px;
	cursor:pointer;
}

#floatinglayer_newsletter_teilnahmebedingungen_sendbutton {
	position:absolute; 
	top:507px; 
	left:848px; 
	Height:103px; 
	Width:106px;
	cursor:pointer;
}

.floatinglayer_newsletter_content_left {
	float:left;
	width:78px;
	padding-top:3px;
}

.floatinglayer_newsletter_content_formfield {
	width:129px;
	border:1px solid #7F9DB9;
}

.floatinglayer_newsletter_content_link {
	color:#FFFFFF;
}

.floatinglayer_newsletter_content_left_small {
	float:left;
	width:30px;
}

#floatinglayer_newsletter_danke {
	position:absolute; 
	top:156px; 
	left:533px; 
	Height:460px; 
	Width:450px;
	background-image:url(../img/layer_nl_3.png);
	background-repeat:no-repeat;
}

* html #floatinglayer_newsletter_danke {
	position:absolute; 
	top:156px; 
	left:533px; 
	Height:460px; 
	Width:450px;
	background-image:url(../img/layer_nl_3.gif);
	background-repeat:no-repeat;
}
*/

/*####################### Generelle Klassen #################################*/

.clearfloat {
	clear:both; 
	margin:0px; 
	padding:0px; 
	line-height:0px;
}

.labelgeschlecht {
	vertical-align:2px;
	margin-right:2px;
	cursor:pointer;
}

/*####################### Flashcontent #################################*/

.flashTeaser {
	border:1px solid #F6BC41; 
	padding:1px; 
	width:477px;
}

/*####################### Neue Newsletteranmeldung #################################*/

#newsletterboxnew {
	clear:left;
	float:left;
	width:218px;
	border:#ff7d00 1px solid;
	background-color:#eef7ff;
	cursor: pointer;
}

#newsletterboxnew #newsletterboxnewheadline {
	font-size: 14px;
	font-weight: bold;
	padding: 5px;
	color: #105FAD;
	background-color: #C1D8F7;
}

#newsletterboxnew #newsletterboxnewcontent {
	padding: 5px;
}

#newsletterboxnew #newsletterboxnewcontent #newsletterboxtable {
	margin-top: 4px;
	margin-bottom: 4px;
}

#newsletteranmeldungrandspalte {
	border: 1px solid #ACCBFA;
	background-color: #DDEEFE;
	padding:10px;
	margin-top:10px;
}

/*######################### REISEANFRAGEN ########################*/

table.reiseanfragetable {
	border: 1px solid #77abef;
	background-color: #e6f3ff;
	padding:0;
}
.reiseanfragetable tr td {
	padding:0 5px 4px;
}

.reiseanfragetableabstand {
	margin-top: 5px;
	border: 1px solid #77abef;
	background-color: #e6f3ff;
	padding:0;
}

.tableabstandnobg {
	margin-top: 10px;
}
.reiseanfragetableabstand tr td {
	padding:0 5px 4px;
}
.tableabstandnobgtop {
	margin-top: 10px;
	margin-bottom: 10px;
}
.tableabstandnobgtop tr td {
	padding: 5px;
}

.zweitecolumn {
	padding-left:10px;
}

td.abstandheadline {
	padding-bottom: 5px !important;
	padding-top: 4px !important;
}
.savesuccess {
	padding: 5px; 
	background: #00CC00; 
	border: 1px solid #006633;
	margin-bottom: 5px;
}

.saveerror {
	padding: 5px; 
	background: #FF0000; 
	border: 1px solid #990000;
	margin-bottom: 5px;
}
.clearfloat {
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.biglinkkreuzfahrten {
	font-size:13px;
}

/* Styles für die neue Suchmaske */

#suchmaske_container {
	padding:2px 2px 3px 2px;
	border-bottom:1px solid #FFFFFF;
}

#suchmaske_container_noborder {
	padding:3px;
}

.infoicon {
	cursor:pointer;
}

/* Tooltipps */
/*
.tooltipp_reisezeitraum {
	position: absolute;
	left: 102px;
	top: 228px;
	width:188px;
	height:123px;
	background:url(../img/bg_tooltipp_reisezeitraum.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
}

.tooltipp_weiterempf {
	position: absolute;
	left: 222px;
	top: 466px;
	width:188px;
	height:63px;
	background:url(../img/bg_tooltipp_weiterempf.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}

.tooltipp_flugbeschreibung {
	position: absolute;
	top: 152px;
	width:196px;
	height:78px;
	background:url(../img/bg_tooltipp_fluege.gif);
	background-repeat:no-repeat;
	overflow:hidden;
}
.tooltipptext {
	font-size: 9px;
	color: #000000;
	line-height:12px;
	padding:7px;
}

*/

/* Tooltipps */

#tooltipp_reisezeitraum_pauschal, #tooltipp_reisezeitraum_charter, #tooltipp_reisezeitraum_linienflug {
	position:absolute;
	left:101px;
	top:112px;
	width:188px;
	height:123px;
	background:url(../pic/bg_tooltipp_reisezeitraum.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_reisezeitraum_eigenanreise {
	position:absolute;
	left:102px;
	top:88px;
	width:188px;
	height:123px;
	background:url(../pic/bg_tooltipp_reisezeitraum.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_weiterempf_pauschal {
	position:absolute;
	left:219px;
	top:380px;
	width:188px;
	height:63px;
	background:url(../pic/bg_tooltipp_weiterempf.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_weiterempf_eigenanreise {
	position:absolute;
	left:219px;
	top:356px;
	width:188px;
	height:63px;
	background:url(../pic/bg_tooltipp_weiterempf.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_personen_charter, #tooltipp_personen_pauschal {
	position:absolute;
	left:150px;
	top:320px;
	width:235px;
	height:123px;
	background:url(../pic/bg_tooltipp_personen.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_personen_eigenanreise {
	position:absolute;
	left:80px;
	top:223px;
	width:235px;
	height:123px;
	background:url(../pic/bg_tooltipp_personen.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_personen_linienflug {
	position:absolute;
	left:75px;
	top:218px;
	width:235px;
	height:123px;
	background:url(../pic/bg_tooltipp_personen.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_linienfluege {
	position:absolute;
	top:75px;
	left:99px;
	width:196px;
	height:76px;
	background:url(../pic/bg_tooltipp_fluege.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

#tooltipp_charterfluege {
	position:absolute;
	top:60px;
	left:206px;
	width:196px;
	height:78px;
	background:url(../pic/bg_tooltipp_fluege.gif);
	background-repeat:no-repeat;
	overflow:hidden;
	text-align:left;
	z-index:999;
}

.tooltipptext {
	font-size:9px;
	color:#000000;
	line-height:12px;
	padding:7px;
}

.infoicon {
	cursor:pointer;
	margin-left:1px;
}
/****** dynainfo icons *******/
.dynainfo{
	display:inline-block;
	width:12px;
	height:10px;
	background:url(/pic/tui_info_icon.gif) no-repeat 0 0;
}
.dynainfo img{
	border:none;
}
.dynainfo .dynatip{
	display:none;
	position:absolute;
	top:0;
	left:12px;
	background:#FFF;
	border:1px solid #1058B0;
	width:200px;
	padding:10px;
	box-shadow: 0 2px 4px #676767;
	white-space:normal;
	/*damit layer ueber allem anderen */
	z-index:100;
	text-align:left !important;
	line-height:12px;
}
.dynainfo.perm .dynatip{
	display:block;
	z-index:90;
	left:0;
}
.dynainfo:hover{
	position:relative;
	z-index:200;
}
.dynainfo:hover .dynatip{
	display:block;
}
.dynainfo .dynatip span{
	color:#000;
	padding:0;
	margin:0;
	font-weight:normal !important;
}

.dynainfo.perm{
	width:1px;
	background:none;
	position:relative;
}


/***** Suchmaske *****/
#day_ideigenanreise_termin,
#day_ideigenanreise_ruecktermin,
#day_idcharter_termin,
#day_idcharter_ruecktermin,
#day_idpauschal_termin,
#day_idpauschal_ruecktermin,
#day_idlinienflug_termin,
#day_idlinienflug_ruecktermin
{
	float:left;
	margin:0 3px 0 0;
	width:63px;
	height:20px;
}

#month_ideigenanreise_termin,
#month_ideigenanreise_ruecktermin,
#month_idcharter_termin,
#month_idcharter_ruecktermin,
#month_idpauschal_termin,
#month_idpauschal_ruecktermin,
#month_idlinienflug_termin,
#month_idlinienflug_ruecktermin
{
	float:left;
	width:123px;
	height:20px;
	margin:0 3px 0 0;
}

.suchmaskelabel{
	vertical-align:3px;
	color:#3668BD;
	cursor:pointer;
}
