/* *********************************************************************************
** *********** (c) 2006 by Helmut Siebe (http://www.siebe-webdesign.de/) ***********
** *********************************************************************************
*/

/* Basis-Formatierungen */
* {
  margin: 0;
  padding: 0; }
  
html { height: 101%; }

body {
     font-family: verdana, arial, sans-serif;
     font-size: 100.01%;
     text-align: center;
     color: #000000;
     background-color: #ffffff;
     background-image: none; }

.normal {
        font-weight: normal; }
.red {
     color: #ff3300;
     font-weight: bold; }
.fett {
      font-weight: bold; }


/* alle Inhalte */
#gesamt {
        width: 100%;
        margin: 0px auto;
        text-align: left;
        background-color: transparent;
        border: 0; }


/* Header (zusätzlich 1 CSS-Datei für jeden Bereich) */
#header {
        width: 650px;
        height: 175px;
        text-align: left;
        margin: 0;
        padding: 0;
        background-color: #ffffff; }
#header img {
        float: left;
        margin: 0;
        padding: 0;
        background-color: transparent; }
#header h1.titel {
        width: 400px;
        height: 40px;
        margin: 0;
        padding: 115px 0 0 24px;
        font-size: 20pt;
        font-weight: bold; }


/* Suchen, Brotkrumen, Impressum */
#subhead { display: none; }


/* Mittlerer Bereich gesamt */
#content {
         clear: left;
         overflow: hidden;
         width: 100%;
         margin: 20px 0 0 0;
         padding: 0;
         background-color: #ffffff;
         background-image: none;
         border-bottom: 0px solid #e0e9f1; }


/* Menue */

#menue { display: none; }


/* Hauptbereich */
#text {
      width: 100%;
      font-size: 100%;
      margin: 0;
      padding: 0;
      background-color: transparent;
      border: 0;
      min-height: 200px; }
#text h1 {
      padding: 0;
      font-size: 105%;
      color: #000000; }
#text h1.sub {
      padding: 4px 0 15px 0;
      line-height: 130%;
      font-size: 80%;
      color: #000000; }
#text h1.leer {
      padding: 0;
      line-height: 130%;
      font-size: 40%;
      color: #000000; }
#text h2 {
      padding: 10px 0 10px 0;
      font-size: 95%;
      font-weight: bold;
      color: #000000; }
      
/* #text h3 nur für Meldungstitel auf Übersicht*/

#text h4, h5, h6 {
      padding: 6px 0 4px 0;
      font-size: 80%;
      color: #000000; }
#text p {
      font-size: 80%;
      line-height: 130%;
      margin: 0;
      padding: 0 0 15px 0; }
#text p.small {
      font-size: 75%;
      line-height: 130%;
      margin: 0;
      padding: 0 0 15px 0; }
#text p.topper {
      clear: both;
      font-size: 80%;
      padding: 0;
      margin: 30px 0; }
#text p.copy {
      padding: 10px 0;
      border-top: 0px solid #c7d7e7; }
#text p.line {
      margin: 0px 20px;
      padding: 0px;
      border-top: 1px solid #c7d7e7; }
#text p.weiter {
      text-align: center; }

#text ol {
      font-size: 80%;
      list-style-type: decimal;
      list-style-position: outside;
      line-height: 130%;
      padding: 10px 30px 15px 20px; }

#text ul {
      font-size: 80%;
      list-style-type: square;
      line-height: 130%;
      padding: 6px 30px 6px 20px; }
#text ul.pdf {
      list-style-image: url(../pic/pdf3.gif);
      padding: 10px 30px 15px 20px; }
#text ul.liste {
      line-height: 130%;
      padding: 6px 30px 15px 20px; }
#text li {
      margin: 4px 20px 4px 20px; }
#text ul.pdf li {
      margin: 4px 20px 12px 20px;
      padding-left: 8px; }
#text ul.liste li {
      margin: 4px 20px 18px 20px; }

#text blockquote {
      font-weight: normal;
      line-height: 130%;
      font-size: 75%;
      margin: 20px 0 20px 0;
      padding: 10px 20px 10px 20px;
      background-color: #cccccc;
      border: 1px solid #808080; }

#text img {
      border: 0;
      margin: 6px 0; }
