  html, body
  {
    margin:0;
    padding:0;
    height:100%;
  }


  body
  {
    background-image:url(../img/hintergrund_body_startseite.png);
    background-repeat:repeat-y;
    background-color:#6f7c7e;

    font-family:Arial, Helvetica;
    font-size:10pt;
    color:black;
  }

  /* IDs */

  #metacontainer
  {
    position:relative;
    background-image:url(../img/hintergrund_container_startseite.png);
    background-repeat:repeat-y;
    margin-left:23px;
    border:0px solid black;
    width:1134px; /* 824px; */
    min-height:100%;
  }

  * html #metacontainer
  {
    height:100%;
  }

  #logo_container
  {
    position:absolute;
    width:824px;
    height:157px;
    top:0;
    left:0;
    border:0px solid red;
  }

  #inhalt
  {
    float:left;
    width:899px; /* 943px; */ /* 633px; */
    padding-left:13px;
    margin-top:170px;
    margin-left:180px;
    border:px solid black;
  }

  #menue
  {
    float:left;
    width:180px;
    margin-top:157px;
    margin-left:-1092px; /* -1136px; */ /* -826px; */
    padding-top:10px;
    border:0px solid red;
  }

  #ad_1a
  {
    float:left;
    margin-right:13px;
    min-height:60px;
  }

  #breadcrumb
  {
    width:614px;
    margin-top:13px;
    padding-top:3px;
    padding-left:5px;
    height:20px;
    font-weight:bold;
    background-color:#ff640b;
  }

  #skyscraper
  {
    position:absolute;
    top:157px;
    left:1092px; /* 1134px; */ /* 824px; */
  }

  /* Startseite */

  #inhalt_links
  {
    float:left;
    margin-top:13px;
    width:304px;
    border:0px solid black;
  }

  #inhalt_mitte
  {
    float:left;
    margin-top:13px;
    margin-left:13px;
    width:302px;
    border:0px solid black;
  }
  
  #inhalt_rechts
  {
    float:left;
    margin-top:-96px;
    margin-left:13px;
    width:252px; /* 302px; */
    border:0px solid green;
  }

  #inhalt_rechts_schmal
  {
    float:left;
    margin-top:-96px;
    margin-left:13px;
    width:252px;
    border:0px solid green;
  }

  #inhalt_rechts img,
  #inhalt_rechts_schmal img
  {
    display:block;
    margin:auto;
  }
  
  #inhalt_rechts table,
  #inhalt_rechts_schmal table
  {
    margin-left:auto;
    margin-right:auto;
  }

  #bildteaser_2, #bildteaser_3
  {
    margin-top:13px;
  }

  #newsbox_links, #newsbox_mitte, #newsbox_rechts
  {
    margin-top:13px;
    padding-top:5px;
    padding-bottom:5px;
    border:2px solid #ffa608;
  }

  #newsbox_links hr, #newsbox_mitte hr, #newsbox_rechts hr, hr
  {
    border:0px;                      /* Für Firefox und Opera */
    border-top:solid 1px black;
    border-bottom:solid 1px black; /* Für IE (Seiten-Hintergrundfarbe!) */
    background-color:black; /* Mozilla 1.4 */
    color:black; /* IE 6 */
    border:black; /* Opera 7.11 */
    height:1px; /* in Opera für die Anzeige nötig, in Mozilla für die einheitliche Höhe */

    margin-left:9px;
    margin-right:9px;
    
    margin-top: 15px;
  }

  #inhalt_text
  {
    margin-top:5px;
    padding-right:0px; /* 13 */
  }
  
  #mittel_bild_container
  {
    position:relative;
    margin-top:25px;
    margin-bottom:25px;
    text-align:center;
  }

  #mittel_bild
  {
    position:relative;
    margin-top:25px;
    margin-bottom:25px;
    text-align:center;

    min-height:400px;
    height:auto !important;  /* min-height-"Hack" für IE */
    height:300px;
  }
  
  #bewertungsformular
  {
    border:0px solid black;
    margin-bottom:30px;
  }
  
  #bewertungsformular td
  {
    vertical-align:middle;
    text-align:center;
    font-size:20px;
    font-weight:bold;
  }
  
  #copyright
  {
    margin-top:10px;
    font-size:8pt;
    color:#6f7c7e;
  }
  
  #youtube_video
  {
    position:absolute;
    border:0px solid black;
    width:615px;
    text-align:center;
    top:0px;
    left:0px;
  }

  /* Klassen */

  .menuepunkt, .untermenuepunkt, .menuepunkt_aktiv
  {
    padding-left:10px;
    width:170px;
    font-size:15px;
    font-weight:bold;
    color:white;
    padding-top:3px;

    border:0px solid black;

    /* Minimalhöhe deswegen, da lange Menüpunkte umbrechen können
       sollen, ohne den darunterliegenden Punkt zu überlappen */

    min-height:20px;
    height:auto !important;  /* min-height-"Hack" für IE */
    height:20px;
  }

  .menuepunkt_aktiv
  {
    background-color:#8a3200;
  }

  .untermenuepunkt
  {
    font-size:12px;
    background-color:#e05200;
  }

  .punkt_grafik
  {
    float:left;
    width:7px;
    margin-top:6px;
    border:0px solid black;
  }

  .menue_link
  {
    float:right;
    padding-right:5px;
    width:152px;
    border:0px solid black;
  }

  .rectangle_links, .rectangle_links td
  {
    margin-top:10px;
    width: 180px;
    text-align:center;
  }

  .datum
  {
    font-weight:bold;
    color:#797a7c;
    margin-top:5px;
    margin-left:5px;
    margin-bottom:0px;
  }

  .bericht_menuepunkt_aktiv, .bericht_menuepunkt
  {
    position:relative;
    float:left;
    background-image:url(../img/tab_aktiv.png);
    color:white;
    font-weight:normal;
    padding-left:5px;
    padding-top:3px;
    margin-top:5px;
    margin-right:6px;
    width:145px;
    height:20px;
  }

  .bericht_menuepunkt
  {
    background-image:url(../img/tab_inaktiv.png);
  }

  .tab_link
  {
    position:absolute;
    top:0px;
    left:0px;
    border:0px solid red;
  }

  .trennlinie_orange
  {
    background-image:url(../img/trennlinie_orange.png);
    background-repeat:repeat-x;
    width:618px;
    height:2px;
  }

  .trennlinie_grau
  {
    background-image:url(../img/trennlinie_grau.png);
    background-repeat:repeat-x;
    margin-top:10px;
    width:618px;
    height:1px;
  }

  .bericht_inhalt
  {
    margin-top:13px;
  }

  .bericht_rte
  {
    width:620px;
    margin-right:13px;
  }

  .bericht_inhalt h2
  {
    color:#ff640b;
    font-size:16px;
    display:block;
    margin-top:13px;
  }

  .bericht_inhalt h3
  {
    font-size:14px;
    display:inline;
  }

  .bericht_angaben
  {
    margin-left:-3px;
  }

  .bericht_angaben td
  {
    vertical-align:top;
  }

  .angaben_stichwort
  {
    color:#ff640b;
    font-weight:bold;
  }

  .bericht_text
  {
    display:inline;
  }

  .newsteaser_bild
  {
    float:left;
    margin-left:9px;
  }

  .newsteaser_text
  {
    float:right;
    padding-right:9px;
    width:231px;
    font-size:11px;
  }
  
  .terminteaser_text
  {
    padding-right:9px;
    padding-left:10px;
    font-size:11px;
  }

  .newsteaser_text h2, .terminteaser_text h2
  {
    display:inline;
    font-size:14px;
  }

  .newsteaser_text p, .terminteaser_text p
  {
    display:inline;
  }

  .glossar_links
  {
    float:left;
    width:308px;
    border-right:1px solid black;
    margin-top:10px;
  }

  .glossar_rechts
  {
    float:right;
    width:308px;
    margin-top:10px;
  }

  .glossar_buchstabe p
  {
    text-align:center;
    font-weight:bold;
    text-decoration:underline;
  }

  .versteckt
  {
    display:none;
  }

  .paging
  {
    margin-top:15px;
    margin-bottom:30px;
  }
  
  .comment
  {
    width:610px;
  }


  .comment_info
  {
    margin-top:10px;
    font-weight:bold;
  }
  
  .news_table td
  {
    vertical-align:top;
  }

  .news_datum
  {
    font-size:10px;
    font-weight:bold;
  }
  
  .news-list-item p
  {
    display:inline;
  }
  
  .news_teaser
  {
    margin-top:-15px;
  }
  
  .news_ueberschrift
  {
    margin-top:0px;
  }
  
  .abstand
  {
    padding-left:20px;
  }
  
  .kommentar
  {
    font-size:10px;
    font-face:Verdana;
  }
  
  .videos td
  {
    vertical-align:top;
    padding-top:20px;
  }
  
  h1, h2, h3
  {
    color:#ff640b;
    font-size:18px;
  }
  

  /* Formatierung der im Kontaktformular verwendeten Tabelle.

     Referenz (16.01.2008): http://www.visakopu.net/misc/table-border-css/
  */

  div.kontakttabelle table
  {
    border-color: grey;
    border-collapse:collapse;
    border-width: 0 0 0px 0px;
    border-style: solid;
  }

  div.kontakttabelle td
  {
    border-color: grey;
    border-width: 0px 0px 0 0;
    border-style: solid;
    margin: 0;
    padding: 4px;
  }

  textarea.kontakttabelle, input.kontakttabelle, input.teleform
  {
    border:1px solid #cccccc;
    background-color:white;
    width:320px;
    color:#666666;
    padding-left:5px;
  }

  input.teleform
  {
    width:90px;
  }


  textarea.kontakttabelle
  {
    width:430px;
  }
  
  .news-single-item
  {
    margin-right:15px;
  }

   /* Fix für Doubled-float-margin-Bug im IE */

  * html #inhalt { display:inline; }
  * html #menue { display:inline; }
  * html #ad_1a { display:inline; }
  * html .newsteaser_bild { display:inline; }

   /* Links */

  a:link { text-decoration:none; color:#ff640b; }
  a:visited { text-decoration:none; color:#ff640b; }
  a:active { text-decoration:none; color:#ff640b; }
  a:hover { cursor: pointer; cursor: hand; text-decoration:underline; color:#ff640b; }

  #breadcrumb a:link { text-decoration:none; color:white; }
  #breadcrumb a:visited { text-decoration:none; color:white; }
  #breadcrumb a:active { text-decoration:none; color:white; }
  #breadcrumb a:hover { text-decoration:underline; color:white; }

  #menue a:link { text-decoration:none; color:white; }
  #menue a:visited { text-decoration:none; color:white; }
  #menue a:active { text-decoration:none; color:white; }
  #menue a:hover { text-decoration:underline; color:white; }
