.ueberschrift {
	
}
.sub_headline {
	
}
.ueberschrift_stern {
	
}



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

h1, .ueberschrift {
	margin:0;
	padding:0;
	color:#FFFFFF;
	font:18px arial;
	font-weight:bold;
	margin-bottom:10px;
}

#content .ueberschrift {
	color:#37699B;
}

.ueberschrift_stern {
	font:18px arial;
	font-weight:bold;
	color:#37699B;
	/* background-image:url(/images/stern.gif); background-repeat:no-repeat; background-position:left; */
	display:block;
	padding:7px 0;
	border-bottom:1px solid #E9E9E9;
}

h2, .sub_headline {
	font:16px arial;
	font-weight:bold;
	color:#37699B;
	display:block;
	margin:0;
}

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;
}


/********************************
*		Fuhrpark				*
********************************/

.fuhrpark_uebersicht {
	width:530px;
	min-height:400px;
}
.fuhrpark_uebersicht div {
	float:left;
	margin-right:2px;
	margin-bottom:18px;
}
.fuhrpark_liste_bild {
	padding-bottom:2px;
	height:102px;
	
}
.fuhrpark_liste_sitz {
	background-color:#CCCCCC;
	color:#37699B;
	text-align:center;
	font-weight:bold;
}

#fuhrpark_checkboxen {
	background-image:url(/images/);
}

#fuhrpark_ansicht td {
	vertical-align:top;
	color:#37699B;
	padding:0 2px;
}
#fuhrpark_ueberschrift {
	font-size:22px;
	font-weight:bold;
	margin-bottom:15px;
}
#fuhrpark_kurzbeschr{
	font-size:16px;
	margin-bottom:15px;
	font-weight:bold;
}

#fuhrpark_fahrgastplaetze, #fuhrpark_reiseleiter {
	font-size:16px;
	margin-bottom:5px;
	font-weight:bold;
}

#fuhr_ansicht_bilder img {
	margin:1px;
}
#fuhr_spalte_links {
	width:370px;
}
#frame {
	width:1024px;
	margin:0px;
	padding:0px;
	margin:auto;
}

#header {
	background-image:url(/images/layout/header.jpg);
	height:238px;
	width:100%;
}

#main_table_div {
	background-image:url(/images/layout/background.gif);
}

#footer {
	text-align:center;
	background-color:#CB080E;
	color:#FFFFFF;
	padding:3px 0px;
}
#footer a {
	color:#FFFFFF;
}

#main_table {
	border-collapse:collapse;
}

#main_table #left,
#main_table #content,
#main_table #right {
	vertical-align:top;
}

#main_table #left,
#main_table #right {
	width:177px;
}
#main_table #content {
	width:670px;
}

.box_right {
	display:block;
	text-align:left;
	margin-top:20px;
	padding-bottom:3px;
	width:175px;
	background-image:url(/images/schatten_menu.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
.box_right,
.box_right a {
	color:#FFFFFF;
}
.box_right img {
	display:block;
}
.box_right_inner {
	background-color:#CB080E;
}
.box_right_inner_blue {
	background-color:#0269BE;
	background-image:url(/images/layout/bg_aktuelles.png);
	background-repeat:repeat-y;
	background-position:center;
}
.boy_right_spacer {
	padding:5px;
}
.boy_right_spacer .link {
	vertical-align:top;
}

#menu_left img {
	display:block;
	margin-top:10px;
}
#menu_left div {
	padding-left:10px;
}

#right {
	padding-top:25px;
	text-align:right;
}
#content .spacer {
	margin:20px;
}


#extrabuttons,
#extrabuttons li {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

#extrabuttons {
	margin-left:10px;
}
/*******************************************
* Menü links
*******************************************/

#menu_links {
	padding:0;
	margin-top:10px;
	margin-bottom:30px;
}
#menu_links li {
	list-style-type:none;
	margin:2px 0;
	width:175px;
}

#menu_links li a .in_menuitem {
	/* background-color:#F0F0F0; */
	background-color:#FFFFFF;
	padding:2px 5px;
	color:#016BBF;
	
	background-image:url(/images/stern_klein.gif);
	background-repeat:no-repeat;
	padding-left:20px;
}

/*
#menu_links li a .in_menuitem:hover {
	background-color:#CCCCCC;
	background-image:url(/images/stern_blau_klein.gif);
}
*/




/*******************************************
* Menü oben
*******************************************/
#menue {
	width:950px;
	margin:auto;
	padding-top:92px;
}



/*******************************************
* Dropdown
*******************************************/


/* remove all the bullets, borders and padding from the default list styling */
.menu {
	padding-left:20px;
	padding-top:20px;
	padding-bottom:20px;
}
.menu ul {
	padding:0;
	margin:0;
	list-style-type:none;
}
.menu ul ul {
	width:97px;
}
/* float the list to make it horizontal and a relative positon so that you can control the dropdown menu positon */
.menu li {
	float:left;
	width:97px;
	position:relative;
	margin-right:10px;
}

