/* ...
*= require_self
*/

body {
    font-family: Verdana, Helvetica, Arial;
    font-size: 14px;
}

img {
    border: none;
}

.clear {
    clear: both;
    height: 0;
    overflow: hidden;
}


div.form_text, div.form_error {
    margin-top: 10px;
}

div.form_error {
    color: red;
    font-weight: bold;
}

/********************************************************************************************
   Meldungen und Fehlermeldungen
***********************************************************************************************/

/* In die Seite eingebundene Meldungen und Fehlermeldungen (kein popup), nicht mehr verwendet? */
#flash_notice, #flash_error {
    padding: 5px 8px;
    margin: 10px 0;
    width: 800px;
}

/* In die Seite eingebundene Meldungen (kein popup), nicht mehr verwendet? */
#flash_notice {
    background-color: #CFC;
    border: solid 1px #6C6;
}

/* In die Seite eingebundene Fehlermeldungen (kein popup) */
#flash_error {
    background-color: #FCC;
    border: solid 1px #C66;
}

/* Eingabefeld, das mit ungültigen Werten befüllt wurde */
.fieldWithErrors {
    display: inline;
}

/* In die Seite eingebundene Auflistung der Fehler */
#errorExplanation {
    width: 400px;
    border: 2px solid #CF0000;
    padding: 0 0 12px;
    margin-bottom: 20px;
    background-color: #f0f0f0;
}

/* In die Seite eingebundene Auflistung der Fehler */
#errorExplanation h2 {
    text-align: left;
    font-weight: bold;
    padding: 5px 5px 5px 15px;
    font-size: 12px;
    margin: 0;
    background-color: #c00;
    color: #fff;
}

/* In die Seite eingebundene Auflistung der Fehler */
#errorExplanation p {
    color: #333;
    margin-bottom: 0;
    padding: 8px;
}

/* In die Seite eingebundene Auflistung der Fehler */
#errorExplanation ul {
    margin: 2px 24px;
}

/* In die Seite eingebundene Auflistung der Fehler */
#errorExplanation ul li {
    font-size: 12px;
    list-style: disc;
}

/* **********************************************************************************************
   Menü
  ***********************************************************************************************/

ul#menu {
    width: 100%;
    height: 43px;
    background: #FFF url("/images/menu/menu-bg.gif") top left repeat-x;
    font-size: 0.8em;
    font-family: "Lucida Grande", Verdana, sans-serif;
    font-weight: bold;
    list-style-type: none;
    margin: 0;
    padding: 0;
}

ul#menu li {
    display: block;
    float: left;
    margin: 0 0 0 5px;
}

ul#menu li a {
    height: 43px;
    color: #777;
    text-decoration: none;
    display: block;
    float: left;
    line-height: 200%;
    padding: 8px 15px 0;
}

ul#menu li a:hover {
    color: #333;
}

ul#menu li a.current {
    color: #FFF;
    background: #FFF url("/images/menu/current-bg.gif") top left repeat-x;
    padding: 5px 15px 0;
}

/**************************************************************************************************
  Prämien
 **************************************************************************************************/

.bonusbox {
    width: 300px;
    height: 150px;
}

.punktebox, .filebox, .bonusbox, .startbox {
    border: 1px dotted;
    border-color: #526a89;
    padding: 10px;
}


/**************************************************************************************************
 Profil
**************************************************************************************************/

.propertyueber {
    width: 100%;
    margin-left: 10px;
}

/* Auf bzw Zuklappicon des Fieldsets im Profil */
.plusminus {
    float: left;
    margin-top: 10px;
}

/* Fieldset im Profil */
.propertyfieldset {
    margin: 10px;
    padding: 10px;
    margin-right: 0px;
    float: left;
    width: 85%;
}

/* Profil */
.propouterdiv {
    width: 100%;
}

/* Profil */
.prop_div {
    display: block;
}


/* ******************************************************************************************************************
  Startseite
  *******************************************************************************************************************/
/* uperrowindex (auf der Indexseite) wenn kein schmales Layout gewünscht ist */
.uperrow_start_normal_without_news,
.uperrow_start_normal_with_news {
    height: 250px;
}

/* Promotionsbox im normalen Layout */
.promotionrow_normal {
    width:99%;
    border: 1px solid black;
    margin-top:10px;
}

.promotion_text {
    padding: 5px;
    padding-left:10px
}

.promotion_layout {
    padding-bottom: 10px;
    width:100%;
    height: 100px;
    padding-left: 10px;
}


/* Platzhalter {promotion} */
.promotion_field_titel,
.promotion_field_vorname,
.promotion_field_gender,
.promotion_field_nachname,
.promotion_field_email,
.promotion_field_language {
    float:left;
    height: 20px;
    margin-top: 15px;
}

.send_button_promotion {
    margin-top: 30px;
}

.promotion_container {
    clear: left;
    margin-top: 30px;
}

.promotion_field_promotion_link {
    display: flex;
}

