body{
  background-color: #fff;
  font-size: 14px;
  font-family: Georgia, serif;
  color:#000000;  
  margin:10px;
}

select {
	select-style-type:none;
	width: 150px;
	padding-top: 3px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	border: 1px solid #00763b;
	font-family: Georgia, serif;
}

#inhalt { 	
  text-align: center;
  vertical-align: middle;	
  margin: 0px auto;
  padding: 0px;
  background-color: #ffffff;
  }
h1
 {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
  color:#000000;
  line-height: 54pt;
 }
 
#iframe h1 {
  font-size: 32px;
  line-height: 38pt;
	
}
 
.bild 
 {
 border: 1px solid #000000;
 
 }
a:link 
 {
  color: #00763b; 
  font-family: Georgia, serif;
  text-decoration:none
 }
a:visited 
{
  color: #00763b; 
  font-family: Georgia, serif;
  text-decoration:none
}
a:active 
{
  color: #00763b; 
  font-family: Georgia, serif;
  text-decoration:none
}
a:hover 
{
  color: #00763b;
  font-family: Georgia, serif; 
  text-decoration:underline
}


         fieldset {
         padding: 12px;
         border: 1px solid #FF0000;
         width: 25px;
         margin: 12px;
         }
         
         label, legend {
         text-transform: lowercase;
         }
         
         label {
         margin-right: 12px;
         float: left;
         width: 8px;
         padding-top: 6px;
         text-align: right;
         }
         
         input,textarea {
			 font-size: 12px;
			 color: #FFFFF;
			   font-family: Georgia, serif;
			 margin-bottom: 10px;
			 border: 1px solid #00763b;
			 padding: 1px;
			 width: 150px;
         }
         
 
input#button{
background-color: #fff;
color: #000;
height: 20px;
line-height: 12px;
font-size: 12px;
border: 1px dotted #000;
padding: 0px;
cursor: pointer;
}

input#button:hover{
background-color: #00763B;
color: #fff;
font-family: Georgia, serif;
border: 1px dotted #fff;
}
.links a{
   margin:5px;
   line-height:20px; 
}