/* ======================================
   1. Kalibrierung und allgemeine Styles
   ====================================== */

/* Kalibrierung der wichtigsten Abstände */
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }
ul ul { margin-bottom: 0; }
li { margin-left: 1em; }

/* Allgemeine Selektoren */

html { height: 101%; }
body {
   color: black;
   background-color: #84A4CE;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   margin: 30px 20px 10px 20px;
}

h1 { font-size: 150%; }
h2 { font-size: 130%; }
h3 { font-size: 110%; }
address {
   text-align: center;
   font-size: 8pt;
   font-style: normal;
   letter-spacing: 1px;
   line-height: 1.5em;
}

hr { color: #84A4CE; }

/* Hyperlinks */
a { text-decoration: none; outline: none;}
a:link,
a:visited,
a:hover,
a:focus,
a:active { color: black; }

/* Allgemeine Klassen und IDs */
.skiplink {
   position: absolute;
   left: -3000px;
   top: -2000px;
   width: 0px;
   height: 0px;
   overflow: hidden;
   display: inline;

}
.bildrechts {
   float:right;
   border: none;
   margin-bottom: 10px;
   margin-left: 50px;
}


/* ====================================
   2. Styles für die  Layoutbereiche
   ==================================== */

#wrapper {
   width: 960px;
   margin: auto;
   background-color: white;
   height: 1%;
}

#kopfbereich {
   color: black;
   text-align: center;
   padding: 20px 20px 20px 20px;
}

   #kopfbereich li {
      display: inline;
      list-style-type: none;
   }

   #kopfbereich h1 {
      color: #84A4CE;
      font-size: 30pt;
   }

   #kopfbereich h2 {
      margin-top: 5px;
      margin-bottom: 30px;
      font-size: 10pt;
   }

#kopfbereich a {
      font-size: 10pt;
      font-weight: bold;
      background-color: #84A4CE;
      width: 90px;
      padding: 2px 3px 2px 3px;
      margin-left: 6px;
      margin-right: 6px;
      color: white;
   }


   #kopfbereich a:hover,
   #navibereich a:focus
  {
color: black;
background-color: white;
   }


#navibereich {
   float: left;
   width: 140px;
   padding-left: 40px;
   padding-top: 20px;
}

   #navibereich ul {
      width: 12em;
      border: 1px solid #cccccc;
      padding: 5px;
   }

   #navibereich li {
      list-style-type: none;
      margin: 0;
   }

   #navibereich a {
      text-decoration: none;
      font-size: 10pt;
   }

   #navibereich a:hover,
   #navibereich a:focus
  {
       font-weight: bold;
   }

   #navibereich a:active {
   }

   .navi-header {
      color: white;
      background-color: #84A4CE;
      padding: 3px;
      font-weight: bold;
   }






#textbereich {
   padding: 20px 30px 20px 30px;
   margin-left: 220px;
}

   #textbereich p.home {
      text-align: center;
   }

   #textbereich p.zwoelf {
      text-align: left;
   }

   #textbereich p.zehn {
      text-align: left;
      font-size: 10pt;
   }

   #textbereich p.neu {
      font-size: 18pt;
      color: red;
      font-weight: bold;
      text-align: center;
   }

   #textbereich h1 {
      font-size: 24pt;
      text-align: center;
   }

   #textbereich h2 {
      font-size: 18pt;
      text-align: center;
   }

   #textbereich h3 {
      font-size: 16pt;
      text-align: left;
   }

   #textbereich ul {
      text-align: left;
      font-size: 10pt;
      padding-left: 40px;
   }



   #textbereich ul.home {
      font-weight: bold;
      list-style-type: none;
      text-align: center;
   }

   #textbereich li {
      margin: 0;
   }

   #textbereich a.home {
      text-decoration: underline;
      font-size: 10pt;
      line-height: 25px;
   }
   #textbereich a.home:hover,
   #textbereich a.home:focus {
      color: red;
   }


   #textbereich a.programme {
      text-decoration: underline;
      color: red;
      font-weight: bold;
   }
   #textbereich a.programme:hover,
   #textbereich a.programme:focus {
      color: blue;
   }

   #textbereich input.basket {
      text-align: center;
      font-size: 10pt;
      width: 120px;
      padding-left: 0px;
      padding-right: 0px;
   }

#langtextbereich {
   clear: both;
   padding: 0px 150px 20px 150px;
}

#langtextbereich h1 {
   font-size: 14pt;
   text-align: center;
   margin-bottom: 10px;
}


#langtextbereich h2 {
   font-size: 12pt;
   text-align: center;
}

#langtextbereich a {
    text-decoration: underline;
    font-weight: bold;
}

#fussbereich {
   clear: both;
   padding: 10px 20px 20px 20px;
}

   #fussbereich p {
   text-align: center;
   font-size: x-small;
   }

/* ====================================
   3. Sonstige Styles
   ==================================== */

/* Das Kontaktformular */
form {
   width: 360px; /* Breite des Formulars */
   padding: 20px 0 0 0;
}


}
textarea {
   height: 7em;
}


#feedback {
   border: 1px solid #8c8c8c;
   text-align: right;
}


#anrede,
#name,
#strasse,
#plzort,
#E-Mail,
#telefon {
   width: 140px;
   border: 1px solid #8c8c8c;
   margin-right: 100px;
}

label { font-size: 10pt; }


#nachricht {
   width: 240px;
   border: 1px solid #8c8c8c;
}

#feedback {
   float:right;
   border: none;
   margin-bottom: 10px;
   margin-left: 50px;
}


#begleitung {
margin-right: 380px;
}


span.agb {
   font-size: 14pt;
   font-weight: bold;
}


span.analyse {
   font-size: 12pt;
   font-weight: bold;
}




/* =======================================
   E N D E   D E S   S T Y L E S H E E T S
   ======================================= */