#text img.teaser {
      float: left;
      margin: 4px 15px 4px 0;
      border: 0; }
#text img.pic {
      float: left;
      margin: 2px 6px 0px 0;
      border: 0; }


#text a {
      color: #000000;
      font-weight: bold;
      text-decoration: underline;
      background-color: transparent; }
#text a[href^="http:"] {
      padding-left: 14px;
      background-image: url('../pic/link-ext.gif');
      background-repeat: no-repeat;
      background-position: left; }


/* Berichte, Meldungen etc. */
#text h3 {
      clear: left;
      padding: 10px 0 4px 0;
      font-size: 90%;
      color: #000000; }
#text p.meldung { /* nur für Meldungen*/
      font-size: 80%;
      line-height: 130%;
      margin: 0;
      padding: 0 0 4px 0; }
#text p.autor { /* nur für Meldungen*/
      font-size: 70%;
      line-height: 130%;
      margin: 0;
      padding: 10px 0 15px 0; }
#text .autor { /* nur für Meldungen*/
      font-size: 90%;
      line-height: 130%;
      margin: 0;
      padding: 4px 0 15px 0; }


/* nächste Seite */
#text ul.weiter { display: none; }


/* Block 1 für Meldungen */
#block1 {
       float: left;
       width: 45%;
       margin: 0px 20px 20px 0;
       padding: 0;
       color: #000000;
       background-color: transparent;
       text-align: left;
       border-left: 1px solid #808080;
       border-right: 1px solid #808080; }
#block1 h2 {
        padding: 2px 6px;
        font-size: 80%;
        background-color: #808080;
        color: #ffffff; }
#block1 h3 {
        padding: 4px 4px 4px 4px;
        font-size: 80%;
        color: #000000; }
#block1 h4 {
        padding: 4px 4px 0px 4px;
        font-size: 70%;
        color: #808080; }
#block1 p.meldung { /* nur für Meldung Übersicht*/
      font-size: 80%;
      line-height: 130%;
      margin: 0;
      padding: 0 4px 4px 4px; }
#block1 p.autor { /* nur für Meldungen*/
      font-size: 70%;
      line-height: 130%;
      margin: 0;
      padding: 0 4px 12px 4px; }
#block1 img.teaser {
      text-align: center;
      padding: 6px 11px;
      background-color: #808080;
      margin: 4px 4px;
      border: 0; }


/* Block 2 für Topmeldung, Termine, Veranstaltungen */
#block2 {
       float: right;
       width: 45%;
       margin: 0px 0 20px 0;
       color: #000000;
       background-color: transparent;
       text-align: left;
       border-left: 1px solid #808080;
       border-right: 1px solid #808080; }
#block2 h2 { /* Farbiger Titel */
        padding: 2px 6px;
        font-size: 80%;
        background-color: #808080;
        color: #ffffff; }
#block2 h1 {
      padding: 4px 4px 4px 4px;
      font-size: 80%;
      color: #000000; }
#block2 h3 {
      padding: 4px 4px 4px 4px;
      font-size: 80%;
      color: #000000; }
#block2 p.meldung { /* nur für Meldung Übersicht*/
      font-size: 80%;
      line-height: 130%;
      margin: 0;
      padding: 0 4px 8px 4px; }
#block2 p.autor { /* nur für Meldungen*/
      font-size: 70%;
      line-height: 130%;
      margin: 0;
      padding: 0 4px 15px 4px; }
#block2 img {
      text-align: center;
      padding: 6px 11px;
      background-color: #808080;
      margin: 4px;
      border: 0; }
#block2 img.teaser {
      float: left;
      padding: 6px;
      background-color: #808080;
      margin: 4px 4px 4px 0;
      border: 0; }
#block2 ul.liste {
      font-size: 80%;
      list-style-type: square;
      line-height: 130%;
      padding: 0 0px 15px 10px; }
#block2 ul.liste li {
      margin: 4px 10px 12px 10px; }


/* Partnerliste */
#partner {
         margin: 15px 0 10px 0;
         border: 1px solid #808080;
         padding: 0;
         height: 100px; }
#partner p {
         margin: 15px 10px 0 140px;
         padding: 0px; }
