* {
	font-family: arial, geneva, sans-serif;
	margin: 0px;
	padding: 0px;
	border: none;
	color: rgb(20,20,18);
	font-size: 12px;
	line-height: 1.5;
}

B {font-weight: bold;}

I {font-style: italic;}

EM {
	font-weight: bold;
	font-style: normal;
	color: rgb(204,0,0);
}

H1, H2, H3 {
	font-weight: bold;
	font-style: normal;
	line-height: 1.25;
	color: rgb(0,98,175);
}

H1 {font-size: 18px;}

H2 {font-size: 17px;}

H3 {font-size: 15px;}

.clearheinz_b {
	clear: both;
	width: 10%;
}
.clearheinz_l {
	clear: left;
	width: 10%;
}
.clearheinz_r {
	clear: right;
	width: 10%;
}
.unsichtbar {display: none;}

body {
	background-color: rgb(51,51,51);
	text-align: center; /*.Fuer dumme IE-Browser - Zentrierung #container.*/
}

#abstand {
	float: left;
	height: 50%;
	width: 100px;
	margin-bottom: -367px; /*.Halbe Hoehe des #container - DIVs.*/
}

#container {
	clear: left;
	width: 1200px;
	height: 734px;
	margin: 0 auto;
	background-color: rgb(255,247,233);
	background-image: url(../2009_eicons/HG_container.jpg);
	background-repeat: repeat-y;
	background-position: top center;
	border: 1px solid rgb(0,0,0);
	text-align: left; /*.Fuer dumme IE-Browser - Zentrierung ab #container aufheben.*/
}

#kopf {
	width: 1200px;
	height: 90px;
	position: relative;
	top: 0px;
	left: 0px;
	background-color: rgb(255,255,255);
	background-image: url(../2009_eicons/LOGO_weiss.gif);
	background-repeat: no-repeat;
	background-position: 42px 17px;
}

#navigation {
	float: left;
	position: relative;
	top: 0px;
	left: 0px;
	width: 220px;
	height: 644px;
	background-color: rgb(254,215,143);
}

/*.Alle weiteren Deklarationen fuer die Navigation stehen in navigation.css.*/

#inhalt {
	float: right;
	width: 944px;
	height: 544px;
	overflow: auto;
}

#inhalt H1 {margin: 20px 0 15px 0;}
#inhalt H2 {}
#inhalt H3 {margin: 5px 0 10px 0;}
#inhalt P {
	margin-bottom: 10px;
	padding-right: 20px;
}
#inhalt #inselkarte {
	float: right;
	width: 450px;
	height: 360px;
	position: relative;
}
#inhalt #inselkarte #rotpunkt {position: absolute;}
#inhalt #genrebild {
	float: right;
	margin-right: 20px;
}
/*..*/
/*.Tabelle fuer den Kopf.*/
.inh_kopf {
	width: 926px;
	margin: 10px 0 0 0;
}
.inh_kopf TR{vertical-align: middle;}
.kopf_links {width: 440px;}
.kopf_steg {width: 6px;}
.kopf_rechts {
	width: 480px;
	text-align: right;
}
.kopf_rechts IMG{
	margin: 0 0 0 5px;
}
/*..*/
/*.Tabelle fuer die Haeuser.*/
.inh_haus {
	width: 926px;
	margin: 50px 0 0 0;
}
.inh_haus TR{vertical-align: top;}
.inh_links {width: 460px;}
.inh_steg {width: 6px;}
.inh_rechts {
	width: 460px;
	text-align: center;
}
.inh_rechts IMG.bild{
	border-top: 1px solid rgb(255,255,255);
	border-left: 1px solid rgb(255,255,255);
	border-right: 1px solid rgb(102,102,102);
	border-bottom: 1px solid rgb(102,102,102);
}
.inh_rechts IMG.schild{
	margin: -22px 0 30px 0;
}
.inh_blaustrich {
	height: 31px;
	vertical-align: bottom;
	text-align: center;
}
.inh_blaustrich IMG {
	width: 500px;
	height: 1px;
}
/*..*/
#fusz {
	float: right;
	width: 944px;
	height: 100px;
}


