.test {
	border:1px solid #000;
}
h1 {
	font-size:19px;
	color:#e7426a;
}
h2 {
	color:#223482;
	font-size:14px;
	margin:0;
	margin-top:10px;
	magin-bottom:5px;
}


table,
table tr,
table tr td {
	border-collapse:collapse;
	margin:0px;
	padding:0px;
}

.function_deprecated {
	border:10px solid #FF0000;
	margin:10px;
	padding:10px;
}

div#main_spacer {
	padding:25px;
}

/* Allgemeine Deklarationen */
html, body {
	/* Ausrichtung */
	margin:0px;
	padding:0px;
	
	/* Wichtig fürs Zentrieren */
	width:100%;
	height:100%;
	
	/* Schrift */
	font:9pt Arial;
	color:#000000;
}

a img {
	border:0;
}





.teaser {
	float:left;
	width:231px;
	margin-right:10px;
}
.teaser_oben {
	width:231px;
	height:72px;
}
.teaser_mitte, .teaser_unten {
	width:211px;
}
.teaser_mitte {
	height:72px;
	padding:5px;
	margin-bottom:1px;
	color:#28255B;
}
.teaser_unten {
	background-color:#C3C5C3;
	text-align:right;
	padding-right:10px;
	padding-top:2px;
	padding-bottom:2px;
	margin-top:2px;
}
.teaser_unten a {
	text-decoration:none;
	color:#000000;
}



/* Reise Listeneintrag */
.reise {
	margin:0px;
	margin-top:15px;
	width:100%;
	border-collapse:collapse;
}
.reise .bild {
	width:100px;
	vertical-align:middle;
	text-align:center;
	background-color:#D6E7F1;
}
.bild {
	padding:5px 0;
}
.reise .spacer {
	width:5px;
}
.reise .daten {
	width:auto;
	vertical-align:top;
	height:20px;
}
.reise .buttons {
	width:60px;
	text-align:right;
	vertical-align:top;
	height:20px;
}
.reise .text {
	padding:5px 5px;
	background-color:#D6E7F1;
}
div.ueberschrift {
	clear:both;
}
.reise .text .ueberschrift, .ueberschrift a {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.monatstrenner {
	margin-top:15px;
	width:100%;
	height:26px;
	font-weight:bold;
	background-color:#2F2D6E;
	color:#FFFFFF;
	margin-bottom:18px;
}

.activepage {
	color:#000000;
}

/* Reiseansicht */
.reiseansicht {
	width:100%;
	margin:0px;
	padding:0px;
}
.reiseansicht div {
	width:100%;
}
.reiseansicht .bild {
	float:right;
	width:1px;
	overflow:visible;
	margin-right:25px;
}

.reiseansicht .ueberschrift {
	font-weight:bold;
	font-size:14px;
	text-decoration:none;
}

.reiseansicht .leistungen_head,
.reiseansicht .termine_head {
	font-weight:bold;
	width:590px;
	border-top:1px solid #002291;
	border-bottom:1px solid #002291;
	padding:5px;
	background-color:#C4C6C9;
	margin-bottom:7px;
}
.leistungen_head {
	margin-top:40px;
}

/* LEISTUNGEN */

#leistungen_header_l {
	background-color:#C5C6CA;
	background-image:url(/images/layout/leistungen_head_background.gif);
	background-repeat:repeat-x;
	border:1px solid #E7426A;
	border-top:0;
	border-bottom:0;
}
#leistungen_inhalt {
	padding:5px;
	background-color:#EDEEF0;
	background-image:url(/images/layout/leistungen_bg.jpg);
	background-repeat:repeat-x;
	border:1px solid #E7426A;
	border-top:0;
}
#leistungen_inhalt ul, #leistungen_inhalt ul li {
	padding:0;
	margin:0;
	list-style-type:none;
}
#leistungen_inhalt ul li {
	padding-left:15px;
	background-image:url(/images/layout/li_dot.jpg);
	background-repeat:no-repeat;
	background-position:0px 3px;
}
#leistungen_box {
}
#leistung_schatten_o_r {
	width:10px;
	background-image:url(/images/layout/leistung_schatten_r.jpg);
	background-repeat:repeat-y;
}
#leistung_schatten_r {
	width:10px;
	background-image:url(/images/layout/leistung_schatten_r.jpg);
	background-repeat:repeat-y;
}
#leistung_schatten_u_r {
	height:10px;
	width:10px;
	background-image:url(/images/layout/leistung_schatten_u_r.jpg);
	background-repeat:no-repeat;
}
#leistung_schatten_u {
	height:10px;
	background-image:url(/images/layout/leistung_schatten_u.jpg);
	background-repeat:repeat-x;
	font-size:1px;
}



.reiseansicht form {
	display:inline;
}

.reiseansicht_button {
	width:80%;
}

.termin {
	width:90%;
}
.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;
}

.mouseover {
	display:none;
	position:absolute;
		margin-top:14px;
		width:137px;
	border:1px solid #CBCCCF;
	background-color:#F7F7F8;
	overflow:scroll;
	overflow-x:hidden;
	overflow-y:scroll;
	height:250px;
	
	scrollbar-base-color:#F7F7F8;
	scrollbar-3dlight-color:#CBCCCF;
	scrollbar-arrow-color:#CBCCCF;
	scrollbar-darkshadow-color:#F7F7F8;
	scrollbar-highlight-color:#F7F7F8;
	scrollbar-shadow-color:#CBCCCF;
	scrollbar-track-color:#F7F7F8; 
}
.mouseover span {
	cursor:pointer;
	width:121px;
	display:block;
	border-bottom:1px solid #ECEEEF;
	font-size:10px;
	font-weight:normal;
	padding-top:3px;
	padding-bottom:3px;
}

