
h1 {
	color: #C9000B;
	font-size : 16px;
}

.function_deprecated {
	border:10px solid #FF0000;
	margin:10px;
	padding:10px;
}


/* Allgemeine Deklarationen */
html, body {
	/* Ausrichtung */
	margin:0px;
	padding:0px;
	
	/* Wichtig fürs Zentrieren */
	width:100%;
	height:100%;
	
	/* Schrift */
	font:9pt Verdana;
	color:#000000;
}


#main_spacer {
	padding:0px 30px;
}

ul {
	margin-top:2px;
}

/************************************************
  Allgemein
************************************************/

a img {
	border:0;
}
body {
	background-image:url(/images/layout/back.gif);
}
a {
	color:#C9000B;
}

form {
	margin:0;
	padding:0;
}



/************************************************
  Layout
************************************************/

#headergrafik {
	text-align:center;
	margin:auto;
	margin-top:17px;
}
#headergrafik img {
	display:block;
	margin:auto;
}

#header2 {
	height:20px;
	margin:auto;
}
#header2_l {
	width:10px;
	background-image:url(/images/layout/header2_l.jpg);
	background-repeat:no-repeat;
}
#header2_m {
	background-image:url(/images/layout/header2_m.jpg);
	width:935px;
	text-align:right;
	
}
#header2_m a {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
	text-decoration:none;
}
#header2_r{
	width:10px;
	background-image:url(/images/layout/header2_r.jpg);
	background-repeat:no-repeat;
}

#main {
	width:960px;
	margin:auto;
}
#main_left {
	width:138px;
	vertical-align:top;
}
#main_right {
	width:203px;
	vertical-align:top;
}
#main_middle {
	vertical-align:top;
	
}

#reiseangebote {
	margin-top:17px;
	width:137px;
	height:179px;
	background-image:url(/images/layout/naviReiseangebote07.jpg);
	background-repeat:no-repeat;
}

#angebot1, #angebot2, #angebot3, #angebot4 {
	display:block;
	width:31px;
	height:110px;
	float:left;
}

#angebot1 {
	margin: 32px 0 0 1px;
}
#angebot2 {
	margin: 24px 0 0 3px;
	
}
#angebot3 {
	margin: 37px 0 0 4px;
}
#angebot4 {
	margin: 30px 0 0 3px;
}



/************************************************
  Menü
************************************************/

#navi {
	background-image:url(/images/layout/naviLineTop.jpg);
	background-repeat:no-repeat;
	width:137px;
	list-style-type:none;
	padding-top:22px;
	margin-top:10px;
	margin-bottom:0;
}

div#navi ul {
	margin:0;
	padding:0;
	background-color:#FFFFFF;
	border:1px solid #B7B7B7;
}
div#navi ul li ul {
	margin:0;
	padding:0;
	border:none;
	border-bottom:1px solid #FFFFFF;
}
#navi ul li {
	display:block;
	list-style-type:none;
	background-image:url(/images/layout/menu_dot.gif);
	background-repeat:no-repeat;
}
#navi ul li a {
	color: #6B010C;
	font-family : Arial, Helvetica, sans-serif;
	font-size : 12px;
}
#navi ul li a:hover {
	color:#E09A34;
}

#navi ul .level_0 {
	font-weight : bold;
	margin: 0px;
	border-bottom:1px solid #E0DFDF;
	background-position:2px 9px;
}
#navi ul .level_0 a {
	text-decoration:none;
	padding: 4px 2px 4px 12px;
	display:block;
}

#navi ul li ul .level_1 {
	font-weight : bold;
	padding:0;
	margin: 0px;
	border-top:1px solid #E0DFDF;
	background-position:12px 9px;
}
#navi ul li ul .level_1 a {
	text-decoration:none;
	display:block;
	padding: 4px 2px 4px 22px;
}

#navi ul li ul li ul .level_2 {
	font-weight : bold;
	padding: 0px 2px 2px 12px;
	margin: 0px;
	background-position:22px 9px;
}

#navi ul li ul li ul .level_2 a {
	text-decoration:none;
}

#navi ul .level_0_active {
	background-color:#D3383C;
	background-image:url(/images/layout/menu_dot_active.gif);
}
#navi ul li ul li.level_1_active a {
	color:#E09A34;
}

#merkliste {
	background-image:url(/images/layout/naviLineTop.jpg);
	background-repeat:no-repeat;
	background-color:#FFFFFF;
	width:137px;
	margin-top:19px;
	padding-top:22px;
}

#merkliste div {
	border:1px solid #B7B7B7;
	padding-top:5px;
	padding-bottom:5px;
	text-align:center;
}


/************************************************
  Menü oben
************************************************/

#navi_oben {
	margin-top:19px;
}

