/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #3D9D20;
	text-align: center;
	color: #444;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
#languageselect, #copyrightcontainer, #sitemap { font: 10px Arial, Helvetica, sans-serif; }

/* FARBEN */
#languageselect, #copyrightcontainer { color: #5BAC42; }
body, td, th, #sitemap a { color: #444; }
#languageselect a, #copyrightcontainer a { color: white; }

/* BASICS */
#maincontainer, #copyrightcontainer, #languageselect { width: 100%; }
#maincontainer {
	background: #3D9D20 url(/grafik/maincontainer_bg.gif) repeat-y center top;
	margin: 0 auto;
	text-align: center;
}
#languageselect a, #copyrightcontainer a { text-decoration: none; }
#languageselect a:hover, #copyrightcontainer a:hover {
	text-decoration: underline;
	color: white;
}

/* AUSRICHTUNG */
#panoramabild, #languageselect div, #dropupmenu, #contentcontainer, #copyrightcontainer div  {
	width: 984px; 
	margin: 0 auto;
}
#maincontainer * { text-align: left; }

/* BREITE */
#panoramabild, #dropupmenu { width: 984px; }

/* LANGUAGE SELECT */
#languageselect {
	text-align: center;
	height: 28px;
	background: url(/grafik/languageselect_bg.gif) no-repeat center top;
}
#languageselect div {
	text-align: right;
	padding-top: 5px;
	text-transform: lowercase;
}

/* PANORAMABILD */
#hotellogo {
	background-color: transparent;
	position: absolute;
	width: 210px;
	z-index: 300;
	left: auto;
	width: 100%;
	clear: both;
	left: 0;
}
#hotellogo div {
	width: 984px;
	margin: auto;
}
#panoramabild {
	height: 480px;
	overflow: hidden;
}

/* CONTENT */
#content {
	padding: 20px 30px 10px 30px;
	margin: 0;
	line-height: 140%;
	font-family: Arial, Helvetica, sans-serif;
}
#content #contentpos { min-height: 300px; }
#content a { color: #476B37; }
#content a:hover { color: #51A737; }
#content td.blocksatz { text-align: justify; }

#content #sitemap a {
	text-decoration: none;
	color: #444;
}
#content #sitemap a:hover {
	text-decoration: underline;
	color: #666;
}
#content h1 {
	font: normal 24px Arial, Helvetica, sans-serif;
	margin-top: 0;
	padding-top: 0;
}
#content h2 { font: bold 14px Arial, Helvetica, sans-serif; }
#content h3 { font: bold 13px Arial, Helvetica, sans-serif; }

/* SHOWCASE */
#showcase {
	width: 280px;
	padding-top: 20px;
	background: url(/grafik/showcase_bg.jpg) no-repeat left top;
}
#anfrageshowcase { padding: 5px 43px 0 37px; }
#anfrageshowcase input.anreise, #anfrageshowcase select {
	font-size: 11px;
	border: 1px solid #AAA;
}
#anfrageshowcase input.anreise {
	height: 19px;
	padding: 0 22px 0 2px;
	line-height: 20px;
	cursor: pointer;
	background: white url(/grafik/showcase_kalender.gif) no-repeat right center;
	width: 103px;
}
#anfrageshowcase select {
	height: 21px;
	padding: 2px;
	margin-left: 3px;
	width: 65px;
}
#anfrageshowcase select option { text-align: right; }
#anfrageshowcase .anfragebutton {
	width: 200px;
	height: 30px;
	background-color: transparent;
	background-repeat: no-repeat;
	text-indent: 400px;
	overflow: hidden;
	margin-top: 5px;
}
#anfrageshowcase ul {
	list-style: none;
	margin: 30px 0 0 0;
	padding: 0;
	width: 200px;
}
#anfrageshowcase ul img { margin: 2px 0; }

/* FOOTER */
table#logobox, table#footer {
	width: 100%;
	margin-top: 1em;
}
table#logobox {
	height: 110px;
	background: white url(/grafik/logobox_bg.gif) no-repeat center bottom;
}
table#logobox td {
	text-align: center;
	vertical-align: middle;
}
table#logobox td a {
	margin-bottom: 20px;
	vertical-align: middle;
	display: block;
}
table#footer td {
	vertical-align: top;
	font: 10px Verdana, Arial, Helvetica, sans-serif;
}
table#footer td a {
	color: #444444;
	text-decoration: none;
}
table#footer td a:hover { text-decoration: underline; }

/* copyrightcontainer */
#copyrightcontainer {
	height: 27px;
	background: url(/grafik/copyrightcontainer_bg.gif) no-repeat center top;
	color: white;
}
#copyrightcontainer div {
	text-align: left;
	padding-top: 12px;
}
/* TABELLE */
.tabelle {
	margin: 0.75em 0;
}
.tabelle th, .tabelle td {
	padding: 2px;
	border-bottom: 2px solid white;
}
.tabelle th {
	background-color: #EEE; /*CAE4C3*/
	font-weight: bold;
}
.tabelle td { background-color: #F4F4F4; } /*EDF6EB*/
.tabelle td.preis {
	text-align: right;
	white-space: nowrap;
}
#content table.tabelle td.preis {
	vertical-align: bottom;
	text-align: right;
}
#content table.tabelle th.alignright { text-align: right; }

/* KLASSEN */
.imagebox {
	clear: both;
	margin: 0.5em 0;
	width: 638px;
}
.imagebox img { margin: 1px; }


