body {
  font-family: Verdana, sans-serif; 
  background-color: #a8a80a;
  font-size: 12px; 
  text-align: center;
  height: 100%; }


div#header {
  background-image:url('../img/hintergrund_oben.jpg');
  background-repeat: no-repeat; 
  width: 800px;
  height: 122px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; }
div#content { 
  background-image:url('../img/hintergrund_mitte.gif');
  background-repeat: repeat-y; 
  width: 800px;
	height: auto;
  text-align: left;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; }
div#footer {
  background-image:url('../img/hintergrund_unten.gif');
  background-repeat: no-repeat; 
  width: 800px;
  height: 30px;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; }


div#left {
  padding-top: 20px;
  text-align: center;
  width: 185px;
  padding-left: 20px;
  margin: 0px;
  float: left; }
div#right {
  width: 610px;
  margin-left: 0px;
  margin: 0px;
  float: right;
  height: auto; }


img#claim {
  margin: 0px;
  margin-top: 10px; }


h1 { font-size: 16px; }
h2 { font-size: 13px; }

a {
  text-decoration: none; 
  color: blue; }
a:link, a:visited {
  text-decoration: none; }
a:hover, a:active {
  text-decoration: underline; }


div.menucontent {
  background-color: #f5f5f5; 
  width: 145px;
	height: auto;
  text-align: left;
  padding: 0px;
  margin-left: auto;
  margin-right: auto; 
  border: 3px solid #858585; }

p.h2 {
  font-weight: bold;
  font-size: 13px;
  border-bottom: 1px solid #aaaaaa;
  margin-top: 0px;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 5px;}
p.h3 {
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 8px;
  margin-left: 10px;
  text-decoration: none; 
  color: blue; 
  font-weight: bold; }
a.h3 {
 	border-bottom: 1px solid #aaaaaa;
  width: 90%;
  margin-bottom: 0px;
  font-size: 12px;
  margin-top: 8px;
  text-decoration: none; 
  color: blue; 
  font-weight: bold; }
a.h4 {
  margin-left: 10px; }


div.tipp {
  background-repeat: no-repeat; 
  font-family: verdana;
  font-weight: bold;
  font-size: 11px;
  line-height: 15px;
  height: 130px;
  width: 220px;
  text-align: center;
  float: right;
  margin-right: 20px; } 
div.hinweis {
  margin-left: 20px;
  margin-right: 75px;
  margin-top: 25px;
  margin-bottom: 50px;} 
  

div.clear {
	clear: both;
  margin: 0;
  padding: 0;
  height: 0;
  line-height: 0;
  font-size: 0; }