#navi_oben ul {
	padding:0;
	margin:0;
	text-align:center;
	width:710px;
	margin:auto;
}
#navi_oben ul li {
	font-size:10px;
	font-weight:bold;
	list-style-type:none;
	float:left;
	height:22px;
	background-image:url(/images/layout/menu_oben.png);
	background-repeat:repeat-x;
	width:167px;
	margin:0 4px;
}
#navi_oben ul li a {
	color:#FFFFFF;
	text-decoration:none;
}

#navi_oben ul li .menu_oben_l {
	height:22px;
	background-image:url(/images/layout/menu_oben_l.png);
	background-repeat:no-repeat;
	background-position:left;
	padding-left:5px;
	
}
#navi_oben ul li .menu_oben_r {
	height:18px;
	padding-top:4px;
	background-image:url(/images/layout/menu_oben_r.png);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:5px;
	text-align:center;
}

#menue_line {
	border-top:1px solid #830007;
	margin-top:9px;
	height:1px;
}
/************************************************
  Reiseformatierung
************************************************/

#breadcrumb {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10px;
	text-decoration: none;
	color:#666666;
	padding-left:30px;
	padding-top:10px;
	margin-bottom:20px;
}

#breadcrumb a {
	color:#666666;
	text-decoration: none;
}

#breadcrumb a:hover {
	text-decoration:underline;
	color:#000000;
}


/************************************************
  Reiseformatierung
************************************************/

/* Reise Listeneintrag */
.reise {
	margin:0px;
	margin-top:15px;
	width:99%;
	
	border:1px solid #000;
}
.reise .bild {
	width:130px;
	height:100px;
	vertical-align:middle;
	text-align:center;
}
.reise .spacer {
	width:5px;
}
.reise .daten {
	width:auto;
	vertical-align:top;
	height:20px;
}
.reise .buttons {
	width:120px;
	text-align:right;
	vertical-align:top;
	height:20px;
}
.reise .text {
	padding:0px 5px;
}
div.ueberschrift {
	clear:both;
}
.reise .text .ueberschrift, .ueberschrift a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.activepage {
	color:#E11781;
}

/* Reiseansicht */
.reiseansicht {
	width:50%;	
	margin:0px;
	padding:0px;
}
.reiseansicht div {
	margin-bottom:15px;
	width:100%;
}

.reiseansicht .bild {
	float:right;
	width:1px;
	overflow:visible;
	margin-right:25px;
}

.reiseansicht .reiseheader {
	margin:0px;
}
.reiseansicht .reiseheader .reisedauer {
	float:left;
	width:auto;
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}
.reiseansicht .reiseheader .reisedati {
	float:right;
	width:auto;
}

.ueberschrift {
	font-weight:bold;
	font-size:18px;
	text-decoration:none;
	color:#C9000B;
}
.header {
	border-bottom:1px solid #0A8579;
	border-top:1px solid #0A8579;
	padding:3px 0px;
	font-size:10pt;
}

.reiseansicht form {
	display:inline;
}

.reiseansicht_button {
	width:80%;
}

.termin {
	width:100%;
}
.termin .datum {
	width:30%;
	vertical-align:top;
	
}
.termin .leistungpreis {
	width:70%;
	vertical-align:top;
	padding-left:5px;
}
.eintrag_leistungpreis {
	width:100%;
	margin-bottom:3px;
}
.eintrag_leistungpreis .leistung {
	width:80%;
}
.eintrag_leistungpreis .preis {
	width:20%;
	padding-left:5px;
}

/* Anfrage */
.personenaufzaehlung_listeneintrag input.text {
	width:90px;
}




#box_shadow {
	background-color:#E11781;
	width:6px;
	background-image:url(/images/box_o_l.jpg);
	background-repeat:no-repeat;
	background-position:top;
	font-size:1px;
}
#box_shadow_u_l {
	background-color:#E11781;
	width:6px;
	height:6px;
	font-size:1px;
}
#box_shadow_u {
	background-color:#E11781;
	height:6px;
	background-image:url(/images/box_u_r.jpg);
	background-repeat:repeat-y;
	background-position:right;
	font-size:1px;
}
.box_rechts ul {
	margin:0;
	padding:0;
	padding-left:20px;
	width:144px;
}
#box_bild {
	border:1px solid #000000;
}
.box_links {
	width:6px;
}
.box_rechts {
	border:1px solid #000000;
	width:164px;
	padding:6px 5px 6px 5px;
}
.platzhalter {
	height:8px;
}

#buttons input {
	width:100px;
	
}

#news_start {
	background-color:#E11781;
	padding:5px;
}
#news_start a {
	color:#FFFFFF;
	text-decoration:none;
}
#news_start a:hover {
	text-decoration:underline;
}

.laenderanzeige td {
	padding:5px;
	width:140px;
	text-align:center;
	
}

#kopf1 {
			width:477px;
		text-align:left;
	border-bottom: 1px solid rgb(0, 0, 0); 
	padding-left: 70px;
	margin-top:20px;
	font-family: Garamond;
	font-size: 18px;
}
#kopf2 {
	text-align: right; 
	padding-right: 130px;
	font-family: Garamond;
	font-size: 14px;
}
#inhalt {
	margin-right:10px;
}