#partner img.partner {
         float: left;
         margin: 0;
         padding: 10px;
         border: 0;
         background-color: #cccccc;}


/* Formular */
#text table.formular {
      width: 562px;
      border: 2px solid #808080;
      margin: 0 0 20px 0px;
      padding: 10px;
      border-collapse: collapse; }
      
#text td.left {
      width: 35%;
      border: 0px;
      font-size: 12px;
      padding: 8px 6px 0 6px;
      text-align: right; }
      
#text td.right {
      text-align: left;
      font-size: 12px;
      border: 0px;
      padding: 4px 40px 4px 6px; }
#text td.daten {
      text-align: justify;
      font-size: 12px;
      border: 0px;
      line-height: 130%;
      padding: 4px 40px 4px 6px; }

#text form {
      margin: 0; }
      
#text label {
      font-size: 12px;
      font-weight: bold; }
      
#text select {
      width: 100px; }

/* Tabellen */
#text table {
           width: 532px;
           border: 0px solid #114477;
           border-collapse: collapse;
           margin: 6px 0px 40px 0;
           font-size: 12px; }
           
#text td.text {
      border: 0px;
      font-size: 12px;
      padding: 0px 6px;
      text-align: right; }

#text td.eingabe {
      text-align: left;
      font-size: 12px;
      border: 0px;
      padding: 4px 6px; }
      
#text td.vier {
        border: 0;
        text-align: left;
        padding: 8px 0px; }
        
#text td.titel {
         border: 0px solid #114477;
         text-align: left;
         padding-left: 4px;
         font-size: 15px; }
         
#text td.leer {
        height: 8px;
        border: 0px solid #114477;
        text-align: left;
        padding: 0px; }
        
#text td.gesamt {
       width: 532px;
       text-align: left;
       border-top: 1px solid #808080;
       border-right: 0px solid #114477;
       padding: 4px 0 2px 4px; }
       
#text td.dz {
      width: 133px;
      text-align: left;
      border-top: 1px solid #808080;
      border-right: 1px solid #808080;
      padding: 4px 0 2px 4px; }
      
#text td.ez {
      width: 133px;
      text-align: left;
      border-top: 1px solid #808080;
      border-right: 0px solid #114477;
      padding: 4px 0 2px 4px; }

/* Bilderblock und Weblinks */
#bilder {
        float: right;
        width: 252px;
        background-color: #f2f2f2;
        border-right: 1px solid #808080;
        border-bottom: 1px solid #808080;
        border-left: 1px solid #808080;
        margin: 14px 0 20px 14px;
        padding: 0; }
#bilder h1.block {
        padding: 2px 6px;
        font-size: 80%;
        background-color: #808080;
        color: #ffffff; }
#bilder p.block {
        line-height: 120%;
        padding: 4px 6px 12px 6px;
        margin: 0;
        font-size: 75%;
        color: #000000;
        background-color: transparent; }
#bilder p.block a {
        display: inline;
        line-height: 140%;
        font-weight: bold;
        text-decoration: underline;
        padding: 4px 0;
        margin: 0;
        color: #000000;
        background-color: transparent; }
#bilder p.block a:hover {
        font-weight: bold;
        text-decoration: underline;
        padding: 4px 0;
        margin: 0;
        color: #000000;
        background-color: transparent; }
#bilder p.block a[href^="http:"] {
        padding-left: 14px;
        background-image: url('../pic/link-ext.gif');
        background-repeat: no-repeat;
        background-position: left; }
#bilder img {
        margin: 0 6px 10px 6px;
        padding: 0;
        background-color: transparent;
        border: 0; }


/* rechte Spalte */
#info { display: none; }

/* Neue Fußzeile */
#footer {
        clear: both;
        width: 100%;
        margin: 0;
        padding: 20px 0 0 0;
        background-color: transparent;
        border: 0px solid #000000; }
        
#footer p {
        font-size: 80%;
        padding: 0;
        text-align: left;
        margin: 0px; }
#footer p.copy {
        padding: 10px 0px;
        border-top: 1px solid #808080; }
#footer a {
       color: #000000;
       font-weight: bold;
       text-decoration: underline;
       background-color: transparent; }

/* Ausgeblendetes */
.novis, hr { display: none; }
