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

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

/* Allgemeine Selektoren */

html { height: 101%;}


body {
   text-align: center;
   color: black;
   background-color: #84A4CE;
   font-family: Arial, Helvetica, sans-serif;
   font-size: 12pt;
   margin: 10px 40px 10px 40px;
}

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; }

a.mail:link { text-decoration:none; font-weight:normal; color:#84A4CE; }
a.mail:visited { text-decoration:none; font-weight:normal; color:#84A4CE; }
a.mail:hover { text-decoration:none; font-weight:bold; color:#84A4CE; }


/* 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 {
   text-align: left;
   width: 800px;
   height: auto;
   margin-top: 20px;
   margin-right: auto;
   margin-bottom: 20px;
   margin-left: auto;
   background-color: white;
}

#kopfbereich {
   color: #84A4CE;
   text-align: center;
   padding: 20px 20px 5px 20px;
   margin-bottom: 3px;
   width: 800px;
}


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

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


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

   #kopfbereich a {
      color: #84A4CE;
      font-size: 10pt;
      font-weight: bold;
      padding: 0px 7px 0px 7px;
   }

   #kopfbereich a:hover,
   #kopfbereich a:focus
  {
       color: black;
   }


#kopftrennbereich {
   font-size: 2pt;
   width: 800px;
   height: 6px;
   background-color: #84A4CE;
}


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

   #navibereich ul {
      width: 12em;
      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: #84A4CE;
      padding-top: 20px;
      font-weight: bold;
   }






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

   #textbereich p.start {
      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 p.gogreen {
      text-align: center;
      font-size: 8pt;
      font-weight: bold;
      color: green;
   }

   #textbereich h1 {
      font-size: 16pt;
      text-align: center;
      color: #84A4CE;
   }

   #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.unternavi {
      text-align: left;
      padding-left: 200px;
   }

   #textbereich li.unternavi {
      list-style-type: none;
      margin: 0;
   }

   #textbereich a.unternavi {
      text-decoration: underline;
      font-size: 10pt;
      line-height: 25px;
   }

   #textbereich a.unternavi:hover,
   #textbereich a.unternavi:focus {
      color: #84A4CE;
      font-weight: bold;
   }

   #textbereich h3.unternavi {
      text-align: center;
      font-size: 18pt;
      font-weight: bold;
      color: #84A4CE;
   }

   #textbereich a.start:hover,
   #textbereich a.start:focus {
      color: red;
      font-weight: bold;
   }

   #textbereich ul.start {
      text-align: left;
      padding-left: 100px;
   }

   #textbereich li {
      margin: 0;
   }


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

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


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

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

   #fussbereich addresss {
   text-align: center;
   font-size: x-small;
   color: #84A4CE;
   }

#fussbereich h2 {
   text-align: center;
   }

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

   #fussbereich p.fusstext {
   text-align: left;
   font-size: small;
   padding: 10px 130px 20px 130px;
   }










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

/* Das Kontaktformular */
form {
   width: 320px; /* 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: 130px;
   border: 1px solid #8c8c8c;
   margin-right: 110px;
}

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
   ======================================= */