/* VE */
#reise_des_monats tr td {
	border:1px solid #000;
}

#angebot_des_monats {
	width:260px;
}
#angebot_des_monats tr td {
		border:1px solid #000;
}
#angebot_header {
	font-weight:bold;
	background-color:#FFE479;
}


#reisefinder input, 
#reisefinder select {
	width:115px;
}

#reiseansicht_text table {
	border-collapse:collapse;
	border-style:solid;
	border-color:#9C0000;
}
#reiseansicht_text table td {
	vertical-align:top;
}

#reise_bilder {
	float:right;
}
#reise_bilder img {
	border:1px solid #000000;
	margin:10px;
}

#reiseansicht_text p {
	margin-bottom : 0%;
	margin-top : 5pt;
}
#reiseansicht_text table tr td p {
	padding: 0px;
	margin: 0px;
}
/*
#reiseansicht_text .reiseroute_leistungen_headline {
	color:#9C0000;
	font-weight:bold;
}

#reiseansicht_text H1,
#reiseansicht_text H2,
#reiseansicht_text H3,
#reiseansicht_text H4,
#reiseansicht_text H5,
#reiseansicht_text H6 {
	color: #C9000B;
	font-weight : bold;
	margin-bottom : 0%;
	margin-top : 15pt;
	font-weight : normal;
}
#reiseansicht_text H1 {
	font-size : 133%;
}
#reiseansicht_text H2 {
	font-size : 120%;
}
#reiseansicht_text H3 {
	font-size : 110%;
}
#reiseansicht_text H4 {
	font-size : 100%;
}
#reiseansicht_text STRONG, B {
	font-weight : bold;
}
#reiseansicht_text EM, I {
	font-style : italic;
}

#reiseansicht_text .title {
	boxname: headline_box;
}
#reiseansicht_text .subline {
   boxname: headline_box;
	font-weight : bold;
	color: #9C0000;
	margin-top: 20px;
}
#reiseansicht_text .highlight_tip_hotel_headline {
	boxname: tipps_box;
	font-weight : bold;
	color: #9C0000;
	margin-top: 20px;
}
#reiseansicht_text .highlight_tip_hotel_text {
	boxname: tipps_box;
}
#reiseansicht_text .wischertext {
	boxname: wischer_box;
	border: 1px solid #9C0000;
	padding: 3px;
	font-weight : bold;
	color: #9C0000;
}
#reiseansicht_text .tage {
	boxname: fliesstext_box;
	font-style: italic;
	margin-top: 10px;
}
#reiseansicht_text .fliesstext {
	boxname: fliesstext_box;
}
#reiseansicht_text .reiseroute_leistungen_headline {
	boxname: leistungen_box;
	font-weight : bold;
	color: #9C0000;
	margin-top: 20px;
}
#reiseansicht_text .reiseroute_text {
	boxname: leistungen_box;
}
#reiseansicht_text .leistungentext {
	boxname: leistungen_box;
}
#reiseansicht_text .tabelle {
	boxname: leistungen_box;
}
#reiseansicht_text .termine {
	boxname: leistungen_box;
}
#reiseansicht_text .preise {
	boxname: leistungen_box;
}
#reiseansicht_text H1 {
	font-size: 120%;
	font-weight : bold;
	color: #9C0000;
	margin-top: 20px;
}
#reiseansicht_text P {
	listname: Grundtext;
}
#reiseansicht_text table {
	border-collapse: collapse;
	padding: 0px;
}
#reiseansicht_text tr {
	padding: 0px;
}
#reiseansicht_text th {
	border-color:#9C0000;
	padding: 1px;
	vertical-align: top;
	text-align: left;
}
#reiseansicht_text td {
	border-color:#9C0000;
	padding: 1px;
	vertical-align: top;
	text-align: left;
}
#reiseansicht_text table.noborder tr td{
	border: 0px none;
}
#reiseansicht_text table tr td p {
	padding: 0px;
	vertical-align: top;
	margin: 0px;
}*/

#top_angebote li {
	margin-bottom:10px;
}

a.text {
	color:#C9000B;
}

/*****************************
*	Hotel und Reiseübersicht *
*****************************/

.hotel_kat {
	color:#C9000B;
	font-weight:bold;
}
.hotelanzeige {
	margin-top:30px;
}
.hotel_link li a {
	color:#000000;
}
.topanker {
	color:#C9000B;
	text-decoration:none;
}
.hotelanzeige h2 {
	padding:0;
	margin:0;
	margin-bottom:10px;
	color:#C9000B;
	font-weight:bold;
	font-size:12px;
}
.hotel_header, .reise_header {
	color:#C9000B;
}
.reisevorschl_liste {
	padding:0;
	padding-left:15px;
}
.reisevorschl_liste li a {
	color:#C9000B;
}
.reisevorschl_liste li {
	padding:2px 0;
}

#menu_oben .level_0_active a {
	color:#F5C912;
}

