/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #1F7231 url(/grafik/body_bg.gif) repeat-x left top;
	text-align: center;
}
h1 {
	color: #55361F;
	font: oblique normal 22px "Times New Roman", Times, serif;
	border-bottom: 1px solid #F2F0ED;
	line-height: 70%;
}
h2 { font-size: 14px; }
h3 { font-size: 12px; }

#header, #maincontainer { margin: 0 auto; }
div#headline { 
	margin-bottom: 10px;
	width: 290px;
	overflow: hidden;
	margin-left: -10px;
}
#header {
	height: 100px;
	width: 950px;
	background: url(/grafik/header_bg.jpg) no-repeat center top;
	text-align: left;
}
#header blockquote {
	float: right;
	padding: 20px 20px 0 0;
	color: white;
	margin: 0;
	text-align: right;
	font-size: 11px;
}
#header blockquote a { color: white; }
#maincontainer {
	width: 950px;
	height: 485px;
	background: url(/grafik/maincontainer_bg.jpg) no-repeat center top;
	text-align: left;
}
#contentcontainer {
	width: 295px;
	height: 100%;
	float: left;
}
#menu {
	width: 630px;
	height: 50px;
	float: right;
	line-height: 50px;
	color: #E1DCC3;
}
#menu a {
	color: #1C491C;
	text-decoration: none;
	margin: 0 2px;
}
#menu a:hover, #menu a.activ { color: #899E7C; }
#menu a.activ { text-decoration: underline; }
#panoramabild {
	width: 655px;
	height: 435px;
	float: right;
}
#content, #content td, #content th { font-size: 11px; }
#content {
	margin: 50px 0 0 30px;
	width: 250px;
	height: 410px;
	line-height: 180%;
}
#content ul { line-height: 150%; }
#copyright {
	padding: 2px 0 0 24px;
	font: 10px Arial, Helvetica, sans-serif;
	color: #5B3D27;
}
#copyright a { text-decoration: none; }
#copyright a:hover { text-decoration: underline; }