body {
  color: #faf9f0;
  background: #faf9f0; /* BG-Image für Boddy optional */
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 100.01%;
  padding: 20px 0;
  margin: 0;
  text-align: center;   /* Zentrierung fuer alte IEs */
}

a { text-decoration: underline; }
a:link, a:focus, a:hover, a:active { color: #002D62; }



/* -----------------Allgemeine Klassen---------------- */

.stopFloat {
  display: block;
  float: none;
  clear: both;
  height: 1px;
  font-size: 0px;
  line-height: 0px;
}

.noBorder {
  border-top-width: 0;
  border-right-width: 0;
  border-bottom-width: 0;
  border-left-width: 0;
  border-top-style: none;
  border-right-style: none;
  border-bottom-style: none;
  border-left-style: none;
}

/* -------------CONTENTHOLDER---------------- */

#contentHolder {
  width: 1000px;
  margin: 0 auto;          /* Zentrierung fuer moderne Browser */
  text-align: left;
  background-attachment: scroll;
  background-color: #e6e5d3;
  background-image: url(images/hg-content.gif);
  background-repeat: repeat-y;
  background-position: 0px 0px;
  position: relative;
}

/* -------------BOX HEAD---------------- */

#boxHead {
  width: 1000px;
  height: 382px;
  background-color: #cdc7ad;
  padding-top: 0px;
  padding-right: 0;
  padding-bottom: 0px;
  padding-left: 0px;
}

#boxHeadNav {
  height: 122px;
  width: 1000px;
  margin: 0px;
  padding: 0px;
  background-image: url(images/hg-headnav.gif);
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  z-index: 99;
}
#boxHeadNav ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}

#boxHeadNav ul li {
  position: relative;
  width: 125px;
  float: left;
  margin: 0px;
  padding: 0px;
}

#boxHeadNav li a {
  height: 102px;
  width: 125px;
  display: block;
  background-attachment: scroll;
  background-image: url(images/but-headnav-passiv.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  line-height: 102px;
  text-align: center;
  color: #79766a;
  font-size: 100%;
  text-decoration: none;
  font-family: "Times New Roman", Times, serif;
  font-weight: bold;
}

#boxHeadNav li a:hover,
#boxHeadNav li a.mouseover {
  background-attachment: scroll;
  background-image: url(images/but-headnav-aktiv.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #002d62;
}

#boxHeadNav li a.aktiv {
  background-attachment: scroll;
  background-image: url(images/but-headnav-aktiv.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  color: #002d62;
}

#boxHeadNav ul li div {
  position: absolute;
  padding: 8px 0 0 0;
  top: 102px;
  left: -1px;
  display: none;
}

#boxHeadNav ul li.sub8 div {
	left: auto;
	right: 1px;
}

#boxHeadNav ul li div ul {
  margin: 0;
  list-style: none none inside;
  background: transparent url(images/top-subnav-bg.png) no-repeat scroll right bottom;
  padding: 5px 0 8px;
}

#boxHeadNav ul li div ul li {
  display: inline;
  margin: 0;
  padding: 0;
  float: none;
  height: auto;
  width: auto;
}

#boxHeadNav ul li div ul li a,
#boxHeadNav ul li div ul li a.aktiv,
#boxHeadNav ul li div ul li a:hover {
  font-weight: bold;
  color: #fcfbf5;
  background: transparent url(images/top-subnav-li-bg.png) no-repeat scroll -161px 3px;
  height: auto;
  width: auto;
  padding: 3px 0 0 20px;
  display: block;
  float: none;
  line-height: 25px;
  margin: 3px 10px;
  width: 141px;
  text-align: left;
  margin: 0 10px;
}

#boxHeadNav ul li div ul li a.aktiv,
#boxHeadNav ul li div ul li a:hover {
  color: #002d62;
  background-position: 0 3px;
}
  
#boxHeadNav ul li:hover > div,
#boxHeadNav ul li div.mouseover {
  display: block;
}

/* Selektor muss separat stehen, da der IE 6 diesen sonst nicht mit menu.htc anwendet */
#boxHeadNav ul li div.mouseover {
  display: block;
}

