body {
    margin: 0;
    padding: 0;
    color: #5F5F5F;
    background-color: #FFFFFF;
    font-family: verdana,tahoma,arial,helvetica,verdana,sans-serif;
    min-width:1040px; /* Mindestbreite verhindert Umbruch und Anzeigefehler in modernen Browsern */
  }

ul,li {
  margin: 0px 2px;
  font-size: 9pt;
}

#wrapper {
  background-color: #FFFFFF;
  margin: 0 auto;
}
/* oben*/
div#top {
  margin: 0 auto;
  padding: 0;
  background-color: #C0C0C0;
  color: #000000;
}

.toptext {
  margin: 0 auto;
  padding: 5px 0px 0px 10px;
  font-size: 13pt;
  font-family: "century gothic",georgia,calibri,serif;
  font-weight: bold;
  width: 990px;
  background-color: #C0C0C0;
  color: #000000;
 /* text-shadow: 1px 1px 2px #3F3F3F;   */
}

div#header {
  margin: 0 auto;
  padding: 0;
  background-color: #C0C0C0;
  height: 180px;
}

div#header-inner {
  width: 990px;
  margin: 0 auto;
}

div#headerleft {
  margin: 0;
  padding: 0;
  text-align: left;
  background-color: #333333;
  color: #FFFFFF;
  width: 300px;
  float: left;
  height: 180px;
}

div#headerright {
  margin-left: 300px;
  padding: 20px 5px;
  width: 670px;
  background-color: #333333;
  color: #FFFFFF;
  text-align: right;
  height: 180px;
}
.headertextbig {
  font-size: 18pt;
  font-family: "century gothic",georgia,calibri,serif;
  color: #FFFFFF; /* neue Zeile */
  letter-spacing: 2px;
  padding-top: 70px;
}

.headertextsmall {
  font-size: 12pt;
  font-family: "century gothic",georgia,calibri,serif;
  color: #FFFFFF; /* neue Zeile */
  letter-spacing: 2px;
  padding-top: 5px;
}

#subtitle {
  font-size: 11pt;
  padding: 5px;
  line-height: 20px;
  margin-bottom: 12px;
  border-bottom: 1px solid #999999;
}

/* Hauptteil*/
#main {
  background-color: #99CCFF;
  background:url(images/gradient.jpg) repeat-x;
  padding: 0;
  margin: 0 auto;
}

#main-inner {
  width: 990px;
  margin: 0 auto;
  padding: 10px 0px;
}
/* Navigation links*/
#navigationleft {
  font-size: 12pt;
  width: 220px;
  float: left;
  padding: 2px;
}
div#navigationleft h4 {
  color: #ffffff;
  background-color: #999999;
  font-size: 13pt;
  font-weight: bold;
  margin: 10px 0px;
  padding: 5px;
  font-family: "century gothic",calibri,georgia,serif;
  letter-spacing: 1px;
  line-height: 20px;
}
.menue {
  list-style-type:none;
  padding: 0px;
  margin: 0px;
  text-align: left;
  background-color: transparent;
  line-height: 16px;
}
.menue li a, .menue li a:active, .menue li a:visited {
  color: #333333;
  background-color: transparent;
  width: 210px;
  padding: 3px;
  margin: 0;
  text-decoration: none;
  font-size: 11pt;
  font-family: "century gothic",calibri,georgia,serif;
  display: block;
  font-weight: normal;
  line-height: 25px;
  border-bottom: 1px solid #999999;
  text-shadow: 1px 1px 2px #3F3F3F;
}
.menue li a:hover {
  font-weight: bold;
  text-decoration: none;
  font-family: "century gothic",calibri,georgia,serif;
  color: #000000;
  font-weight: normal;
  background-color: #ECECEC;
}
/* Inhalt*/
div#content {
  margin-left: 240px;
  padding: 10px 0;
  width: 750px;
  font-size: 10pt;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
}
div#contentb {
  margin-left: 240px;
  padding: 10px 0;
  width: 750px;
  font-size: 11pt;
  font-weight: normal;
  text-align: left;
  line-height: 20px;
}
div#content h1 {
  font-size: 18pt;
  margin: 0;
  color: #000000;
  font-family: "century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #7F7F7F;
}
div#content h2 {
  color: #808080;
  background-color: inherit;
  font-family: "century gothic",georgia,calibri,serif;
  font-size: 16pt;
  text-align: left;
  margin: 3px;
  padding: 2px;
  text-shadow: 1px 1px 2px #7F7F7F;
}
div#content h3 {
  color: #FF0000;
  background-color: inherit;
  font-family: "century gothic",georgia,calibri,serif;
  font-size: 14pt;
  font-style: italic;
  padding-left: 5px;
  text-shadow: 1px 1px 2px #3F3F3F;
  font-weight: normal;
}
div#content h4 {
  color: #C0C0C0;
  background-color: #FFFFFF;
  font-size: 13pt;
  font-weight: bold;
  margin: 0px;
  padding: 2px;
  font-family: "century gothic",georgia,calibri,serif;
  letter-spacing: 1px;
  text-shadow: 1px 1px 2px #3F3F3F;
  text-align: center;
}
div#content h5 {
  color: #333333;
  background-color: inherit;
  font-family: "century gothic",georgia,calibri,serif;
  font-size: 12pt;
  font-weight: bold;
  margin: 2px;
  text-shadow: 1px 1px 2px #3F3F3F;
  padding: 0;
}
div#content p {
  margin: 8px 2px;
}
 /*unten*/

