
table,tr,td {
	border-collapse:collapse;
}

body {
	padding:0;
	margin:0;
	font:12px arial;
	}

h1, .ueberschrift {
	margin:0;
	padding:0;
	color:#072F5A;
	font:16px arial;
	font-weight:bold;
	margin-bottom:15px;
}

a img {
	border:0;
}

div, ul, li, a {
	margin:0;
	padding:0;
	
}
ul {
	padding-left:15px;
}

.clear {
	clear:both;
	margin:0;
	padding:0;
	font-size:0px;
}

form {
	margin:0;
	padding:0;
}

a {
	color:#000000;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}
#header_2 {
	background-image:url(/images/layout/header.jpg);
	background-repeat:no-repeat;
	width:940px;
	height:194px;
	margin:auto;
}

#mainbereich {
	background-image:url(/images/layout/background.jpg);
	background-repeat:repeat-y;
	width:940px;
	margin:auto;
	
}

#turmpisa {
	background-image:url(/images/layout/turmpisa.jpg);
	background-repeat:no-repeat;
	background-position:bottom right;
}

#footer {
	background-image:url(/images/layout/footer.gif);
	background-repeat:no-repeat;
	height:35px;
}



#layout_left_2 {
	float:left;
	width:228px;
}

#layout_right_2 {
	float:right;
	width:692px;
	padding-right:10px;
}

#layout_telefon {
	font-size:16px;
	color:#06305A;
	padding:15px 15px;
	width:171px;
	height:43px;
	margin:auto;
	margin-top:12px;
	margin-bottom:25px;
	background-image:url(/images/layout/bg_telefon.jpg);
	background-repeat:no-repeat;
}

#merkliste_2 {
	margin-top:10px;
	text-align:center;
}
#merkliste_2 a {
	color:#BCD3FF;
}
#menu_links {
	width:146px;
	margin:auto;
}

#menu_links, #menu_links li ul {
	padding:0;
	list-style-type:none;
}

#menu_links li a .in_menuitem {
	padding-left:5px;
}

#menu_links li ul li a .in_menuitem {
	padding-left:10px;
}

#menu_links li {
	margin-bottom:25px;
	border:1px solid #06305A;
}
#menu_links li div {
	background-color:#BCD3FF;
	padding:5px 0px;
	border-bottom:2px solid #3D3B35;
}
#menu_links li ul li {
	margin:0;
}
#menu_links li ul li div {
	margin:0;
	padding:2px 0;
	background-color:#06305A;
	border-bottom:0px solid #3D3B35;
}
#menu_links li ul li div {
	color:#BCD3FF;
}

ul#menu_links li a {
	color:#06305A;
	font-weight:bold;
}
ul#menu_links li ul li a {
	color:#000;
	font-weight:normal;
	display:block;
	width:100%;
}

#menu_links li ul li a:hover {
	background-color:#E0EDDC;
	text-decoration:none;
}



#menu_top {
	list-style-type:none;
	padding-top:10px;
	padding-bottom:25px;
}
#menu_top li {
	float:left;
	padding:0px 25px;
	font-size:16px;
}

#menu_top li a {
	color:#072F5A;
}


/********************************************************
					Dropdown
********************************************************/


.menu {
	width:680px;
	height:20px;
	margin-bottom:25px;
	font-size:16px;
	z-index:100;
}
/* Alle Abstände entfernen */
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
	background-repeat:no-repeat;
}

/* Die Liste floaten um sie horizontal zu machen und ihr eine relative position zu geben, so dass du die dropdown-menu-position bestimmen kannst*/
.menu li {
	float:left;
	width:70px;
	position:relative;
}
.menu li ul li {
	border:0 solid #2F2D6E;
	border:0px solid #2F2D6E;
}

/* Style für die Links im Toplevel-Menü */
.menu a, .menu a:visited {
	display:block;
	text-decoration:none; 
	color:#06305A; 
	width:69px;
	height:19px;
	border:1px solid #fff;
	border-width:0px 0px 0 0;
	line-height:18px;
}
/* a hack für den IE5.5 */
* html .menu a, * html .menu a:visited {
	width:70px;
	w\idth:69px;
}

