/* 1.0 | hannes | 2006-10-03 | template */
body {
	margin: 0;
	background: #D2BD8F url(/grafik/body_bg.gif) repeat-y center top;
	text-align: center;
}
#maincontainer {
	width: 920px;
	margin: 0 auto;
}
#contentmaincontainer, #footer {
	width: inherit;
	margin: 0 20px;
	max-width: 880px;
	text-align: left;
}
#logoprint { display: none; }

/* MENU */
#menucontainer { width: 200px; }
#menu { margin-left: 10px; }
#menu ul {
	width: 190px;
	background-color: #D2BD8F;
	margin: 0 0 0 10px;
	border-top: 4px solid #D2BD8F;
}
#menu ul, #menu ul li {
	margin: 0;
	padding: 0;
	list-style: none;
}
#menu ul li {
	line-height: 30px;
	text-indent: 10px;
	background: url(/grafik/menu_ul_li_bg.gif) no-repeat left top;
}
#menu ul li a {
	display: block;
	text-decoration: none;
}
#menu ul li a:hover {
	text-decoration: underline;
	color: #600;
}
#menu ul li.activ, #menu ul li.activ a:hover { background-image: url(/grafik/menu_ul_li_active_bg.gif); }
#menu ul li:hover { background-image: url(/grafik/menu_ul_li_over_bg.gif); }

/* CONTENT */
#content {
	margin: 15px 45px;
	line-height: 150%;
	min-width: 590px;
}
#content h1 {
	padding: 0 0 0 30px;
	margin: 0 0 10px 0;
	background: url(/grafik/h1_content_bg.gif) no-repeat left top;
	min-height: 32px;
	line-height: 28px;
	font-weight: normal;
}
#content hr { clear: both; }

.imagebox {
	clear: both;
	margin: 10px 0;
}
.imagebox img { margin: 2px; }
.highlightbox {
	border: 1px solid #BCA980;
	margin: 1em 0;
	padding: 20px;
	background: #D2BD90 url(/grafik/newsbox_bg.jpg) repeat-x left top;
}
.highlightbox h2 {
	margin: 0 0 0.4em 0;
	padding: 0;
}

/* FOOTER */
#footer {
	height: 100px;
	background: url(/grafik/footer_bg.jpg) no-repeat left top;	
	clear: both;
	margin-top: 15px;
}
#footer td#copyright {
	vertical-align: bottom;
	height: 96px;
	font: 10px Arial, Helvetica, sans-serif;
	padding-left: 4px;
	width: 240px;
}
#footer #copyright a { text-decoration: none; }
#footer #copyright a:hover {
	text-decoration: underline;
	color: #600;
}
#footer td.adressblock {
	font-size: 12px;
	padding: 30px 30px 0 0;
}

