* {
  margin: 0px;
  padding: 0px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
}

#wrapper {
  /*zentriert die Konstruktion im Browser: getestet WIN IE6, Opera 8.5 / MAC Firefox, Netscape, Opera 8.5, Safari, IE 5.5*/
  position: absolute;
  width: 879px;
  left: 50%;
  margin-left: -440px;
  background-image: url(../layout/bg.gif);
  margin-top: 5px;
  background-repeat: repeat-y;
/*   border: 1px solid #E4B61B; */
}

#header {
  position: relative;
  text-align: right;
  width: 879px;
  height: 115px;
  z-index: 1;
  font-size: 0.8em;
}

#content {
  position: relative;
  width: 879px;
  font-size: 0.8em;
}

#inhalt {
  position: relative;
  width: 674px;
/*   padding-left: 15px; */
/*   margin-left: 15px; */
  padding-top: 5px;
  float: left;
/*   background-color: #CFCFCF; */
/*   border: 1px solid #0F0; */
/*  background-image: url(../layout/home-bg.jpg);
  background-repeat: no-repeat;*/
}

#footer {
  position: relative;
  clear: both;
  width: 879px;
/*  padding-left: 250px;*/
  height: 40px;
  padding-top: 7px;
  text-align: left;
}

#footer-inhalt {
  position: relative;
/*   clear: both; */
  float: left;
  padding: 2px;
  margin: 0px;
  margin-left: 3px;
  height: 36px;
  width: 633px;
  background-color: #1D3069;
/*   font-family: arial; */
  font-size: 10px;
  color: #FFF;

}

#footer img {
  position: relative;
  float: left;
}

#footer-inhalt a{
  color: #FFF;
}

#footer-print {
  display: none;
}

/* 1 Ebene */
#navi {
  width: 205px;
  font-family: arial;
  font-size: 12px;
  float: left;
  padding-top: 5px;
}

.cbox {
  padding: 3px;
  font-size: 16px;
  color: #000;
}

.cbox2 {
  padding: 3px;
  font-size: 12px;
  color: #000;
  font-weight: bold;
}


#navi ul {
  width: 202px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navi li {
/*   border-bottom: 1px solid #FFF; */
  list-style-type: none;
  font-weight: bold;
}

#navi li a:link, #navi li a:visited {
  font-weight: normal;
  line-height: 13px;
  display: block;
  font-style: normal;
  padding: 2px 5px 5px 10px;
  background-color: #1D3069;
  color: #FFF;
  text-decoration: none;
  font-weight: bold;
}

#navi li a:hover {
  background-color: #3D5089;
  color: #FFF;
}

#navi li a:active {
  color: #FFF;
}
/* 1 Ebene */

/* 2 Ebene */
#navi ul ul {
  margin-left: 0px;
}

#navi ul ul li {
  border-top: 1px solid #FFF;
  margin: 0px;
}

#navi ul ul a:link, #navi ul ul a:visited {
  font-weight: normal;
  background-color: #C03E3E;
  color: #FCC;
  font-weight: bold;
}

#navi ul ul a:hover {
  background-color: #E05E5E;
  color: #FCC;
}

#navi ul ul a:active {
  background-color: #C03E3E;
  color: #FCC;
}
/* 2 Ebene */


/* 3 Ebene */
#navi ul ul ul {
  margin-left: 0px;
}

#navi ul ul ul li {
  border-top: 1px solid #BCC7AA;
  margin: 0px;
}

#navi ul ul ul a:link, #navi ul ul ul  a:visited {
  font-weight: bold;
  background-color: #FEF;
  color: #B02E2E;
}

#navi ul ul ul a:hover {
  background-color: #EDD;
  color: #B02E2E;
}

#navi ul ul ul a:active {
  background-color: #FEE;
  color: #B02E2E;
}
/* 3 Ebene */

#subnavi {
  position: absolute;
  top: 38px;
  left: 680px;
  width: 150px;
  z-index: 99;
  text-align: right;
  font-family: arial;
  font-size: 12px;
  padding-right: 8px;
}

#subnavi ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#subnavi li {
  border-bottom: 1px solid #FFF;
}

#subnavi li a {
  font-weight: bold;
  display: block;
  padding: 5px 5px 5px 0.5em;
  color: #154295;
  text-decoration: none;
}

#subnavi li a:hover {
  font-weight: bold;
  color: #B3B3B3;
}
/*end Subnavi-Neu*/


#navi li .linkact {
  background-image: url(../layout/li-hg.gif);
  color: #FFF;
}

/*Content Classes*/
.tableheadline {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.tablekbz {
  font-family: arial;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.tabletext {
  font-family: arial;
  font-size: 12px;
}

.tabletextblk {
  font-family: arial;
  font-size: 12px;
  color: #000;
}

a.linkAufBlau {
  font-weight: bold;
  font-style: italic;
  color: #FFFFFF;
  text-decoration: none;
}

a.linkAufBlau:hover {
  color: #B3B3B3;
  text-decoration: none;
}

.boxtext {
  color: #000;
  font-size: 12px;
  text-align: left;
}

.boxbg {
  height: 130px;
  background-repeat: repeat;
}


h1 {
  font-size: 14px;
  color: #183C86;
}

h2 {
  font-size: 14px;
  color: #183C86;
  font-weight: bold;
  font-style: italic;
}
h3 {
  font-size: 12px;
  color: #183C86;
}

h4 {
  font-size: 12px;
  color: #183C86;
  font-weight: bold;
  font-style: italic;
}

a {
  font-style: italic;
  text-decoration: none;
}

.startbox {
  margin-left: 3px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: bold;
}

.text1  { color: #000;  font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 10px}
.text2  { color: #000;  font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 13px}
.text3  { color: #000;  font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 16px}
.text4  { color: #000;  font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 18px}
.text5  { color: #000;  font-style: normal; font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 24px}

.link1  { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 10px; text-decoration: none}
.link2  { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 13px; text-decoration: none}
.link3  { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 16px; text-decoration: none}
.link4  { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 18px; text-decoration: none}
.link5  { font-family: Verdana, Arial, Helvetica, sans-serif; font-style: normal; font-size: 24px; text-decoration: none}