body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000;
	margin-left: 0px;
	margin-top: 50px;
	margin-right: 0px;
	margin-bottom: 0px;
	padding: 0px;
	line-height: normal;
	background-color: #fff; /* Hintergrundfarbe ges. Fenster */
}
a:link, a:visited, a:active  {
  font-family: Arial, Helvetica, sans-serif;
	color:#000;
	text-decoration: underline;
}
a:focus, a:hover {
  font-family: Arial, Helvetica, sans-serif;
	color:#FF7200;
	text-decoration: underline;
}

/* Formatangaben müssen auch in editor.css eingetragen werden !  */
.fliestext {
  text-align: left;
	color: #000;
	font-size: 14px;
		letter-spacing:0em;
	margin: 0px 0px 0px 0px;
}
.bemerkung { 
	text-align: left;
	color: #000;
	font-size: 12px;
	/*font-style: italic;*/
}
h1 {
  font-size: 14px;
  color:#600;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:0.1em;
}
h2 {
  font-size: 16px;
  color:#600;
	text-decoration: none;
	font-weight: bold;
	letter-spacing:0.1em;
}
h1, h2 {
	margin: 0px 0px 4px 0px;
}
p { 
  margin: 0px 0px 0px 0px;
  }
.navigation a {
  font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	  margin: 0px 0px 0px 0px;
  color:#600;
}

.navigation a:visited {
  font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing:0.1em;
	  margin: 0px 0px 0px 0px;
}
.navigation a:hover, .navigation a:focus {
		color:#d00;
}
.navigation a:active {
		color:#f00;
}

/***********************************
W E B S I T E   F O R M A T E
************************************/
#fenstercontainer /* weißer Hintergrund */{
	/* background-color: #fff;    */
  position:absolute ;
	width: 99%;
	height:330px;
	margin: 0 auto;
  border: #f00 0px dashed;
}

/***********************************
Kasten der gesamten Website 
************************************/
#websitecontainer {/*hellblauer Hintergrund*/
	/* background-color: #0ff;  */
  position:relative ;
	float:left;
	left: 50%;
  width:30px;
	height:500px;
  border: #0f0 0px dashed;/*rand die angegebenen Pixel müssen bei width 2x dazugegeben werden */
}

#body { /* pink Hintergrund*/
	/*  background-color: #f0f;  */
	position: absolute;
	width: 900px; /*  width von #kopfzeile minus padding Werte*/
	left: -450px; /*  width von #kopfzeile dividiert durch -2 plus  #sidebar*/
  border: #f00 0px dashed;/*rand die angegebenen Pixel müssen bei width 2x dazugegeben werden */ 
	/*background: url(images/background.gif);*/
	background-repeat: repeat-y;
}

#content { /* Hintergrund hellgelb */
	background-color: #FFF;  
	position: relative;
	float: left;
	width: 900px; /*  width von #header minus #sidebar*/
	left: 0px;
	top: 0px;
  border: #0f0 0px dashed;/*rand die angegebenen Pixel müssen bei width 2x dazugegeben werden */ 
}
