@import url('reset.css');
body {
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-family: "Tahoma";
	font-size: 0.8em;
	line-height: 1.4em;
	background-color: #FFFFFF;
}

div#main {
	position: absolute;
	width: 990px;
	height: 15px;
	top: 55px;
	left: 50%;
	margin-left: -495px;
}

div#header {
	width: 990px;
	height: 309px;
	background-image: url('images/header_back.jpg');
	border: solid 0px;
	border-color: #901e78;
	border-bottom-width: 4px;
}

div#fb {
	margin-left: 10px;
}

div#navi img {
	margin-top: 165px;
	margin-left: 11px;
	border: solid 0px;
}

div#content {
	width: 990px;
	background-color: #615d5c;
	padding-top: 15px;
}

div#logoKlein {
	width: 62px;
	height: 62px;
	margin-left: 11px;
	float: left;
}

div#body {
	width: 388px;
	margin-left: 106px;
	z-index: 1000;
}

div#body h1 {
	font-size: 3em;
	color: #FFF;
	margin: 5px 0 25px 0;
	font-weight: normal;
}

div#body p, a {
	font-size: 1.1em;
	color: #FFF;
	line-height: 1.7em;
	margin-bottom: 15px;
}

div#body img {
	margin-bottom: 10px;
}

div#body .fuss {
	margin-top: 15px;
	margin-bottom: -3px;
}

div#team {
	position: relative;
	width: 430px;
	z-index: 1001;
	float: right;
	padding: 15px;
	padding-top: 0;
	color: #FFFFFF;
}

div#team td {
	font-size: 0.9em;
}

div#team h2 {
	font-size: 3em;
	color: #FFF;
	margin: 5px 0 25px 0;
	font-weight: normal;
}

div#team hr {
	color: #FFF;
	size: 4px;
}

div#team img {
	margin-right: 5px;
	margin-bottom: 5px;
}

div#team img.pm {
	margin-top: -45px;
	padding: 0;
}

img.pm {
	padding-top: -25px;
}

div#footer {
	width: 979px;
	height: 27px;
	background-color: #000;
	border: solid 0px;
	border-color: #901e78;
	border-top-width: 4px;
	color: #FFF;
	padding-left: 11px;
	line-height: 1.8em;
}

div#footer a {
	color: #FFF;
	line-height: 1.8em;
	text-decoration: none;
	font-size: 1em;
}