/* DROPDOWNMENU */
.closed { display: none; }
#dropupmenu {
	height: 30px;
	line-height: 30px;
	vertical-align: middle;
	background: #51A737 url(/grafik/dropdownmenu_bg.gif) repeat-x left top;
	z-index: 10;
}
#dropupmenu, #dropupmenu ul, #dropupmenu li {
	padding: 0;
	margin: 0 auto;
	list-style: none;
}
#dropupmenu li {
	display: inline;
	float: left;
}
#dropupmenu li a {
	display: block;
	padding: 0 10px;
	text-decoration: none;
	color: #FFF;
	text-align: left;
	font-size: 16px;
}
#dropupmenu li a:hover,
#dropupmenu :hover > a,
#dropupmenu li :hover > a, 
#dropupmenu .menu li.activ a {
	background: url(/grafik/dropdownmenu_over_bg.gif) repeat-x left top;
	z-index: 15;
}

#dropupmenu .menu li.activ li a,
#dropupmenu li.activ li a:hover,
#dropupmenu li.activ li :hover > a,
#dropupmenu li.activ li a {
	background-image: none;
	z-index: 20;
/*	width: 190px;*/
}

/* MENU */
#dropupmenu ul.menu, #dropupmenu ul.menu ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	display: block;
	z-index: 200;
}
#dropupmenu .menu li {
	margin: 0;
	padding: 0;
	border: 0;
	display: block;
	float: left; /* move all main list items into one row, by floating them */
	position: relative;	/* position each LI, thus creating potential IE.win overlap problem */
	z-index: 500;	/* thus we need to apply explicit z-index here... */
}
.menu li:hover {
	z-index: 10000;	/* ...and here. this makes sure active item is always above anything else in the menu */
	white-space: normal; /* required to resolve IE7 :hover bug (z-index above is ignored if this is not present) see http://www.tanfa.co.uk/css/articles/pure-css-popups-bug.asp for other stuff that work */
}
.menu li li {
	float: none; /* items of the nested menus are kept on separate lines */
}
.menu ul {
	visibility: hidden;	/* initially hide all submenus. */
	position: absolute;
	z-index: 100;
	left: 0; /* while hidden, always keep them at the bottom left corner, */
	bottom: 0;	/* to avoid scrollbars as much as possible */
}
.menu li:hover>ul {
	visibility: visible; /* display submenu them on hover */
	bottom: 100%; /* 1st level go above their parent item */
}
/* -- float.clear -- force containment of floated LIs inside of UL */
.menu:after, .menu ul:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}
.menu, .menu ul { min-height: 0; } /* IE7 float clear: */
/* -- float.clear.END --  */
/* sticky submenu: it should not disappear when your mouse moves a bit outside the submenu YOU SHOULD NOT STYLE the background of the ".menu UL" or this feature may not work properly! if you do it, make sure you 110% know what you do */
#dropupmenu .menu ul {
	background-image: url(/grafik/alpha.gif); 
	padding: 10px 0 0px 0px;
	margin: 0 0 0 10px;
	width: 200px;
	background: url(/grafik/dropupmenu_trans.png) no-repeat left -10px;
}
#dropupmenu .menu li a {
	text-decoration: none;
	padding: 0 10px;
	display: block;
	line-height: 30px;
	height: 30px!important;
	white-space: nowrap;
}
#dropupmenu .menu a:hover, .menu li:hover>a { color: #FFF; }
#dropupmenu .menu ul>li + li { border-top: 0; } /* and remove the top border on all but first item in the list */

#dropupmenu .menu li li a {
	color: #333;
	display: block;
	font-size: 12px;
}
#dropupmenu .menu li li a:hover { color: #000; }
#dropupmenu .menu li li a {
	font-weight: normal;
	border: none;
	border-top: 1px solid #F3F3E8;
	padding: 0 0 0 10px;
	vertical-align: middle;
	line-height: 24px;
	height: 24px!important;
	display: block;
	background-image: none;
}
#dropupmenu .menu li li a:hover, #dropupmenu .menu li li.activ a {
	background: none;
	text-decoration: underline;
}
#dropupmenu li li {	clear: both; }
#dropupmenu .menu li li a, #dropupmenu .menu li li a:hover {
	display: block;
	width: 190px;
}
/* #dropupmenu .menu li li a:hover { background-color: #E2F1DD; } */

/*<![CDATA[*/

/* Fix for IE5/Mac \*//*/
.menu a { float: left; }
/* End Fix */

/*]]>*/

#hotelblog {
	position: absolute;
	top: 508px;
	margin-left: 750px;
	height: 30px;
	width: 180px;
}
#hotelblog a:hover { background: none; }

/* ANFRAGE LINK */
#content td.anfrage {
	text-align: left;
	background: url(/grafik/anfrage_button_bg.gif) no-repeat right top;
	width: 300px;
	height: 60px;
}
#content td.anfrage div {
	vertical-align: middle;
	margin-left: 20px;
	margin-top: 8px;
	padding-left: 50px;
}
#content td.anfrage div a { display: block; }
#content td.anfrage div a strong { font-size: 18px; }
#content td.anfrage div a:hover {
	color: #777;
	text-decoration: none;
}

/* DIVPOPUP */
#divpopup {
	position: relative;
	top: -200px;
	left: 80px;
	z-index: 1000;
}
#divpopup img { border: 1px solid #CCCCCC; }