/*
 * stil fuer hauptseite und andere seiten mit hintergrundbild
    background: silver;
 */
BODY {
    background-color: white;
    color: black;
    width: 70ex;
}

/* spezialstil fuer das schaltknopf-imitat */
.rechner   { 
    font-weight: normal;  
    font-size: 150%; 
    font-style: normal;
    font-family: sans-serif;
    color: black; 
    background: #d5d5d5;
    text-decoration:none;
    border-width:3px;
    border-style:solid;
    border-color: #eeeeee;
    border-right-color: #505050;
    border-bottom-color: #505050;
    padding:2px;
    text-align:justify;
}

/*
 * stil fuer hauptseite und andere seiten mit hintergrundbild
    background: silver;
 */
/*
BODY {
    background-color: white;
    color: black;
    width: 70ex;
    font-size: 160%; 
    font-family: sans-serif;
}
h1 { font-size:90%; }
*/

.grau { 
    color: #cccccc; 
    font-size: 80%; 
}

/* FormBuilder*/
/*
    fb_checkbox {display:block;clear:both;}
    label:after { content: '\a' ; white-space: pre; }
    color: red;
    font-weight: bold;
    font-style: italic;
 * */

.fb_label {
    font-size: 130%;
    text-align: right;
    padding-right: 1em;
}

.fb_comment {
    font-size: 130%;
    font-style: italic;
}

.fb_required {
    font-weight: bold;  
    text-decoration:underline;
    color: #af0000;
}
.fb_select { font-size: 130%; }
.fb_input { font-size: 150%; }
.fb_button { font-size: 130%; }
/* auswahl mit radio-button */
.fb_option { font-size: 150%; }
