@charset "utf-8";
/* CSS Document */

/*---------- Global ---------*/

* {
	margin: 0px;
	padding: 0px;
}

body, html{
	min-height:101%; /*Scrollbar immer anzeigen*/
}

body {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #000;
}

img {
	border: none;	
}

.clr {
	clear: both;	
}

p {
	text-align: left;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}


a {
	color: #333;
	text-decoration: none;
}

h1 {
	color: #234c1b;
	font-size: 16px;
}

h2 {
	color: #4c331b;
	font-size: 15px;
	font-weight: normal;
}

h1, h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding: 0 0 5px 0;	
}

/*---------- main divs ---------*/


#center { text-align:center}
#center p {
	text-align: center;
	line-height: 1.5em;
	padding: 0 0 5px 0;
}


#main_wrapper {
	background: url(../images/left_shadow.jpg) no-repeat top left #fff;
	width: 931px;
	margin: auto;
}

#main {
	background: url(../images/right_shadow.jpg) no-repeat top right;
	padding: 0 6px;
}

#header {
	background: url(../images/header_banner.jpg) no-repeat;
	height: 181px;
	padding: 0 0 0 30px;
}

.logo {
	float: left;
	width: 270px;
}

/*------------ navigation -----------------*/

#navs {
	height: 39px;	
	background: url(../images/nav_bg.png) repeat-x top;
}

#navs ul {
	
}

#navs ul li {
	padding: 0px;
	display: inline;
	list-style: none;
	float: left;
	border-right: 1px solid #fff;
}

#navs ul li a {
	font-size: 13px;
	color: #28631c;
	display: block;
	font-family: Georgia;
	font-weight: bold;
	padding: 7px 7px;
	text-align: center;
	text-decoration: none;
}

#navs ul .last {
	border-right:none!important;
}

#navs ul li a:hover, #navs ul li a.active {
	color: #a22c2d;
	background-color:#e2dbc8;
}

/*---------------- content --------*/

#content {
	background: url(../images/content_bg.jpg) repeat-x left top #faf8f0;	
	padding: 30px;
}

/*--------------- left content -----------------*/

#left_content {
	float: left;
	width: 620px;
}

.matter {
	color: #234c1b;
	padding: 10px 0 0 0; 
}

.matter img {
	float: left;
	

	padding: 5px 10px 10px 0;
}

.matter a {
	color: #4c331b;
}

.matter a:hover {
	color: #4c331b;
	text-decoration: underline;
}

/*-------------- right content --------------*/

#right_content {
	float: right;
	width: 200px;
}

.border {
	margin: 5px 0;
	border-bottom: 1px solid #444;
}

.cont_box {
	color: #28641d;	
	/*font-weight: bold;*/
	padding: 10px 0;
}

.cont_box p {
	padding: 5px 0;	
}

.cont_box a {
	color: #532d14;	
}

.cont_box a:hover {
	text-decoration: underline;
}

/*----------------- footer --------------*/

#footer {
	
}

.foot_content {
	background: #e2dbc8;
	font-weight: normal;
	padding: 15px 0px 8px 0;
	text-align: center;
}

#footer p {
	text-align: center;	
	line-height: normal;
}

.green {
	color: #28641d;	
}

.brn, .brn a  {
	color: #4c331b;	
}

.foot_shadow {
	background: url(../images/footer_shadow.jpg) no-repeat center top;
	padding: 10px 0;
}