
/************************************************
  Colorbox
************************************************/

/*
    ColorBox Core Style
    The following rules are the styles that are consistant between themes.
    Avoid changing this area to maintain compatability with future versions of ColorBox.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}

/* 
    ColorBox example user style
    The following rules are ordered and tabbed in a way that represents the
    order/nesting of the generated HTML, so that the structure easier to understand.
*/
#cboxOverlay{background:#034697;}

#colorbox{}
#cboxContent{margin-top:32px;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(images/loading.gif) center center no-repeat;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(images/controls.png) 0 0 no-repeat;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}

/************************************************
  Superfish
************************************************/


/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.00;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			111px; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li {
	width:			100%;
	border-right:1px solid #6F9FD0;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			26px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}


/*** Drop Menu Skin ***/
.sf-menu {
	float:left;
	margin-bottom:0em;
}
.sf-menu a {
	border-left: 1px solid #fff;
	border-top: 1px solid #CFDEFF;
	padding: 6px 0 5px 0;
	text-align:center;
	width:111px;
	text-decoration:none;
}

/* visited pseudo selector so IE6 applies text colour*/
.sf-menu a, .sf-menu a:visited  { 
	color:#433C21;
}
.sf-menu li {
	background:#6F9FD0;
}
.sf-menu li li {
	background:#6F9FD0;
}
.sf-menu li li li {
	background:#6F9FD0;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background:#A5C6E9;
	outline:0;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	
	/* trigger IE7 hasLayout so spans position accurately */
	min-width:1px; 
}
.sf-sub-indicator {
	position:absolute;
	display:block;
	right:.75em;
	top:0.70em; /* IE6 only */
	width:10px;
	height:10px;
	text-indent: -999em;
	overflow:hidden;
	background:url('../images/arrows-ffffff.png') no-repeat -10px -100px; 
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:.7em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}

/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/************************************************
  Grundlagen
************************************************/



body {
	padding:0;
	margin:0;
	font:14px arial;
	background-image:url(/images/layout/bg.jpg);
	background-repeat:repeat-y;
	background-position:center;
	
}

h1, .ueberschrift {
	display:block;
	margin:0;
	padding:0;
	color:#014495;
	color:#433C21;
	font:16px arial;
	font-weight:bold;
	margin-bottom:10px;
}

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:#282117;
	text-decoration:none;
}


/* ********** hintergrundfarbe generell ********** */
#menucell_2, #maincell_2, #footer_2, #merkliste_2 {
	background-color:#6F9FD0;
}

#site_2 {
	width:1004px;
	margin:auto;
}
#logo_schmidt {
	background-image:url(/images/layout/logo_schmidt.gif);
	background-repeat:no-repeat;
	width:1004px;
	height:149px;
}
#header_2 {
	background-image:url(/images/layout/header.jpg);
	background-repeat:no-repeat;
	height:252px;
	}

#layout_table {
	border:11px solid #FFF;
	border-top:0px solid #FFF;
	border-right:10px solid #FFF;
	width:1004px;
	background-color:#FFF;
}

#layout_menu {
	border-top:11px solid #FFF;
	vertical-align:top;
	background-color:#6F9FD0;
}
#layout_main {
	width:589px;
	border-top:11px solid #FFF;
	vertical-align:top;
	padding:0px 34px 0px 34px;
}
#layout_katalog {
	background-color:#6F9FD0;
	border-top:11px solid #6F9FD0;
	vertical-align:top;
	padding:0px 5px;
}

#footer_2 {
	width:972px;
	padding:5px;
	text-align:center;
	border:11px solid #FFF;
	border-top:0px solid #FFF;
}

#merkliste_2 {
	width:165px;
	padding:5px;
	color:#014495;
}
#merkliste_2 a {
	color:#014495;
}

.bogen_oben_2 {
	background-color:#A5C6E9;
	background-image:url(/images/layout/box_bogen_oben.jpg);
	background-repeat:no-repeat;
	background-position:top;
	width:165px;
}
.bogen_unten_2 {
	background-image:url(/images/layout/box_bogen_unten.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding:10px;
	width:145px;
	color:#433C21;
	
}
.bogen_unten_2 a {
	color:#433C21;
}

.bogen_unten_2 h2 {
	margin:0px;
	font-size:14px;
	margin-bottom:10px;
}

.blue_background_2 {
	background-color:#6F9FD0;
}
.padding5px_2 {
	padding:5px;
}

#agb_link_2 {
	color:#433C21;
}


#buchungshotline {
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#433C21;
}
/************************************************
  Menue
************************************************/

/********************** MENÜ LINKS ************************/

#menu_links {
	margin:0px 0;
	border-bottom:1px solid #6F9FD0;
}

#menu_links, #menu_links li ul {
	padding:0;
	list-style-type:none;
}

#menu_links li a {
	display:block;
}
#menu_links li a .in_menuitem {
	padding:5px;
	margin-bottom:5px;
	background-color:#014495;
}

#menu_links li ul li a .in_menuitem {
	padding-left:10px;
	background-color:#6F9FD0;
	margin:0px;
	color:#433C21;
}

