html, body {
	font-family: Arial, Helvetica, sans-serif;
	color: #dedede;
	background-color: #989898;
	margin: 0px;
	padding: 0px;
	text-align: center;
}

#main_section {
	width: 760px;
	margin: 30px auto;
	padding: 0px;
	text-align: left;
	background-color: #3b3b3b;
	border: 1px solid #dedede;
	z-index: 1;
}

#top_section, #line_section, .pic_section, #bottom_section {
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	text-align: left;
	background-color: #707070;
}

#top_section, #bottom_section {
	height: 30px;
}

.line_section {
	height: 12px;
	width: 456px;
	margin: 0px 0px 0px 304px;
	background-color: #989898;
}

.pic_section, #logo_section {
	height: 202px;
	background-color: #3b3b3b;
}

#logo_section {
	background-color: #3b3b3b;
}

/* ... Hover-Effekt mit wechselnden Bildern */
a.logo:link, a.logo:visited {
	height: 202px;
	border: none;
	display: block;
	text-decoration: none;
	background: url(../img_home/050812_20d0_IMG_00578_ebenen.jpg);
}

a.logo:hover, a.logo:active {
	height: 202px;
	border: none;
	display: block;
	text-decoration: none;
	background:	 url(../img_home/050812_20d0_IMG_00578.jpg);
}

/* ... Bilder ueber- und unterhalb des Logobereichs */
img.left {
	width: 304px;
	height: 202px;
	border: none;
	margin: 0px;
	padding: 0px;
}

/* ... Logo-Schriftzug www.natureview.ch */
h1.logo {
	font: 30px Arial, Helvetica, sans-serif; 
	font-weight: normal;
	text-align: left;
	letter-spacing: 4px;
	color: #dedede;
	margin: 0px 10px 0px 320px;	
	padding: 160px 0px 0px 0px;	
}

/* ... Copyright in Kopf- und Fusszeile */
h1.copy {
	font: 12px Arial, Helvetica, sans-serif;
	text-align: left;
	letter-spacing: 1px;
	color: #dedede;
	margin: 0px 10px 0px 314px;	
	padding: 6px 0px 0px 0px;	
}
