body {
  position: absolute;
  top:0; left:0;
  font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
  background-color: #595959;
  margin: 0px auto;
  font-size: 9pt;
  width: 100%;
  text-align:center;
  color: #000000;
}

h1, h2, h3 { padding:0; margin: 0;}
h1 { font-size:180%; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #ffffcc; }
h2 { font-size:150%; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif; color: #ffffcc; }
h3 { font-size:130%; font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;  color: #ffffcc; }

img { border: 0px solid #000;}

a:link, a:visited { text-decoration:none; color:#52033F;}
a:hover { text-decoration:underline; color:#9C4379;}



/* BASICS ************************************************************************************************************************ */

.wrapper {
  position: relative;
  top:0;
  margin: 0 auto;
  width: 900px;
  height:5030px;
  background: #FEE9F6 url(grafisches/bg-wrapper.gif) repeat-y;
}

.haupt {
  position: absolute;
  top: 140; left: 25px;
  margin:0;
  padding:0;
  width: 850px; height:4860;
  background: #FEE9F6 url(grafisches/bg-haupt.gif) repeat-y;
  text-align:left;
}

.haupt-links {
  width: 550px;
  margin:0; padding:0;
  background: #E6E6E6 url(grafisches/bg-inhalt.gif) no-repeat;
}

.inhalt {
  padding:20px 15px 20px 15px;
}

.footer {
  position: absolute;
  top: 5000; left: 25px;
  width: 850px;
  height: 30px;
  margin: auto auto;
  padding:0;
  background: #52033F url(grafisches/bg-footer.gif) repeat-y;
  text-align:center;
  vertical-align:middle; 
  font-size:7pt;
  color: #909090;
}

.footer-innen {
  padding-top: 7px;
}

.footer a:link, .footer a:visited { font-weight:normal; text-decoration:none; color:#909090;}
.footer a:hover { font-weight:normal; text-decoration:underline; color:#909090;}

/* TITEL ************************************************************************************************************************ */


.titel-links {
  position: absolute;
  top: 0; left: 25px;
  width: 150px;
  height: 125px;
  margin:0; padding:0;
  border:0;
  background: #52033F url(grafisches/bg-titel-links.gif) right bottom no-repeat;
}

.titel-rechts-oben {
  position: absolute;
  top: 0; left: 190px;
  width: 685px;
  height: 75px;
  margin:0; padding:0;
  background: #52033F url(grafisches/bg-titel-rechts-oben.gif) left bottom no-repeat;
  text-align:right;
}

.titel-rechts-unten {
  position: absolute;
  top: 90; left: 190px;
  width: 685px;
  height: 35px;
  margin:0; padding:0;
  background: #E585B0 url(grafisches/bg-titel-rechts-unten.gif) left no-repeat;
  text-align:left;
  line-height:35px;
  vertical-align:middle; 
}

.titel-rechts-unten h2 {
  font-size:13pt; color: #E6E6E6; padding:0 0 0 15px;
}


/* MENU ************************************************************************************************************************ */


.menu {
  position: absolute;
  top: 0; left: 565px;
  margin:0; padding:0;
  width: 285px;
  background: #909090 url(grafisches/bg-menu.gif) no-repeat;
  text-align:left;
  font-size:8pt;
}

.menu-innen {
  padding:20px 0px 20px 10px;
}

.menu a:link, .menu a:visited { font-weight:bold;text-decoration:none;}
.menu a:hover { font-weight:bold; text-decoration:underline;}


.menu-suche {
  margin: 20px 0 10px 0px;
}

.menu-suche p {
  margin: 2px 0 0 25px;
  font-size: 9px; 
  color:#52033F;
}

.menu-suche-text {
  margin: 0 15px 0 30px;
  font-size: 9px; 
  color:#666666;
  width: 115px; height: 20px;
}

.menu-suche-button {
  font-size: 10px;
  color:#808080;
  width: 80px; height: 26px;
  border:0;
  background: url(grafisches/button-suche.gif) left no-repeat;
}

.menu-suche input.option {
}


.menu-titel {
  margin:20px 0 8px 0;
  padding:0;
  width: 275px; height:26;
  background: url(grafisches/menu-titel.gif) left no-repeat;
  text-align:left;
  line-height:26px;
  vertical-align:middle;  
}

.menu-titel h3 { padding:0 10px 0 6px;font-size:10pt; color: #FFFFFF; }

.menu-linie { 
  clear: left;
  margin:2px 2px 2px 5px;
  border-top: 1px dotted #52033F; 
}

.menu-liste {
  padding:4px 10px 3px 15px; 
  background: url(grafisches/menu-liste.gif) no-repeat 7px 7px; 
}

.menu-liste-klein {
  padding:4px 10px 0px 15px; 
  font-size:7pt;
  background: url(grafisches/menu-liste.gif) no-repeat 7px 7px; 
}

.menu-standard {
  padding:4px 10px 3px 8px; 
}

.menu-bild {
  padding:4px 10px 3px 5px; 
}

.menu-bild img {
  float: left; margin: 0 4px 4px 2px; border: 1px solid #000;
}


/* ARTIKEL ************************************************************************************************************************ */


.artikel { padding:0 4px 0 4px; line-height:140%;}

.artikel a:link, .artikel a:visited { font-weight:bold; text-decoration:none; }
.artikel a:hover { font-weight:bold; text-decoration:underline;}


.artikel h1 {
  line-height:120%;
  margin:24px 0 18px 0;
  padding:0;
  color: #52033F;
  font-size:14pt;
}

.artikel h2 {
  margin:18px 0 12px 0;
  padding:0;
  color: #52033F;
  font-size:12pt;
}

.artikel p {
  margin:0 0 12px 0;
  padding:0;
}

.artikel blockquote {
  background: url(grafisches/blockquote.gif) no-repeat;
  font-family:Verdana,arial; font-size:8pt;
  text-align: justify;
  padding:5px 20px 5px 23px ; background-color:#cccccc;
  line-height:120%;
}

.artikel blockquote p {margin: 0 0 6px 0;}

.artikel ul {
  margin: 10px 0px 10px 24px;
  padding:0;
  list-style:square;
}

.artikel ol {
  margin: 10px 0px 10px 30px;
  padding:0;
}

.artikel li {
  margin: 0 0 8px 0;
  padding: 0;
}

.artikel hr { 
  clear: both; border: none; 
  margin:6px 0 6px 0;
  height: 1px; background-color: #52033F; color: #52033F; width: 100%;
}

.artikel img {
  margin: 0px;
  padding: 0px;
  max-width: 500px;
} 


.artikel object {
  margin: 0px;
  padding: 0px;
} 

.rechts {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  float: right;
  margin: 10px 0px 10px 10px;
  padding: 5px;
}

.links {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  float: left;
  margin: 10px 10px 10px 0px;
  padding: 5px;
}

.mitte {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  text-align:center;
  margin: 10px 0 10px 0;
  padding:5;
}

/* TEST ************************************************************************************************************************ */


.test-bild img {
  margin:0px 0px 2px 2px;
  padding:0;
  border: 1px solid #000000;
}

.test-titel h3 {
  margin:0px 0 0px 0;
  padding:0;
  color: #52033F;
  font-size:14pt;
}


.test-titel p {
  margin: 0px 0px 5px 0px;
  padding:0px;  
  font-size: 9pt;
  line-height:100%;
}

.test-ergebnis {
  margin: 0px 0px 0px 0px;
  padding:9px 0 0 0;  
  font-size: 7pt;
  line-height:110%;
}

.test-ergebnis ul{
  margin: 0px 0px 18px 0px;
  padding:0px 0 0 0; 
  list-style:none; 
}

.test-ergebnis li{
  margin: 0px 0px 4px 0px;
  padding:0px 0 0 7px; 
  background: url(grafisches/menu-liste.gif) no-repeat 0px 2px; 
 
}

.test-text p {
  margin: 0px 0px 10px 0px;
  padding:0px;  
  font-size: 8pt;
  line-height:120%;
}

.test-text a:link, .test-text a:visited { font-weight:normal; text-decoration:none; color:#000000;}
.test-text a:hover { font-weight:normal; text-decoration:none; color:#000000;}

/* INHALTE ************************************************************************************************************************ */


.box1 {
  clear: both;
  margin: 18px 0px 10px 0px;
  padding:8px 8px 8px 8px;
  background: #cccccc;
  border-bottom: 1px solid #52033F; 
  border-top: 1px solid #52033F; 
}

.box1 h2 {
  margin: 0px 0px 10px 0px;
  padding:0px;  
  font-size: 10pt;
  font-weight:bold;
  color:#52033F;
}

.box1 p {
  margin: 0px 0px 8px 0px;
  padding:0px;  
  font-size: 8pt;
  line-height:130%;
}

.box2 {
  clear: both;
  margin: 18px 0px 10px 0px;
  padding:8px 8px 8px 8px;
  background: #cccccc;
  border-bottom: 2px solid #52033F; 
  border-top: 2px solid #52033F; 
}

.box2 h2 {
  margin: 0px 0px 10px 0px;
  padding:0px;  
  font-size: 11pt;
  font-weight:bold;
  color:#52033F;
}

.box2 p {
  margin: 0px 0px 8px 0px;
  padding:0px;  
  font-size: 8pt;
  line-height:130%;
}

.oberbalken {
  margin: 10px 0px 10px 0px;
  padding:8px 8px 8px 8px;
  border-bottom: 1px solid #707070; 
  border-top: 1px solid #707070; 
}

.oberbalken h2 {
  margin: 0px 0px 0px 0px;
  padding:0px;  
  font-size: 10pt;
  font-weight:bold;
  color: #707070;
}

.weitere {
  clear: both;
  margin: 25px 0px 10px 0px;
  padding:0 4px 0 4px;
}

.weitere h3 {
  margin: 0 0 10 0px;
  padding:0px;  
  font-size: 10pt;
  font-weight:bold;
  text-decoration:underline;
  color: #52033F;
}

.weitere-zeile {
  margin: 5px 0px 5px 4px;
  padding:0px;  
  font-size: 9pt;
}

.weitere-zeile img {
  border:1px solid #000000;
  margin-right:8px;
  vertical-align:middle;
}

.feedback {
  clear: both;
  margin: 20px 0px 20px 0px;
  padding:0 4px 0 4px;
  border-top: 1px solid #52033F; 
  font-size:8pt; 
}

.feedback h3 {
  margin: 10px 0 5px 0;
  padding:0px;  
  font-size: 9pt;
  font-weight:bold;
  color: #52033F;
}

.feedback p { margin:0; padding:0;   line-height:130%;  }

.seo {
  padding:30px 4px 20px 4px;  
  font-size: 7pt;
  font-weight:normal;
  color: #707070;
}

.seo p { margin:0; padding-top:8px; }

.seo img {
  border:0px;
  margin-right:8px;
  vertical-align:middle;
}

.seo a:link, .seo a:visited { font-weight:normal; text-decoration:none; color:#707070;}
.seo a:hover { font-weight:normal; text-decoration:underline; color:#707070;}

.seitenende {
  clear: both;
  margin: 20px 0px 50px 0px;
  padding:8px 5px 8px 5px;
  border-bottom: 2px solid #909090; 
  border-top: 1px solid #909090; 
  font-size:7pt;
  color: #909090;
}

.seitenende a:link, .seitenende a:visited { font-weight:normal; text-decoration:none; color:#909090;}
.seitenende a:hover { font-weight:normal; text-decoration:underline; color:#909090;}

.regional p {
  clear: both;
  font-size:9pt;
  margin:0 0 6px 0;
}


.regional li {
  margin: 0 0 5px 0;
  padding: 0;
}



