/* ====================================== 
   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:#BF0000; 
   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: #008040; }

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

.bildlinks {
   float:left; 
   border: none; 
   margin-top: 30px;
   margin-bottom: 10px;
   margin-left: 70px; 
}



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

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

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

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


   #kopfbereich p.eins {
      color: #BF0000;
      font-size: 60pt; 
      font-weight: bold;
      margin-bottom: 10px;
   font-family: Bookman Old Style, Arial, Helvetica, sans-serif; 
   }

   #kopfbereich p.zwei {
      margin-top: 10px;
      margin-bottom: 40px;
      font-size: 11pt; 
      font-weight: bold;
      color: #7F0000;
   }

   #kopfbereich h1 {
      color: #BF0000;
      font-size: 36pt; 
   }

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

#kopfbereich a { 
      font-size: 11pt;
      font-weight: normal;
      background-color: #BF0000;
      width: 90px;
      padding: 2px 3px 2px 3px;
      margin-left: 4px;
      margin-right: 4px;
      color: white;
      font-family: Bookman Old Style, Stencil, Arial, Helvetica, sans-serif;
   }  


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


#navibereich { 
   float: left; 
   width: 140px; 
   padding-left: 60px; 
   padding-top: 5px;
} 

   #navibereich ul { 
      width: 180px; 
      border: 1px solid #BF0000;
      padding: 5px;
   } 

   #navibereich li { 
      list-style-type: none; 
      margin: 0;
      margin-top: 0px;
      margin-bottom: 1px;
   }

   #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: #BF0000;
      padding: 1px;
      font-weight: normal;  
      font-size: 11pt;
      font-family: Bookman Old Style, Stencil, Arial, Helvetica, sans-serif;
   }






#textbereich { 
   padding: 10px 30px 10px 30px; 
   margin-left: 270px; 
}

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

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

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

   #textbereich h1 {
      font-size: 18pt; 
   }

   #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.start { 
      font-weight: bold;
      list-style-type: none;
      text-align: center;
   }

   #textbereich li { 
      margin: 0;
   }

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


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


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


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