body {
  background-color:#0f0f0f;
  /*background-color:#1c1c1c;*/
}

h1 {
  font-size: 1.3em;
  font-family:sans-serif;
  padding: 0.8em 0 0 0;
}

h2 {
  font-size: 1em;
  font-family:sans-serif;
  border-bottom:0.1em dotted #000000;
  padding: 0.8em 0 0 0;
  width:50%;
}
  
div#links {
/*  padding: 1.2em 0 0 0;*/
  background-image: url(/bilder/ewa_l.jpg);
  background-repeat:no-repeat;
  position:absolute;
  font-family:sans-serif;
  left:0px;
  top:0px;
  padding:10px 0px 0px 10px;
  height:100%;
  font-size:0.8em;
  float:left;
  color:#ffffff;
}

div#rechts{
  float: right;
  padding: 1em 0 0 0;
  width: 25%;
}
div#mitte{
  position:absolute;
  border-left:0.2em solid #000000;
  color:#ffffff;
  font-family:sans-serif;
  left: 230px;
  padding: 0.7em 0.2em 0.2em 0.4em;
  width:50%;
  margin: 0;
  min-height:93%;
}

img#bild_kl{
  float:left;
  padding: 0.3em 0.4em 0.2em 0.4em;
}

.list li {
  padding: 0 0 0.8em 0;
}


ul {
  list-style-type:none;
}
.links ul,
.links li {
  float:left;
  list-style-position:inside;
  list-style-type:none;
  padding:0 0.7em 0 0.7em;
}

div#head {
  border-bottom:0.2em solid #000000;
  padding:0 0 0.3em 0;
  font-size: 1.1em;
}
a {
  font-family:sans-serif;
}
a:link {
  text-decoration:none;
  color:#ffffff;
}
a:visited {
  text-decoration:none;
  color:#ffffff;
}
a:hover{
  text-decoration:none;
  color:gray;
}
