#content .padder {
max-width:200em;}

form  {width:100%;
float:left;}

fieldset {height:70px;
float:left;
padding:15px 0 0 15px;
border-left:0;
width:60%;
}

fieldset:hover {
  background-image: url(fieldset.gif);
  background-repeat:no-repeat;
  background-position: top left;
}


form h2 {
clear:both;
font-size:115%;}

img.links {
float:left;
border: 1px solid #cccccc;
}


#header_main-body p {display:none;}

label {
width:20em;
padding:5px;}

label:hover {padding:4px;
border:1px solid #cccccc;
background-color:#ffffff;
}

.erklaerung {
float:left;
height:85px;
width:5%;
margin-left:1em;
background-image: url(bilder/fragezeichen.png);
background-repeat:no-repeat;
background-position: center center;
}


.erklaerung a {
display:block;
width:100%;
height:100%;
}


/* Relativer Tooltip */
a.tooltip, a.tooltip:link, a.tooltip:visited, a.tooltip:active  {
  position: relative;
  text-decoration: none; 
  }
  
a.tooltip:hover {
  background: transparent;
  text-decoration:none;
  }

a.tooltip span {
  display: none;  
  text-decoration: none; 
}

a.tooltip:hover span {
  display: block;
  position: absolute; 
  left: -27em; 
  top: 0;
  width: 25em;
  height: 80px;
  z-index: 100;
  color: #000000; 
  border:none;
  border-left:1px solid #cccccc; 
  padding:3px 0.5em;
  text-align: left;
  background-color:transparent;
  text-decoration: none; 
  }



