/* 1.0 | hannes | 2008-01-08 | template */
body { background: #FFC100 url(/grafik/body_bg.gif) repeat-y center top; }
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
#maincontainer {
	min-height: 100%; 
	position: relative;
	margin: auto;
	text-align: left;
}
* html #maincontainer { height: 100%; }

/* BREITE */
#maincontainer, #header, #panoramabildcontainer, #footercontent { width: 850px; }
#menu, #footercontent #newsletter { width: 206px; }
#showcase { width: 220px; }
#logo { width: 160px; }

/* H�HE */
#header, #logo, #headerright { height: 94px; }
#panoramabildcontainer, #extramenucontainer { height: 237px; }

/* FLOAT */
#logo, #panoramabildcontainer img, #extramenucontainer { float: left; }

/* HEADER */
#header { 
	border-bottom: 3px solid #FFC100;
	background-color: white;
	overflow: hidden;
}
/* LANGUAGESELECT */
#headerright {
	float: right;
	text-align: right;
}
#languageselect {
	padding: 5px;
	color: blue;
	height: 55px; /* + padding */
	overflow: hidden;
	color: #F2EED9;
	font-size: 10px;
	text-align: right;
}
#languageselect a { 
	text-decoration: none;
	text-transform: lowercase;
}
#languageselect a:hover { color: #666; text-decoration: underline; }
/* NEWSLETTER*/
#newsletter input.newsletter {
	background-color: white;
	border: 1px solid #F2EED9;
	color: #868165;
	width: 190px;
	float: left;
	padding-left: 3px;
}
#newsletter input.button {
	float: left;
	width: 20px;
	height: 19px;
	margin: 0 0 0 3px;
	background: url(/grafik/suche_button.gif) no-repeat left center;
	background-color: #DDD9C6;
	border: 0;
}
#newsletter input.button:hover { background-image: url(/grafik/suche_button_over.gif); }

/* PANORAMABILD */
#panoramabildcontainer { 
	overflow: hidden; /* x IE 6 */
	background: #FFC100 url(/grafik/panoramabild_bg.gif) repeat-x left top;
	border-bottom: 5px solid white;
}
#contentmaincontainer { padding-bottom: 110px; }
#content {
	padding: 0 20px;
	width: 380px;
	line-height: 150%;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	color: #F58B12;
	font-family: "Nobile", arial, serif;
}
#content h2 {
	font-size: 13px;
	margin: 0.9em auto;
}
#content h3 {
	font-size: 11px;
	margin: 0.9em auto;
	color: #888;
}
#content a:hover, #expressanfrage a:hover { color: #666; }

/* MENU */
#menu ul, #menu ul li {
	width: 180px;
	list-style: none;
	margin: 0 0 0 5px;
	padding: 0;
	z-index: 100;
}
#menu ul li a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding: 6px 0 6px 18px;
	border-bottom: 1px solid #F2EED9;
	text-decoration: none;
	background: url(/grafik/menu_ul.gif) no-repeat left center;
}
#menu ul ul li a:hover { color: #777; }
#menu ul li.activ a { text-decoration: underline; }
#menu ul li.activ ul li a { text-decoration: none; }
#menu ul ul, #menu ul ul li { margin: 0; }
#menu ul li li a {
	font-size: 12px;
	font-weight: normal;
	background: url(/grafik/menu_ul_ul.gif) no-repeat left center;
	margin: 0;
	padding-left: 30px;
}
#menu ul li li.activ a, #menu ul li.activ ul li.activ a {
	background: url(/grafik/menu_ul_ul_activ.gif) no-repeat left center;
	text-decoration: underline;
}
#menu ul li li.activ li a {
	color: #333;
	background: none;
	text-decoration: none;
}
.closed { display: none; }

/* MENU LEVEL 3 - DROPDOWNMENU */
#menu ul ul ul {
	background: url(/grafik/menu_ul_ul_ul_bg_trans.png) no-repeat left bottom;
	padding: 0 9px 6px 1px;
	width: 210px;
}
#menu ul ul ul li {
	border-top: 1px solid white;
	width: 200px;
}
#dropdownmenu ul li ul {
	position: absolute;
	left: -999em;
	margin-left: 140px;
	margin-top: -30px;
}
#dropdownmenu ul li ul li a { 
	font-size: 11px;
	background-image: none;
	padding-left: 15px;
}
#dropdownmenu ul li ul li.activ a { 
	font-size: 11px;
	background-image: none;
}
#dropdownmenu li:hover ul ul, #dropdownmenu li:hover ul ul ul, #dropdownmenu li.sfhover ul ul, #dropdownmenu li.sfhover ul ul ul { left: -999em; }
#dropdownmenu li:hover ul, #dropdownmenu li li:hover ul, #dropdownmenu li li li:hover ul, #dropdownmenu li.sfhover ul, #dropdownmenu li li.sfhover ul, #dropdownmenu li li li.sfhover ul { left: auto; }

#suche {
	background-color: #FFF;
	margin-top: 20px;
	margin-left: 10px;
}
#suche input.suche {
	background-color: white;
	border: 1px solid #F2EED9;
	color: #868165;
	width: 148px;
	float: left;
	padding-left: 3px;
}
#suche input.button {
	float: left;
	width: 20px;
	height: 19px;
	margin: 0 0 0 3px;
	background: url(/grafik/suche_button.gif) no-repeat left center;
	background-color: #DDD9C6;
	border: 0;
}
#suche input.button:hover { background-image: url(/grafik/suche_button_over.gif); }

