@charset "utf-8";
/* CSS Document */

/* Text ------------------------------------------------------------------------------------------- */


.headline		{ font-size:22px; font-weight:bold; color: #6d6d6f; }
.headline_white	{ font-size:22px; font-weight:bold; color:#ffffff;}
.subhead		{ font-size:16px; font-weight:bold; color: #6d6d6f;}


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

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

.reisen_uebersicht_paket {
	font-size:13px;
	font-weight:bold;
}

.reisen_uebersicht_tab {
	font-size:12px;
	background-color:#e6e6e6;
	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:#545454;
	font-weight:bold;
}

.reisen_detail_partner {
	
}

.reisen_detail_textbereich_headline {
	color:#b01016;	
}

.reisen_detail_programm_headline {
	color:#545454;
}

.reisen_detail_programm_headline_extras {
	color:#b01016;
}

.reisen_detail_preistabelle {
	background-color:#e6e6e6;
}

.reisen_detail_preistabelle_tage {
	color:#545454;
}

.reisen_detail_preistabelle_buchungsnummer {
	background-color:#545454;
	color:white;
}

/* ---------------------------------------------------------------------------------- REISEN DETAIL */


/* Allgemeine Definitionen ------------------------------------------------------------------------ */

html	{
			margin-top:0px;
			font-size:12px;
			color:#000000;
			font-family:Arial, Helvetica, sans-serif;	
			
}


/* Layout ----------------------------------------------------------------------------------------- */


#wrapper {
			width:1000px;
			margin:0px auto;
			
			background-image:url(../images/content_bg_shadow.jpg);
			background-position:bottom;
			background-repeat:repeat-y;

}

#header {
			width:1000px;
			height:130px;
			background-image:url(../images/header.jpg);
			background-position:top left;
			background-repeat:no-repeat;
}

#main_wrapper {
			width:1000px;
			background-image:url(../images/content_bg_shadow_top.jpg);
			background-position:top;
			background-repeat:no-repeat;

}

.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:38px;
			background-image:url(../images/bottom_linie.png);
			background-position:top left;
			background-repeat:no-repeat;
}
			

.left_menu {}

.left_menu a {position: relative;  padding: 2px; padding-left: 18px;  margin-left:10px;
margin-top: 5px; margin-bottom: 5px; border: 0px solid #B3A586; display:block; text-decoration:none; font-weight:bold; padding-top:4px; padding-bottom:4px; color:#6d6d6f; 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; display:block; color:#6d6d6f; text-decoration:underline; font-weight:bold; padding-top:4px; padding-bottom:4px;
background-image:url(../images/rechts.gif); background-position:left; background-repeat:no-repeat; font-size:13px;

	}	


/* Startseite --------------------------------------------------------------------- */

.start_headline {
	color:#6e6e70;
	font-size:28px;
	font-weight:bold;
}
.start_headline2 {
	color:#6e6e70;
	font-size:32px;
	font-weight:bold;
}

.start_headline_red {
	color:#cc071e;
	font-size:28px;
	font-weight:bold;
}

.start_medium {
	color:#6e6e70;
	font-size:20px;
	font-weight:bold;
}

.start_medium_red {
	color:#cc071e;
	font-size:20px;
	font-weight:bold;
}

.start_small {
	color:#6e6e70;
	font-size:14px;
	font-weight:bold;
}




