html, body {
	background-color: #FFFFFF;
	margin: 0px;
	height: 100%;
	border: none;
	font-family: verdana, lucida, arial, helvetica, sans-serif;
}

.clear {
	clear: both;
	height: 0px;
}

#logo_start {
	position:absolute;
	top:40px;
	left:400px;
	z-index:3;
}

#logo {
	position:absolute;
	top:80px;
	left:590px;
	z-index:3;
}

#plan_start {
	position:absolute;
	top: 220px;
	left: 130px;
	z-index: 1;
}

#plan {
	position:absolute;
	top: 20px;
	left: 50px;
	padding: 0px;
	z-index: 1;
}

#nav {
	position:absolute;
	top:200px;
	left:100px;
	margin-bottom: 0;
	padding-bottom: 0;
	z-index:2;
}

#pics_start {
	position:absolute;
	top:200px;
	left:860px;
	/*width:55px;
	min-width:55px;
	max-width:55px;*/
	z-index:4;
}

#pics_right, #leiste_right {
	position:absolute;
	top:200px;
	left:600px;
	width:220px;
	z-index:4;
}

#leiste_right {
	left: 640px;
	width: 80px;
}

#content {
	position:absolute;
	top:250px;
	left:100px;
	width:440px;
	z-index:2;
	
	font-family: verdana, lucida, arial, helvetica, sans-serif; 
	font-size: 11.5px;
	line-height: 1.5;
	color:  #787878;
}

#content .headline {
	font-size: 13px;
	color: #36653B;
	font-weight: bold;
}

#content .bold {
	font-weight: bold; 
	/*font-size: 13px;
	line-height: 1;*/
	color: #36653B;
}

a:link, a:visited, a:hover, a:focus, a:active {
    text-decoration:none;
    outline-width:0px;
}

#content a {
	color: #B6292F;
	font-size: 11px;
	font-weight: bold;
}
#content a:hover {
	font-weight: bold;
}

p {
	margin-top: 0px;
	margin-bottom: 15px;
	
}

img {
	border: 0px;
}

img.border {
	border: solid 1px #888888;
}

#pics_right img {
	margin-bottom: 15px;
}

.team_member {
	padding-bottom: 40px;
	margin-top: 0px;
}

.team_title {
	font-weight: bold;
}

.refitem_left {
	padding-bottom: 30px;
	float: left;
}
.refitem_right {
	padding-bottom: 30px;
	float: right;
	width: 270px;
}
.refitem_title {
}

.refitem_left img, .refitem_right img {
	margin-right: 7px;
}

#content p.knospe {
	text-align: center;
	color: #61b553;
	font-size: 7px;
	width: 100px;
	float: right;
}

