body {
  margin-top:0px;
  background-color: #C0C0C0;
  font-family: Arial, Helvatica, sans-serif;
  text-align: center;
  color: #000000;
}

a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: none;
  color: #ff0000;
}

#startseite {
  background-color: #D1D0CB;
  width:1000px;
}

#navigation {
  padding-bottom:75px;
  padding-top:65px;
}

#flaggen {
  float: left;
  padding-left: 12px;
  padding-bottom: 5px;
}

.haupttabelle {
  background-color: #D1D0CB;
  border: 1px solid #000000;
  border-top: 0px solid #000000;
}

.main {
  background-color: #ECECEC;
}

.content td {
  color: #5d5d5d;
  text-align:justify;
  font-size:11px;
}

.content input, .content select {
  color: #000000;
  text-align:justify;
  font-size:11px;
}

.content {
  vertical-align: top;
  color: #5d5d5d;
  text-align:justify;
  font-size:11px;
  padding-bottom:25px;
  padding-top:25px;
}

h1 {
  font-size:24px;
  font-weight:normal;
}

#footer {
  font-size: 10px;
  font-weight:normal;
  width:1000px;
  text-align:left;
}

#subnavi {
  padding-top:25px;
  font-size: 12px;
  text-align:right;
  padding-bottom:25px;
  width: 160px;
}

#subnavi ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

#subnavi ul li {
  margin: 0;
  padding: 0;
  border-bottom: 1px dotted white;
}

#subheader {
  font-weight:bold;
  font-size: 12px;
}