/* style the links for the top level */
.menu a, .menu a:visited {
	display:block;
	
	text-decoration:none; 
	color:#FFFFFF; 
	width:87px;
	height:20px; 
	padding-left:9px; 
	line-height:19px;
	background-color:#CB080E;
	font-weight:bold;
}

/* Browserweiche für IE5 und IE6 */
* html .menu li {
	width:97px;
	w\idth:86px;
}
* html .menu a, * html .menu a:visited {
	width:97px;
	w\idth:86px;
}


/* style the second level background */
.menu ul ul a.drop, .menu ul ul a.drop:visited {

}
/* style the second level hover */
.menu ul ul a.drop:hover{
	background:#FFFFFF url(/images/drop.gif) bottom right no-repeat;
}
.menu ul ul :hover > a.drop {
	background:#FFFFFF url(/images/drop.gif) bottom right no-repeat;
}
/* style the third level background */
.menu ul ul ul a, .menu ul ul ul a:visited {
	background:#FFFFFF;
}
/* style the third level hover */
.menu ul ul ul a:hover {
	background:#FFFFFF;
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
.menu ul ul {
	visibility:hidden;
	position:absolute;
	top:20px;
	left:0; 
	width:157px;
}
/* another hack for IE5.5 */
* html .menu ul ul {
	top:20px;
	t\op:21px;
}

/* position the third level flyout menu */
.menu ul ul ul{
	left:97px; 
	top:0;
	width:97px;
}
/* position the third level flyout menu for a left flyout */
.menu ul ul ul.left {
	left:-97px;
}

/* style the table so that it takes no part 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:#CB080E; 
	-moz-opacity:0.9;
	filter:Alpha(opacity=90);
	color:#FFFFFF; 
	height:auto; 
	line-height:1em; 
	padding:5px 9px; 
	width:138px
	/* yet another hack for IE5.5 */
}
* html .menu ul ul a{
	width:97px;
	w\idth:143px;
}


/* style the top level hover */
.menu a:hover, .menu ul ul a:hover{
	color:#FFFFFF; 
}
.menu :hover > a, .menu ul ul :hover > a {
	color:#FFFFFF;
}

/* make the second level visible when hover on first level list OR link */
.menu ul li:hover ul,
.menu ul a:hover ul {
	visibility:visible; 
}
/* keep the third level hidden when you hover on first level list OR link */
.menu ul :hover ul ul{
	visibility:hidden;
}

/* make the third level visible when you hover over second level list OR link */
.menu ul :hover ul :hover ul{ 
	visibility:visible;
}

/*
Anmerkung:
form die werte margin und padding auf 0 sezten
*/

#reisefinder {
	width:165px;
	background-color:#CB080E;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:7px;
	
}
#reisefinder_bottom {
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:9px;
}

#reisefinder_top {
	background-image:url(none);
	background-repeat:no-repeat;
	background-position:left top;
}

#reisefinder_bottom {
	background-image:none;
	background-repeat:no-repeat;
	background-position:bottom;
}
#reisefinder_einrueckung {
}


#reisefinder_ueberschrift {
	font-weight:bold;
	margin-top:10px;
	margin-bottom:15px;
	color:#FFFFFF;
}


#reisefinder select {
	width:154px;
}

#reisefinder #reisefinder_suchtext {
	width:80px;
	padding:0px;
	color:#FFFFFF;
}

#reisefinder #reisefinder_suchtext_button {
	margin-left:7px;
	color:#FFFFFF;
}

#reisefinder #reisefinder_head_suche {
	padding-top:5px;
}

#reisefinder .reisefinder_h1 {
}

#reisefinder_head_reisezeit, #reisefinder_head_kategorie, #reisefinder_head_land, #reisefinder_head_suche {
	color:#FFFFFF;
}
.liste_reise {
	width:100%;
	margin-top:10px;
}

.liste_bild {
	width:100px;
	background-color:#FFFFFF;
	border:1px solid #1474C1;
	text-align:center;
	padding:10px;
}

.liste_spacer {
	width:10px;
}

td.liste_text {
	background-color:#FFFFFF;
	padding:0 5px;
	border:1px solid #1474C1;
}
.liste_text p {
	margin: 5px 0px;
}
.liste_text a {
	color:#1474C1;
	text-decoration:none;
}
.liste_text a:hover {
	text-decoration:underline;
}

.liste_buttonbox {
}

.liste_ueberschrift {
	font:14px arial;
	font-weight:bold;
	color:#1474C1;
}



.monatstrenner {
	background-color:#FFFFFF;
	border:1px solid #1474C1;
	color:#1474C1;
	font-weight:bold;
	font-size:14px;
	width:100%;
	margin-top:10px;
}


