@charset "utf-8";

/******************************************************************************
*
* CSS-Definitionsdatei
*
*******************************************************************************/


/******************************************************************************
* Formulare
*******************************************************************************/

input {
    filter: none;
}

input.text,
input.register,
input[type=checkbox],
textarea {
    border: 1px solid #CCC;
    background-color: #FFF;
    padding: 1px;
}

input.error,
textarea.error {
    border: 1px solid #F00;
    background-color: #FFF;
    padding: 1px;
}

button {
    border: 0;
}

button.buttonbig,
input.buttonbig {
    cursor: pointer;
}

button.buttonsmall,
input.buttonsmall {
    cursor: pointer;
}

label,
select,
button,
input[type=checkbox],
input[type=radio],
input[type=button],
input[type=submit] {
    cursor: pointer;
}

button.visible {
    display: inline;
}

button.hidden {
    display: none;
}

div.register,
div.pwlost,
div.newpw {
    margin-top: 30px;
}


/**
* UserManagement Forms
*
* @section forms
*/


/******************************************************************************
* Tabellen Formulare
*******************************************************************************/

ol.form {
    padding: 20px;
    width: 100%;
}

fieldset fieldset ol {
    margin-top: -10px;
}

ol.form li {
    list-style-type: none;
    padding-bottom: 2px;
    margin-bottom: 2px;
}

ol.form label {
    float: left;
    padding-right: 0.5em;
    text-align: right;
    color: #444;
    font-weight: bold;
    vertical-align: top;
    white-space: nowrap;
    width: 25%;
}

li {
    padding: 2px 0px;
}

li.lastname {
    display: none;
}

input {
    color: #444;
    padding-bottom: 5px;
    width: 75%;
    text-align: left;
}

select,
input[type="text"],
input[type="email"],
input[type="password"] {
    width: 200px;
}

input[type="checkbox"] {
    width: 16px;
}

input#zipcode {
    width: 50px;
}

textarea {
    width: 400px;
    height: 50px;
}

button#newpwbutton,
button#pwlostbutton,
button#registerbutton {
    margin-left: calc(25% + 0.4em);
}


/******************************************************************************
* Formularergebnisse
*******************************************************************************/

#col3_content p.error {
    font-weight: bold;
    color: #CB1A22;
}

#col3_content p.error strong {
    color: #444;
}

#col3_content p.formresult {
    color: #444;
}

hr {
    max-width: 600px;
    height: 2px;
}