/* spezielle styles für kontakt (grau) */

/* #FFFFFF weiss */
/* #555555 schrift dunkles grau */
/* #FEFEFF hintergrund fast weiss... */
/* #F0F0F1 hintergrund menu hellgrau */
/* #878788 rahmen dunkelgrau */

/* struktur:
   alles->inhalt  (div)
   alles->inhalt->h1
   alles->inhalt->eintrag->h2
   alles->inhalt->eintrag->intro
   alles->inhalt->eintrag->textblock
*/

/*----- inhalt -----*/
#inhalt {
text-align: left;
padding: 7px;
}

#inhalt .eintrag {
font-size: 0.86em;
margin-top: 5px;
margin-bottom: 10px;
padding-top: 2px;
padding-bottom: 2px;
border-top: 1px dashed #555555;
}

#inhalt h2 {
font-size: 1em;
font-weight: bold;
text-align: left;
margin-top: 5px;
margin-bottom: 2px;
}

/*----- formular inhalt -----*/
form {
width:30em;
padding:5px;
}
label {
display: block;
}
input, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
color: #555555;
border-right: 1px solid #F0F0F1;
border-bottom: 1px solid #F0F0F1;
border-left: 1px solid #555555;
border-top: 1px solid #555555;
width: 25em;
display: block;
}
textarea {
height: 10em;
}
#anschrift {
height: 5em;
}

#submit {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 1em;
font-weight: bold;
padding: 2px;
padding-right: 10px;
padding-left: 10px;
color: #555555;
background: #F0F0F1;
border-left: 1px solid #F0F0F1;
border-top: 1px solid #F0F0F1;
border-right: 1px solid #555555;
border-bottom: 1px solid #555555;
}

