@charset "utf-8";
/* CSS Document */
* {
	margin:0;
	padding:0;
	border: none;
}

body {
	padding: 20px 0px;
	font-family: Verdana, Helvetica, Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

.clear {
	font-size: 0px;
	line-height: 0px;
	height: 0px;
	overflow: hidden;
	float: none;
	clear: both;
}

#wrapper {
	margin:auto;
	width:950px;
	background: #ffffff;
	border: 1px solid #d9d9d9;
	position:relative;
}

#head {
	height: 120px;
	overflow: hidden;
	position: relative;
}

#logo {
	height: 37px;
	overflow: hidden;
	position: relative;
}

#searchbox {
	position: absolute;
	left: 750px;
	top: 6px;
}

#searchbox #searchinput {
	height: 16px;
	padding: 4px;
	width: 140px;
}

#searchbox #searchsubmit {
	height: 24px;
	padding-bottom: 6px;
	position: relative;
	top: 1px;
	width: 24px;
	border: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
	cursor: pointer;
}

#navi {
	background: #D9D9D9;
	width: 190px;
	float: left;
	padding: 40px 25px 30px 10px;
	position: relative;
	height: 100%;
}

#navi ul {	
	list-style-type: none;
}

#navi ul li {
	height: 30px;
}

#navi ul li a {
	display: block;
	color: #000;
	text-decoration: none;
}

#navi ul li a:hover, #navi ul li a.aktiv {
	text-decoration: underline;
}

#content {
	width: 700px;
	float: right;
	padding: 20px 0 0 0;
}

#content h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 20px;
}

#content h2 {
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	margin-top: -20px;
}

#content p {
	margin-top: 20px;
}

#hometeaser {
	margin: auto;
	margin-top: 50px;
}

#hometeaser .teaser {
	width: 180px;
	margin-right: 50px;
	float: left;
	height: 200px;
	border: 1px solid darkgrey;
	position: relative;
	left: 0px;
	top: 0px;
}

#hometeaser .teaser h2 {
	margin: 0px;
	display: block;
	color: #fff;
	background-color: darkgrey;
	font-weight: bold;
	padding: 3px 0 0 3px;
	height: 22px;
}

#hometeaser .teaser p {
	margin: 10px;
}

#hometeaser .teaser a.weiterlesen {
	position: absolute;
	height: 20px;
	width: 175px;
	display: block;
	color: red;
	top: 178px;
	left: -1px;
	background-color: red;
	color: #fff;
	padding: 2px 0 0 5px;
	text-decoration: none;
	font-weight: bold;
	border: 1px solid red;
}

#footer {
	text-align: center;
	font-size: 10px;
	background: #fff;
	color: #000;
	font-weight: bold;
	height: 18px;
	margin-top: 0px;
	padding-top: 2px;
}

.csc-mailform {
	margin-top: 30px;
}

.csc-mailform label {
	width: 150px;
	display: block;
	float: left;
}

.csc-mailform input, .csc-mailform textarea {
	width: 300px;
	border: 1px solid #000;
	clear: left;
	margin-bottom: 10px;
	font-family: Arial;
	font-size: 12px;
	padding: 2px;
}

.csc-mailform .csc-mailform-submit {
	width: 150px;
	margin-left: 150px;
}

#maincontent {
	width: 450px;
	float: left;
}

#piccontent {
	width: 200px;
	float: right;
	margin-right: 20px;
	text-align: center;
}