#rahmen_header_l {
	background-image:url(/images/reiseansicht/rahmen_header_l.gif);
	background-repeat:no-repeat;
	height:25px;
	width:14px;
}
#rahmen_header_m {
	background-color:#1474C1;
}
#rahmen_header_r {
	background-image:url(/images/reiseansicht/rahmen_header_r.gif);
	background-repeat:no-repeat;
	height:25px;
	width:14px;
}

#rahmen_links {
	background-color:#FFFFFF;
	background-image:url(/images/reiseansicht/rahmen.png);
	background-repeat:repeat-y;
}
#rahmen_mitte {
	background-color:#FFFFFF;
	padding-top:10px;
}
#rahmen_rechts {
	background-color:#FFFFFF;
	background-image:url(/images/reiseansicht/rahmen.png);
	background-repeat:repeat-y;
	background-position:right;
}

#rahmen_unten_l {
	background-image:url(/images/reiseansicht/rahmen_unten_l.gif);
	background-repeat:no-repeat;
	height:29px;
	width:14px;
}
#rahmen_unten_m {
	background-color:#FFFFFF;
	background-image:url(/images/reiseansicht/rahmen.png);
	background-repeat:repeat-x;
	background-position:bottom;
}
#rahmen_unten_r {
	background-image:url(/images/reiseansicht/rahmen_unten_r.gif);
	background-repeat:no-repeat;
	height:29px;
	width:14px;
}

/****************************************
	Template: Reiseansicht
****************************************/

.ansicht_bild {
}

.ansicht_ueberschrift {
	margin:0px;
	padding:0px;
}

.ansicht_bezeichnung_sub {
	font-weight:bold;
}

.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_termine, .ansicht_termine_header {
	background-color:#FFFF99;
	padding:0 5px;
	padding-bottom:10px;
	color:#1474C1;
}

.ansicht_leistungen, .ansicht_leistungen_header {
	background-color:#1474C1;
	color:#FFFFFF;
	padding:0 5px;
	padding-bottom:10px;
}
.ansicht_termine_header, .ansicht_leistungen_header {
	font-size:14px;
	font-weight:bold;
	padding:5px 5px;
}
.ansicht_leistungen_header { 
	margin-top:20px;
}

.ansicht_leistungen ul {
	padding-left:15px;
}

.ansicht_termine {
	min-height:100px;
}

.ansicht_reiseansicht_button {
}

.ansicht_reiseansicht_button {
}




/****************************************
	Template: Reiseansicht - Termin
****************************************/

.ansicht_termin_tabelle {
}

.ansicht_termin_datum {
	vertical-align:top;
	width:200px;
}

.ansicht_termin_leistungpreis {
}
.ansicht_termin_leistungpreis table {
	width:100%;
}

.preis {
	font-weight:bold;
	font-size:14px;
}

.anfrage_aufzaehlung_spalte1 {
	width:25px;
}
.anfrage_aufzaehlung_spalte2 {
	width:100px;
}
.anfrage_aufzaehlung_spalte3,
.anfrage_aufzaehlung_spalte4 {
	width:150px;
}

/****************************************
	Tabelle Buttons
****************************************/
#tabelle_buttons input {
	width:180px;
}
#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:#1474C1;
	padding:2px;
	color:#FFF;
	width:99%;
}

.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:25px;
	margin-bottom:10px;
}



.anfrage_termin {
	margin-left:25px;
	width:95%;
}
.anfrage_termin td {
	vertical-align:top;
}
.anfrage_termin_check {
	width:20px;
	vertical-align:top;
}



.startseite_reise {
	background-image:url(/images/teaser.png);
	height:200px;
	width:200px;
	float:left;
	margin-right:12px;
	margin-bottom:12px;
}

.column_3,
.column_6 {
	margin-right:0px;
}

#startseite_text {
	margin-bottom:5px;
}

.startseite_reise_ueber {
	color:#FFFFFF;
	padding:4px 10px;
	font-weight:bold;
}

.startseite_reise_bild {
	text-align:center;
	padding:5px 5px;
}

.startseite_reise_text {
	color:#026ABF;
	padding:3px 5px;
}
.startseite_reise a {
	font-weight:bold;
	font-style:italic;
	color:#026ABF;
	display:block;
	text-align:right;
	margin-top:4px;
}
.startseite_reise a:hover {
	text-decoration:none;
}

/************************************************
  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:185px;
	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;
}


.balken_hellbraun, .balken_dunkelbraun {
	background-color:#005DA9;
	width:610px;
	padding:3px 5px;
	margin:5px 0px;
	color:#FFFFFF;
	font-weight:bold;
	display:block;
}
#suchfeld {
	margin-top:14px;
	width:165px;
	background-color:#CB080E;
	padding-left:10px;
	padding-top:2px;
	padding-bottom:7px;
	margin-bottom:20px;
	padding-top:5px;
}
#suchfeld input {
	width:100px;
	
}
#suchfeld input.button {
	width:45px;
	background-color:#CB080E;
	border:1px solid #CB080E;
	color:#FFFFFF;
	margin-left:5px;
}


