body {
  background: #464646;
  font-family: Arial;
  font-size: 13px;
}

a:link {
  color: #BDBDBD;
  text-decoration: none;
}

a:hover {
  color: red;
  text-decoration: none;
}

a:active {
  color: #BDBDBD;
  text-decoration: none;
}

a:visited {
  color: #BDBDBD;
  text-decoration: none;
}

p {
line-height: 130%;
font-size: 11pt;
}

ul{
font-size: 11pt;
line-height: 130%;
}

.start  {
font-size: 13pt; 
}

.subtitel  {
font-size: 8pt; 
}

#complete {
  width: 920px;
  border: 1px solid silver;
  margin: 10px auto;
}

#header {
  height: 170px;
  background-image: url(header.png);
}

#menu {
  border-top: 1px solid silver;
  border-bottom: 1px solid silver;
  background: #9A0B0B;
  text-align: center;
  color: #BDBDBD;
  padding-top: 5px;
  height: 23px;
  letter-spacing: 0.2px;
}

#main {
  background: #1D1D1D;
  color: #BDBDBD;
  padding-left: 40px;
  padding-right: 40px;
  padding-top: 15px;
  padding-bottom: 10px;
}

#footer {
  border-top: 1px solid silver;
  background: #9A0B0B;
  font-size: 12px;
  color: #600505;
  padding: 3px;
}

#impressum {
  float: right;
  color: #BDBDBD;
  padding-right: 10px;
}

#main h1 {
  font-size: 17px;
  padding-top: 0;
  margin-top: 0;
  color: ;
}

ul li {
  padding-bottom: 7px;
}