.menu ul ul li a {
	text-align:left;
	height:10px;
	padding:2px;
}



/* verstecke die sub levels und gebe ihnen eine absolute position, dass sie keinen platz verbrauchen */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:18px;
	left:25px; 
}
/* hack für IE5.5 */
* html .menu ul ul {
	top:19px;
	t\op:19px;
	
}

/* style the table so that it takes no ppart in the layout - required for IE to work */
.menu table {
	position:absolute; 
	top:0; 
	left:0;
}

/* style the second level links */
.menu ul ul a, .menu ul ul a:visited {
	background:#FFFFFF;
	color:#000;
	height:auto;
	line-height:1em;
	padding:2px 2px;
	text-align:left;
	width:70px;
	/* ein anderer hack für IE5.5 */
}


/* Hover für Toplevel und Sublevel-Menü */
.menu a:hover {
	color:#FFFFFF;
}
.menu ul ul a:hover {
	color:#CF0012;
}
.menu :hover > a {
	color:#FFFFFF;
} 
.menu ul ul :hover > a {
	color:#CF0012;
}


/* Bei einem Hover auf das Top-Level, mache das Second-Level sichtbar */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible; 
}


/* Rahmen um das Sublevel-Menü */
.menu ul li ul {
	width:120px;
	border:1px solid black;
	padding:3px 1px 3px 3px;
	background-color:#FFFFFF;
}
.menu ul li ul li {
	width:50px;
	background-color:#FFFFFF;
}

.menu ul li {
	padding-top:2px;
}

.menu ul li ul li {
	padding:0px;
	height:16px;
	
}
.menu ul li ul li a {
	padding:0;
	font:14px arial;
	font-weight:normal;
	
}
/*
Besonderheiten:
Die Hintergrundfarbe wird in css_2_layout gesetzt und könnte in #reisefinder überschrieben werden
*/

#reisefinder {
	width:137px;
	margin:auto;
	margin-bottom:25px;
	padding:10px 5px;
	padding-top:15px;
	background-image:url(/images/layout/bg_reisefinder.jpg);
	background-repeat:no-repeat;
}

#reisefinder_ueberschrift {
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}

#reisefinder_form {
	padding:0;
	margin:0;
}



.reisefinder_input {
	margin-bottom:5px;
	}
.reisefinder_input select {
	width:135px;
}
.reisefinder_h1 {
	font-style:italic;
}

#reisefinder_head_suche {
	text-align:center;
	font-weight:bold;
	margin-top:12px;
}
#reisefinder_suchtext {
	width:129px;
}
#reisefinder_suchtext_button {
	margin-top:5px;
}
.liste_reise, .monatstrenner {
	width:100%;
}

.liste_reise {
	margin-top:10px;
}

.liste_bild {
	width:100px;
	background-color:#FFF5F5;
	text-align:center;
	padding:10px;
}

.liste_spacer {
	width:10px;
}

.liste_text {
	background-color:#FFF5F5;
	padding:0 5px;
}
.liste_text p {
	margin: 5px 0px;
}
.liste_text a {
	color:#06305A;
	text-decoration:none;
}
.liste_text a:hover {
	text-decoration:underline;
}

.liste_buttonbox {
}

.liste_ueberschrift {
	font:14px arial;
	font-weight:bold;
	color:#06305A;
}



.monatstrenner {
	background-color:#06305A;
	color:#FFF5F5;
	font-weight:bold;
}


.listenansicht_status_5 {
	color:#DC1B1B;
	font-weight:bold;
}

/****************************************
	Template: Reiseansicht
****************************************/

.ansicht_spalte1 {
	padding-right:10px;
}

.ansicht_bild {
}

.ansicht_ueberschrift {
}

.ansicht_kurzbeschreibung {
	font-style:italic;
	margin:10px 0;
}

.ansicht_text {
	margin-top:20px;
	text-align:justify;
}

.ansicht_hotel_head {
	margin-top:30px;
	color:#949599;
	font-weight:bold;
}
.ansicht_hotel {
	background-color:#FCF9C9;
	border:1px solid #BCBDC1;
	padding:10px;
}

