* {
  margin: 0;
  padding: 0;
}
body {
  font-family: verdana, arial, helvetica, swiss, sans-serif;
  font-size: 10px;
  color: #000000;
  margin: 0px;
/*  background-color: #F5F5F5;*/
  background-color: #324454;
  text-align: center;
  background-image: url(grafik/back-start.gif);
  background-repeat: repeat-y;
  background-position: center;
}
ul {
  list-style-type: none;
  margin-bottom: 5px;
}
.single li {
  margin-bottom: 10px;
}
h1 {
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  color: #065CA9;
}
h1.language {
  display: inline;
  margin: 10px 0 5px 0;
}
#auswahl {
  text-align: center;
  width: 400px;
  margin: 20px auto 0 auto;
/*  background-color: #457821;*/
}
a {
  color: #000000;
  text-decoration: none;
}
h1 a {
  color: #065CA9;
}
#deutsch {
  width: 190px;
  text-align: right;
  float: left;
/*  background-color: #2156F3;*/
  margin: 10px 20px 0 0;
}
#english {
  width: 190px;
  text-align: left;
  float: right;
/*  background-color: #FF56F3;*/
  margin: 10px 0 0 0;
}
hr {
  visibility: hidden;
  clear: both;
  height: 1px;
  width: 1px;
  border: none;
}