#menu_links li, #menu_links li ul li {
	background-color:#6F9FD0;
}

ul#menu_links li a {
	color:#FFF5F5;
}
ul#menu_links li ul li a {
	color:#000;
	font-weight:normal;
	display:block;
	width:100%;
}



/********************** MENÜ OBEN ************************/


#dropdown_menu {
	width:565px;
	margin:auto;
}
/*
Besonderheiten:
Die Hintergrundfarbe wird in css_2_layout gesetzt und könnte in #reisefinder überschrieben werden
*/

#reisefinder_bottom {
	background-color:#A5C6E9;	
	width:174px;
	background-image:url(/images/layout/reisefinder_bogen_unten.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	color:#433C21;
}
#reisefinder {
	width:164px;
	padding:10px 5px;
	background-image:url(/images/layout/reisefinder_bogen_oben.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#reisefinder_ueberschrift {
	font-weight:bold;
	margin-bottom:5px;
	
}

#reisefinder_form {
	padding:0;
	margin:0;
}



.reisefinder_input {
	margin-bottom:3px;
}
.reisefinder_input select {
	width:164px;
}
.reisefinder_h1 {
	font-style:italic;
}

#reisefinder_head_suche {
	font-weight:bold;
}
#reisefinder_suchtext {
	width:159px;
}
#reisefinder_suchtext_button {
	margin-top:5px;
}
.liste_reise, .monatstrenner {
	margin-bottom:10px;
	width:100%;
}

.liste_reise {
	margin-bottom:10px;
}

.liste_bild {
	width:100px;
	background-color:#A5C6E9;
	text-align:center;
	padding:10px;
}

.liste_spacer {
	width:10px;
}

.liste_text {
	background-color:#A5C6E9;
	padding:0 5px;
}
.liste_text p {
	margin: 5px 0px;
}
.liste_text a.suchliste_button {
	color:#014495;
	text-decoration:none;
	
	background-color:#6F9FD0;
	width:110px;
	padding:0px 5px;
}
.liste_text a:hover {
	text-decoration:none;
}

.liste_buttonbox {
}

.liste_ueberschrift {
	font:14px arial;
	font-weight:bold;
	color:#014495;
}
.liste_bezeichnung_2 {
	font:14px arial;
	color:#014495;
}


.monatstrenner {
	background-color:#014495;
	color:#FFFFFF;
	font-weight:bold;
}


.listenansicht_status_5 {
	color:#DC1B1B;
	font-weight:bold;
}

/****************************************
	Template: Reiseansicht
****************************************/

.ansicht_bild {
	margin-left:auto;
	text-align:right;
}

.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:#014495;
	padding:2px;
	color:#FFF;
	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 {
	margin-top:20px;
	
}
#empfehlen_mitteilung_6 textarea {
	margin-top:5px;
}


/****************************************
	Bildabstand (tm24_anzeigen.inc.php)
****************************************/
.reiseansicht_bildabstand {
	
}#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:#014495;
	padding:2px;
	color:#6F9FD0;
	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 {
	border:1px solid #B6AD89;
}

#news_ueberschrift_8 {
	width:700px;
	padding:0 10px;
	background-color:#014495;
	color:#6F9FD0;
	font-weight:bold;
}

.news_liste_8 {
	width:100%;
	border-top:1px solid #B6AD89;
	padding-left:10px;
	background-color:#FFFFFF;
}

.news_liste_links_8 {
}
.news_liste_rechts_8 {
	width:150px;
}

.news_liste_rechts_8 a {
	text-decoration:none;
}





/****************************************
	Top Tipps
****************************************/
#startseite_teaser {
	margin:0;
	padding:0;
}
.start_teaser_tab {
	width:165px;
	vertical-align:top;
	
	text-align:center;
	margin-bottom:10px;
	background-color:#A5C6E9;
	background-image:url(/images/layout/box_bogen_oben.jpg);
	background-repeat:no-repeat;
	background-position:top;
}
.start_teaser_tab td {
	padding-left:5px;
	padding-right:5px;
}

.start_teaser_top {
	color:#433C21;
	height:25px;
	padding-top:5px;
}


.start_teaser_bild {
	height:95px;
}

.start_teaser_beschr {
	height:20px;
	color:#433C21;
}

.start_teaser_mehr {
	text-align:right;
	height:20px;
}

.start_teaser_bottom {
	height:10px;
	font-size:1px;
	background-image:url(/images/layout/box_bogen_unten.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
}

.start_teaser_beschr a, .start_teaser_mehr a {
	color:#433C21;
}
/****************************************
	News
****************************************/

.news_listeneintrag_9 {
	width:100%;
	background-color:#6F9FD0;
	padding:3px;
	margin-bottom:2px;
}

/************************************************
  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 img {
	display:block;
}
.picturemanager_bilderauswahl_bild {
	width:120px;
	height:120px;
	margin:6px 6px;
	float:left;
	text-align:center;
	vertical-align:top;
	border:1px solid #6F9FD0;
}

.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;
	
}
.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;


