body {
  background-color: #cccc99;

	}




h1 {
  	font: bold 1.2em sans-serif, trebuchet, verdana, arial;
  	color:#6699ff;
	text-align: left; padding:20px; padding-left: 50px;
}

h2 {	font: bold 1.2em sans-serif, trebuchet, verdana, arial;
  	color:#6699ff;
	text-align: right; padding:20px; padding-right: 50px;
}

h3 {
  	font: bold 100% trebuchet, verdana, arial, sans-serif;	
	color:#6699ff;
	word-spacing: 20px;

}



p {
	font:  0.7em trebuchet, verdana, arial, sans-serif;
        font-weight: bold;
	text-align: justify;
	color: #6699ff;
	padding-left: 50px; padding-right:50px;	
	
}



a:link {
  color: #333;
}

a:visited {
  color: #333;
}

a:hover {
    font-weight:bold;
	color: #6699ff;
}


a {
  text-decoration:none;
}


div #fusszeile {
    	clear: both;
 	font: 0.7em trebuchet, verdana, arial, sans-serif;
	font-weight: bold;
	color: #333;
   	margin: 0; padding: 0.1em;
    	text-align: center;
	left:30%
	bottom:10%

}


div #menu {

	font: 0.8em trebuchet, verdana, arial, sans-serif;
	font-weight: bold;
	color: #333;
	text-align:center;
	padding-top: 0.5em;
	white-space: pre;

}




div.kopf {
  height: 185px;
  width: 86%;
  left: 7%;
  top:40px;
  background-color: #fff;
  position:absolute;  

  border-style: solid;
  border-width: 6px;
  border-color: #ccc;
  border-bottom-style: none;
-moz-border-radius-topright:50px;
-moz-border-radius-topleft:50px;
-khtml-border-radius-topleft:50px;
-khtml-border-radius-topright:50px;
 
}


div.navi {
  height: 60px;
  width: 100%;  

  background-color: #cccc99;
  position:absolute;
  top: 225px;
 



}

div.inhalt {

  width: 86%;
  left: 7%;
  top:255px;
  background-color: #fff;
  position:absolute;

  border-style: solid;
  border-width: 6px;
  border-color: #ccc;
  border-top-style: none;
-moz-border-radius-bottomright:50px;
-moz-border-radius-bottomleft:50px;
-khtml-border-radius-bottomleft:50px;
-khtml-border-radius-bottomright:50px;


}



