body {
  margin: 1;
}
#left_head {
  width:140px;
  height:90px;
  background-image:url(../images/header_bg.jpg);
  background-repeat:repeat;
  text-align:center;
}
#main_head {
  height:90px;
  background-image:url(../images/header_bg.jpg);
  background-repeat:repeat;
  text-align:center;
}
#right_head {
  width:200px;
  height:90px;
  background-image:url(../images/header_bg.jpg);
  background-repeat:repeat;
  text-align:center;
}
#left_col {
  width:200px;
  background-image:url(../images/verlauf_links.gif);
  background-repeat:repeat-y;
  background-color:rgb(249,246,242);
  vertical-align:top;
}
#middle_col {
  background-color:#fefdfc;
  vertical-align:top;
  background-image:url(../images/background.jpg);
  background-repeat:repeat;
}
#content {
  padding:10px;
  font-size: 14px;
}
#right_col {
  width:200px;
  background-image:url(../images/verlauf_rechts.gif);
  background-repeat:repeat-y;
  background-color:rgb(249,246,242);
  vertical-align:top;
  text-align: center;
}
a.nav_link:link, a.nav_link:visited, a.nav_link:active, a.nav_link:focus {
  background-image:url(../images/button.gif);
  color:rgb(2,82,134);
  font-size:16px;
  height:35px;
  line-height:35px;
  display:block;
  float:left;
  margin:0pt;
  text-align:center;
  text-decoration:none;
  width:190px;
}
a.nav_link:hover {
  color:rgb(242,229,14);
  font-weight: bold;
}
a#active_menu.nav_link {
  color: rgb(242,229,14);
  font-weight: bold;
}
a.subnav_link:link,a.subnav_link:visited,a.subnav_link:active,a.subnav_link:focus {
  background-image:url(../images/leftnav.gif);
  background-position:left center;
  background-repeat:no-repeat;
  color:rgb(0,0,0);
  font-size:14px;
  line-height:20px;
  padding-left:20px;
  margin-left: 15px;
  text-align:left;
  text-decoration:none;
}
a.subnav_link:hover {
  color:rgb(242,229,14);
  font-weight: bold;
}
a#active_submenu.subnav_link {
  color: rgb(242,229,14);
  font-weight:bold;
}
td.standard {
  font-size:14px;
}
td.heads {
  background-image:url(../images/news_head.gif);
  background-repeat: repeat-x;
  color: rgb(242,229,14);
  font-size:12px;
  font-weight:normal;
  height:25px;
  line-height:15px;
  padding-left:5px;
  padding-right:5px;
}
td.heads a, td.heads a:link {
  color:rgb(242,229,14);
}
td.bottom {
  background-image:url(../images/news_bot.gif);
  background-repeat: repeat-x;
  color: rgb(242,229,14);
  height:20px;
  padding-left:2px;
  padding-right:2px;
}
td.bottom img {
  padding:0;
  margin:0;
  border: 0px;
}

.bodytext {
  margin: 2px;
  padding: 0px;
}
.align-center {
  text-align:center;
}
.align-left {
  text-align:left;
}
.align-right {
  text-align:right;
}
.align-justify {
  text-align:justify;
}
