/* CSS Document */

body, table, tr, td, a, p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body{
	background-color: #FFDB8B;
}
a, a:link, a:active, a:visited {
	color: #334C82;
	text-decoration: none;
}

a:hover {
	color: #334C82;
	text-decoration: underline;
}

.td_abstand{
	padding-left: 30px;
	padding-right: 30px;
}

.td_oben{
	height: 204px;
	background-color: #FFDB8B;
}

.hg_dunkelgrau{
	background-color: #8197A2;
}

.hg_hell{
	background-color: #FEF3D7;
}

.link{
	color: #334C82;
	text-decoration: underline;
}

/*Hauptnavigation*/
.trennstriche{
	color: #FFFFFF;
}

.td_hauptnavi{
	background-image: url(images/hauptnavi_hg.gif);
}		

a.hauptnavi{
	color:#5F6366;
	font-weight: bold;
	text-decoration: none;
}

a.hauptnavi_aktiv{
	color:#FFFFFF;
	font-weight: bold;
	text-decoration: none;
}


/*UNTERNAVIGATION*/
.td_naviebene{
	padding-left: 14px;
	padding-right: 5px;
	padding-bottom: 5px;
	background-color: #ffffff;
}

.linie_naviebene{
	padding-left: 14px;
	padding-right: 5px;
	background-color: #FEBD2A;
}

a.unternavi{
	color: #334C82;
	text-decoration:none;
}

a.unternavi_aktiv{
	color: #FFBD2D;
	text-decoration: none;
}

#yogainfos{
	position:absolute;
	width:200px;
	left: 371px;
	top: 96px;
	visibility: hidden;
}

#reiseinfos{
	position:absolute;
	width:100px;
	left: 460px;
	top: 96px;
	visibility: hidden;
}

#neuewege{
	position:absolute;
	width:130px;
	left: 551px;
	top: 96px;
	visibility: hidden;
}

#buchen{
	position:absolute;
	width:150px;
	left: 681px;
	top: 96px;
	visibility: hidden;
}

#kontakt{
	position:absolute;
	width:160px;
	left: 757px;
	top: 96px;
	visibility: hidden;
}

#impressum{
	position:absolute;
	width:122px;
	left: 834px;
	top: 96px;
	visibility: hidden;
}
/*REISE DES MONATS*/

.ueberschrift{
	color: #39489B;
	font-size: 14px;
	font-weight: bold;
}

.bild{
	padding-right: 5px;
}

.text{
	color: #FFFFFF;
	font-size: 12px;
}

a.reisedesmonats{
	color: #FFFFFF;
	font-size: 12px;
	text-decoration:underline;
}

/*REISENAVIGATION*/
.naviblau{
	background-color: #364B84;
	height:20px;
}
a.weiss{
	font-size: 13px;
	color: #FFFFFF;
	text-decoration: none;
	font-weight:bold;
}

a.reiseunternavi{
	color: #656160;
	text-decoration:none;
	padding-left: 15px;
}
a.reiseunternavi_aktiv, a.reiseunternavi:hover{
	color: #364B84;
	text-decoration:none;
	background-image:url(images/naviaktiv_kl.gif);
	background-repeat:no-repeat;
	padding-left: 15px;
}

a.reisenavi{
	color: #656160;
	font-weight: bold;
	text-decoration:none;
	padding-left: 25px;
}
a.reisenavi_aktiv, a.reisenavi:hover{
	color: #364B84;
	font-weight: bold;
	text-decoration:none;
	background-image:url(images/naviaktiv.gif);
	background-repeat:no-repeat;
	padding-left: 25px;
}

.td_reiseunternavi{
	height: 20px;
}


/*CONTENT*/
.laenderuebersicht {
	padding-top: 10px; 
	padding-bottom: 10px; 
	border-bottom: 1px solid #919292;
}

h1{
	font-size: 16px;
	color: #364B84;
}

h2{
	font-size: 13px;
	color: #364B84;
}

h3{
	color: #FEA416; 
	font-size: 14px; 
	font-weight:bold;
	display:inline;
}

h6{
	font-size: 13px;
	color: #364B84;
	margin: 0px;
	padding: 0px;
	padding-top: 10px; 
}

.zeile1 {
	background-color: #919292;
	color: white;
	font-size: 13px;
	font-weight:bold;
	line-height:normal;
	
}
.minor_aktiv {
	font-weight: bold;
	font-size: 13px;
}

