/* 1.0 | hannes | 2006-10-03 | template */
html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	text-align: center;
}
body { background: #F6EC79 url(/grafik/body_bg.gif) repeat-x center top; }
* html #maincontainer { height: 100%; }

#maincontainer {
	min-height: 100%; 
	position: relative;
	width: 760px;
	margin: 0 auto;
	text-align: left;
	background: #FFF url(/grafik/content_bg.gif) no-repeat left top;
}

#logo { height: 115px; }

/* MENU */
#menu { 
	height: 29px;
	border-right: 1px solid #857865;
	background: #66563E;
}

/* DROPDOWNMENU */
#dropdownmenu, #dropdownmenu ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
#dropdownmenu li { float: left; }
#dropdownmenu ul li a {
	border-left: 1px solid #857865;
	display: block;
	padding: 0 16px;
	color: white;
	font-size: 12px;
	line-height: 29px;
	text-decoration: none;
	background: #66563E;
}
#dropdownmenu ul li a:hover, #dropdownmenu ul li.activ a { color: #C2BBB2; }

/* 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, #dropdownmenu ul li.activ li a {
	color: #565040;
	border-bottom: 1px solid #DDD;
	border-right: 1px solid #DDD;
	border-left: 1px solid #DDD;
	background: #FFF;
	font-size: 11px;
	width: 100%;
	display: block;
	padding: 0 0 0 10px;
	margin: 0;
	z-index: 5; /* formular bug */
	line-height: 22px;
}
#dropdownmenu li ul li a:hover { 
	color: black;
	background: #F9F9F9; 
}
#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; }


/* CONTENT */
#panoramabild {
	width: 760px;
	clear: both;
}
#contentcontainer {
	width: 760px; /* BUG IE 6 */
	clear: both;
	padding-bottom: 60px;
}
#content {
	padding: 30px 20px 0 200px;
	margin: 0;
	line-height: 150%;
}
#content a { color: #B62836; }
#content a:hover { color: #C00; }

#footer {
	position: absolute; 
	bottom: 0; 
	height: 50px;
	width: 100%; /* BUG IE 6 */
	clear: both;
}
#footer th, #footer td {
	vertical-align: bottom;
	height: 45px;
	font-size: 11px;
	font-family: Arial, Helvetica, sans-serif;
}
#footer th {
	width: 196px;
	font-weight: normal;
	font-size: 10px;
	padding-left: 4px;
}
#footer th a { text-decoration: none; }
#footer th a:hover { text-decoration: underline; }

/* HTML BASICS */
h1 { 
	font-size: 21px;
	font-weight: 500;
	color: #B72737;
}
h2, h3 { font-size: 12px; }


/* COPYRIGHT */
#copyright {	
	vertical-align: bottom;
	font: 10px Arial, Helvetica, sans-serif;
	padding-bottom: 4px;
	margin: 40px 0 4px 20px;
}
#copyright a { 
	text-decoration: none;
	color: #999;
}

#languageselect {
	position: absolute;
	padding: 4px;
}

/* KLASSEN */
.imagebox { margin: 1em auto; }
.imagebox img { margin: 1px; }
