body {
	font:normal 12px/140% Helvetica, Arial, sans-serif;
	background:url(../images/body-background.png) repeat-x -400px 0;
	color:#383838;
	overflow-y:scroll;
}
p { margin:0 0 15px;}
a {	color:#76b538; }
a:hover { color:#82331B; }
#main-wrapper {
	width:960px;
	margin:0 auto;
}
#header {
	display:block;
	height:90px;
	border-bottom:3px solid #76b538;
	margin:0 0 20px;
}
	#header h1 { 
		padding:28px 0 0;
		width:216px;
		float:left;
	}
	#header ul, .leistungen { float:right; }
		#header ul li, .leistungen li {
			float:left;
			margin:39px 0 0 20px;
		}
		.leistungen li { margin:25px 0 0 20px; }
			#header ul li a, .leistungen li a {
				text-decoration:none;
				font-size:18px;
				color:#8b8b8b;
			}
			#header ul li a:hover, .leistungen li a:hover { color:#494949; }
			#header ul li a.active { color:#76b538; }
#content-wrapper {}
	#slider {}
	ul.teaserlist li { margin:7px 13px 0 0; float:left; }
	#content-wrapper h2 {
		font-size:36px;
		color:#1f60a7;
		padding:20px 0 40px;
		font-weight:normal;
	}
	.floatleft { float:left; }
	#content-wrapper h3 {
		font-size:24px;
		font-weight:normal;
		color:#1f60a7;
		background:#f0efef;
		margin:0 0 20px;
		clear:both;
	}
		#content-wrapper h3 span {
			background:#e8e8e8;
			padding:10px 20px;
			display:inline-block;
			position:relative;
			left:-20px;
		}
	#content-wrapper h4 {
		font-size:14px;
		color:#1f60a7;
		padding:0 0 15px;
	}
	.right ul { margin:0 0 30px 0; }
		.right ul li {
			list-style:disc;
			margin:0 0 5px 18px;
		}
		.right ul.cross li { list-style:url(../images/list-cross.png); }
			.right ul li span { color:#383838; }
	#content-wrapper .left {
		width:470px;
		margin:0 20px 20px 0;
		float:left;
	}
	#content-wrapper .right {
		width:470px;
		float:right;
	}
		#content-wrapper .right img {
			margin:0 0 5px 0;
			padding:1px;
			border:1px solid #bbb;
			
		}
		#content-wrapper .right .bildbeschreibung {
			font-style:italic;
			color:#999;
		}

#footer {
	display:block;
	border-top:3px solid #1f60a7;
	margin:20px 0 0;
	text-align:right;
	padding:5px 0 30px;
	clear:both;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



form#contactform {
	width:420px;
	padding:25px 25px 0;
	background:#eee;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
form#contactform label {
	color:#939393;
	display:block;
	font-size:14px;
	margin:0 0 8px;
}
form#contactform input, form#contactform textarea {
	width:347px;
	height:26px;
	background:#fff;
	border:1px solid #ddd;
	color:#333;
	padding:8px;
	font-family:Helvetica, Arial, sans-serif;
	font-size:20px;
	margin:0 0 25px;
	display:block;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
form#contactform input:focus, form#contactform textarea:focus {
	border:1px solid #76b538;
	-moz-box-shadow:0 0 3px #000;
}
form#contactform textarea {
	width:400px;
	height:183px;
	overflow:auto;
	line-height:28px;
}
form#contactform input#submitbutton {
	width:auto;
	height:auto;
	float:right;
	cursor:pointer;
	color:#76b538;
	border:1px solid #76b538;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}