/*<![CDATA[*/


html {
    margin: 0px 0px;
    /*width: 1003px;padding: 0; */
  }

body {
    font: normal 100.1% Verdana, Arial, sans-serif;
    color: black;
    width: 1003px; /* Mindestbreite verhindert Anzeigefehler in modernen Browsern */
    margin: 0; padding: 0;
  }

.bheight {
 height:auto !important; height: 700px; min-height:700px;}
*+html .bheight {  /* hack (min-height) für  IE 7   */
 height:auto !important; height: 865px; min-height:865px;}
* html .bheight {  /* hack (min-height) für  IE 6   */
 height:auto !important; height: 865px; min-height:865px;}

 .bheight2 {
 height:auto !important; height: 635px; min-height:635px;}
* html .bheight2 {
 height:auto !important; height: 775px; min-height:775px;}
*+html .bheight2 {
 height:auto !important; height: 775px; min-height:775px;}

.bheight3 {
 height:auto !important; height: 1300px; min-height:1300px;}
* html .bheight3 {
 height:auto !important; height: 1470px; min-height:1470px;}
*+html .bheight3 {
 height:auto !important; height: 1470px; min-height:1470px;}
.bheight4 {
 height:auto !important; height: 2300px; min-height:2300px;}
* html .bheight4 {
 height:auto !important; height: 2000px; min-height:2000px;}
*+html .bheight4 {
 height:auto !important; height: 2600px; min-height:2600px;}

 .bheight5 {
 height:auto !important; height: 770px; min-height:770px;}
*+html .bheight5 {  /* hack (min-height) für  IE 7   */
 height:auto !important; height: 935px; min-height:935px;}
* html .bheight5 {  /* hack (min-height) für  IE 6   */
 height:auto !important; height: 935px; min-height:935px;}

  .bheight6 {
 height:auto !important; height: 1500px; min-height:1500px;}
*+html .bheight6 {  /* hack (min-height) für  IE 7   */
 height:auto !important; height: 1650px; min-height:1650px;}
* html .bheight6 {  /* hack (min-height) für  IE 6   */
 height:auto !important; height: 1650px; min-height:1650px;}
/* fixieren der vertikalen Navigation  */
#fixiert_nav {
    position: absolute;
    top: 160px;  left: 50px; width: 180px;
  }
html>body #fixiert_nav {  /* nur fuer moderne Browser! */
    position: fixed;
  }

#seite {clear: both; float: left;
    width: 1000px; /*min-height: 675px;*/
    margin-left: 0;  margin-top: 150px;
    background-color: #DEDC96;
    border: 3px ridge white;
  }
* html #seite {position: relative; margin-top: -40px;  }
*+html #seite {position: relative; margin-top: -20px;  }
/*   -------------------- SEITENKOPF ---------------------   */

  #kopf {position: absolute;
    top: 0px; left: 0px;
    float: left;
    background-color: #DEDC96;
    margin: 0 0 10px 0; padding: 0;
    height: 173px;   width: 1000px;
    border: 3px ridge white;
    border-bottom: 0px ridge white;
    z-index: 5;
  }

  html>body #kopf {  /* nur fuer moderne Browser! */
    position: fixed;
  }

 #kopf h1{
    font-size: 28px;
    margin: 65px 0 0 220px; padding: 0 0 1px;
    width: 780px;
    text-align: center;
    font-family: "Calligraph421 BT";
    color: black;
    font-weight: bold;
    }
* html #kopf h1{ position: relative;
    padding-top: 60px;
 }
*+html #kopf h1{ position: relative;
    padding-top: 60px;
 }
  #pictLogo {  position: absolute;
               float: left;
               top: 15px; left: 15px;
               width:222px; height: 126px; background-color: white;
               border: 2px ridge #DEDC96; }

  #pictLan {  position: absolute;
              clear: both;
               top: 140px;
               left: 950px;
               height: auto;
               width: auto; z-index:10;
             }
* html #pictLan {position: relative; top: 40px; }
*+html #pictLan {position: relative; top: 40px; }

  #kopflinie { position: absolute;
    clear: both;
    float: left;
    top: 170px; left: 242px;
    margin: 0 0 0 0px;padding: 0;
    background-color: white;
    height: 3px;
    width: 756px;}
* html  #kopflinie {background-color: #DEDC96;  }
*+html  #kopflinie {
        height: 3px;  width:756px;left: 245px;
   }
  html>kopf #kopflinie {  /* nur fuer moderne Browser! */
    position: fixed;
  }


  .floatstop {  clear:both;  }

/* -------------  dynamische vertikale Navigationsleiste   ------------*/

  ul#Navi-vert {
    clear: both;
    margin-left: 0px; margin-top:60px; padding: 0;
    width: 50px;
    text-align: left;
    float: left;
  }
