/* Stylesheet fuer Kontaktformular zur Seite gesamtschule-im-gartenreich.de
   Autor: Dirk Schroeter
   Datum: 2009-02-17 
   Datei: bildschirm.css
====================================================
   1. styles fuer kontaktformular
===================================================== */
@media screen {
body#kontphp { 
   color: black;
   /* Hintergrundfarbe body in hex */
   background-color: #E6E6E6;
   }
   #wrapper {
   background: #FFFFFF;
   border: 3px solid #848484;
   color: black;
   width: 700px; 
   margin-top: 10px;
   margin-right: auto;
   margin-bottom: 0px;
   margin-left: auto;
   padding-bottom: 5px;
   }
img {
 padding-left: 10px;
  }
h1 { 
    text-align: center;
    font-size: 200%;
    font-weight: bold;
     }   
    #kontphp #textbereich img { 
  float: left;
  margin-right: 5em;
   } 
.cleargalerie { clear: both; }
#kontaktdiv { margin-bottom: 10px; }
form#kontaktform {
   width: 650px;
   /* Hintergrundfarbe Kontaktformular in hex */
   background: #e6e6e6;
   color: black;
   line-height: 2;
   padding: 10px;
   border: 1px solid black;
   margin: 0;
   }
fieldset {
   padding: 10px;
   border: 1px solid #424242;
   margin: 10px;
   }
label {
   position:relative;
   bottom: 2px;
   cursor: pointer;
   }
label.davor {
   float: left;
   clear: left;
   width: 150px;
   text-align: right;
   margin-right: 10px;
   }
input#checkwebma {
   padding-left: 0;
   }
input#checkreda { margin-left: 10px; }
#abschicken,
#abbrechen {
   cursor: pointer;
   padding: 3px;
   margin: 5px;
   }
.hilfe  { 
   margin-left: 5px;
   }
div.galeriemap { 
   text-align: center;
   padding: 10px 5px 0px 5px;
   }
.kursiv,
.kursiv td { font-style: italic; }
.fett,
.red,
.green { font-weight: bold; }
.small { font-size: smaller; }
.red { color: #ff0000; }
.green { color: #00ff00; }
.FFC116 { background-color: #FFC116; }
.DBEFF { background-color: #4DBEFF; }
.FFF65B { background-color: #FFF65B; }
.CFFA5 { background-color: #8CFFA5; }
.FFC116 { background-color: #FFC116; }
 } /* ende @media */

