/*************** Allgemein *****************/
* {
  font-family: Arial;
  color: #333399;
}
table.middle, table.footer, table.header {
  width: 900px;
}
table.middle, table.footer {
  margin-top: 10px;
}
td.middle_navi {
  width: 180px;
}
td.middle_main {
  padding-top: 10px;
}
#mainframe, td.middle_main {
  /*width: 850px;*/
}

/************** Navigation *****************/
a.navi:hover, a.navi_second:hover {
  background-image: url(images/nav_hover.gif);
  background-repeat: no-repeat;
  background-position: top left;
}
a.navi, a.navi_second {
  background-image: url(images/nav_normal.gif);
  background-repeat: no-repeat;
  background-position: top left; 
  font-size: 11pt;
  text-decoration: none;
  padding-left: 30px;
}
a.navi_second, a.navi_second:hover {
  margin-left: 20px;
}

/**************** Header *******************/
td.top_left, td.top_right {
  background-image: url(images/logo_l_r.gif);
}
td.top_center {
  background-image: url(images/logo_middle.gif);
  padding-top: 15px;
}
td.top_left, td.top_right, td.top_center {
  background-repeat: no-repeat;
  background-position: center center; 
}
font.header_text {
  font-size: 20pt;
  font-weight: bold;
}
font.header_sub {
  font-size: 12pt;
  color: #006633;
}

/**************** Footer *******************/
font.link_footer_navi {
  font-size: 9pt;
  font-weight: bold;
}
font.link_footer {
  font-size: 8pt;
  font-weight: bold;
}

/***************** Text ********************/
font.headline {
  font-size: 18pt;
  font-weight: bold;
  color: #006633;
}
font.subline {
  font-size: 16pt;
  font-weight: bold;
  color: #996600;
}
font.text_bigger {
  font-size: 14pt;
  font-weight: bold;
}
font.text_big {
  font-size: 14pt;
}
font.text {
  font-size: 12pt;
}

/***************** Rest ********************/
font.table table tr td {
  font-size: 14pt;
  text-align: center;
}
img {
  border-width: 0px;
}
#mainframe {
  border: 0px;
}
body.index {
  background-image: url(images/background.jpg);
}
body.mainSites {
  background-color: transparent;
}


