body {
  text-align: center;
  font-family: Arial,Helvetica,sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #000000;
  background-color: #f1f2f7;
  }


#page {
  margin: auto;
  margin-top: 22px;
  width: 1000px;
  /* background-color: #aabbcc; */
  }



#header {
  margin: 0 auto;
  width: 95%;
  height: 280px;
  }



#logo {
  float: left;
  width: 910px; 
  height: 280px; 
  }


#content {
  clear:both;
  margin: auto;
  width: 95%;
  }



#menu {
  float: left;
  margin-top: 60px;
  width: 910px; 
  text-align: left;
  }

#ccolumn_1 {
  margin-left: 0px;
  margin-top: 30px;
  float: left;
  width: 580px; 
  text-align: left;
  /* padding: 0px 0 0 2px; */
  }

#ccolumn_2 {
  margin-top: 30px;
  margin-left: 100px;
  float: left;
  width: 230px; 
  text-align: left;
  /* padding: 0px 0 0 2px; */
  }

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

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

#menu .menuEntry {
  font-size: 20px;
  font-weight: normal;
  line-height: 22px;
  letter-spacing: 1px;
  /* padding: 0px 0 0 0px; */
  }

.menuEntry.activeEntry {
  color: #000000;
  text-decoration: none;
  }
  
.menuEntry.bGrau {
  color: #999999;
  text-decoration: none;
  }



.highLight {
  font-weight: bold;
  color: #ba0000;
  }


.headline {
  font-size: 18px;
  font-weight: bold;
  font-variant: small-caps;
  line-height: 20px;
  letter-spacing: 1px;
  color: #ba0000;
  }


.datum {
  font-size: 18px;
  font-weight: bold;
  line-height: 20px;
  letter-spacing: 1px;
  color: #000000;
  }

  
.small {
  font-size: 14px;
  line-height: 20px;
  }
  
.kursiv {
  font-style: italic;
  }


.fett {
  font-weight: bold;
  color: #000000;
  }


.weiss {
  font-weight: bold;
  color: #f1f2f7;
  }

