@charset "utf-8";
/* CSS Document - Allgemeine Definitionen */

html, body {
	background-color:#efeee6;
	font-family:Verdana;
	font-size:0.82em;
	margin: 0;
}

img {
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}

a {
	text-decoration:none;
}

#bg_header {
	background-image:url(../upload/bilder/header_schraffur.jpg);
	background-repeat:repeat-x;
	width:100%;
	height:85px;
	text-align:center;
}

#header {
	background-image:url(../upload/bilder/logo.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
	width:887px;
	height:72px;
	margin:auto;
	text-align:right;
}

#top_nav {
	position:relative;
	top:10px;
}

#top_nav div {
	margin-bottom:4px;
}

.links a {
	color:#FFFFFF;
}

.links a:hover {
	color:#78bab5;
}

.active a {
	color:#78bab5;
}

#bg_nav {
	background-color:#114443;
	width:100%;
	height:41px;
	background-image:url(../upload/bilder/bg_nav.jpg);
	background-repeat:repeat-x;
	text-align:center;
		
}

#nav_container {
	width:100%;
	margin:0;
	margin-left:-17px;
	padding-top:13px;
}

html:not([dummy]) #nav_container {
	width:100%
	margin: 0;
	margin-left:-8px;
	padding-top:13px;
	padding-left:0px;
}

#nav div {
	display: inline;
	margin-left:16px;
}

html:not([dummy]) #nav div {
	display: inline;
	margin-left:16px;
}

#content_container {
	width:895px;
	margin:auto;
	margin-top:28px;
}

#leftbox {
	width:192px;
	background-image:url(../upload/bilder/leftbox_head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: 1px solid #dcdfd8;
	background-color:#ecebe5;
	padding-top:35px;
        padding-bottom:10px;
	float:left;
}

.boxtext {
	margin-left:11px;
	width:164px;
}

.more {
	text-align:right;
	background-image:url(../upload/bilder/arrow_more.gif);
	background-repeat:no-repeat;
	background-position:right;
	padding-right:10px;
	margin-bottom:5px;
	margin-right:5px;
	margin-top:36px;
}

.more a {
	color:black;
}

.more a:hover {
	color:#689a97;
}

#centerbox {
	width:462px;
	
	margin-left:auto;
	margin-right:auto;

}

#contentbox {
	width:673px;
}

#contentbox a{
color:#297c10;
}

h1 {
	color:#2d7573;
	font-size:20px;
	font-weight:normal;
	background-image:url(../upload/bilder/h1_border.jpg);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-bottom:5px;
}

h2 {
	font-size:14px;
	font-weight:bold;
}

#centertext {
	margin-top:20px;
}

#rightbox_container {
	float:right;
}

#topbox {
	width:192px;
	background-image:url(../upload/bilder/righttop_head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: 1px solid #dcdfd8;
	background-color:#ecebe5;
	padding-top:35px;
        padding-bottom:10px;
}

#bottombox {
	width:192px;
	margin-top:14px;
	text-align:center;
	background-image:url(../upload/bilder/rightbottom_head.jpg);
	background-repeat:no-repeat;
	background-position:top;
	border: 1px solid #dcdfd8;
	background-color:#ecebe5;
	padding-top:35px;
        padding-bottom:10px;
}

#footer {
	width:876px;
	height:31px;
	background-color:#dbdbd8;
	border: 1px solid #c2cfc9;
	margin:auto;
	margin-top:20px;
	padding-left:16px;
	color:#626262;
}

#footerleft {
	margin-top:8px;
	float:left;
}

#footerright {
	margin-top:8px;
	margin-right:13px;
	float:right;
}

#footerright a {
	color:#626262;
}

#footerleft a {
	color:#626262;
}

#clearer {
	clear:both;
}