body {
	margin: 0px;
	padding: 0px;
	color: #555555;
	background-color: White;
	font-size: 12px;
	font-family: Helvetica,Arial,sans-serif;
	margin: 10px 0px 0px 0px;
	padding: 0px;
	text-align: center;  /* Zentrierung im Internet Explorer */
}

div#frame {
	position: relative;
    text-align: left;    /* Seiteninhalt wieder links ausrichten */
    margin: 0 auto;      /* standardkonforme horizontale Zentrierung */
    width: 816px;
}

div#top {
	position: relative;
	height: 110px;
	background: URL('../images/top.jpg');
}

#top .topheader {
	position: absolute;
	left: 90px;
	top: 50px;
	color: White;
	font-size: 30px;
	font-weight: bold;
	margin: 0px;
	padding: 0px;
}
#top img { position: absolute; left: 30px; top: 5px; }

#top #menu {
	position: absolute;
	bottom: 6px;
	right: 30px;
}

#menu a {
	display: block;
	margin: 0px 0px 0px 20px;
	float: left;
	color: White;
	text-decoration: none;
}

div#content {
	
	background: URL('../images/middle.gif');
}


div#innercontent {
	height: 495px;
	position: relative;
	padding: 20px 20px 20px 20px;
	/*background: URL('../images/lizard_bg.jpg') no-repeat 589px 70px;*/
	background: URL('../images/lizard_bg2.jpg') no-repeat 495px 70px;
	line-height: 18px;
}
html>body div#innercontent { height: auto; min-height: 495px; }

#lizard_bg {
	position: absolute;
	top: 100px;
	right: 8px;
	z-index: 1;
}

#leftnav {
	float: left;
	width: 179px;
	padding: 0px 0px 0px 0px;
	border-right: 1px solid Silver;
	margin: 56px 0px 0px 10px;
}
#leftnav a {
	display: block;
	text-decoration: none;
	color: #316BB5;
	font-weight: bold;
	margin: 0px 0px 10px 0px;
}
#rightcontent {
	float: right;
	width: 570px;
}



div#footer {
	position: relative;
	height: 32px;
	background: URL('../images/bottom.gif');
	margin-bottom: 10px;
}


h1 { margin: 0px; padding: 8px; color: Silver; text-align: right; height: 40px; }
h2 { color: #316BB5; font-size: 13px; margin: 15px 0px 10px 0px; font-weight: bold; }
a.blue { color: #316BB5; text-decoration: none; }

.refheader { font-size: 16px; font-weight: bold; margin-bottom: 5px; padding: 0px; color: Silver; }
.reflabel { float: left; width: 85px; font-weight: bold; }
.refvalue{ float: left; width: 400px; }
hr { height: 1px; border: none; background-color: Silver; clear: both; margin: 0px 10px 20px 10px; }
a.blue { color: #316BB5; text-decoration: none; }

.partnerlogo { width: 250px; float: left; margin-bottom: 20px; text-align: right; }
.partnertext { width: 500px; float: right; margin-bottom: 20px; }

#blumenwiese { display: none; }

