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

* {
	margin: 0;
	padding: 0;
}

body {
	font-family: 'Signika', sans-serif;
 	text-align: center; /* Zentrierung IE */
	/* margin: 0 auto;
	 overflow : auto; 
	 align :center;*/
}

h1{
	color:#333;
	font-size:26px;
	margin-bottom:25px;
}

h2{
	color:#333;
	font-size:19px;
	margin-bottom:15px;
}

p{
	color:#333;
}

/* header begins */
#header {
  	height:100px;
	width:1100px;	
}

#nav img {
  	height:300px;
	width:1100px;	
  	text-align:center;
}

#nav {
	width: 1100px;
	height: 40px;
	background: #7c9e2b;
	font-weight:bold;
}
	
#nav li{
	list-style-type: none;
}
	
#nav li a{
	height: 20px;
	padding:10px 66px;
	float: left;
	color: #ffffff;
	text-decoration:none;
}
	
#nav li a:hover {
	color:#ffffff;
	background: #5e7127;
}

#nav li a.active {
	color:#ffffff;
	background: #5e7127;
}
	
#container {
	float: left;
	text-align: left;
	margin: 0 auto;
	width: 1100px;
	margin-top:300px;
}

#content_left {
	float: left;
	width: 690px;
	height: auto;
	margin: 35px 10px 10px 45px;
	float: left;
}

#content_right {
	float: left;
	width: 300px;
	height: auto;
	margin: 20px 0px 10px 15px;
	background-color: #ee7108;
	color:#ffffff;
	padding:15px 15px 15px 25px;
}