* html  ul#Navi-vert {
         margin-top:45px;
  }
*+html  ul#Navi-vert {
         margin-top:45px;
  }

  ul#Navi-vert a {
    width: 100px;  /* Breite den in li enthaltenen Elementen zuweisen */
    margin: 0;
    padding: 3px 8px;
    display: block;
    text-decoration: none; font-size: 11.5px;
    background:url("../images/navibar3.gif")    repeat right center;
    color: black;
  }

  * html ul#Navi-vert a {
    width: 100px;   /* Breite nach altem MS-Boxmodell für IE 5.x */
    w\idth: 100px;  /* korrekte Breite fuer den IE 6 im standardkonformen Modus */
  }

  ul#Navi-vert a:link {
    color: black;
    background:url("../images/navibar1.gif")    repeat right center;
  }

    ul#Navi-vert a:visited {
    color: white;
    background:url("../images/navibar1.gif")    repeat right center;
  }
    ul#Navi-vert a:hover {
    color: white;
    background:url("../images/navibar2.gif")    repeat right center;
  }

  ul#Navi-vert li {
    list-style: none;
    position: relative;
    margin: 5px; padding: 10px;
  }
  ul#Navi-vert li.be {
    list-style: none;
    position: relative;
    background:url("../images/navibar3.gif")    repeat right center;
    margin: 5px; padding: 10px;
  }
  * html ul#Navi-vert li {  /* Korrektur fuer den IE 5 und 6 */
    margin-bottom: -5px;
  }
  *:first-child+html ul#Navi-vert li {  /* Korrektur fuer den IE 7 */
    margin-bottom: -3px;
  }

  *:first-child+html ul#Navi-vert ul {  /* Korrektur  fuer den IE 7 */
     padding-bottom:15px;
  }

   ul#Navi-vert #aktuell a {/*   -------  kennzeichnen des aktuellen menuepunktes   -----  */
    color: black;
    background:url("../images/navibar3.gif")    repeat right center;
  }


   ul#best {
    clear: both;
    list-style: none;
    margin-left: 20px; margin-top:5px; padding: 0;
    width: 100px;
    background:url("../images/navibar3.gif")    repeat right center;
  }
  ul#best a:link {
    color: black; font-wheight:bold;
    font-size: 12px;
  }
/*   ----------- SEITENINHALT mit Fußbereich ---------   */

  #Inhalt {position: absolute;
    left: 245px; top:176px;
    width: 754px;
    min-height: 560px;
    margin: 0px 0 1px 0px;
    padding: 0;
    border-left: 3px solid white;
    text-align: center;
  }
* html  #Inhalt { border-top: 3px solid white;  top:174px;   }
*+html  #Inhalt {  top:190px;   }

  #Inhalt.home {text-align: center; color: gray;}

  #Inhalt h2.home {
    font-size: 28px;
    font-weight: bold;
    margin: -50px 15px 0;
    font-family: "Calligraph421 BT";
  }
* html  #Inhalt h2.home { margin-top:-80px;  }
*+html  #Inhalt h2.home { margin-top:-80px;  }

  #Inhalt p.home {
    font-size: 12px;
    margin: 15px 20px; padding: 15px 0 0 1px;
   }
* html #Inhalt p.home {  margin-top: 25px ;    }
*+html #Inhalt p.home {  margin-top: 25px ;    }

  #Inhalt.normal {font-family: Verdana;}

  #Inhalt h2.normal {
    font-size: 14px;
    font-weight: bold;
    margin: 10px 10px 10px 10px;padding: 5px 5px 0 5px;
    text-align: left;
    color: black;
  }

  #Inhalt p.normal {
    font-size: 12px;
    margin: 0 15px; padding: 5px 0 0 1px;
    text-align: justify;
    color: black;
  }
  #va { position: relative;
    left: 50px; top:0px;
    width: 554px;
    height: 800px;
    margin: 0px 20px 20px 20px;
    padding-left: 50px;;
    text-align: left;
  }
*+html  #va {   left: 5px;  }

#va a { color: black; text-decoration: none; font-style: italic;  }
* html  #Inhalt { border-top: 3px solid white;  top:174px;   }
*+html  #Inhalt {  top:190px;   }
  #Fusszeile {
    font-size: 10px;
    margin: 1px 5px 1px 5px; padding: 1px;
    height: 15px;
  }

  #Fusszeile #Linie {
    margin: 15px 5px 5px 5px; padding: 1px;
    background-color: white;
    border: 1px solid white;
   }
  * html #Fusszeile #Linie {  margin-bottom: 15px ;    }
  *+html #Fusszeile #Linie {  margin-bottom: 15px ;    }
  #Fusszeile #links  {clear: both; color:gray;
          float: left;
          width: 235px;
          text-align: left;
  }

  #Fusszeile #mi {color:gray;
          float: left;
          width: 255px;
          text-align:center;}

  #Fusszeile #rechts  { color:gray;
          float: right;
          width: 250px;
          text-align: right;
  }


  #p {
    font-size: 10px;
    margin: 0em 15px; padding: 10px 0 0 10px;
    color: black;
    text-align: justify;
  }


