  * {
  font-family: Verdana, Arial, Helvetica, sans-serif, Lucida Grande;
  color: #204992;
  font-size: 12px;
}

body {
  background-color: #F9F3DA;
  padding: 0px;
  margin: 0px;
}

#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: 800px;
  left: 50%;
  margin-left: -404px;
  margin-top: 0px;
  background-color: #F9F3DA;
  background-image: url(../layout/bg.gif );
  background-repeat: repeat-y;
  margin-top: 4px;
}

#header {
  position: relative;
  margin: 0px;
  padding: 0px;
  text-align: right;
  width: 800px;
  height: 179px;
  z-index: 1;
  background-color: #F9F3DA;
}

#content {
  position: relative;
  margin: 0px;
  padding: 0px;
/*   padding-left: 7px; */
  position: relative;
  width: 800px;
  float: left;
  background-image: url("../layout/content_bg.jpg");
  background-repeat: repeat-y;

/*   border: 1px solid #F00; */
}

#inhalt {
  float: left;
  margin: 0px;
  padding: 5px;
  position: relative;
  width: 630px;
/*   margin-left: 1px; */
/*   background-image: url("../layout/folgeseiten_03.gif"); */
/*   height: 800px; */
/*   background-repeat: repeat-y; */
/*   background-color: #666; */
/* border: 1px solid #F00; */
}

#inhalt-start {
  float: left;
  margin: 0px;
  padding: 0px;
  position: relative;
  width: 644px;
}


#footer {
  float: left;
  position: relative;
  clear: both;
  width: 800px;
  height: 24px;
  text-align: center;
  background-color: #F9F3DA;
/*   border: 1px solid #F00; */
}

#footer a {
  line-height: 20px;
  font-size: 10px;
  color: #000;
  font-style: normal;
}

#footer a:hover, #footer a:active {
  color: #444;
}


/* 1 Ebene */
#navi {
  float: left;
  margin: 0px;
  padding: 0px;
  width: 156px;
  font-family: verdana;
  background-color: #204992;
/*   border: 1px solid #0F0; */
}

#navi ul {
  width: 156px;
  list-style: none;
  margin: 0px;
  padding: 0px;
}

#navi li {
  list-style-type : none;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #F2CF47;
}

#navi a {
  font-size: 11px;
  color: #FFF;
}

#navi li a:link, #navi li a:visited {
  font-weight: normal;
  line-height: 15px;
  display: block;
  font-style: normal;
  font-weight: bold;
  padding: 5px 5px 5px 35px;
  text-decoration: none;
}

#navi li a:hover {
/*   background-color: #F5F5F5; */
  background-image: url("../layout/menu_act.gif");
  background-repeat: no-repeat;
  font-weight: bold;
  color: #FFF1B1;
}

#navi li a:active {
  color: #F2CF47;
}

#navi li .linkact {
  color: #000;
}
/* 1 Ebene */

/* 2 Ebene */
#navi ul ul {
  margin-left: 0px;
  padding: 0px;
}

#navi ul ul li {
  margin: 0px;
}

#navi ul ul li a {
  font-weight: bold;
  font-size: 14px;
  color: #444;
  margin-left: 15px;
}

#navi ul ul li a:link, #navi ul ul li a:visited {
  font-weight: normal;
}

#navi ul ul a:hover {
  color: #222;
}

#navi ul ul a:active {
  color: #222;
}
/* 2 Ebene */


/* 3 Ebene */
#navi ul ul ul {
  margin-left: 0px;
  padding: 0px;
}

#navi ul ul ul li {
  margin: 0px;
}

#navi ul ul ul a {
  font-size: 14px;
  margin-left: 30px;
}



#navi ul ul ul a:link, #navi ul ul ul  a:visited {
/*  font-weight: bold;*/
  color: #888;
}

#navi ul ul ul a:hover {
  color: #AAA;
}

#navi ul ul ul a:active {
  color: #AAA;
}
/* 3 Ebene */



#navi .subnavi a {
  color: #FFF;
}

#navi .linkactsubnavi a{
  color: #DDD;
}

/*Content Classes*/
.tableheadline {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #FFF;
}

.tablekbz {
  font-family: verdana;
  font-size: 12px;
  font-weight: bold;
  color: #000;
}

.tabletext {
  font-family: verdana;
  font-size: 12px;
}

.tabletextblk {
  font-family: verdana;
  font-size: 12px;
  color: #000;
}

.boxtext {
  color: #000;
  font-size: 12px;
  text-align: left;
}


.startbox {
  margin-left: 3px;
  margin-top: 3px;
  font-size: 11px;
  font-weight: bold;
}

/*.tx-newloginbox-pi1{
  margin: 0px;
  padding: 0px;
  width: 220px;
}*/