.ansicht_leistungen_header, 
.ansicht_termine_header {
	margin-top:20px;
	margin-bottom:5px;
	background-color:#06305A;
	padding:2px;
	color:#FFF5F5;
	font-weight:bold;
	width:99%;
}
.ansicht_leistungen {
}
.ansicht_leistungen ul {
	padding-left:15px;
}

.ansicht_termine {
}

.ansicht_reiseansicht_button {
}

.ansicht_reiseansicht_button {
}




/****************************************
	Template: Reiseansicht - Termin
****************************************/

.ansicht_termin_tabelle {
	width:100%;
}

.ansicht_termin_datum {
	vertical-align:top;
	width:200px;
}

.ansicht_termin_leistungpreis {
}
.ansicht_termin_leistungpreis table {
	width:99%;
}

.preis {
	font-weight:bold;
	font-size:14px;
	width:100px;
}

.anfrage_aufzaehlung_spalte1 {
	width:25px;
}
.anfrage_aufzaehlung_spalte2 {
	width:100px;
}
.anfrage_aufzaehlung_spalte3,
.anfrage_aufzaehlung_spalte4 {
	width:150px;
}

.termin_leistung {
	font-weight:100;
}

/****************************************
	Tabelle Buttons
****************************************/
#tabelle_buttons input, #tabelle_buttons_2 input {
	width:180px;
}


/****************************************
	Reise empfehlen
****************************************/

#empfehlen_daten_6 {
}
#empfehlen_mitteilung_6 {
}
#empfehlen_mitteilung_6 textarea {
	margin-top:5px;
}


/****************************************
	Bildabstand (tm24_anzeigen.inc.php)
****************************************/
.reiseansicht_bildabstand {
	margin-left:12px;
}#anfrage_reiseanfrage {
}

#anfrage_reiseanfrage p {
	margin-bottom:20px;
}

#anfrage_absender_header, #anfrage_reisende_pers, #anfrage_reisende_wunschtermin, #anfrage_reisende_wuensche {
	margin-top:20px;
	margin-bottom:5px;
	background-color:#06305A;
	padding:2px;
	color:#FFF5F5;
	font-weight:bold;
	width:100%;
}

.anfrage_absender {
	margin-left:25px;
}

.anfrage_absender input {
	width:175px;
}
#anfrage_input_plz {
	width:50px;
}
#anfrage_input_ort {
	width:116px;
}
#anfrage_input_personen {
	width:30px;
}

#anfrage_reisende_wuensche_bsp {
	font-size:8px;
	margin-bottom:10px;
}

#anfrage_reiseanfrage textarea {
	margin-left:145px;
	margin-bottom:10px;
	width:400px;
}

#reiseanfrage_buttons {
	margin:auto;
}



.anfrage_termin {
	margin-left:0px;
	width:100%;
}
.anfrage_termin td {
	vertical-align:top;
}

.anfrage_termin_check {
	width:20px;
	vertical-align:middle;
}
/****************************************
	Startseite
****************************************/


/****************************************
	News
****************************************/

#news_inhalt_8 {
}

#news_rahmen {
	height:189px;
	width:137px;
	margin:auto;
	margin-bottom:20px;
	padding:10px 5px;
	background-image:url(/images/layout/bg_reisefinder.jpg);
	background-repeat:no-repeat;
}

#news_ueberschrift_8 {
	text-align:center;
	font-weight:bold;
	margin-bottom:5px;
}

.news_liste_8 {
	border-top:1px solid #06305A;
	width:100%;
	
}

.news_liste_links_8 {
	padding:10px 0px;	
}
.news_liste_rechts_8 {
}

.news_liste_rechts_8 a {
	text-decoration:none;
}





/****************************************
	Top Tipps
****************************************/
#startseite_teaser {
	margin:0;
	padding:0;
}
.start_teaser_tab {
	float:left;
	margin-right:9px;
	vertical-align:top;
	width:150px;
	height:205px;
	background-image:url(/images/layout/bg_teaser.jpg);
	background-repeat:no-repeat;
}
.start_teaser_tab td {
	padding-left:15px;
	padding-right:15px;
}