p.grau {margin-left: 20px;text-align: left; color: gray; font-size: 10px;}
.kurs {font-style: italic;}
.green {color: green; font-weight: bold;}
.underl {text-decoration: underline;}
.sml  {font-size: 9px;margin: 0 15px; padding: 5px 0 0 1px;}
.re {text-align: right;}
  #h2 {
    font-size: 14px;
    margin: 20px 10px 0;
    color: black;
    font-family: Verdana;
    text-align: center;
  }

  .hide_bild {
    width:0px;
    height:0px;
    display: none;  /* visibility:hidden; mit Platzhalter oder   display: none;   ohne Platzhalter */
  }

  .bild_home {
    background-image: url("../images/Dorfstrasse.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: top center;
    background-color: white;
    margin: auto; padding: 0;
    height: 500px; width: 375px;
    color: gray;
    font-family: Calligraph421 BT;
    border: 3px ridge white;
    text-align:  center;
  }
  .bild_sm {
    background-image: url("../images/Sommerm.jpg");
    background-repeat: no-repeat;
    background-attachment: scroll;
    background-position: center center;
    background-color: #DEDC96;
    margin: 0; padding: 0;
    height: 800px; width: 600px;
  }

  .links {
    float: left;
    width: 35%;
    text-align: left;
  }

  .tab1 {
    margin-left: 20px;
    float: left;
    width: 80px;
    text-align: left;
  }
  .tab2 {
    margin-left: 20px;
    float: left;
    width: 200px;
    text-align: left;
  }
p.mi {
    font-size: 9px;
    margin: 0em 210px; padding: 10px 0 0 10px;
    text-align: center;
   }
p.sp1 {
    margin: 4px 0 4px 0;
    font-size: 11px;
    text-align: left;
   }
p.sp2 {
    margin: 4px 0 4px 0;
    font-size: 11px; font-weight: bold;
    text-align: left;
   }
.spalte1 {float: left;
          margin: 0 0 0 10px; padding: 10px 0 0 10px; width: 150px;}
.spalte2 { float: left;
           margin: 0 0 0 0; padding: 10px 0 0 10px;}
.spalte3 {float: left;
          margin: 0 0 0 25px; padding: 10px 0 0 10px;}
.spalte4 { margin: 0 15px 0 10px; padding: 10px 0 0 10px;}
.spalte5 {float: left;  width: 120px; padding: 10px 0 0 10px;}
.spalte6 {float: left;  width: 600px; padding: 10px 0 0 10px;}
ul.liste {
list-style: square;
font-size: 12px;
text-align: left;
margin: 0 0 0 0; padding: 0 0 0 5px;
}
ul.li_wo {
list-style: none;
font-size: 12px;
text-align: left;
margin: 0 0 0 0; padding: 0 0 0 5px;
}
}

span.ital {font-style: italic; }
span.bld {font-weight: bold; color: blue;font-style: italic;}
/*   -------------  FOTOALBUM     -------------------   */

#rahmen {   margin: 25px 10px 30px 5px;   width: 745px; height: 900px;}


.hoverbox
{
        cursor: default;
        list-style: none;
}

.hoverbox a
{
        cursor: default;
}

.hoverbox a .preview
{
        display: none;
}
.hoverbox a .prevh
{
        display: none;
}
.hoverbox a:hover .preview
{
        display: block;
        position: absolute;
        top: -33px;
        left: -45px;
        z-index: 1;
}

.hoverbox a:hover .prevh
{
        display: block;
        position: absolute;
        top: -33px;
        left: -45px;
        z-index: 1;
}

.hoverbox img
{
        margin: 10px auto 2px auto;  border: 1px solid white;
        color: inherit;
        vertical-align: top;
       /* width: 140px;
        height:105px;   */
}
.v
{ width: 140px;
        height:105px;
}

.h
{ width: 105px;
        height:140px;
}

.hoverbox li
{
        background: #eee;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
        float: left;
        margin: 3px;
        padding: 5px;
        position: relative;
        width: 155px; height: 160px;
}

.hoverbox .preview
{
        padding: 3px 3px 3px 3px ;
        background-color: white;
        border: 4px ridge white;
        width: 300px;
        height: 225px;
}

.hoverbox .prevh
{
        padding: 3px 3px 3px 3px ;
        background-color: white;
        border: 4px ridge white;
        width: 225px;
        height: 300px;
}
/*----------------------*/
* html .hoverbox li
{
        background: #eee;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
        float: left;
        margin: 3px;
        padding: 5px;
        position: relative;
        width: auto; height: auto;
}

