/*
    oeffentlich-suchmaske
*/

#suchmaske {
    padding: 0;
}

#suchmaske label{
    font-weight: normal;
}

#suchmaske-branchen{
    border: 1px solid #bbbbbb;
    list-style: none;
    margin: 0;
    padding: 0;
}

#suchmaske-branchen ul{
    list-style: none;
    background-color: #FFFFFF;
    border: 2px solid #f1f1f1;

}

#suchmaske-branchen ul li{
    border: 0px solid red;

}

#suchmaske-branchen li.odd{
    background-color: #f8f8f8;
    border: none;
}

#suchmaske-branchen li.even{
    background-color: #f1f1f1;
    border: none;
}

#suchmaske-branchen li.odd-betaetigungsfeld{
    color: #666666;
    border-bottom: 1px solid #eeeeee;
    font-size: 1em;
    margin-left: 13px;
}

#suchmaske-branchen li.even-betaetigungsfeld{
    border-bottom: 1px solid #eeeeee;
    color: #666666;
    font-size: 1em;
    margin-left: 13px;
}

#suchmaske-branchen .suchmaske-betaetigungsfelder{
    border: 0px solid red;
    margin: 0 0 0 0px;
    background-color: #ffffff;
}

#suchmaske-suchfelder{
    margin: 20px 0 20px 0;
    border: 0px solid red;
    border-collapse: collapse;
}

#suchmaske-suchfelder td.tdLabel{
    width: 150px;
}

#suchmaske-suchfelder td{
    border: 1px solid #bbbbbb;
}

#div-suchmaske-ergebnis-list table{
    width: 528px;
}

/*
    oeffentlich-detail
*/

pre {
      white-space: pre-wrap;       /* css-3 */
      white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
      white-space: -pre-wrap;      /* Opera 4-6 */
      white-space: -o-pre-wrap;    /* Opera 7 */
      word-wrap: break-word;       /* Internet Explorer 5.5+ */
      width: 480px;
      font-family: verdana, helvetica, arial, sans-serif;
      margin: 0;
      padding: 0;
 }

.div-anzeige-headline{
    font-weight: bold;
    width: 690px;
    margin: 20px 0 20px 0;
    padding: 5px 0 5px 10px;
    color: #008E3D;
    border-bottom: 1px solid #008E3D;
    border-top: 1px solid #008E3D;
}

.div-anzeige-label{
    font-weight: bold;
    width: 200px;
    text-align: right;
    float: left;
    margin: 0 5px 0 0;
}

.div-anzeige-data{
    width: 480px;
    float: left;
    vertical-align: top;
    background-color: #f7f7f7;
    padding: 0 5px 0 5px;
}

.div-anzeige-newline{
    clear: both;
}

/*
    fieldsets
*/
.tx-webappbridge-pi1 fieldset{
    width: 500px;
}

/*
    Form-Table (defaults)
*/

table.wwFormTable{
    border: 0px solid red;
    margin: 20px 0 0 0;
    border-collapse: collapse;
}

td.tdLabel{
    border: 0px solid blue;
    width: 200px;
    text-align: right;

}

table.wwFormTable td{
    border: 1px solid #eeeeee;
    margin: 2px;
}

/*
    Error-Messages (defaults)
*/
.errorMessage{
    color: red;
    font-weight: bold;
    padding: 0 0 0 215px;
}

/*
    messages
*/

div.message{
    color: red;
    font-weight: bold;
    margin: 20px 0 20px 200px;
}

/*
    login-anbieter
*/

#login_0{
    margin: 10px 0 10px 215px;
}

#anbieter-anzeigen legend{
    margin: 0 0 15px 0;
}

#passwort_vergessen{
    margin: 0 0 0 200px;
}

/*
    passwort-vergessen-anbieter
*/

#passwortversand_0{
    margin: 0 0 0 210px;
}


/*
    benutzer-anbieter
*/

#benutzer_0{
    margin: 10px 0 10px 215px;
}

#anzeige_0{

}

#container-anzeigen-list-table{
    /*width: 537px;*/
}

#wwctrl_benachrichtigungsprofil_0 #benachrichtigungsprofil_0{
    margin-right: 350px;
}

/*
    benutzer-anzeige
*/
table.table-anzeige-input{
    border: 0px solid red;
    margin: 20px 0 0 0;
    border-collapse: collapse;
}

.td-anzeige-input{
    border: 1px solid #eeeeee;
    text-align: right;
}

/* feld: titel */

#wwerr_anzeige_anzeige_titel{
    text-align: left;
}

