h1 {
       margin-left: 20px;
       padding-top: 1em;
       padding-bottom: .5em;
       font-size: 130%;
       color: white;
       }
    p{
      text-align: center;
      font-size: 130%;
      color: orange;
     }
     
    #postIt{
            position: absolute;
            top: 200px;
            left: 975px;
            }
               
    h2 {
       color: orange;
       }
       
    select{
           width: 182px;   
          }
          
    label{
         color:white;
         }
                           
     form{
          margin-left: 5px;
         }                   
                
    .text{
         padding-top: 2px;
         padding-left: 3px;
         border: 0;
         width: 200px;
         height: 21px;
         font: 1em/1.0 verdana, arial, helvetica, sans-serif;
         font-weight: bold;
         color: #003366;
         background: #003366 url(seite1bilder/input.gif) repeat-x;
         }
         
     .errortext{
         padding-top: 2px;
         padding-left: 3px;
         border: 0;
         width: 200px;
         height: 21px;
         font: 1em/1.0 verdana, arial, helvetica, sans-serif;
         font-weight: bold;
         color: #003366;
         background: #003366 url(seite1bilder/errorinput.gif) repeat-x;
         }
 
     .korrekttext{
         padding-top: 2px;
         padding-left: 3px;
         border: 0;
         width: 200px;
         height: 21px;
         font: 1em/1.0 verdana, arial, helvetica, sans-serif;
         font-weight: bold;
         color: #003366;
         background: #003366 url(seite1bilder/korrektinput.gif) repeat-x;
         } 
                 
    .textfeld {
              border: 0;
              background: #003366 url(seite1bilder/textarea.gif) repeat-y;
              padding-top: 5px;
              padding-left: 5px;
              width: 350px;
              height:182px;
              font: 1em/1.0 verdana, arial, helvetica, sans-serif;
              color: #003366;
              scrollbar-base-color: #003366;
             }
             
     #send {
            display: block;
            width: 83px;
            height: 22px;
            color: #003366;
           }
                  
                     
     #send input{
            display: block;
            border: 0px;
            background: #003366 url(seite1bilder/SendeKnopf.gif) no-repeat;
            width: 83px;
            height: 22px;
            }
             
     #send input:hover, #send input:active, #send input:focus {
                        background: #003366 url(seite1bilder/SendeKnopfHover.gif) no-repeat;
                        }         
    
    #reset a{
             display: block;
             width: 101px;
             height: 22px;
             text-decoration: none;
             text-indent: -999em;
             background: #003366 url(seite1bilder/ResetKnopf.gif) no-repeat;
            }          
    
    #reset a:focus, #reset a:hover, #reset a:active {
                        background: #003366 url(seite1bilder/ResetKnopfHover.gif) no-repeat;
                       }        
       
                  
       #captchabild{
                   float: right;
                   margin-right: 5px;
                   }
                  
       #anweisung{
                 width: 220px;
                 color: orange;
                 text-align: center;
                 }                


