@charset "utf-8";
/* CSS Document */

/* Text ------------------------------------------------------------------------------------------- */


.headline		{ font-size:22px; font-weight:bold; color: #0076bc; }
.headline_white	{ font-size:22px; font-weight:bold; color:#ffffff;}
.subhead		{ font-size:16px; font-weight:bold; color: #0076bc;}


.textbold		{ font-size:12px; font-weight:bold; }
.text			{ font-size:12px; font-weight:normal; }

.smallprint 	{ font-size:10px; color:#666; }
.smallprint_bd  { font-size:10px; color:#666; font-weight:bold; }


/* ------------------------------------------------------------------------------------------- Text */

/* REISEN ÜBERSICHT ------------------------------------------------------------------------------- */

.reisen_uebersicht_head {
	height:5px; 
	margin-top:1px;
	background-color:#7aaedd;
}

.reisen_uebersicht_ort {
	font-size:14px;
	font-weight:bold;
}

.reisen_uebersicht_region {
	font-weight:normal;
	font-size:13px;
}

.reisen_uebersicht_hotel {
	font-size:14px;
	font-weight:bold;
	color:#055884;
}

.reisen_uebersicht_paket {
	font-size:13px;
	font-weight:bold;
}

.reisen_uebersicht_tab {
	font-size:12px;
	background-color:#F7F7F7;
	border: 1px dotted #000000;
}

.reisen_uebersicht_tab_01 {
	padding-top:6px;
	padding-left:6px;
	font-weight:bold;
	text-align:left;
}

.reisen_uebersicht_tab_02 {	
	font-weight:bold;
	padding-left:6px;
}

.reisen_uebersicht_tab_03 {
	font-weight:bold;
	text-align:left;
	padding-left:6px;
	padding-bottom:6px;
}

.reisen_uebersicht_tab_preis01 {
	padding-top:6px;
	padding-right:6px;
	text-align:right;
	font-size:13px;
	font-weight:bold;
}

.reisen_uebersicht_tab_preis02 {
	padding-right:6px;
	text-align:right;
	font-size:13px; 
	font-weight:bold;
}

.reisen_uebersicht_tab_preis03 {
	font-size:18px; 
	font-weight:bold; 
	color:#900;
	text-align:right;
}

.reisen_uebersicht_untertext {
	text-align:center;
	font-size:12px;
	color:#666;
}

/* ------------------------------------------------------------------------------- REISEN ÜBERSICHT */


/* REISEN DETAIL ---------------------------------------------------------------------------------- */


.reisen_detail_ort {
	color:#006cb7;
	font-weight:bold;
}

.reisen_detail_partner {
	
}

.reisen_detail_textbereich_headline {
	color:#b01016;	
}

.reisen_detail_programm_headline {
	color:#006cb7;
}

.reisen_detail_programm_headline_extras {
	color:#b01016;
}

.reisen_detail_preistabelle {
	background-color:#beddef;
}

.reisen_detail_preistabelle_tage {
	color:#006cb7;
}

.reisen_detail_preistabelle_buchungsnummer {
	background-color:#006cb7;
	color:white;
}


/* ---------------------------------------------------------------------------------- REISEN DETAIL */


/* Allgemeine Definitionen ------------------------------------------------------------------------ */

html	{
			margin-top:0px;
			font-size:12px;
			color:#022451;
			font-family:Arial, Helvetica, sans-serif;			
}


/* Layout ----------------------------------------------------------------------------------------- */


#wrapper {
			width:1000px;
			margin:0px auto;
			background-color:#ffffff;
			background-image:url(../images/bg_right.jpg);
			background-position:right;
			background-repeat:repeat-y;
			border-bottom: 4px solid #0076bc;
}

#header {
			width:1000px;
			height:118px;
			background-image:url(../images/header.jpg);
			background-position:top left;
			background-repeat:no-repeat;
}

#main_wrapper {
			width:1000px;
			background-image:url(../images/bg_left.jpg);
			background-position:top left;
			background-repeat:repeat-y;
}

.left {
			width:207px;
			float:left;

}

.content {
			width: 763px;
			float:right;
			padding-top:22px;
			padding-left:15px;
			padding-right:15px;
			padding-bottom:25px;

}

#clearer {
			clear:both;
			height:2px;
			background-color:#ffffff;
			background-image:url(../images/bg_right.jpg);
			background-position:right;
			background-repeat:repeat-y;
}
			

.left_menu { border-bottom:1px solid #dbe4f5;}

.left_menu a {position: relative;  padding: 2px; padding-left: 18px;  margin-left:10px;
margin-top: 5px; margin-bottom: 5px; border: 0px solid #B3A586; background: #0076bc; display:block; text-decoration:none; font-weight:bold; padding-top:4px; padding-bottom:4px; color:#dbe4f5; font-size:13px;

	}
	
.left_menu a:hover	{position: relative;  padding: 2px; padding-left: 18px; margin-left:10px;margin-top: 5px; margin-bottom: 5px; border: 0px solid #B3A586; background: #0076bc; display:block; color:#dbe4f5; text-decoration:underline; font-weight:bold; padding-top:4px; padding-bottom:4px;font-size:13px;

	}	