.mouseover span:hover {
	background-color:#ECEEEF;
}

.mouseover_select {
	overflow:hidden;
}


#footer {
	border-top:2px solid #E4B400;
	width:100%;
	text-align:center;
	padding-top:3px;
}
#footer,
#footer a {
	color:#7B8185;
}
/*
.css_mouseover mouseover {
	display:none;
}
.css_mouseover:hover div.mouseover {
	display:block;
}
.mouseover:hover {
	display:block;
}
*/

#konktaktformular tr td {
	padding:1px 4px;
}

.impressum tr td {
	padding:3px 0px;
	vertical-align:top;
}


/* Suche */
#suche {
	margin:20px 0 0 0;
	padding:5px 0 20px 0px;
}

#suche span {
	margin:0;
	padding:0;
	background-color:#E6B000;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
	height:15px;
	padding-left:5px;
	width:100%;
}
#suche input {
	margin:0;
	padding:0;
	margin:2px 5px;
	width:90px;
	border:1px solid #7B8185;
	float:left;
	height:20px;
}
#suche form {
	margin:0;
	padding:0;
}
#suche form a {
	margin:0;
	padding:2px;
	font:14px arial;
	font-weight:bold;
	text-decoration:none;
	color:#FFFFFF;
	border:1px solid #7B8185;
	background-color:#D4D0C8;
	display:block;
	height:16px;
	width:16px;
	float:left;
	text-align:center;
	margin:2px; 0 0 0;
}
#menu_suche input {
	border:1px solid #000000;
}
#such_merkliste {
	padding-left:30px;
	padding-top:3px;
}
#such_submit {
	padding-left:59px;
	padding-top:3px;
}
#such_submit a {
	color:black;
	font-weight:normal;
}
#such_submit:hover {
	text-decoration:underline;
}

#schnellsuche {
	text-align:center;
	color:#243077;
	font-weight:bold;
}

#linkformat a {
	text-decoration:none;
	color:#000000;
}
#linkformat a:hover {
	text-decoration:underline;
}

.startseite_news .body div {
	padding:0px 15px;
}


.laenderanzeige td {
	padding:5px;
	text-align:left;
	vertical-align:top;
}
.laenderanzeige td a {
	text-decoration:none;
	color:#000;
}


.listeneintrag_buttonbox {
	width:125px;
	float:right;
	padding-left:10px;
}

.suchliste_button_rot {
	background-color:#BBBBBB;
}

.suchliste_button {
	color:#D50000;
}
.suchliste_abpreis {
	color:#2F2D6E;
	display:block;
	float:right;
	width:125px;
	margin:1px 2px;
	margin-left:10px;
	font-size:10px;
	font-weight:normal;
	border:1px solid #2F2D6E;
	background-color:#FEF0A9;
	text-align:center;
}

.kataloganforderung_listeneintrag {
	float:left;
}
.kataloganforderung_liste {
	display:block;
	clear:both;
}
.clearboth {
	clear:both;
}

#merkliste {
	color:#000000;
	text-decoration:none;
	font-weight:normal;
}

#reise_angebote {
	margin-top:10px;
	padding-left:5px;
}


.reise_gelb {
	background-color:#FFF4C3;
	width:100%;
}
.reise_weiss {
	background-color:#FFFFFF;
	width:100%;
}
.liste_bild {
	width:130px;
	padding:10px;
}
.liste_spacer {
}
.liste_preis {
	padding:25px 0 0 0;
	width:100px;
	vertical-align:top;
	color:#2F2D6E;
	font:10pt arial;
	font-weight:bold;
}
.liste_ueberschrift {
	color:#2F2D6E;
	font:10pt arial;
	font-weight:bold;
}
.liste_text {
	vertical-align:top;
	padding:25px 100px 5px 0;
}
.liste_mehr, .liste_merken {
	padding:0 0 2px 0;
}

#reiseuebersicht_oben {
	margin-top:53px;
	margin-bottom:5px;
}

.reiseansicht_preis {
	font:11pt arial;
	font-weight:bold;
}
div.termin_preise {
	margin-bottom:15px;
}
.reiseansicht_eintrag_preis {
	width:600px;
}
.reiseansicht_spalte_preis {
	width:170px;
}

.termine_auf_anfrage {
	margin-bottom:10px;
}
.termine_text {
	margin-bottom:10px;
}

.reiseansicht_bild_oben {
	margin-right:8px;
	margin-top:10px;
}

.reiseansicht_buttons td {
	vertical-align:top;
}
.reiseansicht_buttons input {
	background-color:#C4C6C9;
	border:0px solid black;
	width:147px;
	cursor:pointer;
	margin-right:3px
}

.reiseansicht_ueberschrift {
	font:18pt arial;
	color:#302E6D;
	font-weight:bold;
	margin-top:1px;
}

.reiseansicht_stichpunkte {
	color:#D50000;
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

.reiseansicht_kurzbeschr {
	font-size:14px;
	font-weight:bold;
	margin-bottom:15px;
}

#content2 ul {
	padding:0;
	padding-left:15px;
}