#boxHeadImages {
  height: 260px;
  width: 1000px;
  background-attachment: scroll;
  background-image: url(images/hg-head-images.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  position: relative;
  z-index: 1;
}
#boxTitel {
  position: absolute;
  top: 320px;
  left: 40px;
  width: 400px;
  z-index: 1;
}
#boxTitel  h1 {
  margin: 0px;
  padding: 0px;
  color: #002D62;
  font-size: 130%;
  font-weight: normal;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
  width: 700px;
}





/* -------------BOX LEFT------------------- */

#boxLeft {
  float: left;
  background-color: #e6e5d3;
  width: 250px;    /* Breite ohne senkrechte weisse Linie */
  padding: 0px 0;
  position: relative;
  margin-bottom: 20px;
}

#boxLeft ul{
  list-style: none;
  padding: 0;
  margin-top: 15px;
  margin-right: 10px;
  margin-bottom: 0;
  margin-left: 5px;
}

#boxLeft li {
  margin: 0;
  font-size: 70%;
  width: 235px;
  line-height: normal;
  display: inline;
  padding: 0;
}

#boxLeft li a,
#boxLeft li a:hover,
#boxLeft li a.aktiv {
  background: transparent url(images/nav-left-bg.png) scroll no-repeat 0 0;
  line-height: 22px;
  background-attachment: scroll;
  background-image: url(images/nav-left-bg.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  display: block;
  padding-left: 35px;
  font-size: 120%;
  font-family: "Times New Roman", Times, serif;
  letter-spacing: 1px;
  text-decoration: none;
  color: #002d62;
}

#boxLeft li a:hover,
#boxLeft li a.aktiv {
  background-position: -244px 0;
}

#boxLeft li div.ebene-2 {
  background-image: url(images/nav-left-bg.png);
  background-position: right 0;
}
  
#boxLeft li ul {
  margin: 0;
  padding: 0 0 1.5em 0;
}

#boxLeft li div.ebene-2 li {
  display: block;
}

#boxLeft li div.ebene-2 li a {
  background-image: none;
  font-size: 1.5em;
  line-height: normal;
  height: auto;
  padding: 0 0 0 50px;
}

#boxLeft li div.ebene-2 li a.aktiv,
#boxLeft li div.ebene-2 li a.aktiv:hover {
  background: transparent url(images/nav-left-bg.png) scroll no-repeat -486px 0;
}

#boxLeft li div.ebene-2 li a:hover {
  text-decoration: underline;
  background: none;
  font-size: 1.5em;
  line-height: normal;
  padding: 0 0 0 50px;
}

#boxLeft li div.ebene-2 li a.aktiv:hover {
  text-decoration: underline;
}


/* --------------BOX CONTENT------------ */

#boxContent {
  float:left;
  width: 521px;
  border-right: 1px solid #bcbbac;  /* Senkrechte Linie rechts */
  border-left: 1px solid #bcbbac;   /* Senkrechte Linie links */
  position: relative;
  margin-bottom: 20px;
  background-color: #E6E5D3;
  padding-top: 10px;
  padding-right: 0;
  padding-bottom: 10px;
  padding-left: 0;
}

#boxContent h1 {
  color: #5C5B51;
  font-family: "Times New Roman", Times, serif;
  font-size: 120%;
  line-height: 140%;
  margin: 0 20px 1em 20px;
  font-weight: normal;
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  border-bottom-color: #D7D2BD;
  letter-spacing: 1px;
}

#boxContent h2 {
  color: #002D62;
  font-family: "Times New Roman", Times, serif;
  font-size: 120%;
  line-height: 140%;
  font-weight: normal;
  letter-spacing: 1px;
  background-image: url(images/listpoint-content.gif);
  background-repeat: no-repeat;
  background-position: 0px 10px;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 2px;
  margin-left: 20px;
  padding-left: 15px;
}

#boxContent h2 a,
#boxContent h2 a:link,
#boxContent h2 a:visited,
#boxContent h2 a:focus,
#boxContent h2 a:hover,
#boxContent h2 a:active {
	text-decoration: none;
	font-weight: normal;
	color: #002D62;
}