html .hoverbox a
{
        position: relative;
}

html .hoverbox a:hover
{
        display: block;
        font-size: 100%;
        z-index: 1;
}

html .hoverbox a:hover .preview
{
        top: -38px;
        left: -150px;
}

html .hoverbox a:hover .prevh
{
        top: -38px;
        left: 50px;
}

html .hoverbox li
{
        position: static;
}
/*-------------------------------*/
.aktbox
{
        cursor: default;
        list-style: none;
}

.aktbox a
{
        cursor: default;
}

.aktbox a .prv
{
        display: none;
}
.aktbox a .prvh
{
        display: none;
}
.aktbox a:hover .prv
{
        display: block;
        position: absolute;
        top: -455px;
        left: -60px;
        z-index: 1;
}

.aktbox a:hover .prvh
{
        display: block;
        position: absolute;
        top: -275px;
        left: 130px;
        z-index: 1;
}

.aktbox img
{
        margin: 3px auto 3px auto;  border: 1px solid white;
        color: inherit;
        vertical-align: top;
       /* width: 140px;
        height:105px;   */
}

.vakt
{ width: 100px;
        height:67px;
}

.hakt
{ width: 67px;
        height:100px;
}
.aktbox li
{
        background: #eee;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
        float: left;
        margin-top: -15px; margin-left: -34px;
        padding: 0 0 0 0;
        position: relative;
        width: 75px; height: 108px;
}
.aktbox li.ausst
{
        background: #eee;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
        float: left;
        margin-top: -15px; margin-left: -34px;
        padding: 0 0 0 0;
        position: relative;
        width: 108px; height: 75px;
}
.aktbox .prv
{
        padding: 0px 0px 0px 0px ;
        background-color: white;
        border: 4px ridge white;
        width: 800px;
        height: 534px;
}
.aktbox .prvh
{
        padding: 0px 0px 0px 0px ;
        background-color: white;
        border: 2px solid white;
        width: 400px;
        height: 603px;
}

/* =Internet Explorer Fixes
----------------------------------------------------------------------*/
*+html .aktbox li
{
        background: #eee;
        border-color: #ddd #bbb #aaa #ccc;
        border-style: solid;
        border-width: 1px;
        color: inherit;
        display: inline;
        float: left;
        margin-top: 3px; margin left: 3px;
        padding: 0px;
        position: relative;
        width: 75px; height: 108px;
}

*+html .aktbox a
{
        position: relative;
}

*+html .aktbox a:hover
{
        display: block;
        font-size: 100%;
        z-index: 1;
}

*+html .aktbox a:hover .prv
{
        top: -460px;/*-430px;*/
        left:-165px; /* -80px;  */
}

*+html .aktbox a:hover .prvh
{
        top: -280px;/*-270px; */
        left: 25px; /*100px;  */
}

*+html .aktbox li
{
        position: static;
}

/* --------  contactform   -----  */


#contactform { float: left;
               font-size: 10px;
               font-family: Verdana, Arial, Helvetica, sans-serif;
               margin-top: 5px;
               margin-left: 100px;
               width:400px;}
*+html #contactform { margin-left: 5px;}
form p { clear: both;
         float: left;text-align: left;
         /*width: 300px;*/
         margin: 2px 2px 2px 0px;
         padding: 2px; text-decoration: none; font-size: 10px;
        }

form { font-size: 11px;
       line-height: 20px;
       width: 400px;
       margin: 15px 15px 15px 10px;
       padding: 0 0 0 0;
      }
form h5 {display: none;
        }

fieldset { margin-left: 85px; margin-right: 0px;
           padding: 0px 0px 10px 10px;
           border: solid 2px maroon;
           width: 400px;     /*10%*/
         }

legend { color: maroon;
         font-size: 10px;
         margin: 15px;
         padding: 10px;
        }

input { width: 100px;
        float: left;
        margin: 3px;
        padding: 2px;
        border: solid 1px silver;
        display: block;
        }
#title {margin-left: 2px; }
#name { }
#prename { }
#company { }
#street { }
#no { width: 40px; }
#city { }
#zip { width: 40px;margin-right: 30px }
#mailtext { width: 225px;
           height: 100px;
           margin-left: 20px;
            }

#phone { }
#fax { }
#mobile { }
#email {width: 242px; }

label { color: #878787;
        font-weight: normal;
        text-align: right;
        width: 60px;
        float: left;
        margin: 1px 0;
        padding: 1px;
       }


/*     ------------- LINKS --------------   */

a:link    { color: maroon;font-weight: bold;  }
a:visited { color: gray;
            font-weight: normal;
            font-style: italic; border: 0px;}

a:hover, active   { letter-spacing: 0.25px;
            color: gray;
            font-weight: bold;
            font-style: italic;
            }