div#footer {
  margin: 0 auto;
  padding: 0;
  text-align: center;
  color: #FFFFFF;
  background-color: #333333;
  height: 179px;
  clear: both;
}
div#footerbox  {
  margin: 0 auto;
  padding-left: 240px;
  width: 750px;
  font-size: 16pt;
  font-family: "century gothic",calibri,georgia,serif;
  font-weight: bold;
  letter-spacing: 1px;
  background-color: transparent;
}
div#footerinnerbox1  {
  margin: 2px;
  padding: 3px;
  font-family: "century gothic",georgia,calibri,serif;
  font-weight: bold;
  letter-spacing: 1px;
  width: 250px;
  float:left;
  background-color: transparent;
  text-align: left;
}
div#footerinnerbox1 h2 {
  margin: 0;
  padding: 2px;
  font-size: 12pt;
  font-variant:small-caps;
  color: #FFFFFF;
  background-color: transparent;
  width: 200px;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  line-height: 20px;
}
div#footerinnerbox2  {
  margin: 0;
  padding: 0;
  font-family: calibri,georgia,serif;
  font-weight: bold;
  width: 250px;
  float: right;
  text-align: left;
  font-size: 10pt;
  font-weight: normal;
  text-align: justify;
}
div#footerinnerbox2 h2 {
  margin: 0;
  padding: 2px;
  font-size: 12pt;
  font-variant:small-caps;
  color: #FFFFFF;
  background-color: transparent;
  width: 240px;
  text-align: left;
  border-bottom: 1px solid #FFFFFF;
  line-height: 20px;
}
.footermenue {
  list-style-type:none;
  padding: 5px 0px 0px 0px;
  margin: 0;
  text-align: left;
  background-color: transparent;
}
.footermenue li a, .footermenue li a:active, .footermenue li a:visited {
  color: #C0C0C0;
  background-color: transparent;
  width: 300px;
  padding: 0;
  margin: 0;
  text-decoration: none;
  font-size: 10pt;
  font-family: "century gothic",georgia,calibri,serif;
  display: block;
  font-weight: normal;
}
.footermenue li a:hover {
  font-weight: bold;
  text-decoration: none;
  font-family: "century gothic",georgia,calibri,serif;
  color: #FFFFFF;
  font-weight: bold;
  background-color: transparent;
}
.footerlink {
  clear: both;
  background-color: #333333;
  text-align: right;
}
/* allgemeine Angaben*/
a:link, a:visited, a:active {
/*  color: #C0C0C0; */
  color:#0066FF;
  background-color: transparent;
  text-decoration: none;
  font-weight: bold;
  padding: 0;
  margin: 0;
}
a:hover {
  color: #000000;
  background-color: #FFFFFF;
  text-decoration: underline;
}

#breadcrumbs a {
    text-decoration:none;
}
#breadcrumbs a:hover {
    text-decoration:underline;
}