.content{
	padding-top: 25px;
	background-color: #FEF3D7;
	}
	
.news{
	color: #565F66;
}	

a.newslink{
	color: #565F66;
	text-decoration: underline;
}
	
	
li{
	padding-bottom: 5px;	
}	
	
/*FOOTER*/
.footertext{
	color: #565F66;
	font-size: 11px;
}	

a.footerlink{
	color: #565F66;
	font-size: 11px;
	text-decoration:underline;
}

/*POPUP*/
.rahmen{
	border: 1px solid #FFBD2D;
	background-color: #FFF4D8;
}

.popup_top{
	background-color: #FFD785;
}

.popup_content{
	padding-left: 15px;
	padding-top: 10px;
	padding-right: 15px;
	padding-bottom: 10px;
}

/*FORMULARE*/
.textfeld{
	border: 1px solid #5F6366;
	width: 350px;
	background-color:#FFFBF0;
	margin-bottom: 5px;
}

.textfeld_kurz{
	border: 1px solid #5F6366;
	width: 329px;
	background-color:#FFFBF0;
	margin-bottom: 5px;
}

.vorwahl{
	border: 1px solid #5F6366;
	width: 100px;
	background-color:#FFFBF0;
	margin-bottom: 5px;
	}

.nummer{
	border: 1px solid #5F6366;
	width: 145px;
	background-color:#FFFBF0;
	margin-bottom: 5px;
}

.vonbis{
	border: 1px solid #5F6366;
	background-color:#FFFBF0;
	margin-bottom: 5px;
}

.senden{
	font-size: 12px;
	font-weight: bold;
	color: #5F6366;
	background-color: none;
}

/**REISEDATEN*/
.td_reisedatenorange{
	border-bottom: 1px solid #FFBE32;
	background-color: #FED981;
	padding-top: 8px;
	padding-left: 13px;
	padding-right: 10px;
	padding-bottom: 20px;
	color: #6B6662;
}

.td_reisedaten_blau{
	background-color: #364B84;
	padding-left: 13px;
	padding-right: 10px;
	color: #FFFFFF;
	font-weight: bold;
	height: 20px;
	}
	
.miniatur {
	border:1px solid #FEB238;
	float:left;
	font-size:11px;
	margin:2px;
}	
	
.hotelliste {
	border-top: 1px solid #364B84;
	padding: 3px 3px 3px 3px;
	width: 255px;
}

#karte{
   width: 174px;
   height: auto;
   padding: 2px 2px 2px 2px;
   margin: 5px 0px 5px 20px;
   background-color: #FFFFFF;
  }
  
/*STICHWORTSUCHE-LITERATURSUCHE*/
.suche{
	border: none;
	background-color: none;
	width: 160px;
	margin-left: 10px;
	height: 15px;
}

#ReiseDatenUeberschrift{
   background-color: #364B84;
   width: 423px;
   height: auto;
   padding: 2px;
   padding-left: 4px;
   overflow: visible;
   color: #FFFFFF;
   font-weight: bold;
}
#ReiseDaten   /* farbige Traeger-Ebene fuer die Kurs-"Tabelle"*/
{
   background-color: #FFD984;
   width: 425px;
   height: auto;
   padding: 2px;
   overflow: visible
}

#KursNr, #TerminVon, #TerminBis, #ReiseTitel, #ReisePreis, #ReiseAnfrage, #ReiseAnmeldung
{
	/*background-color: #FFEDC5;*/
	position:relative;
	visibility:visible;
	height:auto;
	top: 0px;
	margin-left: 1px;
	margin-top: 2px;
	margin-right: 1px;
	margin-bottom: 5px;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	float: left;
	overflow: visible;
	color: #646569 ;
	font-weight: bold;
}

/*#KursNr, #TerminVon, #TerminBis, #ReiseTitel, #ReisePreis, #ReiseAnfrage, */
#KursNr_0, #KursNr_1,
#TerminVon_0, #TerminBis_0, #TerminVon_1, #TerminBis_1,
#ReiseTitel_0, #ReiseTitel_1,
#ReisePreis_0, #ReisePreis_1,
#ReiseAnfrage_0, #ReiseAnfrage_1
{
	position:relative;
	visibility:visible;
	height:19px;
	top: 0px;
	margin-left: 1px;
	margin-top: 1px;
	margin-right: 1px;
	margin-bottom: 1px;
	padding-left: 1px;
	padding-top: 1px;
	padding-right: 1px;
	float: left;
	overflow: visible
}

