/* CSS Document */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
body {
	background: #F9D75D url(/grafik/body_bg.gif) repeat-x center top;
	color: #3B3B3B;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}
#maincontainer {
	background: transparent url(/grafik/maincontainer_bg_trans.png) repeat-y left top;
	min-height: 100%; 
	position: relative;
	width: 980px;
	margin: auto;
}
* html #maincontainer { height: 100%; }

/* HEADER */
#header {
	width: 100%;
	background: url(/grafik/header_bg.gif) no-repeat center top;
	font: 10px Arial, Helvetica, sans-serif;
	height: 45px;
	clear: both;
	overflow: hidden!important; /* wichtig */
}
#header, #languageselect a, #copyright a, #copyright strong, #copyright { color: #FFE48E; }
#languageselect a, #copyright a { text-decoration: none; }
#languageselect a:hover, #copyright a:hover { text-decoration: underline; }

#adresse span, #languageselect { color: #F17737; }
#adresse span, #languageselect, #copyright, #copyright strong {
	margin: auto 3px;
	font-weight: normal;
}
#copyright strong { color: #F17737; }

#header strong { font-family: Verdana, Arial, Helvetica, sans-serif; }
#languageselect {
	float: right;
	margin: 29px 20px 0 0;
	text-transform: lowercase;
}
#adresse {
	margin: 29px 0 0 20px ;
	float: left;
}

/* CONTENT */
#contentmaincontainer {
	padding-bottom: 93px;
	width: 960px;
	margin: auto;
	z-index: 4;
	clear: both;
}
#contentcontainer {
	padding-top: 322px;
	background: url(/grafik/content_bg.png) no-repeat left 322px;
}
#content {
	padding: 0 20px 20px 20px;
	line-height: 140%;
	font-size: 11px;
}
#content a { color: #E83300; }
#content h1 { font-size: 24px; }
#content h2 { font-size: 12px; }
#content h3 { font-size: 11px; }
#content td, #content th { font-size: 11px; }

/* PANORAMABILD */
#panoramabildcontainer {
	z-index: 0;
	overflow: hidden;
	position: absolute;
	top: 45px;
	text-align: center;
	left: 0;
	right: 0;
	height: 322px;
	background: url(/grafik/panoramabildcontainer_bg.png) no-repeat left top;
}
#panoramabild {
	width: 960px;
	margin: auto;
	text-align: left;
	z-index: 1;
}

/* MENUCONTAINER */
#menucontainer {
	width: 230px;
	padding-top: 312px;
	background: url(/grafik/menu_bg_trans.png) no-repeat left top;
	z-index: 3;
}
#menucontainer ul {
	width: 220px;
	margin: 0;
	padding: 0;
	list-style: none;
}
#menucontainer a {
	display: block;
	border-bottom: 1px dotted #9D8B50;
}
#menucontainer ul li li a {
	background-color: #FDF6DF;
	line-height: 25px;
	text-indent: 35px;
}
#menucontainer ul li a:hover { background: url(/grafik/menu_ul_hover_bg.gif) no-repeat left bottom; }

/* EXTRAMENU */
#extramenu {
	text-align: center;
	margin: 2em auto 1em auto;
	width: 220px;
}
#extramenu a { border: none; }
#extramenu a img { margin-bottom: 10px; }

/* SUBMENU */
#submenu {
	margin-bottom: 1em;
	color: #DDD;
}
#submenu a {
	text-decoration: none;
	border-bottom: 1px dotted red;
}
#submenu a.activ, #submenu a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #CCC;
	color: #333;
}

/* SHOWCASE */
#showcase {
	width: 280px;
	background: url(/grafik/showcase_bg.gif) no-repeat left top;
	z-index: 4;
	padding: 0;
	font: 11px Arial, Helvetica, sans-serif;
}
#showcase blockquote, #showcase dl {
	width: inherit;
	padding: 0;
	margin: 0;
	z-index: 100;
	position: relative!important; /* query z-index */
}
#showcase dl {
	background: url(/grafik/showcase_blockquote.jpg) no-repeat left top;
	margin-top: 10px;
}
#showcase dl.adresse {
	background: none;
	margin-top: 0;
	padding: 0;
}
#showcase dl.adresse dt {
	margin-top: 10px;
	padding: 0;
}
#showcase dl dt {
	padding: 12px 22px 6px 24px;
	margin: 0;
	font: bold 14px Arial, Helvetica, sans-serif;
}
#showcase dl dd {
	padding: 0 25px 20px 25px;
	margin: 0;
}
#showcase dl dd div {
	text-align: right;
	display: block;
}
#showcase dl dd div a {
	padding-right: 15px;
	background: url(/grafik/showcase_link_bg.gif) no-repeat right center;
}
/* WETTER */
#showcase th, #showcase td {
	font: 10px Arial, Helvetica, sans-serif;
	color: #333333;
}
#showcase td.grey { background-color: #E8EAEC; }
#showcase td.borderbottom { border-bottom: 2px solid white; }
#showcase td.max { color: #F00; }
#showcase td.min { color: #007BC4; }

/* LAGE */
#showcase dl.lage dd {
	padding: 0;
	margin: 0;
}

/* FOOTER */
#footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 93px;
	padding: 0;
	background: url(/grafik/footer_bg.gif) no-repeat center top;
}
#copyright {
	width: 280px;
	text-align: left;
	float: left;
	line-height: 12px;
	vertical-align: bottom;
	height: 12px;
	margin: 78px 0 0 15px;
	font: 10px Arial, Helvetica, sans-serif;
}
#logos {
	width: 600px;
	padding-right: 10px;
	float: right;
}

.imagebox {
	width: 400px;
	margin: 1em 0;
	white-space: nowrap;
}
.imagebox img { margin: 1px; }