/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 20px auto;
	background-color: #FACC5D;
	text-align: center;
}

/* BASICS */
#logo, #languageselect {
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	text-align: center;
}
#logo { top: 42px; }
#logo div, #languageselect div {
	width: 820px;
	margin: auto;
	text-align: left;
}
#logo img { margin-left: 5px; }
#languageselect { top: 2px; }
#languageselect div { text-align: right; }
#languageselect div a { text-decoration: none; }

#maincontainer {
	width: 820px;
	margin: 0 auto;
	text-align: left;
	border: 4px solid white;
	background: #FFF4C7 url(/grafik/maincontainer_bg.gif) repeat-y left top;
}
td#menu {
	width: 200px;	
	padding: 290px 0 0 0;
}
#menu ul, #menu ul li {
	list-style: none;
	margin: 0;
	padding: 0;
}
#menu ul li {
	line-height: 30px;
	background: url(/grafik/menu_ul_li.jpg) no-repeat right bottom;
	text-indent: 15px;
}
#menu ul li a {
	color: white;
	font: bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-decoration: none;
	display: block;
	line-height: 30px;
}
#menu a:hover { color: #F3CEB2; }
td#menu a:hover img, #menu ul li a:hover { background: url(/grafik/menu_img_over.jpg) repeat-y left bottom; }
#menu blockquote {
	margin: 40px 0 0 20px;
	padding: 0;
	color: white;
	line-height: 12px;
}
#menu blockquote a { color: white; }
#menu blockquote a:hover { color: #F3CEB2; }

table#contentcontainer {
	background: url(/grafik/panoramabild/willkommen.jpg) no-repeat left top;
	width: inherit;
	min-height: 304px;
	width: 820px;
}
#content {
	margin: 304px 0 10px 40px;
	padding: 0;
	width: 560px;
	color: #472D2E;
}
#content h1 {
	font-size: 24px;
	font-weight: normal;
	margin: 30px 0 0.5em 0;
	padding-top: 20px;
}
#content h2 {
	font-size: 14px;
	font-weight: bold;
	margin: 1em 0 0.5em 0;
}
#content a { color: #742919; }
#content a:hover { color: #E36100; }

#content table.tabelle {
	margin-bottom: 1em;
	border-top: 1px solid white;
	border-left: 1px solid white;
}
#content table.tabelle td, #content table.tabelle th {
	padding: 4px 10px;
	border-bottom: 1px solid white;
	border-right: 1px solid white;
	background-color: #FEEDBD;
	background: #FEEDBD url(/grafik/tabelle_td_bg.jpg) repeat-x left bottom;
}
#content table.tabelle th {
	background: #FFF6D2 url(/grafik/tabelle_th_bg.jpg) repeat-x left bottom;
	font-weight: bold;
}

/* FOOTER */
#footerlogos { text-align: center; }

/* COPYRIGHT */
#copyright {
	vertical-align: bottom;
	color: white;
	font: 10px Arial, Helvetica, sans-serif;
	padding: 0 0 4px 8px;
}
#copyright a {
	text-decoration: none;
	color: white;
}
#copyright a:hover { text-decoration: underline; }

/* BILDBOXEN */
.imagebox {
	float: right;
	text-align: right;
	margin: 0 0 0.5em 1em;
}