#KursNr, #KursNr_0, #KursNr_1{
	width: 80px;
}

#TerminVon, #TerminVon_0, #TerminVon_1{
	width: 80px;
} 
#TerminBis, #TerminBis_0, #TerminBis_1{
	width: 81px;
}
#ReisePreis, #ReisePreis_0, #ReisePreis_1{
	width: 70px;

}


#ReiseTitel, #ReiseTitel_0, #ReiseTitel_1
{
   width:176px;
}

#ReiseAnfrage, #ReiseAnmeldung
{
   width: 80px;
}

#ReiseAnfrage_0, #ReiseAnfrage_1{
   width: 70px;
   padding-left: 10px;
}

#KursNr_0, #TerminVon_0, #TerminBis_0, #ReiseTitel_0, #ReisePreis_0, #ReiseAnfrage_0, #KursNr_1, #TerminVon_1, #TerminBis_1, #ReiseTitel_1, #ReisePreis_1, #ReiseAnfrage_1
{
	color: #646569;
}

#ReiseTrennlinie{
	border-bottom: 1px solid #364B84;
}

.cursor{
	cursor: default;
}


/*WUNSCHREISE - REISEFINDER*/
.reisefinder{
	border: 1px solid #5F6366;
	background-color:#FFFBF0;
	margin-bottom: 5px;
	width: 400px;
}

.suche_hg{
	background-color: #FED981;
}

/*ANGEBOTTSEITE - TERMINE UND ZUSATZLEISTUNGEN*/
.far_include{
	/*width: 310px;*/
}

.far_include h1{
	font-size: 12px;
	color: #ffffff ;
	margin: 0px;
	padding: 0px;
	padding-left: 13px;
	padding-top: 3px;
	height: 17px;
	width: 415px;
	background-color:#364B84;
	font-family:Arial,Helvetica,sans-serif;
	font-weight:bold;
}

#terminKasten.kasten table.data td,
#terminKasten.kasten table.data th {
	padding: 2px 1px 5px 13px;
}


.kasten table.data {
	border-collapse: collapse;
}


.kasten table.data th {
	background-color: #FED981;
	text-align: left;
	font-weight: bold;
	color: #6B6662;
	padding: 13px;
	/*border-left: 1px solid #d1eced;*/
}

.kasten table.data td {
	border-bottom: 1px solid #364B84;
	color: #6B6662;
	vertical-align: top;
	background-color: #FED981;
}

#terminKasten.kasten table.data td.reisenr{
	width: 80px;	
}

#terminKasten.kasten table.data td.von{
	width: 80px;	
}

#terminKasten.kasten table.data td.bis{
	width: 78px;	
}

#terminKasten.kasten table.data td.preis{
	width: 50px;	
}

#terminKasten.kasten table.data td.buchung{
	width: 70px;	
}

.kasten table.data th.f.headline{
	padding: 0px;
	margin: 0px;
	height:2px;
}

.kasten table.data th.preis{
	padding: 0px;
	margin: 0px;
	height:2px;
}

.kasten table.data td.headline{
	padding: 2px 1px 5px 13px;
	width: 330px;	
}

.kasten table.data td.preis{
	padding: 2px 1px 5px 13px;
	width: 76px;	
}

.kasten table.data td.hinweis{
	padding: 2px 1px 5px 13px;
	border-bottom: none;
}

.kasten table.data td.hinweis_start {
	margin: 0;
	padding: 0 5px 0 5px;
}
.kasten table.data td.hinweis_end {
	color: #000000;
	padding: 0px;
}
.kasten h3{
	margin: 0;
}



.klein{
	font-size: 11px;
}

.kastenhell a{
	color:#334C82;
	text-decoration:underline;
}

/*STYLES FÜR ONLINE BUCHUNG  -> POPUP*/
#far_include_popup h1{
	color: 0096AE;
	font-size: 12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}

#contentright{
	float: right;
	width: 250px;}
	
#contentleft{
	width: 400px;
	text-align:left;
}

.textfeld_20{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4DB5B6;
	color: #000000;
	width: 20px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textfeld_50{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4DB5B6;
	color: #000000;
	width: 50px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textfeld_150{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4DB5B6;
	color: #000000;
	width: 150px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}
.textfeld_250{
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	border: 1px solid #4DB5B6;
	color: #000000;
	width: 250px;
	background-color: #ffffff;
	margin-top: 5px;
	margin-bottom: 5px;
}