#wwgrp_anzeige_anzeige_titel{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_titel label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_titel{
    float: left;
    margin-left: 10px;
    width: 240px;
}

/* feld: branche */
#anzeige_anzeige_branche_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_anzeige_anzeige_branche_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_anzeige_anzeige_branche_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
}

/* feld: betaetigungsfeld */
#wwctrl_anzeige_betaetigungsfeld_id{
    border: 0px solid red;
    width: 484px;
}

#anzeige_betaetigungsfeld_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_anzeige_betaetigungsfeld_id{
    border: px solid red;
    float: left;
}

#wwlbl_anzeige_betaetigungsfeld_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
}

/* feld:  angebotsart */
#anzeige_anzeige_angebotsart_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_anzeige_anzeige_angebotsart_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_anzeige_anzeige_angebotsart_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
}

/* feld:  berufsfeld */
#anzeige_anzeige_berufsfeld_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_anzeige_anzeige_berufsfeld_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_anzeige_anzeige_berufsfeld_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
}

/* feld: bundesland */
#anzeige_anzeige_bundesland_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_anzeige_anzeige_bundesland_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_anzeige_anzeige_bundesland_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
}

/* feld: land */
#anzeige_anzeige_land_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_anzeige_anzeige_land_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_anzeige_anzeige_land_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
}

/* feld: veroeffentlichung */

#wwerr_anzeige_anzeige_veroeffentlichung{
    text-align: left;
}

#wwgrp_anzeige_anzeige_veroeffentlichung{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_veroeffentlichung label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_veroeffentlichung{
    float: left;
    margin-left: 10px;
}

/* feld:  stellenbeschreibung */

#wwerr_anzeige_anzeige_stellenbeschreibung{
    text-align: left;
}

#wwgrp_anzeige_anzeige_stellenbeschreibung{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_stellenbeschreibung label{
    border: 0px solid yellow;
    width: 400px;
    display: block;
    float: left;
    margin-top: 4px;
    text-align: left;
}

#anzeige_anzeige_stellenbeschreibung{
    float: left;
    margin-left: 1px;
    width: 450px;
    height: 150px;
    font-family: verdana,arial,helvetica,sans-serif;
    font-size: 0.9em;
}

/* feld:  einsatzortPlz */
#wwerr_anzeige_anzeige_einsatzortPlz{
    text-align: left;
}

#wwgrp_anzeige_anzeige_einsatzortPlz{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_einsatzortPlz label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_einsatzortPlz{
    float: left;
    margin-left: 10px;
}

/* feld:  einsatzortOrt */
#wwerr_anzeige_anzeige_einsatzortOrt{
    text-align: left;
}

#wwgrp_anzeige_anzeige_einsatzortOrt{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_einsatzortOrt label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_einsatzortOrt{
    float: left;
    margin-left: 10px;
}

/* feld: aufgabengebiet */
#wwerr_anzeige_anzeige_aufgabengebiet{
    text-align: left;
}

#wwgrp_anzeige_anzeige_aufgabengebiet{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_aufgabengebiet label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_aufgabengebiet{
    float: left;
    margin-left: 10px;
}

/* feld: qualifikation */
#wwerr_anzeige_anzeige_qualifikation{
    text-align: left;
}

#wwgrp_anzeige_anzeige_qualifikation{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_qualifikation label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_qualifikation{
    float: left;
    margin-left: 10px;
}

/* feld: erstelltAm */
#wwerr_anzeige_anzeige_erstelltAm{
    text-align: left;
}

#wwgrp_anzeige_anzeige_erstelltAm{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_erstelltAm label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_erstelltAm{
    float: left;
    margin-left: 10px;
}

/* feld: modifiziertAm */
#wwerr_anzeige_anzeige_modifiziertAm{
    text-align: left;
}

#wwgrp_anzeige_anzeige_modifiziertAm{
    border: 0px solid red;
}

#wwgrp_anzeige_anzeige_modifiziertAm label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#anzeige_anzeige_modifiziertAm{
    float: left;
    margin-left: 10px;
}

#wwctrl_anzeige_0{
    border: 0px solid yellow;
    margin-left: 215px;
    margin-top: 20px;
    margin: 10px 0 10px 215px;
}


/*
    benutzer-bewerber
*/

#benutzer_0{
    margin: 10px 0 10px 215px;
}

#benachrichtigungsprofil_0{
    /* margin: 0px 360px 2px 0px; */
}

#bewerber-suchprofile legend{
    margin: 0 0 15px 0;
}



/*
    bewerber-benachrichtigungsprofil
*/

