/* 1.0 | hannes | 2006-10-03 | template */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
	background: #66563F url(/grafik/body_bg.gif) repeat-y center top;
}
#maincontainer {
	min-height: 100%;
	position: relative;
	margin: auto;
	color: white;
}
* html #maincontainer { height: 100%; }
#maincontainer, #panoramabild, #languageselect div, #footer { width: 840px; }
#menu, #showcases { width: 220px; }

/* DEFAULT */
h1 { 
	font-size: 21px;
	font-weight: normal;
	color: #FFF;
}
h2 { font-size: 14px;  }
#content h3, #content dt {
	font-size: 13px;
	background: url(/grafik/h3_bg.gif) no-repeat left center;
	padding-left: 10px;
	margin-left: 0;
}
#content h2, #content h2 a, #content h3, #content h3 a { color: white; }

/* LANGUAGE SELECT */
#languageselect {
	height: 30px;
	line-height: 30px;
	background: #66563F url(/grafik/languageselect_bg.gif) no-repeat center top;
	width: 100%;
	text-align: left;
	color: #C2BBB2;
	font-size: 10px;
	position: absolute;
	left: 0;
	right: 0;
	z-index: 100;
	margin: 0 auto;
	text-transform: lowercase;
}
#languageselect a {
	color: #C2BBB2;
	text-decoration: none;
}
#languageselect a:hover { text-decoration: underline; }
#languageselect div { margin: auto; }
#panoramabild {
	height: 270px;
	padding-top: 30px;
	background-color: #978264;
}
#headline { width: 360px; overflow: hidden; }

/* MENU */
#menu, #content { padding-bottom: 20px; }
#menu ul {
	width: 200px;
	border-bottom: 1px solid #AD997C;
	margin: 10px 10px 0 10px;
	padding: 0;
}
#menu ul li {
	list-style: none;
	border-top: 1px solid #AD997C;
}
#menu ul li a {
	display: block;
	padding: 3px 10px;
	text-decoration: none;
	background: url(/grafik/menu_ul.gif) no-repeat left center;
	padding-left: 25px;
	font-weight: bold;
	font-size: 12px;
}
#menu ul ul {
	width: auto;
	border: none;
	margin: 0;
}
#menu ul ul li a {
	background: url(/grafik/menu_ul_ul.gif) no-repeat left center;
	padding-left: 42px;
	font-weight: normal;
	font-size: 11px;
	color: #E0D9D0;
}
#menu ul ul li a:hover, #menu ul ul li.activ a, #menu ul li.activ a, #menu ul li.activ li.activ a, #menu ul li.activ li a:hover { color: #FFF; }
#menu ul li.activ li a { color: #E0D9D0; }
#menu ul.closed { display: none; }
#menulogos { margin: 1em 0; }
#menulogos img { margin: 5px 0; }

/* CONTENTCONTAINER */
#contentcontainer { padding-bottom: 90px; }
#content {
	padding: 10px 20px 20px 20px;
	line-height: 140%;
	color: #E0D9D0;
}

/* SHOWCASES */
#showcases { font-size: 10px; }
#showcases dl, #showcases dt, #showcases dd {
	margin: 0;
	padding: 0;
}
#showcases dl { width: 218px; }
#showcases dt { 
	padding-left: 20px;
	padding-top: 5px;
}
#showcases dt h1 {
	font-size: 16px;
	font-weight: normal;
}
#showcases dd {
	padding: 0 20px 15px 20px;
	border-bottom: 2px solid #978264;
}

/* FOOTER */
#footer {
	position: absolute; 
	bottom: 0; 
	left: 0;
/*	height: 90px;*/ /* 70 */
	background: #9F8B6F;
	border-top: 2px solid #978264;
	overflow: hidden;
	font-size: 11px;
	white-space: nowrap;
	color: #E0D9D0;
}
#adresse {
	margin: 8px auto 0 auto;
	padding-top: 8px;
}
#footerlinks {
	text-align: center;
	margin-top: 15px;
	padding: 7px;
	clear: both;
}
#copyright {
	text-align: left;
	padding: 7px;
	clear: both;
}
#copyright { font: 10px Arial, Helvetica, sans-serif; }
#copyright a, #footerlinks a { text-decoration: none; }
#copyright a:hover, #footerlinks a:hover { text-decoration: underline; }

#footerlinks { color: #E0D9D0; }

/* KLASSEN */
.imagebox {
	margin: 1em 0;
	width: 362px;
}
.imagebox img { margin: 1px; }
.printlogo { display: none; position: absolute; }
.dunkel { background-color: #837055; }
.hell { background-color: #A28F74; }
.padding { padding: 1px 10px 10px 10px; }
.dunkel hr {
	border: none;
	border-bottom: 1px solid #978264;
	height: 1px;
}
.hell hr {
	border: none;
	border-bottom: 1px solid #978264;
	height: 1px;
}

/* TABELLE */
.preistabelle {
	border-bottom: 1px dotted #AD997C;
	border-left: 1px dotted #AD997C;
	margin: 0.5em 0;
	clear: both;
}
.preistabelle td, .preistabelle th {
	border-top: 1px dotted #AD997C;
	border-right: 1px dotted #AD997C;
	padding: 4px 2px;
	background-color: #837055;
}
div.dunkel .preistabelle td, div.dunkel .preistabelle th {
	background-color: #7D6B51; /* 20% bg auf dunkel */
}
div.hell .preistabelle {
	border-bottom: 1px dotted #FFF;
	border-left: 1px dotted #FFF;
	margin-top: 1em;
}
div.hell .preistabelle td, div.hell .preistabelle th {
	border-top: 1px dotted #FFF;
	border-right: 1px dotted #FFF;
	background-color: #968469; /* 20% bg auf hell */
}
.preistabelle th, .preistabelle td { text-align: center; }
.preistabelle th.alignleft, .preistabelle td.alignleft { text-align: left; }

#content dl { margin: 0.5em 0; }
#content dt, #content dd { margin: 0; }
#content dt {
	font-weight: bold;
	padding-bottom: 0.2em;
}
#content dd table { margin-top: 0.5em; }
#content dd table td { text-align: right; }