.promotion_email_icon {
    margin-left: 10px;
}

.promotion_field_titel,
.promotion_field_vorname,
.promotion_field_gender,
.promotion_field_nachname,
.promotion_field_email {
    width: 40%;
}

#promotion_outer {
    /*    height: 160px; */
    padding-bottom: 30px;
}

label.promotion {
    width: 100px;
    display: inline-block;
}

/* Platzhalter {umfragen} */
#surveys_outer {
    float: left;
    width: 30%;
}

.surveys_header_box_icon, .surveys_header {
    float: left;
}

.surveys_text, .surveys_header {
    margin-top: 5px;
    margin-bottom: 5px;
}

.survey_link {
    text-decoration: none;
    color: black;
}

.surveys_innerbox {
    border: 1px solid black; padding: 10px; height: 200px; overflow-y: auto;
}


#news_outer {
    float:left;
    width:67%;
    margin-left:20px;
}

#news_label {
    margin-top: 5px;
    margin-bottom: 5px;
}

#start_news {
    border: 1px solid black;
    padding: 10px;
    height: 200px;
    overflow-y: auto;
}


/* ******************************************************************************************************************
  Prämien
  *******************************************************************************************************************/
.bonusrow {
    width: 100%;
    padding: 2px;
    clear: both;
}

.bonuslabel, .bestellen_link_box {
    float: left;
}

.bestellen_link_box, .bonus_link_box {
    display: inline;
    width: 150px;
}
.bonuslabel,.price {
    display: inline-block;
}

.bonusprice, .bonus_link_box {
    float: right;
}

.bonusbox {
    float:left;
    margin-right: 5px;
}

.imagebox {
    height: 60px;
}

.bonusimage {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.bestellen_link, .bonus_link {
    float: left;
}

.praemien_kontostand {
    margin-bottom: 5px;
}


/* ******************************************************************************************************************
  Selbstregistrierung
  *******************************************************************************************************************/


#opt_in_gender, input[type='text'].promotion {
    width: 200px;
}

#opt_in_gender {
    /* IE hack */
    *width: 205px;
}


label.selbstregistrierung {
    width: 160px;
    display: inline-block;
}

label.selbstregistrierung_status {
    width: 40px;
}

.selbstregistrierten_field {
    margin: 2px;
}

input[type='text'].selbstregistrierung , input[type='password'].selbstregistrierung , #opt_in_gender {
    width: 180px;
}

#recruiter_email {
    margin-left: 0px;
}

div.selbstregistrierung_erklaerung {
    margin-top: 10px;
    margin-bottom: 10px;
}

p.selbstregistrierung_erklaerung {
    display: block;
}

.selbsteregistierte_formular_1 {
    padding-bottom: 10px;
}

.selbstregistrierung_status_checkbox {
    margin-left: 0px;
}

.recruiter_field {
    margin-top: 10px;
    margin-bottom: 10px;
}



/* ******************************************************************************************************************
  Konto
  *******************************************************************************************************************/

.konto_part_1,.konto_part_2  {
    float: left;
}

.konto_part_2 {
    padding-left: 170px;
}

.save_button_profil_box {
    margin-top:10px;
    clear:both;
}

.konto_language {
    vertical-align:middle;
}

img.konto_language_icon {
    vertical-align:middle;
    border:none;
}


.statuses_check_box {
    margin-left: 0px;
}


/* ******************************************************************************************************************
  Profil
  *******************************************************************************************************************/

label.profil_property_label {
    margin-top:10px;
}

.profile_property_name {
    margin-top:10px;
}

/* ******************************************************************************************************************
  Communities
  *******************************************************************************************************************/
.communitytext {
    font-weight:bolder;
}

.communitylist {
    margin-top:20px;
}

.bonusnotyet {
    color:#CCC;
}

.filetable {
    margin-top:20px;
}

.vergessenbox {
    padding:4px;
    border:solid black 1px;
    text-align: center;
}

table.punkteplus, table.punkteminus {
    width: 100%;
}

td.punktedatum {
    width: 100px;
    white-space:nowrap;
}
.punktepunkte {
    width: 50px;
}

.genderbox, .plzbox {
    /*float: left;*/
}

.birthdatebox {
    padding-left: 5px;
    float:left;
}

.plzbox {
    float:left;
}

.stadtbox {
    float: left;
    padding-left: 20px;
}

#user_gender {
    width: 100px;
}
#user_plz {
    width: 60px;
}

#user_stadt {
    width: 180px;
    padding-left: 10px;
}

.login_cell_box > .login_field > label {
    display: inline-block;
    width: 80px;
}

.login_cell_box > a.forgotten {
    display: block;
    margin-top: 10px;
    margin-left: 84px;
}

.login_cell_box > .login_cell_submit  {
    margin-top: 10px;
    float: right;
}

.login_cell_box {
    display: inline-block;
}

.languagebox {
    clear:both;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
    border: 2px solid #cd0a0a;
    color: #cd0a0a;
}