* {
  padding: 0;
  margin: 0;
  font-family: arial;
}

html, body {
  background: #CACACA url(img/line-bg.gif) repeat-y;
  height: 100%;
}

a {
  color: blue;
  text-decoration: none;
  font-size: 14px;
  line-height: 26px;
}

.impressum a {
  color: grey;
  font-size: 10pt;
}

.newstitle {
  color: red;
  font-weight: bold;
}

.newsdatum {
  font-size: 10pt;
}

.blocksatz, .text {
  font-size: 11pt;
}

.page {
  padding: 10px;
  background: white;
  border: 1px solid #316599;
}

.space {
  width: 10px;
  height: 19px;
}

#head {
  margin: 0 auto;
  height: 185px;
  width: 100%;
}

#logo {
  height: 17px;
}

#nav {
  background: #BDECFC;
  height: 26px;
}

#nav a {
  color: black;
  padding-right: 7px;
}

#title {
  background: #316599 url(img/title.gif) no-repeat;
  height: 39px;
}

#title td {
  padding-left: 180px;
  color: white;
  font-family: Arial;
  font-weight: bold;
  font-size: 19pt;
}

#subnav {
  width: 250px;
  background-color: #ECFCFF;
}

#subnav a {
  text-align: center;
  color: black;
  <!--#316599-->
}
