@charset "utf-8";
html {
  background-color: #eef;
}
body {
  background-color: #eef;
  color: #333;
  font-family: sans-serif;
  font-size:95%;
  line-height:170%;
  padding: 10px;
  text-align:center;
}
#container {
  text-align:left;
  margin:0 auto;
  width:980px;
}
#container2 {
  width:980px;
  float:left;
}
.auswahl {
  font-weight: bold;
}
ul.auswahl, ul.auswahl li {
  margin:0;
  padding:0;
  border:0;
}
ul.auswahl li {
  display:block;
  border:1px solid black;
  float:left;
  margin-right:4em;
}
ul.auswahl li a {
  float:left;
  display:block;
  background-color:white;
  padding:10px;
}
ul.auswahl li a:link, ul.auswahl li a:visited {
  color:black;
  text-decoration:none;
  background-color:#9999ff;
}
ul.auswahl li a:hover, ul.auswahl li a:focus {
  color:black;
  text-decoration:underline;
  background-color:white;
}
fieldset {
 border:1px solid #CCCCCC;
 margin-bottom:20px;
 background-color:white;
 padding:20px 30px;
}
fieldset legend {
 font-weight: bold;
 background-color:white;
 border:1px solid #CCCCCC;
 padding:0 10px;
}
fieldset p {
 float:left;
 width:900px;
}
label {
 float:left;
 width:100%;
}
label[for] {
 color:black;
 font-size:110%;
}
input {
 margin-left:30px;
}
input.textinput {
 margin-left:0;
 border:1px #ccc solid;
 line-height:130%;
 padding:3px 2px;
}
textarea.textinput {
 margin-left:0;
 border:1px #ccc solid;
 line-height:130%;
 padding:3px 2px;
 float:left;
 margin-bottom:2em;
}
form {
 margin-bottom:10em;
}
input.submit {
 padding:10px 20px;
}