/* SITEMAP */
#sitemap { 
	padding-left: 20px;
	color: #868165;
}
#sitemap, #copyright { font: 10px Arial, Helvetica, sans-serif; }
#sitemap a, #copyright a { text-decoration: none; }
#sitemap a:hover, #copyright a:hover { 
	text-decoration: underline;
	color: #868165;
}

/* EXTRAMENU */
#extramenucontainer {
	width: 215px;
	position: absolute;
	margin-left: 630px;
	padding-left: 5px;
	z-index: 99999;
}
/* EXTRAMENU */
#extramenu {
	margin: 0;
	padding: 0;
	height: 120px;
}
#extramenu h2 {
	font-size: 12px;
	margin: 4px 0;
	padding: 0;
}
#extramenu a:hover { border-color: #DDD9C6; }
#extramenu input.anreiseshowcase {
	width: 122px;
	border: 1px solid #AAA;
	background: white url(/grafik/extramenu_kalender.gif) no-repeat right center;
	cursor: pointer;
}
#extramenu input.anfragebutton, a.onlinebuchung {
	width: 200px;
	height: 28px;
	line-height: 28px;
	border: none;
	margin: 3px 0;
	font-size: 16px;
	color: #FEC305;
	text-align: left;
	background: #333 url(/grafik/extramenu/button_arrow_bg.gif) no-repeat right center;
	padding-left: 5px;
	cursor: pointer;
}
a.onlinebuchung {
	display: inline-block;
	text-decoration: none;
	max-width: 195px;
}
#extramenu input.anfragebutton:hover, a.onlinebuchung:hover { background-color: #222; }

#extramenucontainer ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#extramenucontainer li { border-top: 1px solid #FEE488; }
#extramenucontainer li.preisliste a { background: url(/grafik/extramenu/preisliste.gif) no-repeat right center; }
#extramenucontainer li.angebote a { background: url(/grafik/extramenu/angebote.gif) no-repeat right center; }
#extramenucontainer li.lastminute a { background: url(/grafik/extramenu/lastminute.gif) no-repeat right center; }
#extramenucontainer li a {
	line-height: 35px;
	text-decoration: none;
	font-size: 16px;
	display: block;
}
#extramenucontainer li a:hover, #extramenucontainer li.activ a { background-color: #FEDD30; color: #000; }

/* SHOWCASE */
#showcase { width: 220px!important; }
#showcase dl {
	margin: 0 5px 10px 10px;
	border-bottom: 1px solid #F2EED9;
	font-size: 10px;
}
#showcase dt { 
	padding: 5px 0 5px 10px;
	font-weight: bold;
}
#showcase dd { 
	padding: 0 0 10px 10px;
	margin: 0;
}
#showcase dd ul {
	padding-left: 4px;
	margin-left: 10px;
}
#showcase dd div.link { 
	padding-top: 5px;
	text-align: right;
}
#showcase dl ul li { line-height: 150%; }
#showcase .TA_rated div { margin-left: 1.5em; }

/* FOOTER */
#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
	width: 100%;
	height: 104px;
	background: #F3EFDB;
	border-bottom: 1px solid #F3EFDB;
	border-top: 5px solid white;
}
#footercontent td { 
	padding: 5px; 
	height: 80px;
	vertical-align: middle;
}
#footercontent td, #footercontent td a { color: #868165; }


#copyright { 
	padding-left: 5px; 
	color: #868165;
}
#copyright a { color: #868165; }

/* KLASSEN */
.tabelle td, .tabelle th { padding: 4px 2px; }
.tabelle td {
	background-color: #F9F7ED; /* 50% footerbg auf weiss */
	vertical-align: middle;
	border-top: 2px solid white;
}
.tabelle th { background-color: #F3EFDB; }
.tabelle td.borderright, .tabelle th.borderright { border-right: 2px solid white; }
.tabelle td.borderleft, .tabelle th.borderleft { border-left: 2px solid white; }
.tabelle tr.borderbottom th { border-bottom: 2px solid white; }
.tabelle tr.bordertop th { border-top: 2px solid white; }
.tabelle td.streamlineleft { border-left: 1px dashed white; }

/* PREISLISTE */
.preisliste th { border-bottom: none; }
.preisliste td, .preisliste th { text-align: center; }
.preisliste td.alignleft, .preisliste th.alignleft { text-align: left; }
.preisliste th.datum { 
	white-space: nowrap;
	padding-top: 4px;
	padding-bottom: 4px;
}
.preisliste td.room { text-align: left; }

/* IMAGEBOX */
.imagebox {
	margin: 1em auto;
	width: 384px;
	clear: both;
}
.imagebox img { margin: 0 1px 1px 0; }

#partner img { margin: 0; }

div.submenu {
	border: 1px solid #F2EED9;
	color: #868165;
	font-size: 12px;
	margin: 12px 0px;
	padding: 5px;
	text-align: justify;
}
div.submenu a { 
	color: #868165;
	line-height: 19px;
	text-decoration: none; 
}
div.submenu a:hover, div.submenu a.activ { 
	color: #000 !important;
	text-decoration: underline; 
}
div.button a {
	background-color: #FEC305;
	padding: 5px 10px 5px 10px;
	text-decoration: none; 
}
div.button a:hover { 
	background-color: #333; 
	color: #FFF!important;
}
