* {
	font-family: verdana, geneva, arial, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	color: rgb(77,77,77);
	font-size: 18px;
	line-height: 1.5;
}

B {font-weight: bold;}
I {font-style: italic;}

.clearheinz_b {
	clear: both;
	width: 10%;
}
.unsichtbar {display: none;}

body {
	background-color: rgb(230,230,230);
	text-align: center; /*.Fuer dumme IE-Browser - Zentrierung #container.*/
}

#abstand {
	float: left;
	height: 50%;
	width: 100px;
	margin-bottom: -340px; /*.Halbe Hoehe des #container - DIVs.*/
}

#container {
	position: relative;
	clear: left;
	width: 960px;
	height: 680px;
	margin: 0 auto;
	background-color: rgb(255,255,255);
	background-image: url(../bilder/HG_Panorama.jpg);
	packground-repeat: no-repeat;
	background-position: top left;
	text-align: left; /*.Fuer dumme IE-Browser - Zentrierung ab #container aufheben.*/
}

/*.Alle Deklarationen fuer die Navigation stehen in navigation.css.*/

#inhalte {
	position: absolute;
	top: 265px;
	left: 0px;
	width: 770px;
	height: 375px;
	overflow: auto;
}

#inhalte H1, #inhalte P {
	margin-left: 83px;
	font-size: 20px;
	line-height: 27px;
}

#inhalte H1, #inhalte EM {
	margin-top: 30px;
	color: rgb(0,121,42);
	font-weight: normal;
	font-style: normal;
	text-transform: uppercase;
}

#inhalte H2 {}

#inhalte H3 {}

#inhalte P {
	padding-right: 50px;
	margin-top: 30px;
}
#inhalte P A {color: rgb(0,121,42);}
#inhalte P A:LINK {color: rgb(0,121,42);}
#inhalte P A:VISITED {color: rgb(0,121,42);}
#inhalte P A:HOVER {font-weight: bold; 	color: rgb(105,179,228);}