#boxContent h2 a:hover,
#boxContent h2 a:active,
#boxContent h2 a:focus {
	text-decoration: underline;
}

#boxContent h3 {
	margin-top: 0;
  margin-right: 20px;
  margin-bottom: 2px;
  margin-left: 20px;
  font-size: 80%;
  color: #002D62;
}

.headlineZusatz {
  font-size: 80%;
  font-weight: bold;
  letter-spacing: 0em;
}



#boxContent p {
  font-size: 80%;
  color: #5C5B51;
  margin-top: 3px;
  margin-right: 20px;
  margin-bottom: 15px;
  margin-left: 20px;
}

#boxContent a:link,
#boxContent a:visited,
#boxContent a:focus,
#boxContent a:hover,
#boxContent a:active {
  font-weight: bold;
  color: #002D62;
}

.nachoben { text-align: right; }


/* ---------BOX RIGHT---------- */

#boxRight {
  float:left;
  width: 225px;  /* Breite ohne senkrechte weisse Linie */
  background: #e6e5d3;
  padding: 15px 0 10px 0;
  position: relative;
  margin-bottom: 20px;
}

#boxRight h1 {
  color: #5C5B51;
  font-size: 110%;
  font-family: "Times New Roman", Times, serif;
  font-weight: normal;
  margin-top: 0;
  margin-right: 20px;
  margin-bottom: 20px;
  margin-left: 20px;
  padding-top: 0px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  letter-spacing: 1px;
}
#boxGrafikLeft {
  width: 249px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 20px;
}


#boxRight p {
  font-size: 70%;
  margin-top: 10px;
  margin-right: 20px;
  margin-bottom: 10px;
  margin-left: 20px;
  color: #5C5B51;
}
#boxLeft p {
  font-size: 70%;
  line-height: 150%;
  margin: 1em 20px;
}


#boxFooter {
  background-color: #d7d2bd;
  width: 1000px;
  height: 50px;
  position: relative;
}

#footer-abstand {
  background-color:#E6E5D3;
  display:block;
  height:20px;
  position:absolute;
  top:-20px;
  width:100%;
}

#footerNav {
  position: absolute;
  left: 30px;
  top: 17px;
  text-align: center;
  width: 500px;
}

#footerNav  ul {
  list-style-type: none;
  margin: 0px;
  padding: 0px;
}
#footerNav  li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  display: block;
  float: left;
}
#footerNav  li  a {
  color: #5c5b51;
  text-decoration: none;
  float: left;
  margin-right: 20px;
  display: block;
}

#boxFooter p {
  color: #5c5b51;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 80%;
  margin: 0px;
  padding: 0px;
}

#copyright {
  width: 180px;
  text-align: center;
  position: absolute;
  top: 17px;
  right: 30px;
}

#copyright a {
  text-decoration: none;
  color: #5c5b51;
}

#copyright a:hover {
  color: #002D62;
}

#footerNav li a:hover {
  color: #002D62;
  text-decoration: none;
}

form.suche {
  position:absolute;
  right:1em;
  top:317px;
  z-index:1;
}

body.suchergebnisse #boxRight,
body.suchergebnisse #boxLeft {
  display: none;
}

body.suchergebnisse #contentHolder {
  background-image: none;
}

body.suchergebnisse #boxContent {
  width: auto;
  padding: 0 40px;
  border: none;
}

#boxContent .hr {
	margin: 20px;
	height: 0;
	line-height: 0;
	font-size: 0;
	border-top: 1px solid #cdc7ad;
	border-bottom: 1px solid white;
}

#boxContent .news h2 {
	text-transform: uppercase;
	background-image: none;
	padding: 0;
	margin-bottom: 20px;
}

#boxContent .news h3, #boxContent .news p {
	font-size: 70%;
}

#boxContent .news h3 {
	margin-top: 8px;
	margin-bottom: 4px;
}

#boxContent .news.startseite h3 {
	margin-top: 20px;
}

#boxContent .news-nav {
	margin: 3px 20px 15px;
	font-size: 80%;
}

.inactive {
	color: #5C5B51;
	cursor: default;
}

#boxContent a.active {
	text-decoration: none;
}