body {
	background-color: #5c7a14;
	font-family: Verdana, sans-serif;
	font-size: 11px;
}

p {
	margin-bottom: 0px;
}

h1 {
	font-size: 12px;
	color: #e65b17;
	margin-top: 0px;
	margin-bottom: 12px;
}

h2 {
	margin-top: 0px;
	font-size: 16px;
	color: #F60;
	font-weight: bold;
	margin-bottom: 0px;
}

h3 {
	margin-top: 0px;
	font-weight: bold;
	font-size: 11px;
}


a:link {
	color: #000000;
	font-size: 12px;
	text-decoration: none;
}

a:visited {
	color: #000000;
	font-size: 12px;
	text-decoration: none;	
}

a:hover {
	color: #555555;
	font-size: 12px;
	text-decoration: none;	
}	

a:active {
	color: #feaf02;
	font-size: 12px;
	text-decoration: none;	
}

strong {
	font-weight: bold;
	font-size: 12px;
}

#wrapper {
	width: 1025px;
	min-height:666px;
	top:0px;
	left:0px;
	padding:0;
	margin: 0 auto;
	position:absolute;
	bottom:0;
}

#header {
	width: 1025px;
	height: 86px;
	background: url(Bilder/top.png) no-repeat;	
}

#menu {
	padding-left: 360px;
	padding-top: 45px;
}

#left {
	width: 345px;
	background: #9eb427 url(Bilder/linkshg.png) no-repeat;
}

#text-left {
	padding-top:350px;
	padding-left:115px;
	float:left;
}

#right {
	background-image: url(Bilder/middle.png);
	width: 680px;
	margin-left: 345px;
	min-height: 600px;
	background-repeat: repeat-y;
}

#text-right {
	padding-top:7px;
	padding-left:15px;
	padding-right:50px;
}

#footer {
	background: url(Bilder/bottom.png) no-repeat;
	height:31px;
	width:1025px;
}	
		
