body {
  padding: 0px;
  margin: 0px;
  background-color: #ffffff;
}
#kopf {
  width: auto;
  height: 95px;
  margin: 0px;
  background-color: #FFFFFF;
}
#inhalt {
  position: absolute;
  top: 115px;
  width: 600px;
  margin: 0px 270px;
  background-color: #FFFFFF;
}
#headline {
  width: 600px;
  height: 18px;
  background-color: #FFFFFF;
  overflow:hidden;
}
#menue {
  position: absolute;
  top: 115px;
  left: 10px;
  width: 240px;
  height: auto;
  background-color: #FFFFFF;
}

#rechts {
  position: absolute;
  top: 0px;
  left: 870px;
  width: 20px;
  height: 100%;
  background-color: #FFFFFF;
}

/* links im content*/
#inhalt a:link
 {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;

}

#inhalt a:visited
 {
	color: #000000;
	font-size:11px;
	font-weight:bold;
	text-decoration:none;
}

/* Bildnachweis*/
h3
{
	FONT-WEIGHT: normal;
	FONT-SIZE: 8px;
	LINE-HEIGHT: 8px;
	FONT-FAMILY:  Arial, Helvetica;
	FONT-STYLE: normal;
}

* {font-family:Arial, Helvetica, sans-serif;}

/* fliesstext*/
p { FONT-WEIGHT: normal; FONT-SIZE: 8pt; color:#000000; LINE-HEIGHT: 1.5; FONT-STYLE: normal; }

/* kapitel*/
h1 { font-size:9pt; color:#000000; padding:0px; margin: 0px; font-weight:bold; line-height: 1.5; white-space:nowrap;}

/* headline*/
h2 { font-size:14pt; color:#000000;  font-weight:bold; line-height: 1.2;}


