
*  { padding: 0; margin: 0; }
h2, h3, p, ul, ol { margin-bottom: 1em; }  
ul ul { margin-bottom: 0; } 
li { margin-left: 1em; } 



html { height: 101%; } 
body { 
   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; } 


.skiplink { 
   position: absolute; 
   left: -3000px; 
   top: -2000px; 
   width: 0px; 
   height: 0px; 
   overflow: hidden; 
   display: inline; 

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



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

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

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

   #head h1 {
      color: #84A4CE;
      font-size: 36pt; 
   }

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

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


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


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

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

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

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

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

   #naviarea a:active { 
   }  

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






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

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

   #textarea p.twelf {
      text-align: left;
   }

   #textarea p.ten {
      text-align: left;
      font-size: 10pt; 
   }

   #textarea h1 {
      font-size: 24pt; 
   }

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

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

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



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

   #textarea li { 
      margin: 0;
   }

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


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



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


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

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

/* ==================================== 
   3. Other Styles 
   ==================================== */

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


}
textarea { 
   height: 7em; 
}


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


#FirstName,
#LastName,
#Address1,
#Address2,
#Town,
#County,
#PostCode,
#E-Mail,
#Phone { 
   width: 140px;
   border: 1px solid #8c8c8c;
   margin-right: 100px;
}

label { font-size: 10pt; }


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

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


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

