a:link, a:visited, a:active {
  color: #242e6c;
  text-decoration: underline;
}

a:visited {
  color: #242e6c;
}

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

html, body {
  height: 100%;
  min-height:100%;
  margin:0;
  padding:0;
}

body {
  background: #f2e7c0;
  color: #242e6c;
  font-size: 12pt;
  font-weight:bold;
  font-family: 'Times New Roman',Times,serif;
}

table {
  width:100%;
  border: 0pt none;
  border-collapse:collapse;
  font-weight:normal;
}

td {
  vertical-align: top;
}

table p, table h3 {
  padding-bottom:0px;
}

h1,h2,h3,h4 {
  font-size: 20pt;
  font-weight: bold;
  margin-top: 0;
  margin-bottom: 0;
}

h1 {
  padding-bottom: 10pt;
}

h2 {
  font-size: 16pt;
  padding-bottom: 7pt;
}

h3,h4 {
  font-size: 14pt;
  text-transform: none;
  padding-bottom: 5pt;
}

h4 {
  font-size: 12pt;
}

hr {
  color: #242e6c;
  width: 70%;
}

img {
  border: none;
}

img.rahmen {
  border: 1px solid #242e6c;
}

#seite {
  width: 760px;
  padding: 0px 10px 10px 20px;
  text-align:left;
  line-height: 150%;
  position:absolute;
  float:left;
  clear:both;
}

#fuss {
  margin: 30pt 0 10pt 0;
  font-size: 10pt;
  font-weight:normal;
  text-align: center;
  clear: both;
}


#nav {
  margin: 0 0 0 0;
  padding: 90px 0 8px 4px;
  position: absolute;
  background-image:url('images/nav1.gif');
  background-repeat:no-repeat;
  width:150px;
  height: 300px;
}

#nav a:link,#nav a:visited,#nav a:hover {
  color: #f6f0dd;
  font-size: 14pt;
  font-weight: bold;
  text-decoration: none;
  padding-left: 18px;

}

#nav a:hover {
  color: #f6f0dd;
  text-decoration: underline;
}

#nav p {
  line-height:12pt;
}

#top {
  width: 810px;
  height:75px;
  background-image:url('images/top_linie.gif');
  padding-bottom: 20px;
}

#top-left {
  float:left;
}

#top-right {
  float:right;
  clear:both;
}
