/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 10px 0;
	background: #FFB200 url(/grafik/body_bg.gif) repeat left top;
	text-align: center;
}
h1 { 
	font-size: 20px;
	font-weight: normal;
	color: #602E08;
	line-height: 100%;
}
h2 { font-size: 12px; }
h3 { font-size: 11px; }

#maincontainer, #header, #footer {
	width: 776px;
	margin: 0 auto;
}
#maincontainer {
	min-height: 400px;
	background: url(/grafik/maincontainer_bg.gif) repeat-y left top;
	position: relative;
}

/* HEADER */
#header {
	height: 300px;
	background: url(/grafik/panorama/hotel.jpg) no-repeat left top;
	text-align: left;
}
#logo {
	background-color: transparent;
	position: absolute;
}
#languageselect {
	padding: 20px 24px 0 0;
	text-align: right;
	text-transform: lowercase;
}
#languageselect, #languageselect a {
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#languageselect a:hover { text-decoration: underline; }
#menu {
	position: relative;
/*	top: 282px;*/
	height: 27px;
	margin-left: 16px;
	margin-top: 239px;
}
#menu img { margin-left: 4px; }



/* DROPDOWNMENU */
#dropdownmenu, #dropdownmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdownmenu li { 
	float: left;
	display: block;
}
#dropdownmenu li a {
	display: block;
	padding: 0;
	text-decoration: none;
}

/* LEVEL 1 */
#dropdownmenu li li, #dropdownmenu li ul { width: 150px; } /* x Ffox | IE */
#dropdownmenu li ul {
	position: absolute;
	left: -9999px;
}
#dropdownmenu li ul { z-index: 1; /* formular bug */ }
#dropdownmenu li ul li a {
	color: #333;
	border-bottom: 1px solid #E7DBB0;
	border-right: 1px solid #E7DBB0;
	border-left: 1px solid #E7DBB0;
	background: #FFF2CA url(/grafik/menu_ul_ul_bg.gif) no-repeat left center;
	font-size: 11px;
	width: 100%;
	display: block;
	padding: 0 0 0 21px;
	margin: 0;
	line-height: 27px;
	z-index: 5; /* formular bug */
}
#dropdownmenu li ul li a:hover { background-color: #FFF6D6; }
#dropdownmenu li:hover ul, #dropdownmenu li.sfhover ul, ul#dropdownmenu li.sfhover ul, ul#dropdownmenu li:hover ul, #dropdownmenu li.sfhover ul { 
	left: auto;
	background: white; /* BUG x IE 7 */
}#dropdownmenu ul ul { z-index: 3; }

/* CONTENTCONTAINER */
#contentcontainer {
	width: 750px;
	margin: 15px auto;
}
#contentcontainer td#content {
	padding: 0 10px;
	line-height: 150%;
}
#contentcontainer td#showcases { width: 204px; }
table#expressanfrage, table#tagesausfluege {
	background: url(/grafik/expressanfrage_bg.gif) repeat-y left top;
}
table#tagesausfluege { margin-top: 10px; }
table#tagesausfluege td { text-align: center; }
#contentcontainer td#showcases div.logos { text-align: center; }

/* FOOTER */
#footer {
	clear: both;
	background: url(/grafik/footer_bg.gif) no-repeat left top;
	height: 182px;
	padding: 0 13px;
}
#footer table th, #footer table td#copyright {
	vertical-align: bottom;
	color: #704321;
	font-family: Arial, Helvetica, sans-serif;
}
#footer a { color: #704321; }
#footer table th {
	font-weight: normal;
	vertical-align: top;
	padding-top: 80px;
	font-size: 12px;
}
#footer table td#copyright {
	width: 430px;
	color: #704321;
	height: 160px;
	font-size: 10px;
}
#footer table td#copyright a { text-decoration: none; }
#footer table td#copyright a:hover { text-decoration: underline; }

/* KLASSEN */
.imagebox {
	clear: both;
	margin: .75em auto;
	width: 730px!important; /* x IE */
}
.imagebox img { margin: 1px; }


/* TABELLE */
table.tabelle {
	width: 100%;
	background-color: #EDE4C3;
}
table.tabelle th, table.tabelle td {
	text-align: center;
	font-size: 10px;
	padding: 2px;
}
table.tabelle th { 
	background-color: #FFF2CA;
	vertical-align: middle;
}
table.tabelle td {
	background-color: #FFF6D6;
	vertical-align: middle;
}
table.tabelle td.alignleft { text-align: left; }
table.tabelle td.spaltedunkel {
	background-color: #FFF2CA;
}

