  body {
    color: black; background-color: #FFF2CB;
    font-size: 100.01%;
    font-family: Helvetica,Arial,sans-serif;
    margin: 0; padding: 1em;
  }

  div#Titel {
  	margin: 0 0 0.2em;
	border: 1px solid #660000;
	background-color: #AE7216;
	width: 800px;
	left: 16px;
  }
  
  div#Datum {
  	float: left; width: 164px;
	padding: 2px;
    font-size: 0.7em;
	text-align: center;
	font-weight: bold;
    background-color: #FFCC66;
    border: 1px solid #660000;
	height: 15px;
  }
  div#Breadcrum {
    font-size: 0.7em;
	padding: 2px;
	margin-left: 171px;
    background-color: #FFCC66;
    border: 1px solid #660000;
	width: 622px;
	height: 15px;
  }
  div#Breadcrum a {
	text-decoration: none;
  }
  div#Breadcrum a:visited {
    color: #666;
  }
  div#Breadcrum a:hover {
    color: black;
  }
  div#Breadcrum a:active {
    color: white;
  }

  ul#Navigation {
  	float: left; width: 170px;
	margin-left: 0px; 
	margin-top: 1px; 
	padding: 0;
  }
  ul#Navigation li {
    list-style: none;
	margin-top: 3px;
	border: 1px solid #660000;
	background-color: #FFFFFF;
  }
  ul#Navigation a {
  	font-size: 0.7em;
    display: block;
    padding: 3px;
	text-decoration: none;
  }
  ul#Navigation a:link {
    color: black; background-color: white;
  }
  ul#Navigation a:visited {
    color: black; background-color: white;
  }
  ul#Navigation a:hover {
    color: white; background-color: #666666;
  }
  ul#Navigation a:active {
    color: white; background-color: gray;
  }

  ul#Navigation2 li {
    list-style: none;
    padding: 0;
	margin-left: -20px;
	width: 140px;
  }
  ul#Navigation2 a {
  	font-size: 0.7em;
	text-align: center;
    padding: 0.1em;
	text-decoration: none;
  }
  ul#Navigation2 a:link {
    color: black; background-color: #eee;
  }
  ul#Navigation2 a:visited {
    color: black; background-color: #eee;
  }
  ul#Navigation2 a:hover {
    color: black; background-color: white;
  }
  ul#Navigation2 a:active {
    color: white; background-color: gray;
  }

  div#Inhalt {
  	margin-top: 4px; 
	margin-left: 171px;
    padding: 5px;
    border: 1px solid #660000;
	background-color: #FFFFFF;
	width: 616px;
  }
  div#Inhalt h2 {
    font-size: 1.2em;
    margin: 2px 0;
  }
  div#Inhalt h3 {
    font-size: 0.9em;
    margin: 2px 0;
  }
  div#Inhalt p {
    font-size: 0.8em;
	text-align:justify;
    margin: 2px 0;
  }
  div#Inhalt li {
    font-size: 0.8em;
	text-align:justify;
    margin: 2px 0;
  }
  div#Inhalt a {
	text-decoration: none;
  }
  div#Inhalt a:visited {
    color: #666666;
  }
  div#Inhalt a:hover {
    color: black;
  }
  div#Inhalt a:active {
    color: #AAAAAA;
  }  
  div#Impressum {
    clear: both;
	margin-top: 4px; 
    font-size: 0.7em;
	font-weight: bold;
    padding: 2px;
    text-align: center;
    background-color: #FFCC66; border: 1px solid #660000;
	width: 796px;
  }
  div#Impressum a {
	text-decoration: none;
  }
  div#Impressum a:visited {
    color: #666666;
  }
  div#Impressum a:hover {
    color: black;
  }
  div#Impressum a:active {
    color: #AAAAAA;
  }
  
