/* CSS Document */
body, td {
  font-family: Tahoma;
  font-size: 13px;
  color: #333333;
  background-attachment: fixed;
}

#content a {
  color: #731822;
}

a.meta {
  font-size: 9px;
  color: #666666;
  text-decoration: none;
}

a.meta:hover {
  color: #333333;
  text-decoration: none;
}

a.meta_active {
  color: #333333;
  text-decoration: none;
}

.events {
  font-size: 18px;
  color: #666666;  
  font-weight: bold;
}

.events_date {
  font-size: 13px;
  color: #333333;   
}

.events_title {
  font-size: 15px;
  color: #731822;   
  font-weight: bold;
}

.events_subtitle {
  font-size: 13px;
  color: #666666;   
}

.content_subtitle {
  font-size: 15px;
  color: #731822;   
  font-weight: bold;  
}

.events_more {
  font-size: 11px;
  color: #333333;
  text-decoration: underline;   
}

.events_other {
  font-size: 13px;
  color: #333333;  
  text-decoration: none;
}

.nav_main {
  font-size: 17px;
  color: #666666;  
  text-decoration: none;
}

.nav_main:hover {
  color: #333333;
}

.nav_main_active {
  font-size: 17px; 
  text-decoration: none;
  color: #731822;
  font-weight: bold;
}

.subnav_main {
  font-size: 15px;
  color: #666666;  
  text-decoration: none;
}

.subnav_main:hover {
  color: #333333;
}

.subnav_main_active {
  font-size: 15px;
  color: #731822;
  text-decoration: none;
}

.headline {
  font-size: 18px;
  font-weight: bold;
  color: #731822;
}

.more {
  font-size: 13px;
  color: #333333;
  text-decoration: underline;   
}

.pic_subtitle {
  font-size: 11px;
  font-weight: bold;
}

.pic_source {
  font-size: 9px;
  color: #666666;
}

.footer {
  font-size: 11px;
  color: #333333; 
  line-height: 13px;
}

#header {
  position: absolute;
  top: 23px;
  left: 50%;
  margin-left: -28px;
  height: 20px;
  width: 600px;
  font-size: 9px;
  color: #666666;  
}

#eventbox {
  position: absolute;
  top: 171px;
  left: 50%;
  margin-left: 205px;
  width: 208px; 
  line-height: 17px;
  font-size: 13px;
  color: #333333;  
}

#main {
  position: relative; 
  xmargin-top: -570px; 
  xborder: 1px solid grey; 
  left: 50%; 
  margin-left: -453px; 
  width: 900px;
  background: url(../Bilder/tablebg.jpg)
}

#mainmenu {
  xposition: absolute;
  xtop: 527px;
  xleft: 50%;
  margin-top: 15px;
  margin-left: 20px;
  margin-bottom: 10px;
  float: left;
  width: 218px; 
  line-height: 27px;
  xborder: 1px solid red;

}

#content {
  xposition: absolute;
  xtop: 512px;
  xleft: 50%;
  margin-left: 53px;
  float: left;
  width: 608px;  
  xborder: 1px solid red;

}

#foot {
  clear: both;
  position: relative;
  left: 50%;
  margin-left: -461px;
  width: 930px;  
  height: 175px;
  background: url(../Bilder/foot.png);
} 

ul {
  list-style-type: square;
}

.source {
  font-size: 9px;
  color: #666666;
}