body 
{
 font-family:Verdana;
 font-size:18px;
 background-color:#5670A1;
 text-align:center;
 font-family: Arial, Helvetica, sans-serif;
}

p {
  /* setup some more readable paragraph spacing #efdfd6*/
  margin-top: 10px;
  margin-bottom: 15px;
}

#haupt{
	width:800px;
	margin:0px auto;
	text-align:center;
	border:ridge 5px #0d01eb;
	background-color:#E9E8FF;
	font-size: 100,1%;
}

#menue{
	background: linear-gradient(top, #9ACA02 0%, #83AD01 50%, #6B8803 100%); 
	background: -moz-linear-gradient(top, #9ACA02 0%, #83AD01 50%, #6B8803 100%); 
	background: -webkit-linear-gradient(top, #9ACA02 0%, #83AD01 50%, #6B8803 100%); 
	background: -ms-linear-gradient(top, #9ACA02 0%, #83AD01 50%, #6B8803 100%); 
	background: -o-linear-gradient(top, #9ACA02 0%, #83AD01 50%, #6B8803 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#9ACA02, endColorstr=#6B8803,GradientType=1);
	width:100%;
	text-align:center;
	padding:10px 0px;
	color:#6B8803;
	font-size:130%;
	font-weight:bold;
}

#text{
	text-align:left;
	padding:20px;
	color:#000000;
	font-size:100%;
	min-height:300px;
}

table {
	border-style: dashed;
	border-color: #6B8803;
	width: 100%;
	border-width:2px;  
}


h1, h2, h3, h4, h4 {
	/* setup some more readable header spacing */
	padding-bottom: 5px;
	margin: 15px 0;
}

h1 {
	font-size: 140%;
	text-align:center;
	color:#243959;
	font-weight:bold;
}

h2 {
	font-size: 130%;
}

h3 {
text-align:left;
	padding-left: 10px;
	color: #fff;
	background: linear-gradient(top, #6B8803 0%, #83AD01 50%, #9ACA02 100%); 
	background: -moz-linear-gradient(top, #6B8803 0%, #83AD01 50%, #9ACA02 100%); 
	background: -webkit-linear-gradient(top, #6B8803 0%, #83AD01 50%, #9ACA02 100%); 
	background: -ms-linear-gradient(top, #6B8803 0%, #83AD01 50%, #9ACA02 100%); 
	background: -o-linear-gradient(top, #6B8803 0%, #83AD01 50%, #9ACA02 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#6B8803, endColorstr=#9ACA02,GradientType=1);
	font-size: 120%;margin:  0;
	
}
td {
	padding: 5px 5px;
}
h4 {
	font-size:  120%;
}
#strich {
	text-decoration: underline;
}
#fett {
	font-weight: bold;
}
#mittig {
	text-align: center;
}

a.menu:link, a.menu:visited
{ 
  color:#fff;
  text-decoration:none;
}
 a.menu:hover
{ 
  color:#eeeeee;
}