/**************************************
* SEARCH BOX START
***************************************/

#contentbox {
    font-size: 1.05em;
    margin-left: 1em;
}

#contentbox fieldset.search {
    text-align: left;
    margin: 0;
    padding: 0;
    border: 1px solid #cccccc;
}

#contentbox fieldset.search legend {
    font-size: 1.2em;
    font-weight: bold;
    padding: 0 0.5em 0 0.5em;
}

#contentbox fieldset.search table {
    width: 97%;
    padding: 0;
    margin: 0.4em;
    border: 0;
    font-size: 1em;
    vertical-align: bottom;
    color: black;
}

#contentbox fieldset.search table tr {
    vertical-align: bottom;
}

#contentbox fieldset.search table td {
    vertical-align: bottom;
    padding-bottom: 0.10em;
    padding-top: 0.10em;
}

/**************************************
* START RESULTSET INFOBOX
***************************************/
#contentbox div.resultSetInfo {
    width: inherit;
    border: 1px solid #cccccc;
    background-color: #ffffff;
    padding: 0.3em 0 0.3em 0;
    margin-bottom: 1em;
    margin-top: 1em;
}

#contentbox div.resultSetInfo table {
    font-size: 1em;
    width: 100%;
}

#contentbox div.resultSetInfo table td.previousLink {
    text-align: right;
    width: 33%;
    margin: 0;
    white-space: nowrap;
}

#contentbox div.resultSetInfo table td.resultText {
    font-weight: bold;
    text-align: center;
    width: 34%;
    margin: 0;
    padding: 0;
}

#contentbox div.resultSetInfo table td.nextLink {
    text-align: left;
    width: 33%;
    margin: 0;
    white-space: nowrap;
}

/***********************
* FORMULAR ELEMENTS
************************/

form input[type=text],
form input[type=password],
form input[type=radio],
form input[type=checkbox],
form textarea,
form select {
    font-size: 100%;
}

/* Formular Felder input.textbutton */
input.textbutton {
    background-color: #cccccc;
    border-right: 1px solid #060E79;
    border-bottom: 1px solid #060E79;
    border-top: 1px solid #ffffff;
    border-left: 1px solid #ffffff;
    font-weight: bold;
    padding: 0;
    margin: 0;
    font-size: 100%;
}

/*********************************
* START FEHLERMELDUNGEN
***********************************/

.successMessage {
    text-align: left;
    font-weight: bold;
    padding: 0.5em 0em 0.5em 0.5em;
    font-size: 1.2em;
}

.failedMessage {
    color: #ff0000;
    text-align: left;
    font-weight: bold;
    padding: 0.5em 0em 0.5em 0.5em;
    font-size: 1.2em;
}

.errorString,
.errorString p,
.errorString li {
    color: #ff0000;
}

.warningString,
.warningString p,
.warningString li {
    color: #3D52D2;
}

.errorString,
.warningString {
    text-align: left;
    font-weight: bold;
    padding: 0.5em 0em 0.5em 0.5em;
    font-size: 1.05em;
}

.errorString p,
.warningString p {
    font-weight: bold;
    padding: 0.1em;
    margin: 0.1em;
}

.errorString li {
    list-style-image: url(../images/layout/icons/arrow_red.gif);
}

#contentbox hr {
    background-color: #cccccc;
    color: #cccccc;
    border: #cccccc;
    height: 1px;
    margin: 0;
    padding: 0;
}

table tr td .errorString li {
    list-style-image: url(../images/layout/icons/arrow_red.gif);
}

.warningString li {
    list-style-image: url(../images/layout/icons/bullet_dreieck.gif);
}

.errorString li,
.warningString li {
    font-weight: normal;
    margin: 0.1em 0 0.2em 0;
}

.errorHint {
    font-weight: bold;
    color: #ff0000;
}

/************************ 
* START TABLES
**************************/

/** FOR ALL TABLES **/
#contentbox table, #contentbox table table {
    font-size: 1em;
}

/* Tabelle */
tr.highlightTableRow, td.highlightTableRow {
    background-color: #e1e1e1
}

/*** table edit ***/
#contentbox table.edit {
    width: 100%;
    padding: 0;
    margin: 0;
    border: 1px solid #cccccc;
    margin-bottom: 2em;
    background-color: #ffffff;
    vertical-align: top;
}

#contentbox table.edit th {
    padding: 0.3em;
    background-color: #e1e1e1;
    line-height: 1.5em;
    text-align: left;
    vertical-align: top;
}

#contentbox table.edit td {
    font-weight: normal;
    padding: 0.3em;
    border-bottom: 1px solid #efefef;
    vertical-align: top;
}

/************************ 
* END TABLES
**************************/