.start_teaser_top {
	color:#FFD100;
	font-weight:bold;
	padding:1px 0px;
	text-align:right;
	height:16px;
}
.start_teaser_top a {
	color:#FFD100;
}

.start_teaser_date {
	height:15px;
	font-style:italic;
	text-align:right;
}

.start_teaser_bild {
	height:100px;
	text-align:center;
}

.start_teaser_beschr {
	height:30px;
}

.start_teaser_mehr {
	font-weight:bold;
	height:20px;
}

.start_teaser_bottom {
	height:5px;
}/****************************************
	News
****************************************/

.news_listeneintrag_9 {
	width:100%;
	background-color:#FFF5F5;
	padding:3px;
	margin-bottom:2px;
}

.news_listeneintrag_9 td {
	padding:5px 10px;
}

/************************************************
  Picturemanager
************************************************/
.picturemanager_kategorie {
	width:100%;
	margin-top:20px;
}
.picturemanager_kategorie td {
	vertical-align:top;
}
.picturemanager_kategorie td.bild img {
	margin-right:10px;
}
.picturemanager_kategorie td.text .funktionen {
	float:right;
}

.picturemanager_bilderauswahl_bild {
	width:165px;
	height:167px;
	margin:5px 5px;
	float:left;
	text-align:center;
	vertical-align:top;
}



.picturemananger .separator {
	clear:both;
	background-color:#808285;
	height:1px;
	width:100%;
	margin:10px auto;
}

.picturemananger .zurueck {
	font-size:10px;
}

#picturemanager_bilderliste {
	text-align:center;
}

.picturemanager_anzeige_beschreibung {
	width:90%;
	margin:auto;
	margin-top:20px;
}

#picturemanager_anzeige_beschreibung {
	width:90%;
	margin:auto;
	margin-top:20px;
}
#picturemanager_anzeige_funktionen {
	margin-bottom:20px;
}

#picturemanager_anzeige_funktionen table {
	margin:auto;
}
#picturemanager_anzeige_funktionen table,
#picturemanager_anzeige_funktionen table td {
	border-width:0px;
	border-collapse:collapse;
}
#picturemanager_anzeige_funktionen table td.funktion {
	width:20px;
	text-align:center;
}
#picturemanager_anzeige_funktionen table td.text {
	width:100px;
	text-align:center;
}
#picturemanager_anzeige_bezeichnung,
#picturemanager_anzeige_bild {
	text-align:center;
}

#picturemanager_anzeige_bezeichnung {
	font-weight:bold;
}

.bildergalerie_kategoriethemen {
	margin-bottom:20px;
}

.bildergalerie_kategoriethemen .kategorie {
	vertical-align:top;
	font-weight:bold;
	width:35%;
	padding-left:18px;
	color:#025AA4;
}
.bildergalerie_kategoriethemen .kategorie img {
	margin-bottom:2px;
}
.bildergalerie_kategoriethemen .themen {
	vertical-align:top;
}
.bildergalerie_kategoriethemen .themen ul,
.bildergalerie_kategoriethemen .themen ul li {
	margin:0px;
	padding:0px;
	list-style-type:none;
}
.bildergalerie_kategoriethemen .themen ul li {
	padding-left:15px;
	background-image:url(/images/dot_black.jpg);
	background-repeat:no-repeat;
	background-position:5px 6px;
	padding-bottom:3px;
}

.bildergalerie_kategoriethemen .themen ul li a {
	color:#000000;
	text-decoration:none;
}


/************************************************
  Gästebuch
************************************************/

.gaestebuch__tabelle_9 {
	margin-bottom:10px;
}
.gaestebuch_datum_9 {
	background-color:#06305A;
	color:#FFF5F5;
	font-weight:bold;
	padding:3px;
}
.gaestebuch_daten_9 {
	font-weight:bold;
	background-color:#FFF5F5;
	padding:3px;
}
.gaestebuch_eintrag_9 {
	background-color:#FFF5F5;
	padding:3px;
}
