* {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size: 10pt;
}

body {
  background-color: #028ede;
  color: #000000;
}

h1 {
  font-size: 12pt;
  padding-top: 15px;
  padding-bottom: 8px;
}

a {
  color: #028ede;
  text-decoration: none;
}

ul {
  padding-left: 20px;
  list-style-type: disc;
}

img {
  border: 0;
}

#totalframe {
  width: 800px;
  height: 100%;
  background-color: #ffffff;
}

.news_title {
  padding-top: 4px;
  padding-bottom: 8px;
}

.news_teaser {
  font-style: italic;
  font-weight: bold;
  padding-bottom: 5px;
}

.news_content {
  padding-bottom: 10px;
}

#header {
  width: 800px;
  height: 145px;
  vertical-align: bottom;
  background-color: #028ede;
  text-align: left;
}

#border {
  background-image: url(../images/rand2.gif);
  background-repeat: repeat-y;
  vertical-align: top;
}

#navigation {
  width: 134px;
  background-color: #ffffff;
  background-image: url(../images/rand.gif);
  background-repeat: repeat-y;
  padding-left: 2px;
}

#content {
  width: 663px;
  background-color: #ffffff;
  text-align: left;
  vertical-align: top;
  padding: 0px 10px 20px 10px;
}

.tabelle1 {
  width:100%;
  border:2px;
  background-color:white;
}
.tabelle1 td {
  background-color:#3CBEFF;
  padding:2px;
  height:25px;
  align:left;
  vertical-align:middle;
}

.tabelle2 {
  width:100%;
  border:2px;
  background-color:white;
}
.tabelle2 td {
  background-color:#FFDD00;
  padding:2px;
  height:25px;
  align:left;
  vertical-align:middle;
}

.tabelle3 {
  width:100%;
  border:2px;
  background-color:white;
}
.tabelle3 td {
  background-color:#4DC04D;
  padding:2px;
  height:25px;
  align:left;
  vertical-align:middle;
}

ul.contentlink {
  padding-left:20px;
} 
li.level1{
  padding-bottom:5px;
  padding-left:15px;
}
li.level2 {
  padding-bottom:2px;
  padding-left:10px;
} 


