/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	padding: 0;
	background: #781210;
	text-align: center;
	color: #742919;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
}

/* BASICS */
#maincontainer {
	background: url(/grafik/maincontainer_bg.jpg) repeat-y center top;
	margin: 0 auto;
	text-align: left;
	clear: both;
}
#maincontainer #contentmaincontainer {
	width: 800px;
	margin: auto;
	clear: both;
}

/* BREITE */
#languageselect, #maincontainer, #footer, #copyrightcontainer {
	width: 828px;
	margin: 0 auto;
}
#languageselect, #footer, #copyrightcontainer { text-align: left; }

/* LANGUAGE SELECT */
#languageselect {
	text-align: right;
	margin-top: 0;
	padding: 0px 8px 0 0;
	height: 20px;
	line-height: 20px;
	vertical-align: bottom;
	z-index: 1;
	overflow: hidden;
	background: url(/grafik/languageselect_bg.jpg) no-repeat center top;
	overflow: hidden;
}
#languageselect, #languageselect a, #copyrightcontainer, #copyrightcontainer a {
	color: #FFF;
	font: 10px Arial, Helvetica, sans-serif;
	text-decoration: none;
}
#languageselect div { padding-top: 5px; }
#languageselect a:hover, #copyrightcontainer a:hover {
	text-decoration: underline;
	color: #D5BF9E;
}


/* PANORAMABILD */
#panoramabild {
	height: 400px;
	padding-top: 10px;
	overflow: hidden;
	z-index: 0;
}
div#logo {
	position: absolute;
	top: 321px;
	width: 225px;
	text-align: center;
	z-index: 10;
}

/* CONTENTCONTAINER */
#contentcontainer {
	background-color: white;
	width: 100%;
}
#contentcontainer td#menucontainer {
	width: 235px;
	vertical-align: top;
	background: white url(/grafik/menu_bg.jpg) no-repeat left top;
	min-height: 380px;
}
#contentcontainer td #content {
	padding: 40px 190px 20px 30px;
	min-height: 300px;
}
#contentcontainer td h1 {
	color: #941D1A;
	font-size: 22px;
	font-weight: normal;
	margin-top: 0;
}
#contentcontainer td h2 {
	font-size: 14px;
	font-weight: bold;
}
/* MENU */
#contentcontainer td#menucontainer div#menu {
	margin-top: 80px;
	width: 215px;
}
#contentcontainer td#menucontainer div#menu ul { border-bottom: 1px solid #E8E8E8; }
#contentcontainer td#menucontainer div#menu ul li ul { border-bottom: none; }
#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
	line-height: 32px;
	vertical-align: middle;
}
#menu ul li { border-top: 1px solid #E8E8E8; }
#menu ul li a {
	color: #781210;
	text-decoration: none;
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	padding-left: 15px;
}
#menu ul li a:hover { text-decoration: underline; }
#menu ul li li {
	font-size: 12px;
	background: url(/grafik/menu_ul_ul.gif) no-repeat left center;
	line-height: 27px;
}
#menu ul li li a {
	font-size: 14px;
	padding-left: 40px;
}
#menu ul li li.activ a { text-decoration: underline; }

/* FOOTER */
table#footer {
	width: 100%;
	margin-bottom: 10px;
}
#footer td, #footer th {
	vertical-align: middle;
	background-color: #781210;
	font-size: 11px;
	color: white;
}
#footer td {
	vertical-align: top;
	padding: 10px;
}
#footer th { text-align: right; padding: 10px; }
#footer th table { float: right; }
#footer th table td { padding: 0; }
#footer a { color: #FFF; }
#footer a:hover { color: #D5BF9E; }
#footer td.logos { text-align: right; }
#footer th table td {
	padding: 0;
	vertical-align: middle;
}
#footer th table td img { margin-left: 20px; }


/* COPYRIGHT */
#copyrightcontainer, #languageselect { color: #94413A; }
#copyrightcontainer {
	height: 20px;
	background: url(/grafik/copyright_bg.jpg) no-repeat center top;
	color: #FFF;
}
#copyrightcontainer div { padding: 2px 0 0 6px; }

/* BILDBOXEN */
.imagebox {
	width: 210px; /* x IE */
	float: right;
	text-align: right;
}
.imagebox img { margin: 1px 1px 0 0; }

/* KLASSEN */
.tabelle {
	margin: 1em 0;
}
.tabelle th, .tabelle td {
	border-bottom: 2px solid white;
	padding: 2px 4px;
}
.tabelle th {
	font-weight: bold;
	background-color: #E4D0CF;
}
.tabelle td { background-color: #F5EEEE; }