/******************************************************************************
*
* CSS-Definitionsdatei
*
*******************************************************************************/

/******************************************************************************
* Farben:
*
* #333300;  Dunkelbraun
* #666633;  Pastellbraun
* #552200;  Rotbraun
* #885500;  Mittelbraun
* #FFFF00;  Knallgelb
* #FFEE00;  Sonnengelb
* #FEFEC8;  Hellgelb
* #FF6600;  Orange
* #FF3300;  Rot
* #993300;  Rostrot
* #CC6633;  Pfirsich
* #FFCCAA;  Schweinchenrosa (Apricot?)
* #336633;  Dunkelgruen
* #99CC99;  Pastellgruen
* #CCCCFF;  Hellblau
* #3333FF;  Knallblau
* #9999FF;  Marineblau
*
* #000000;  Schwarz
* #FFFFFF;  Weiss
*******************************************************************************/

/******************************************************************************
* Formulare
*******************************************************************************/

input.text, input.contact, textarea, select
{
    border-color:     #666 #CCC #CCC #666;
    border-style:     solid;
    border-width:     2px;
    color:            #330;
    padding:          1px;
    margin:           3px 0px;
    vertical-align:   middle;
}

input.buttonbig
{
    color:            #FF0;
    cursor:           pointer;
    background-color: #850;
    border-color:     #960;
    border-style:     outset;
    border-width:     3px;
    font-weight:      bold;
    margin:           7px 0px;
}

input.error, textarea.error
{
    background-color: #FC6;
}

/******************************************************************************
* Tabellen Formulare
*******************************************************************************/

table.form
{
    width:            100%;
}

table.form td
{
    padding:          3px;
}

table.form tr.lastname
{
    display:          none;
}

td.contact
{
    color:            #F60;
    font-size:        large;
    font-weight:      bold;
    text-align:       right;
    white-space:      nowrap;
    width:            25%;
}

td.input
{
    width:            75%;
}

/******************************************************************************
* Formularergebnisse
*******************************************************************************/

p.error
{
    font-weight:      bold;
}

p.formresult
{
    color:            #363;
}