table.table-benachrichtigungsprofil-input{
    border: 0px solid red;
    margin: 20px 0 0 0;
    border-collapse: collapse;
    width: 300px;
}

.td-benachrichtigungsprofil-input{
    border: 1px solid #eeeeee;
}

/* feld: titel */

#wwerr_benachrichtigungsprofil_benachrichtigungsprofil_titel{
    text-align: left;
}

#wwgrp_benachrichtigungsprofil_benachrichtigungsprofil_titel{
    border: 0px solid red;
    text-align: right;
}

#wwgrp_benachrichtigungsprofil_benachrichtigungsprofil_titel label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#benachrichtigungsprofil_benachrichtigungsprofil_titel{
    float: left;
    margin-left: 10px;
    width: 240px;
}

/* feld: branche */
#benachrichtigungsprofil_benachrichtigungsprofil_branche_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_branche_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_branche_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    text-align: right;
}

/* feld: betaetigungsfeld */
#wwctrl_benachrichtigungsprofil_betaetigungsfeld_id{
    border: 0px solid red;
    width: 484px;
}

#benachrichtigungsprofil_betaetigungsfeld_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_benachrichtigungsprofil_betaetigungsfeld_id{
    border: px solid red;
    float: left;
}

#wwlbl_benachrichtigungsprofil_betaetigungsfeld_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    text-align: right;
}

/* feld:  angebotsart */
#benachrichtigungsprofil_benachrichtigungsprofil_angebotsart_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_angebotsart_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_angebotsart_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    text-align: right;
}

/* feld:  berufsfeld */
#benachrichtigungsprofil_benachrichtigungsprofil_berufsfeld_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_berufsfeld_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_berufsfeld_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    text-align: right;
}

/* feld: bundesland */
#benachrichtigungsprofil_benachrichtigungsprofil_bundesland_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_bundesland_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_bundesland_id label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    text-align: right;
}

/* feld: land */
#benachrichtigungsprofil_benachrichtigungsprofil_land_id{
    border: 1px solid #bbbbbb;
    float: left;
    margin-top: -20px;
    margin-left: 210px;
    width: 250px;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_land_id{
    border: 0px solid red;
    float: left;
}

#wwlbl_benachrichtigungsprofil_benachrichtigungsprofil_land_id label{
    width: 200px;
    display: block;
    text-align: right;
}

/* feld: erstelltAm */
#wwerr_benachrichtigungsprofil_benachrichtigungsprofil_erstelltAm{
    text-align: left;
}

#wwgrp_benachrichtigungsprofil_benachrichtigungsprofil_erstelltAm{
    border: 0px solid red;
}

#wwgrp_benachrichtigungsprofil_benachrichtigungsprofil_erstelltAm label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#benachrichtigungsprofil_benachrichtigungsprofil_erstelltAm{
    float: left;
    margin-left: 10px;
}

/* feld: modifiziertAm */
#wwerr_benachrichtigungsprofil_benachrichtigungsprofil_modifiziertAm{
    text-align: left;
}

#wwgrp_benachrichtigungsprofil_benachrichtigungsprofil_modifiziertAm{
    border: 0px solid red;
}

#wwgrp_benachrichtigungsprofil_benachrichtigungsprofil_modifiziertAm label{
    border: 0px solid yellow;
    width: 200px;
    display: block;
    float: left;
    margin-top: 4px;
}

#benachrichtigungsprofil_benachrichtigungsprofil_modifiziertAm{
    float: left;
    margin-left: 10px;
}

/* 2 buttons in a row */
#div-button-left{
    border: 0px solid blue;
    float: left;
    width: 45%;
    text-align: right;
    padding: 2px 2px 2px 2px;
}

#div-button-right{
    border: 0px solid blue;
    float: left;
    width: 45%;
    padding: 2px 2px 2px 2px;
}

/* Admin Menu */
#admin-navigation span {
    cursor: pointer;
}

#admin-logout{
    margin: 0 0 30px 0;
    font-style: italic;
}

#admin-logout a:link{
    color: #888888;
}

/*
    anzeige-detail
*/
.div-anzeige-headline{
    border: 0px solid blue;
    width: 500px;
    padding: 0 0 5px 5px;
    margin: 20px 0 30px 0;
}

.div-anzeige-label{
    border: 0px solid red;
    width: 500px;
    text-align: left;
    margin: 0 0 5px 0;
    padding: 0 0 0 5px;
}

.div-anzeige-data{
    border: 0px solid blue;
    padding: 5px 0 5px 5px;
}
