/* Allgemeines */
.clear {
   clear: both;
   height:0px;
   overflow: hidden;
}

.clear_both {
    clear:both;
    height:0px;
    overflow: hidden;
}

.clear_left {
    clear:left;
    height:0px;
    overflow: hidden;
 }

.clear_right {
    clear:right;
    height:0px;
    overflow: hidden;
}

select {
    visibility: hidden;
}

table {
    border-collapse: collapse;
}

.notice_success {
    background: url('/images/sprites/icons.png') no-repeat -400px -975px;
    height:50px;
    width: 370px;
    color: #000;
    font-weight: bold;
    padding: 10px 10px 10px 84px;
}

.text_orange {
  color: #E4722C;
  font-weight: bold;
}

.text_grau {
        font-size: 12px;
        color: #847B6B;
}

.text_orange_bold {
  color: #E4722C;
  font-weight: bold;
}

.float_left {
    float: left;
}

.float_right {
    float: right;
    height:0px;
    overflow: hidden;
}

.primedate_banner {
}

.faq_contact td {
    padding-right: 10px;
    vertical-align: top;
}

/* Formulare */

ul.radio_list li,
ul.checkbox_list li {
    list-style: none;
}
.input_element {
    color: #000;
}

.input_label {
    width: 332px;
    height: 27px;
    line-height: 27px;
    color: #fff;
    font-size: 13px;
    background: url('/images/sprites/forms.png') no-repeat 0px -494px;
    padding-left: 10px;
    font-weight: bold;
}

.input_label.input_error {
    background-position: 0px -521px;
}

.label_error,
.error,
.error a {
    color: #B51D11 !important;
}

ul.error_list li {
    list-style: none;
    padding: 0;
    color: #B51D11 !important;
}

.box_content.error,
.box_content.notice {
    font-weight: bold;
}

.notice {color: green;}

.payment_notice {
        font-size: 12px;
        color: #847B6B;
        width: 480px;
        margin-top: 70px;
}

.payment_notice a, .payment_notice a:hover {
    color: #847B6B;
}

.payment_fee {
    font-weight: bold;
    color: #B51D11;
    padding-top: 5px;
    text-align: center;
}

.link_secure_wrapper {
    width:480px;
    height: 36px;
}

.link_secure {
    background: url('/images/sprites/icons.png') no-repeat -900px -196px;
    padding-left: 25px;
    float: right;
}

.error_site,
.error_site a,
.logout_message {
    font-size: 20px;
    color: #cabba0 !important;
}

.box_headline {
    background: url('/images/sprites/forms.png') no-repeat 0px -548px;
    width: 262px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding-left: 10px;
    position: relative;
    top: -9px;
    left: -8px;
    font-size: 18px;
    font-weight: bold;
}

.box_headline_middle {
    background: url('/images/sprites/forms.png') no-repeat 0px -576px;
    width: 462px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding-left: 10px;
    position: relative;
    top: -9px;
    left: -8px;
    font-size: 18px;
}

.box_headline_big {
    background: url('/images/sprites/forms.png') no-repeat 0px -604px;
    width: 543px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    padding-left: 10px;
    position: relative;
    top: -9px;
    left: -8px;
    font-size: 18px;
}

.input_fields {
    padding: 10px;
    font-size: 12px;
}

.input_fields ul.radio_list,
.input_fields ul.checkbox_list {
    float: left;
    margin-bottom: -10px;
}

.input_fields ul.radio_list li,
.input_fields ul.checkbox_list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
    float: left;
    width: 90px;
    font-size: 12px;
    line-height: 16px;
}

.input_fields ul.radio_list li.prime_user_gender_id_search_3,
.input_fields ul.radio_list li.prime_user_gender_id_search_4,
.input_fields ul.radio_list li.prime_user_gender_id_search_5,
.input_fields ul.radio_list li.prime_user_gender_id_about_3,
.input_fields ul.radio_list li.prime_user_gender_id_about_4,
.input_fields ul.radio_list li.prime_user_gender_id_about_5,
.input_fields ul.radio_list li.prime_user_smoker_id_about_2 {
    width: 200px;
}

.input_fields ul.radio_list li.clearfix,
.input_fields ul.checkbox_list li.clearfix {
    width: 440px;
    height: 1px;
    line-height: 1px;
    font-size: 1px;
    padding: 0;
    margin: 0;
    overflow: hidden;
    float: none !important;
    clear:both;
}

.input_fields ul.prime_user_gender_id_search li.clearfix,
.input_fields ul.prime_user_gender_id_about li.clearfix {
    display: none;
}

/*.input_fields ul.checkbox_list li.item0 {
    clear: both;
}*/

.input_fields.field2 ul.radio_list li {
    width: 110px;
    margin-top: 10px;
}

.input_fields ul.prime_user_contacttype_search_list li,
.input_fields ul.prime_user_preference_search_list li {
    float: none;
    width: 420px;
}

.input_fields ul.radio_list li input,
.input_fields ul.checkbox_list li input {
    vertical-align: middle;
}

.label_group_left .input_label {
    background-position: 0px -386px;
    width: 214px;
}

.label_group_left .input_label.input_error {
   background-position: 0px -413px;
}

.label_group_right {
    position: absolute;
    top: 0px;
    right: 0px;
}

.label_group_right .input_label {
    background-position: 0px -440px;
    width: 214px;
    margin-top: 4px;
    margin-right: 4px;
}

.label_group_right .input_label.input_error {
    background-position: 0px -467px;
}

.form_help {
        clear: both;
}

.form_help a {
    color: #000000;
}

.date_element {
    float:left;
}

.date_label {
    margin-bottom: 3px;
}

/* Checkboxen und Radio Buttons */

div.checkbox_checked {
  background: url('/images/sprites/forms.png') no-repeat -240px -200px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.checkbox_unchecked {
  background: url('/images/sprites/forms.png') no-repeat -240px -150px;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.checkbox_unchecked.input_error {
  background: url('/images/sprites/forms.png') no-repeat -240px -175px;
}

div.radio_selected,
div.radio_selected_disabled {
  background: url('/images/sprites/forms.png') no-repeat -260px -200px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
}

div.radio_unselected,
div.radio_unselected_disabled {
  background: url('/images/sprites/forms.png') no-repeat -260px -150px;
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0px;
  left: 0px;
}

.label_disabled {
    color: #999;
}

/* ++++++ Content ++++++ */
/* Registrierung */

#registration_form {
    float: left;
}

#reg_progress {
    color: #807768;
    font-size: 14px;
    float: right;
    margin-right: 85px;
    position: relative;
}

#reg_progress_background_1,
#reg_progress_background_2,
#reg_progress_background_3,
#reg_progress_background_4,
#reg_progress_background_5,
#reg_progress_background_6,
#reg_progress_background_7{
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/sprites/icons.png) no-repeat 0px -580px;
    height: 465px;
    width: 54px;
}
#reg_progress_background_2 {
    background-position: -54px -580px;
}
#reg_progress_background_3 {
    background-position: -108px -580px;
}
#reg_progress_background_4 {
    background-position: -162px -580px;
}
#reg_progress_background_5 {
    background-position: -216px -580px;
}
#reg_progress_background_6 {
    background-position: -270px -580px;
}
#reg_progress_background_7 {
    background-position: -324px -580px;
}

#reg_progress a {
    text-decoration: none;
    color: #807768;
}

#reg_progress a.current_step,
#reg_progress a:hover {
    color: #EB7731;
}

ul#reg_progress_steps {
    padding-left: 75px;
}

ul#reg_progress_steps li {
    list-style: none;
    width: 200px;
    height: 70px;
    vertical-align: middle;
    font-size: 13px;
    font-weight: bold;
}

ul#reg_progress_steps li.step_1,
ul#reg_progress_steps li.step_2,
ul#reg_progress_steps li.step_3,
ul#reg_progress_steps li.step_4,
ul#reg_progress_steps li.step_5 {
    padding-top: 17px;
    height: 49px;
}

ul#reg_progress_steps li.step_6,
ul#reg_progress_steps li.step_7 {
    padding-top: 25px;
    height: 41px;
}

ul#reg_progress_steps li span,
ul#payment_progress_steps li span {
    display: none;
}

input#prime_user_email,
input#prime_user_email_repeat,
input#prime_user_password,
input#prime_user_password_repeat,
input#prime_user_password_old {
    background: url('/images/sprites/forms.png') no-repeat 0px 0px;
    width: 430px;
    height: 15px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    padding: 5px;
    margin-top: 5px;
    margin-bottom: 5px;
}

.membership input#prime_user_email,
.membership input#prime_user_email_repeat,
.membership input#prime_user_password,
.membership input#prime_user_password_repeat,
.membership input#prime_user_password_old {
    background: url('/images/sprites/forms.png') no-repeat 0px -75px;
    width: 288px;
    margin-top: 7px;
    margin-bottom: 7px;
}

.membership input#prime_user_email.input_error,
.membership input#prime_user_email_repeat.input_error,
.membership input#prime_user_password.input_error,
.membership input#prime_user_password_repeat.input_error,
.membership input#prime_user_password_old.input_error {
    background: url('/images/sprites/forms.png') no-repeat 0px -100px;
}

.membership .text_label {
    font-weight: bold;
    float: left;
    clear:left;
    width: 135px;
    margin: 10px 10px 0 0;
    height: 15px;
}

.membership .email_inform_choice ul.radio_list li {
    width: 80px;
}

input#prime_user_email.input_error,
input#prime_user_email_repeat.input_error,
input#prime_user_password.input_error,
input#prime_user_password_repeat.input_error,
input#prime_user_password_old.input_error {
    background: url('/images/sprites/forms.png') no-repeat 0px -25px;
}

.email_repeat_label,
.password_repeat_label {
    display: block;
    clear: both;
}

label.age_max_search_label, label.size_max_search_label {
    float: left;
    line-height: 27px;
    padding: 0px 5px 0px 5px;
}

.reg_button {
    margin-top: 5px;
}

/* Banner - Suche */
.banner_search_absolute {
    position: absolute;
    top:200px;
    left:0px;
}

.banner_search_relative {
    position: relative;
}

.banner_search {
    background: #1B1B1B url('/images/screen/background/background_01.jpg') no-repeat top right;
    height: 285px;
    color: #CBB9A1;
    padding: 15px;
    padding-right: 430px;
    width: 441px;
}

.banner_search .search_field {
    width: 346px;
    height:100px;
    margin-top: 20px;
    margin-bottom:20px;
    padding: 10px 10px 0px 30px;
    background: #1B1B1B url('/images/content/banner_search/background_02.gif') no-repeat top left;
    position: relative;
}

.banner_search .search_field p {
    font-size: 14px;
}

.banner_search h3 {
    font-size: 18px;
    font-weight: normal;
}

.banner_search select {
    float:left;
    margin-top:10px;
}

.banner_search .search_field a.button_search {
         position: absolute;
         top: 65px;
         right: 10px;
}

.banner_search .search_field #search_banner_wrapper {
        margin-right: 0px;
        width: 190px !important;
}

.banner_search .search_field #search_banner_input {
        margin-right: 0px;
        width: 167px !important;
        font-weight: bold;
        font-family: Arial, Helvetica, sans-serif;
}

.banner_search .search_field #search_banner_container {
        width: 205px !important;
}

.banner_search .select_wrapper,
.banner_search .selectbox{
    float: left;
}

.banner_search .select_wrapper {
    margin-top: 20px;
}

.banner_search h4 {
    font-size: 16px;
    margin-bottom: 0px;
}

.banner_search h5 {
    font-size: 16px;
    color:#EB7731;
    margin-left: 30px;
         margin-bottom: 0px;
}

.banner_search ul.steps {
    list-style:none;
    margin-left: 30px;
}

.banner_search li {
    list-style:none;
         font-size: 14px;
}

.banner_search li span {
    color: #EB7731;
    font-size: 16px;
}

.banner_search_primedate {
    background: #1B1B1B url('/images/screen/background/background_primedate.jpg') no-repeat bottom right;
    height: 504px;
    color: #000000;
    padding: 15px;
    padding-right: 430px;
    width: 441px;
}

.banner_search_new_short {
    height: 425px;
}

.banner_search_new_short h4,
.banner_search_new_short p.green {
    text-align: center;
}

.banner_search_primedate .info_banner {
    background: url("/images/screen/black_transparent.png");
    position: absolute;
    bottom: 12px;
    left: 12px;
    width: 826px;
    padding: 10px 30px;
}

.banner_search_primedate .info_banner .register_steps {
    float: right;
    font-weight: bold;
    padding-top: 10px;
    color: #CBB9A1;
}

.banner_search_primedate .info_banner #seal_pso {
    background: url("/images/sprites/icons.png") no-repeat 0px -232px;
    position: relative;
    top: 0;
    left: 0;
    width: 289px;
    height: 102px;
    display: block;
}
.banner_search_primedate .info_banner #seal_pso_link {
    display: block;
    position: absolute;
    top: 0;
    left: 212px;
    width: 77px;
    height: 102px;
}

.banner_search_primedate .info_banner #seal_getestet {
    background: url("/images/sprites/icons.png") no-repeat 0px -105px;
    position: absolute;
    top: -15px;
    left: 342px;
    width: 134px;
    height: 127px;
}

.banner_search_primedate .info_banner #seal_contact_garanty {
    position: absolute;
    top: -25px;
    left: 54px;
    width: 196px;
    height: 144px;
    background: url(/images/sprites/icons.png) no-repeat 0px -1407px;
}

.banner_search_primedate .info_banner #seal_prime_safe {
    position: absolute;
    top: -15px;
    left: 295px;
    width: 128px;
    height: 128px;
    background: url(/images/sprites/icons.png) no-repeat -196px -1407px;
}

.banner_search_primedate .search_field {
    background: url("/images/screen/orange_box.png") no-repeat left top;
    height: 337px;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 0 17px 10px 10px;
    position: relative;
    width: 290px;
}

.banner_search_new_short .search_field {
    background: url("/images/screen/orange_box_small.png") no-repeat left top;
    height: 260px;
}

.banner_search_primedate .search_field h3 {
    color: #FFFFFF;
    padding: 0;
    text-align:center;
    line-height: 47px;
    font-size: 21px;
}

.banner_search_primedate .search_field p {
    font-size: 13px;
}

.banner_search_primedate .search_field h4 {
    padding-top: 25px;
    color: #0F7C0F;
}
.banner_search_primedate .search_field p.green {
    color: #0F7C0F;
}

.banner_search_primedate .search_field a.button_search {
    position: relative;
    top: 0;
    left:0;
    margin: 20px 0;
}

.banner_search_new .search_field a.button_search {
    width: 278px;
    font-weight: normal;
}

.banner_search_new .search_field a.button_search b {
    font-size: 22px;
    font-weight: bold;
}

.banner_search_new_short .search_field a.button_search {
    width: 199px;
    font-size: 16px;
}
.banner_search_new_short .search_field a.button_search span span {
    float: left;
}

.banner_search_new_short .search_field a.button_search b {
    font-size: 25px;
    font-weight: bold;
    padding: 0 10px;
}

.banner_search_primedate .secure_info {
    background: url("/images/sprites/icons.png") no-repeat -900px -92px;
    padding-left: 40px;
}

.banner_search_primedate #searchform {
    padding-top: 30px;
}

.banner_search_primedate #searchform label {
    font-weight: bold;
    float: left;
    clear: left;
    display: block;
    width: 100px;
    font-size: 14px;
    padding-bottom: 10px;
}

.banner_search_primedate #searchform .input_fields {
    float: left;
    padding: 0;
    width: 185px;
    padding-bottom: 10px;
}

.banner_search_primedate #searchform .input_fields ul.radio_list li {
    width: 70px;
}

.banner_search_primedate .secure_info_button {
    background: url("/images/sprites/icons.png") no-repeat -885px 10px;
    padding-left: 55px;
    margin-top: 20px;
}

/* Subtitel z.B. unter dem Suchbanner */

.sub_title {
    font-size: 18px;
    line-height: 55px;
    font-weight: bold;
    color: #3A3531;
    padding-left: 15px;
}

.sub_title span {
    color: #EB7731;
}

/* 100% Button */

.percent_100_mini {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
    width: 104px;
    height: 104px;
    background: url(/images/sprites/icons.png) no-repeat -333px 0px;
}

.percent_100_small {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
    width: 118px;
    height: 118px;
    background: url(/images/sprites/icons.png) no-repeat -437px 0px;
}

.percent_100_medium {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
    width: 133px;
    height: 133px;
    background: url(/images/sprites/icons.png) no-repeat -555px 0px;
}

.percent_100_big {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 50;
    width: 154px;
    height: 154px;
    background: url(/images/sprites/icons.png) no-repeat -688px 0px;
}

.percent_register {
    top: 70px;
    right: 30px;
}

.percent_contact_garanty {
    top: 0px;
    left: 10px;
}

/* Statistik - Verhältnis Premiummitglieder */

#statistic_premium {
    width: 258px;
    height: 80px;
    background: transparent url('/images/screen/background_05.png') no-repeat top left;
    position: absolute;
    z-index: 50;
         padding: 10px 10px 0px 10px;
}

#statistic_premium .percent_100_small {
    right: 0px;
    top: 77px;
}

#statistic_premium p,
#statistic_premium a {
    color:#FAEBD6;
    font-size: 12px;
}

#statistic_premium p.link {
    text-align: center;
    padding-top: 5px;
}

#statistic_premium .bar {
    height:29px;
    width: 260px;
    overflow: hidden;
    background: transparent url('/images/sprites/icons.png') no-repeat 0px -47px;
    margin-top:5px;
    position: relative;
}

#statistic_premium .bar .red {
    height:29px;
    width: 50%;
    background: transparent url('/images/sprites/icons.png') no-repeat 0px -76px;
    position: relative;
}

#statistic_premium .bar .red div{
    position: absolute;
    top: 0px;
    right: 0px;
    height:29px;
    width: 4px;
    background: transparent url('/images/sprites/icons.png') no-repeat -260px -47px;
}

#statistic_premium .bar p {
    font-size: 12px;
    position: absolute;
    z-index: 80;
    line-height:29px;
    white-space: nowrap;
}

#statistic_premium .bar p span {
    font-size: 16px;
    font-weight:bold;
}

#statistic_premium .bar p.women {
    top: 0px;
    left:10px;
}

#statistic_premium .bar p.mens {
    top: 0px;
    left:150px;
}

/* Kontaktgarantie - z.B. auf der Startseite */

.contact_garantie_absolute {
    position: absolute;
    top:595px;
}

.contact_garantie {
    height: 84px;
    width: 910px;
    overflow:hidden;
    background: transparent url('/images/sprites/icons.png') no-repeat 0px -1045px;
    position: relative;
    padding-top: 10px;
    padding-bottom: 10px;
}
.contact_garantie .left {
    width:672px;
    float:left;
    padding-left:8px;
}
.contact_garantie .right {
    float: left;
    padding-top:28px;
    padding-left: 35px;
    width:195px;
}

.contact_garantie .sub_title {
    height:84px;
    line-height:84px;
    text-align:left;
    padding-left:135px;
    font-size:22px;
}

    
/* Select Felder */

.input_element ul.radio_list li label,
.input_element ul.checkbox_list li label {
    display: block;
    margin-top: -16px;
    margin-left: 3px;
}
/*
.input_element.step_5 .input_fields {
    padding: 0;
    margin: 10px;
}

.input_element.step_5 label {
    display: block;
    float: left;
    display: inline;
    line-height: 27px;
}*/

.input_element .region_selection .input_fields {
    padding: 0;
    margin: 0 0 10px 0;
}
.input_element .region_selection .select_wrapper {
        margin-top: 10px;
}
.input_element .region_selection div.selectbox-wrapper {
    top: 27px !important;
    float: left;
}

.input_element .region_selection label {
    display: inline;
    position: relative;
    float: left;
    line-height: 27px;
}

.country_id_1_label,
.country_id_2_label,
.country_id_3_label,
.country_id_4_label,
.country_id_5_label,
.country_id_6_label,
.country_id_7_label,
.country_id_8_label,
.country_id_9_label,
.country_id_10_label {
    clear: left;
    margin: 10px 0 0 10px;
}

.state_id_1_label,
.state_id_2_label,
.state_id_3_label,
.state_id_4_label,
.state_id_5_label,
.state_id_6_label,
.state_id_7_label,
.state_id_8_label,
.state_id_9_label,
.state_id_10_label {
        margin: 10px 0 0 10px;
}

.selectbox {
    background: url('/images/sprites/forms.png') no-repeat right -277px;
    height: 27px;
    line-height: 27px;
    cursor: pointer;
    padding: 0px 31px 0px 8px;
    margin-right: -23px;
    float: left;
    overflow: hidden;

}

.select_wrapper {
    background: url('/images/sprites/forms.png') no-repeat 0px -250px;
    position:relative;
    float:left;
    height:27px;
    margin-right: 23px;
    display: inline;
}

div.selectbox-wrapper {
    position:absolute;
    left: 0px;
    top:  27px;
    background-color: #FFFFFF;
    border:1px solid #9E9E9E;
    margin:0px;
    padding:0px;
    font-size:1em;
    text-align:left;
    max-height:200px !important;
    height: auto !important;
    height:200px;
    overflow: auto;
    z-index:100;
    color: #000;

}

div.selectbox-wrapper ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}

div.selectbox-wrapper ul li {
    list-style-type:none;
    display:block;
    margin:0;
    padding: 1px 7px 1px 7px;
    cursor:pointer;
}

div.selectbox-wrapper ul li.selected {
  background-color: #e5e5e5;
}

div.selectbox-wrapper ul li.current {
  background-color: #c5c5c5;
}

select#prime_user_country_id,
select#prime_user_state_id {
    width: 160px;

}

#prime_user_country_id_wrapper,
#prime_user_birthday_day_wrapper,
#prime_user_birthday_month_wrapper {
        margin-right: 33px;
}


select#prime_user_size_about,
select#prime_user_body_id_about,
select#prime_user_haircolor_id_about,
select#prime_user_eyecolor_id_about,
select#prime_user_degree_id_about{
        width: 160px;
}

select.region_country_select {
        width: 100px;
}

select.region_state_select {
        width: 170px;
}

#prime_user_birthday_day_wrapper,
#prime_user_birthday_month_wrapper,
#prime_user_birthday_year_wrapper {
    margin-bottom: 5px;
}

select#prime_user_birthday_day,
select#prime_user_birthday_month,
select#prime_user_birthday_year {
        width: 90px;
}

select#prime_user_age_min_search,
select#prime_user_age_max_search,
select#prime_user_size_min_search,
select#prime_user_size_max_search {
        width: 50px;
}

.banner_search .selectbox {
    color: #000000;
}

/* Payment Loader */
#disable_payment {
    background: url('images/screen/spacer.gif') repeat top left;
    position: absolute;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    z-index: 1000;
    display: none;
}

#payment_loader {
    border: 3px solid #E4722C;
    background: #000 url(/images/content/loader.gif) no-repeat center center;
    width: 100px;
    height: 100px;
    position: absolute;
    top: 240px;
    left: 197px;
}


/* Payment Allgemein */

.payment_content {
    float: left;
    width: 480px;
}
.payment_content_right {
    float: left;
    width: 350px;
    margin-left: 25px;
}

.payment_proposal_profile {
    margin-top: -32px;
}

img.payment_contact_garanty {
    position:absolute;
    top:10px;
    right:10px;
    z-index: 10;
}

div.radio_list_label {
    margin-bottom: 25px;
}

img.payment_method_highlight {
        position: absolute;
        top: -20px;
        right: -8px;
}

.content_box.box_white.payment_method .box_content {
    padding: 4px;
}

.payment_method div.radio_unselected,
.payment_method div.radio_selected {
    position: relative;
}

    .payment_method {
        float: left;
        width: 150px;
    }

.payment_method_inner {
    padding: 5px;
    min-height: 200px;
}

.product_list .box_white {
    min-height: 69px !important;
    height: auto !important;
    height: 69px;
}

.product_list .box_content {
    min-height: 45px !important;
    height: auto !important;
    height: 45px;
}

.product_list .product_select,
.product_list .product_title,
.product_list .product_price,
.product_list .product_info {
    float: left;
    padding-right: 15px;
    line-height: 18px;
}

.product_list .product_select {
    width: 16px;
}
.product_list .product_select div.radio_unselected,
.product_list .product_select div.radio_selected {
    position: relative;
}
.product_list .product_title {
    width: 265px;
}
.product_list .product_title .duration {
    float:left;
    width:80px;
    padding-right: 15px;
    font-weight: bold;
}
.product_list .product_title .price {
    float:left;
    width:170px;
    font-weight: bold;
}
.product_list .product_title .subtitle {
    color: #AAAAAA;
    clear: both;
    padding-top: 5px;
}
.product_list .product_title .subtitle .special {
    font-weight: bold;
    color: #B51D11;
}
.product_list .product_info {
    width: 120px;
    padding-right: 0;
}
.product_list .product_info_read {
    min-height: 18px !important;
    height: auto !important;
    height: 18px;
    padding-bottom: 5px;
}
.product_list .product_info_read a {
    color: #A2B511;
    text-decoration: none;
}
.product_list .product_info_read a:hover {
    text-decoration: underline;
}
.product_list .product_info div.checkbox_unchecked,
.product_list .product_info div.checkbox_checked {
    position: relative;
    float: left;
    margin-right: 5px;
}

.product_info p {
    padding-bottom: 1em;
}

#payment_progress {
    position: relative;
    height: 215px;
}

#payment_progress_background_1,
#payment_progress_background_2,
#payment_progress_background_3 {
    position: absolute;
    top: 0px;
    left: 0px;
    background: url(/images/sprites/icons.png) no-repeat 0px -365px;
    width: 58px;
    height: 215px;
}
#payment_progress_background_2 {
    background-position: -58px -365px;
}
#payment_progress_background_3 {
    background-position: -116px -365px;
}

ul#payment_progress_steps {
    float: left;
    padding-left: 75px;
    color: #807768;
    font-size: 14px;
}

ul#payment_progress_steps li {
    list-style: none;
    height: 70px;
    width: 175px;
}

ul#payment_progress_steps li.step_1 {
    margin-top: 25px;
    height: 45px;
}
ul#payment_progress_steps li.step_2 {
    margin-top: 25px;
    height: 45px;
}
ul#payment_progress_steps li.step_3 {
    margin-top: 15px;
    height: 46px;
}

ul#payment_progress_steps li a {
    text-decoration: none;
    color: #807768;
    font-size: 13px;
    font-weight: bold;
}

ul#payment_progress_steps li a {
    text-decoration: none;
    color: #807768;
}

ul#payment_progress_steps li a.current_step {
         color: #EB7731;
}

input.card_verification,
input.debit_card_verification {
    background: url('/images/sprites/forms.png') no-repeat -150px -150px;
    width: 80px;
    margin-right: 208px;
    margin-bottom: 27px !important;
    height: 15px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.card_verification.input_error,
input.debit_card_verification.input_error {
    background: url('/images/sprites/forms.png') no-repeat -150px -175px;
}

input.bank_holder,
input.bank_code,
input.bank_number,
input.card_holder,
input.card_number,
input.debit_card_holder,
input.debit_card_number,
input.address_street,
input.phone {
    background: url('/images/sprites/forms.png') no-repeat 0px -75px;
    width: 288px;
    height: 15px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}
input.bank_holder.input_error,
input.bank_code.input_error,
input.bank_number.input_error,
input.card_holder.input_error,
input.card_number.input_error,
input.debit_card_holder.input_error,
input.debit_card_number.input_error,
input.address_street.input_error,
input.phone.input_error {
    background: url('/images/sprites/forms.png') no-repeat 0px -100px;
}

input.bank_holder.readonly,
input.bank_code.readonly,
input.bank_number.readonly,
input.card_holder.readonly,
input.card_number.readonly,
input.debit_card_holder.readonly,
input.debit_card_number.readonly,
input.address_street.readonly,
input.phone.readonly {
    background: url('/images/sprites/forms.png') no-repeat 0px -125px;
}

input.phone_area_code,
input.address_zip,
input.pin {
    background: url('/images/sprites/forms.png') no-repeat -150px -150px;
    width: 80px;
    height: 15px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.phone_area_code.input_error,
input.address_zip.input_error,
input.pin.input_error {
    background: url('/images/sprites/forms.png') no-repeat -150px -175px;
}

input.phone_area_code.readonly,
input.address_zip.readonly,
input.pin.readonly{
    background: url('/images/sprites/forms.png') no-repeat -150px -200px;
}

input.phone_number,
input.address_city {
    background: url('/images/sprites/forms.png') no-repeat 0px -150px;
    width: 140px;
    height: 15px;
    padding: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

input.phone_number.input_error,
input.address_city.input_error {
    background: url('/images/sprites/forms.png') no-repeat 0px -175px;
}

input.phone_number.readonly,
input.address_city.readonly {
    background: url('/images/sprites/forms.png') no-repeat 0px -200px;
}

label.phone_number_telephone_label {
    display: none;
}

input.phone_number {
    margin-left: 10px;
}

#payment_form input.phone_area_code,
#payment_form input.phone_number,
#payment_form input.phone,
#payment_form input.pin {
    margin-bottom: 0;
}

#payment_form .help {
    clear: both;
    padding-left: 138px;
    margin-top: -5px;
    color: #999999;
}

#payment_layer_telephone .pin_telephone_label,
#payment_layer_telephone #pin_telephone {
    margin-top: 10px;
}

/* Zahlungsart */

.input_fields ul.radio_list li.list_payment_method.method_DD,
.input_fields ul.radio_list li.list_payment_method.method_WB,
.input_fields ul.radio_list li.list_payment_method.method_CC,
.input_fields ul.radio_list li.list_payment_method.method_SU,
.input_fields ul.radio_list li.list_payment_method.method_CB,
.input_fields ul.radio_list li.list_payment_method.method_DC {
    position: relative;
    float: left;
    padding: 0px;
    height: 40px;
}

.input_fields ul.radio_list li.list_payment_method.method_DD,
.input_fields ul.radio_list li.list_payment_method.method_WB {
    background: url('/images/sprites/icons.png') no-repeat -400px -398px;
    width: 200px;
}

.input_fields ul.radio_list li.list_payment_method.method_CC {
    background: url('/images/sprites/icons.png') no-repeat -400px -348px;
    width: 250px;
}

.input_fields ul.radio_list li.list_payment_method.method_SU {
    margin-top: 10px;
    background: url('/images/sprites/icons.png') no-repeat -400px -448px;
    width: 250px;
}

.input_fields ul.radio_list li.list_payment_method.method_CB {
    margin-top: 10px;
    background: url('/images/sprites/icons.png') no-repeat -400px -548px;
    width: 200px;
}

.input_fields ul.radio_list li.list_payment_method.method_DC {
    background: url('/images/sprites/icons.png') no-repeat -400px -498px;
    width: 200px;
}

li.list_payment_method.method_DD label,
li.list_payment_method.method_WB label {
        margin-top: -5px !important;
        margin-left: 60px !important;
}

li.list_payment_method.method_CC label {
        margin-top: -5px !important;
        margin-left: 150px !important;
}

li.list_payment_method.method_SU label {
        margin-top: -5px !important;
        margin-left: 135px !important;
}

li.list_payment_method.method_CB label {
        margin-top: -5px !important;
        margin-left: 100px !important;
}

li.list_payment_method.method_DC label {
        margin-top: -5px !important;
        margin-left: 112px !important;
}

li.list_payment_method.method_DD div.radio_selected,
li.list_payment_method.method_DD div.radio_unselected,
li.list_payment_method.method_WB div.radio_selected,
li.list_payment_method.method_WB div.radio_unselected,
li.list_payment_method.method_CC div.radio_selected,
li.list_payment_method.method_CC div.radio_unselected,
li.list_payment_method.method_SU div.radio_selected,
li.list_payment_method.method_SU div.radio_unselected,
li.list_payment_method.method_CB div.radio_selected,
li.list_payment_method.method_CB div.radio_unselected,
li.list_payment_method.method_DC div.radio_selected,
li.list_payment_method.method_DC div.radio_unselected {
        top: 10px !important;
}

#payment_form #payment_layer_method label,
#payment_form #payment_layer_method input {
    float: none;
    padding: 0;
    width: auto;
}

/* allgemeine Payment Layer Formatierung */
#payment_form label,
#payment_form input {
    float: left;
}

#payment_form label {
    width: 118px;
    padding: 5px 20px 0px 0;
    float:left;
    clear: both;
}

#payment_form input {
    margin-bottom: 10px;
}

#payment_form ul.checkbox_list label {
    width: inherit;
    height: inherit;
    line-height: 100%;
}

#payment_form ul.checkbox_list {
    clear: both;
    padding-left: 138px;
    padding-bottom: 10px;
}

.input_fields ul.checkbox_list li.accept_terms {
    width: 250px;
}

label.accept_terms {
    width:280px !important;
}

#payment_form .input_fields ul.radio_list {
    margin-bottom: 0px;
}

#payment_form .notice_payment {
    font-weight: bold;
    padding-bottom: 5px;
}

img.clickandbuy_payment {
    cursor:pointer;
    float: left;
    padding-right: 20px;
}

div.clickandbuy_info {
    line-height: 60px;
}

/* Bankdaten */
#payment_layer_dd div#bank_country_dd_wrapper,
#payment_layer_dd input#bank_country_dd_input {
    float: left;
    margin-bottom: 10px;
}

label.card_verification_label a, label.card_verification_dd_label a:hover,
label.accept_terms a, label.accept_terms a:hover {
    color: #000000;
}

/* Adressdaten */
#payment_layer_address label.address_city_address_label {
    clear: none;
    padding: 5px 0 0 20px;
    width: 38px;
}

#payment_layer_address div#address_country_iso_address_wrapper,
#payment_layer_address input#address_country_iso_address_input {
    float: left;
    margin-bottom: 10px;
}

/* Kreditkartendaten */
#payment_layer_cc div#payment_credit_card_id_cc_wrapper,
#payment_layer_cc input#payment_credit_card_id_cc_input {
    margin-bottom: 10px;
}

#payment_layer_cc select#payment_credit_card_id_cc,
#payment_layer_dd select#bank_country_cc {
        width: 126px;
}

#payment_layer_cc select#prime_user_payment_account_card_expiry_day,
#payment_layer_cc select#prime_user_payment_account_card_expiry_month,
#payment_layer_cc select#prime_user_payment_account_card_expiry_year {
    width: 38px;
    margin-bottom: 10px;
}

#payment_layer_cc div#prime_user_payment_account_card_expiry_day_wrapper,
#payment_layer_cc div#prime_user_payment_account_card_expiry_month_wrapper,
#payment_layer_cc div#prime_user_payment_account_card_expiry_year_wrapper {
    margin-bottom: 10px;
         margin-right: 33px;
}

#payment_layer_cc div#prime_user_payment_account_card_expiry_day_wrapper,
#payment_layer_cc input#idprime_user_payment_account_card_expiry_day_input {
    display: none;
}

/* Debitkartendaten (Carte Bleue) */
#payment_layer_dc select#prime_user_payment_account_debit_card_expiry_day,
#payment_layer_dc select#prime_user_payment_account_debit_card_expiry_month,
#payment_layer_dc select#prime_user_payment_account_debit_card_expiry_year {
    width: 38px;
    margin-bottom: 10px;
}

#payment_layer_dc div#prime_user_payment_account_debit_card_expiry_day_wrapper,
#payment_layer_dc div#prime_user_payment_account_debit_card_expiry_month_wrapper,
#payment_layer_dc div#prime_user_payment_account_debit_card_expiry_year_wrapper {
    margin-bottom: 10px;
         margin-right: 33px;
}

#payment_layer_dc div#prime_user_payment_account_debit_card_expiry_day_wrapper,
#payment_layer_dc input#idprime_user_payment_account_debit_card_expiry_day_input {
    display: none;
}

/* contact proposals */

.matching_suggestion {
    width: 178px;
    height: 305px;
    background: url('/images/sprites/icons.png') no-repeat -712px -1149px;
    margin: 0 10px 10px 0;
    float: left;
    overflow: hidden;
    position: relative;
}

.box_profile_big .matching_suggestion {
    width: 176px;
    background-position: -536px -1149px;
    margin: 0 4px 0 0;
}

.matching_suggestion_col_3,
.box_profile_big .matching_suggestion_col_3 {
    margin-right: 0px;
}

.matching_suggestion .profile_headline {
    height: 28px;
    line-height: 28px;
    font-weight: bold;
    font-size: 18px;
    padding: 0 7px 0 10px;
}

.box_profile_big .matching_suggestion .profile_headline {
    padding: 0 7px 0 9px;
}

.matching_suggestion .profile_headline .profile_info {
    display: block;
    color: #FFFFFF;
    text-decoration: none;
}
.matching_suggestion .profile_headline .profile_info .profile_info_icon {
    background: url('/images/sprites/icons.png') no-repeat -748px -313px;
    height: 16px;
    width: 16px;
    display: block;
    float: right;
    margin: 6px 0 6px 4px;
}

.matching_suggestion .profile_headline .profile_info .profile_info_percent {
    float: right;
}

.matching_suggestion .profile_overview {
    padding: 6px 10px 36px;
    height: 235px;
    position: relative;
    overflow: hidden;
    color: #000000;
}

.box_profile_big .matching_suggestion .profile_overview {
    padding: 6px 9px 36px;
}

.proposal_profile .user_information_short,
.payment_proposal_profile .user_information_short {
    font-weight: bold;
}

.matching_suggestion .profile_overview .user_image,
.payment_proposal_profile .user_image,
.confirm_proposal_profile .user_image  {
    height: 70px;
    padding: 4px 8px 10px 0;
}

.proposal_profile .user_image {
    height: 150px;
    padding: 0 20px 10px 0;
}

.matching_suggestion .profile_overview .user_statement {
    padding-top: 10px;
}

.proposal_profile .user_statement {
    padding: 20px 20px 20px 160px;
    height: 70px;
    font-size: 18px;
    font-style: italic;
}

.matching_suggestion .profile_overview .user_statement .tooltip,
.proposal_profile .user_statement .tooltip {
    cursor: pointer;
}

.statement_tooltip {
    font-size: 14px;
    font-style: italic;
}

.matching_suggestion .profile_overview .username,
.proposal_profile .username,
.payment_proposal_profile .username,
.confirm_proposal_profile .username {
    font-weight: bold;
    font-size: 18px;
}

.proposal_profile .profile_percent {
    font-weight: bold;
    font-size: 18px;
    float: right;
}

.matching_suggestion .profile_overview .marital {
    font-weight: bold;
    font-size: 11px;
    margin-right: -5px;
}

.matching_suggestion .profile_overview a.button_detail {
    position:absolute;
    right: 5px;
    bottom: 5px;
}

.matching_suggestion .profile_overview .message_unread,
.matching_suggestion .profile_overview .message_read,
.matching_suggestion .profile_overview .message_answered {
    display: block;
    position: absolute;
    top: 200px;
    left: 8px;
    width: 109px;
    min-height: 31px !important;
    height: auto !important;
    height: 31px;
    padding: 5px 0 0px 52px;
    font-size: 11px;
    font-weight: bold;
    text-decoration: none;
    color: #000000;
}

.matching_suggestion .profile_overview .message_unread {
    background: url('/images/content/unread.gif') no-repeat left top;  
}

.matching_suggestion .profile_overview .message_read {
    background: url('/images/content/read.gif') no-repeat left top;
}

.matching_suggestion .profile_overview .message_answered {
    background: url('/images/content/answered.gif') no-repeat left top;
}

.pagination {
    color: #CABBA0;
    font-size: 12px;
    width: 555px;
    height: 27px;
}

.messages_inbox .pagination,
.messages_outbox .pagination {
    margin-left: 10px;
    height: 15px;
    width: 490px;
}

.messages_inbox .pagination_bottom,
.messages_outbox .pagination_bottom {
    margin-top: 10px;
}

.pagination_filter {
    float: left;
    line-height: 27px;
}

.pagination_filter label {
    float: left;
    padding-right: 5px;
}

.pagination_filter #proposals_sort {
    width: 200px;
}

.pagination_filter .select_wrapper {
    color: #000000;
}

.pagination_pages {
    float: right;
    line-height: 27px;
}

.pagination a {
        color: #CABBA0;
        text-decoration: none;
}
.pagination a:hover {
        text-decoration: underline;
}

.pagination .current_page {
    font-weight: bold;
}

.pagination_top {
        margin-bottom: 10px;
}

/* Kontaktvorschläge Detail */
a.pagination_link {
    color: #CABAA0;
    font-size: 12px;
}

.pagination_profiles {
    text-align: center;
    position: relative;
    margin-bottom: 10px;
}

.pagination_profiles,
.pagination_profiles a {
    color: #CABAA0;
    font-size: 12px;
}

.pagination_profiles_prev {
    float: left;
    position: absolute;
    top: 0px;
    left: 0px;
}

.pagination_profiles_next {
    float: right;
    position: absolute;
    top: 0px;
    right: 0px;
}

.proposal_profile {
    float: left;
    color: #000;
}

.proposal_profile_border_bottom {
   padding-bottom: 20px;
}

.proposal_profile_border_top {
   border-top: 2px solid #BABABA;
   padding-top: 20px;
   margin-bottom: 20px;
}

.proposal_profile_image {
    float: right;
    padding-left: 50px;
}

.proposal_profile_image_desc {
    width: 150px;
}

.proposal_profile .box_content {
    width: 365px;
}

.proposal_contact_status {
    float: left;
    color: #000;
         width: 360px;
}

.proposal_contact_status_box {
    background: url('/images/sprites/icons.png') no-repeat -400px -907px;
    width: 225px;
    height: 48px;
    padding: 10px 100px 10px 10px;
    margin-bottom: 10px;
    position: relative;
}

a.proposal_contact_status_button {
    background: url('/images/sprites/icons.png') no-repeat -180px -365px;
    width: 89px;
    height: 68px;
    display: block;
    position: absolute;
    top: 0px;
    right: 0px;
}

/* Betreff */
input#message_mailbox_blame_sender,
input#message_mailbox_blame_subject,
div.message_subject {
  background: url('/images/sprites/forms.png') no-repeat 0px -632px;
  width: 325px;
  height: 20px;
  padding: 5px;
}

div.message_subject input {
    width: 325px;
    height: 20px;
}

div.message_subject_big {
  background: url('/images/sprites/forms.png') no-repeat 0px -662px;
  width: 454px;
  height: 20px;
  padding: 5px;
  margin-top: 5px;
  margin-bottom: 20px;
}

div.message_subject_big input {
    width: 454px;
    height: 20px;
}

/* Textfeld */
textarea {
    resize: none;
}

.textarea_text {
    background: url('/images/sprites/forms.png') no-repeat 0px -692px;
    width: 325px;
    height: 121px;
    padding: 5px;
    margin-top: 5px;
}

div.textarea_text textarea {
    width: 325px;
    height: 121px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

div.textarea_text_big {
    background: url('/images/sprites/forms.png') no-repeat 0px -823px;
    width: 454px;
    height: 180px;
    padding: 5px;
    margin-top: 5px;
}

div.textarea_text_big textarea {
    width: 454px;
    height: 180px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

textarea.textarea_statement {
    background: url('/images/sprites/forms.png') no-repeat 0px -1013px;
    width: 434px;
    height: 60px;
    padding: 5px;
    margin-top: 5px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
}

/*Postfach*/
.messages_inbox,
.messages_outbox {
    width: 500px;
    float: left;
}

.messages_inbox .content_box.message_box,
.messages_outbox .content_box.message_box {
    background: url('/images/sprites/icons.png') no-repeat 0px -1243px !important;
    height: 94px;
    overflow: hidden;
}

.recent_messages .content_box {
    background: url('/images/sprites/icons.png') no-repeat 0px -1149px !important;
    width: 536px;
    height: 94px;
    margin-bottom: 5px;
}

.messages_inbox .message a.button_read,
.messages_outbox .message a.button_read {
    position: absolute;
    right: 8px;
    bottom: 7px;
}

.recent_messages .message a.button_read {
    position: absolute;
    right: 5px;
    bottom: 4px;
}

.messages_inbox .message_contact,
.recent_messages .message_contact {
    float: left;
    padding-left: 10px;
    margin-top: 10px;
    width: 60px;
}

.messages_outbox .message_contact {
    float: left;
    padding-left: 5px;
    margin-top: 10px;
    width: 70px;
}

.messages_inbox .message_contact_user_image,
.messages_outbox .message_contact_user_image,
.recent_messages .message_contact_user_image {
    float: left;
    margin: 0 10px 0 5px;
    width: 56px;
}

.messages_inbox .message_contact_text,
.messages_outbox .message_contact_text,
.recent_messages .message_contact_text {
    float: left;
    margin-top: 5px;
    width: 220px;
}

.message_contact_text a {
    text-decoration: none;
    color: #000000;
}

.messages_outbox .message_contact_text {
    width: 240px;
}

.messages_inbox .message_time_send,
.messages_outbox .message_time_send,
.recent_messages .message_time_send {
    position: absolute;
    top: 10px;
    right: 10px;
}

.messages_inbox .message,
.messages_outbox .message,
.recent_messages .message {
    position: relative;
    font-weight: bold;
}
.messages_inbox .message .text_teaser,
.messages_outbox .message .text_teaser,
.recent_messages .message .text_teaser {
    font-weight: normal;
}

.messages_inbox .message_box_read .message_delete,
.recent_messages .message_box_read .message_delete {
    padding: 45px 80px 0px 200px;
    display: none;
    float: none;
}

.message_delete {
    font-weight: normal;
    color: #B51D11;
    text-decoration: none;
    font-size: 11px; 
    float: left;
    padding-top: 7px;
    width: 200px;
    height: 25px;
}

.message_delete .message_delete_time {
    background: url('/images/sprites/icons.png') no-repeat -900px -700px;
    padding-left: 20px;
    line-height: 15px;
    display: block;
    float: left;
    height: 25px;
}

.message_delete img.info_delete {
    background: url('/images/sprites/icons.png') no-repeat -900px -599px;
    width: 14px;
    height: 15px;
    margin-left: 2px;
}

.message_delete span.info_delete {
    background: url('/images/sprites/icons.png') no-repeat -900px -599px;
    display: block;
    float: right;
    width: 14px;
    height: 15px;
}

.message .message_icon {
    width: 50px;
    height: 50px;
    float: left;
}

.message .message_icon a {
    display: block;
    width: 50px;
    height: 50px;
}

.messages_outbox .message .message_icon {
    background: url('/images/sprites/icons.png') no-repeat -900px -483px;
    width: 23px;
    height: 50px;
    float: left;
}

.messages_outbox .message .message_icon a {
    display: block;
    width: 23px;
    height: 50px;
}

.message.answered .message_icon {background: url('/images/sprites/icons.png') no-repeat -800px -160px;}
.message.read .message_icon {background: url('/images/sprites/icons.png') no-repeat -750px -160px;}
.message.unread .message_icon {background: url('/images/sprites/icons.png') no-repeat -700px -160px;}

.message_detail {
    width: 466px;
    padding-right: 20px;
    float:left;
}

.message_view {
    float: left;
    width: 280px;
}

.message_view .content_box {
    min-height: 312px !important;
    height: auto !important;
    height: 312px;
}

.message_suggestion {
    float:left;
    margin: 3px 0 0 5px;;
}

.message_suggestion .matching_suggestion {
    margin-right: 0;
}

.message_detail .box_content,
.proposal_contact_status .box_content,
.message .message_contact_text {
    overflow: hidden;
}

.message_history {
    width: 260px;
    float:left;
}

.message_history .box_grey {
    min-height: 451px;
}

.message_history .sent,
.message_history .received {
    position: relative;
}

.message_history .sent_message,
.message_history .received_message {
    background: url('/images/sprites/icons.png') no-repeat 0px -1337px;
    width: 208px;
    height: 60px;
    margin-bottom: 5px;
    padding: 5px;
    color: #000;
    font-size: 12px;
    display: block;
    cursor: pointer;
}

.message_history .sent_icon {
    background: url('/images/sprites/icons.png') no-repeat -900px -400px;
    height: 20px;
    width: 18px;
    position: absolute;
    top: 25px;
    left: 0px;
}
.message_history .sent_message {
    margin-left: 18px;
}

.message_history .received_icon {
    background: url('/images/sprites/icons.png') no-repeat -900px -300px;
    height: 20px;
    width: 18px;
    position: absolute;
    top: 25px;
    right: 0px;
}
.message_history .received_message {
    margin-left: 0px;
}

.message_history .sent_message,
.message_history .received_message {
    position: relative;
}

.message_history .sent_message span.message_time_send,
.message_history .received_message span.message_time_send {
    position: absolute;
    top: 5px;
    right: 5px;
    display: block;
}

.message_history .sent a,
.message_history .received a {
    text-decoration: none;
    color: #000;
    height: 52px;
    display: block;
    padding: 12px 5px 0 20px;
}

.message_history .sent_message.message_active,
.message_history .received_message.message_active {
    background-position: -218px -1337px;
}

.logout_banner {
    width: 728px;
    margin: 0px auto;
    margin-top: 20px;
}

a.message_box_read {
    position:absolute;
    top:4px;
    left: 4px;
    z-index: 10;
    display:block;
    width: 492px;
    height:86px;
    cursor: pointer;
    text-decoration: none;
}

.recent_messages a.message_box_read {
    width: 528px;
}

.message_detail h5, .message_history h5 {
    font-size: 15px;
    margin-bottom: 0px;
}


.message_detail h2 {
    margin-top:30px;
    margin-bottom: 0px;
    font-size:15px;
}

.message_detail .content_box .box_content {
    padding-bottom: 20px;
}

/* Login-Box */
.login_notice {
        color: green;
        font-weight: bold;
        margin: 15px 0;
}

.login_error {
        color:#E4722C;
        font-weight: bold;
        margin: 15px 0;
}

.login_headline {
        color: #000000;
        font-weight: bold;
        border-bottom: 2px solid #000000;
        padding: 0 0 3px;
        margin: 15px 0 5px;
}

table.login {
        margin-top: 10px;
}

table.login td {
        padding-bottom: 5px;
}

.message_last {
        background: url('/images/screen/message_last.png') no-repeat 0px 0px;
        width: 317px;
        height: 585px;
        padding: 20px 10px 10px 10px;
}

.profilbox_top {
        background: url('/images/screen/profilebox.png') no-repeat top left;
        height: 28px;
        line-height: 28px;
        width: 553px;
        font-size: 18px;
        position: relative;
}

.profilbox_top a, .profilbox_top a:hover {
    color: #FFFFFF;
    text-decoration: none;
}

.profilbox_middle_out {
        background: url('/images/screen/profilebox.png') no-repeat left bottom;
        width: 553px;
}

.profilbox_middle {
        width: 553px;
        color: #000;
        position: relative;
        padding-bottom: 50px;
}

.profilbox_inner {
        float: left;
        width: 252px;
        padding: 10px 10px 0 10px;
}

/* proposals overview */
#proposals_area {
    float:left;
    width:570px;
    min-height: 100px !important;
    height: auto !important;
    height: 100px;
}

#proposals_sidenavi {
    float:left;
    width:280px;
    min-height: 100px !important;
    height: auto !important;
    height: 100px;
    margin-top:34px;
}

#proposals_loader {
    background: url(/images/content/loader.gif) no-repeat center center;
    width:570px;
    height: 300px;
}

/* quick contact */
.send_greeting {
    padding: 0 5px 10px;
}
.send_greeting span,
.send_greeting a {
    font-weight: bold;
    color: #A2B511;
}

.quick_contact .proposal_contact_status_box {
    width: 145px;
    background-position: -400px -812px;
    height: 75px;
}

.quick_contact a.proposal_contact_status_button {
    background: url(/images/sprites/icons.png) no-repeat -180px -433px;
    height: 95px;
}

/* contact history */
#headline_quick_contact,
#headline_contact_history {
    font-size: 12px;
    padding-right: 10px;
    width: 252px;
}

.contact_history .active,
.contact_history .inactive {
    font-weight: bold;
    height: 20px;
    line-height: 20px;
    cursor: pointer;
}

.contact_history .active,
.contact_history .active a {
    color: #000000;
}

.contact_history .online,
.contact_history .online a {
    color: #A2B511;
}

.contact_history .inactive,
.contact_history .inactive a {
    color: #BBBBBB;
}

.contact_history a {
    text-decoration: none;
    display: block;
}

.contact_history .read_icon {
    float:right;
}

.contact_history_pager {
    padding-bottom: 10px;
}
.contact_history_pager a {
    color: #000000;
    text-decoration: none;
    display: inline;
}
.contact_history_pager a:hover {
    text-decoration: underline;
}
.contact_history_pager .current_page {
    font-weight: bold;
}

.loader {
        background: url('/images/screen/loaderbox.png') no-repeat 0px 0px;
        width: 640px;
        height: 110px;
        position: absolute;
        top: 190px;
        left: 109px;
        z-index: 1000;
        padding-top: 40px;
        padding-left: 40px;
}

.loader_text {
        padding-left: 100px;
        color: #E4722C;
        font-size: 18px;
        position: absolute;
        top: 20px;
        left: 50px;
}

/** confirm email request page **/
.box_content .confirm {
    padding-top: 37px;
}

.confirm_content {
    float: left;
    width: 480px;
}

.confirm_content_right {
    float: left;
    width: 350px;
    margin-left: 25px;
}

.confirm_proposal_profile {
    margin-top: -32px;
}

ol.content {
    padding-left:25px;
}
input.confirm_email_request {
    float:right;
}

/** User Images **/
.input_fields .user_image_own {
    float: left;
    width: 120px;
    padding-right: 20px;
}
.input_fields .user_image_upload {
    float: left;
    width: 300px;
}

.input_fields .user_image_types {
    padding-top: 20px;
}

.input_fields .user_image_upload .description,
.input_fields .user_image_types .description {
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}

.input_fields .user_image_upload .uploader {
    position: relative;
    height: 40px;
    width: 300px;
}

.input_fields .user_image_upload .uploader #uploader_queue {
    margin-top: 5px;
}

.input_fields .user_image_upload .uploader #uploader_queue .uploadifyQueueItem {
    width: 276px;
}

.input_fields ul.radio_list_images .radio_selected,
.input_fields ul.radio_list_images .radio_unselected {
    display: none;
}

.input_fields ul.radio_list_images li {
    padding-left: 0;
    width: 56px;
    padding-right: 14px;
    line-height: 0px;
}

.input_fields ul.radio_list_images li.item5,
.profile_complete .input_fields ul.radio_list_images li.item5 {
    padding-right: 0;
}

.profile_complete .input_fields ul.radio_list_images li,
.input_fields .user_image_own ul.radio_list_images li {
    width: 120px;
    padding-right: 20px;
}

.input_fields ul.radio_list_images li label {
    margin-left: 0;
    width: 56px;
    height: 70px;
    position: relative;
    display: block;
    margin-top: 0;
}

.profile_complete .input_fields ul.radio_list_images li label,
.input_fields .user_image_own ul.radio_list_images li label {
    width: 120px;
    height: 150px;
}

.input_fields .user_image_own ul.radio_list_images li label img {
    float: left;
}

.input_fields ul.radio_list_images li label .image_border {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 52px;
    height: 66px;
    border: 2px solid transparent;
}

.profile_complete .input_fields ul.radio_list_images li label .image_border,
.input_fields .user_image_own ul.radio_list_images li label .image_border {
    width: 116px;
    height: 146px;
    border: 2px solid transparent;
}

.input_fields ul.radio_list_images li label.label_selected .image_border,
.input_fields .user_image_own ul.radio_list_images li label.label_selected .image_border {
    border: 2px solid #E4722C;
}

.input_fields .user_statement_choices .radio_list li {
    padding: 0;
    width: 258px;
    padding-bottom: 10px;
    padding-right: 40px;
    line-height: 0px;
}

.input_fields .user_statement_choices .radio_list li.item2,
.input_fields .user_statement_choices .radio_list li.item5 {
    padding-right: 0;
}

.input_fields .user_statement_choices .radio_list li label {
    display: block;
    height: 50px;
    width: 238px;
    padding: 10px;
    background: url(/images/sprites/icons.png) no-repeat 0px -1550px;
    color: #000000;
    line-height: 1.2em;
}

.input_fields .user_statement_choices .radio_list li label.label_selected {
    background-position: -258px -1550px;
}

.input_fields .user_statement_choices .radio_list .radio_unselected,
.input_fields .user_statement_choices .radio_list .radio_selected {
    display: none;
}
 
.profile_complete .input_fields {
    padding-left: 0px;
    padding-right: 0px;
}

.profile_complete .input_fields .user_image_upload {
    width: 500px;
    padding-top: 10px;
}

.profile_complete .input_fields .user_image_upload .description {
    padding-bottom: 15px;
}

.profile_complete .input_fields .user_statement_choices {
    padding-top: 40px;
}

.profile_complete .input_fields .user_image_types .description,
.profile_complete .input_fields .user_statement_choices .description{
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

#statement_selection {
    display: none;
}

.statement_selection_option {
    float: left;
    width: 258px;
    padding: 0px 10px;
}
.statement_selection_option h3 {
    text-align: center;
}

.statement_selection_option .statement_content {
    display: block;
    height: 200px;
    width: 238px;
    padding: 10px;
    background: url(/images/sprites/icons.png) no-repeat -516px -1550px;
    color: #000000;
    line-height: 1.2em;
    text-decoration: none;
}

#TB_ajaxContent h1 {
    display: none;
}

/* Mailbox Blame */
a.message_blame {
    background: url(/images/sprites/icons.png) no-repeat -900px -900px;
    line-height: 14px;
    margin: 0 0 10px 12px;
    padding-left: 20px;
    text-decoration: none;
    color: #B51D11;
    font-weight: bold;
}

.input_label_blame {
    float: left;
    width: 100px;
    padding-top: 5px;
    padding-bottom: 10px;
    padding-right: 20px;
}

.input_label_blame .help {
    font-size: 10px;
}

.input_error_blame {
    padding: 5px 0 5px 120px;
}

.input_fields_blame {
    float: left;
    width: 335px;
    padding-bottom: 10px;
}

.label_reason_array,
.fields_reason_array {
    padding-bottom: 0px;
}

.input_fields_blame ul.radio_list li,
.input_fields_blame ul.checkbox_list li {
    position: relative;
    padding-left: 20px;
    padding-bottom: 10px;
}

.input_fields_blame ul.radio_list li label,
.input_fields_blame ul.checkbox_list li label {
    display: block;
    margin-left: 3px;
    margin-top: -14px;
}

.input_fields_blame .textarea_text {
    margin-top: 0;
}

.blame_buttons {
    width: 455px;
}

.blame_buttons .blame_success {
    float: left;
    width: 380px;
    color: green;
    font-weight:bold;
}

.blame_buttons .button_right {
    float: right;
}

.blame_buttons a.link_cancle {
    color: #B51D11;
    line-height: 30px;
}



/* alternative kalaydo styling */
.kalaydo {
    background: #FFFFFF;
}

.kalaydo #page {
    padding-left: 10px;
    padding-right: 10px;
    background: #D6D6D4 url("/images/screen/background_01.jpg") repeat-x 0 -7px;
    margin-bottom: 55px;
}

.kalaydo #kalaydo_header {
    position: absolute;
    top: 0px;
    left: 0px;
    width: 930px;
    height: 99px;
    background: #FFFFFF;
}

.kalaydo #kalaydo_header #kalaydo_logo {
    position: absolute;
    top: 10px;
    left: 0px;
    height: 79px;
    width: 222px;
}

.kalaydo #primedate_header {
    position: absolute;
    top: 10px;
    left: 232px;
    width: 698px;
    height: 79px;
    background: url('../images/screen/bg_kalaydo_header.png') no-repeat top left;
}

.kalaydo #header_login {
    top: 7px;
    right: 10px;
}

.kalaydo #header_login h4 {
    margin-bottom: 3px;
}

.kalaydo #header_logo {
    left: 10px;
    position: absolute;
    top: 20px;
}

.kalaydo #header_logo img {
    width: 210px;
}

.kalaydo #header_logo p {
    font-size: 12px;
    padding: 3px 0 0 68px;
}

.kalaydo #content {
    padding-top: 145px;
}

.kalaydo .banner_search_absolute {
    top: 145px;
}

.kalaydo .contact_garantie_absolute {
    top: 540px;
}

.kalaydo .medien_banner_absolute {
    top: 646px;
}

.kalaydo #statistic_premium {
    top: 110px !important;
}








/* Superfish - BO */
ul.level1 li {
    position: relative;
}

ul.level1 li.parent {
    padding-right: 10px;
    width: 80px;
    background: url('/images/screen/arrow_black.gif') no-repeat right 7px;
}

ul.level1 li ul.level2 {
    position: absolute;
    margin: 5px 0 0 0;
    left: 0px;
    background: #FFFFFF;
    width: 140px;
    padding: 10px 10px 0;
}
ul.level1 li ul.level2 li {
    float: none;
    width: 120px;
}

.beta_absolute {
    padding-top: 615px;
    width: 910px;
}

a.link_gray, a.link_gray:hover {
    color: #7B7A75;
    text-decoration: none !important;
}

/* Medienbanner - z.B. auf der Startseite */

.medien_banner_absolute {
    position: absolute;
    top:701px;
    width: 910px;
}

.medien_banner {
        padding-left: 15px;
}

.medien_banner h4 {
        color: #3A3531;
        margin-bottom: 5px;
}

.medien_banner ul {
    list-style: none;
    float:left;
}

.medien_banner li {
    list-style: none;
    float:left;
         margin-right: 28px;
         font-size: 11px;
}

.medien_banner li img{
    border:1px solid #CCCCCC;
}

/* Erfahrungen (Notizzettel)- z.B. auf der Startseite */

.expierences_absolute {
    padding-top:615px;
    width: 910px;
}

.expierences_absolute .box_content {
    background: transparent url('/images/content/prime_date/speech_bubble_01.gif') no-repeat 25px 25px;
}

.expierences {
    background: transparent url('/images/content/prime_date/expierences.jpg') no-repeat 115px 0px;
    height: 228px;
    position: relative;
}

.expierences p {
    color: #3A362F;
    width:200px;
}

.expierences p.text_01 {
    position:absolute;
    top: 40px;
    left:160px;
}

.expierences p.text_02 {
    position:absolute;
    top: 40px;
    left:405px;
}

.expierences p.text_03 {
    position:absolute;
    top: 40px;
    left:655px;
}

/* Highlights + Informationen - z.B. auf der Startseite */

.infos_highlights_absolute {
    padding-top:10px;
}

.infos_highlights_absolute .inner_white {
    padding: 15px 0px 0px 0px;
}

.infos_highlights h1 {
    background: transparent url('/images/content/prime_date/speech_bubble_02.gif') no-repeat 15px 0px;
    padding: 20px 0px 0px 130px;
    font-size:22px;
    height:58px;
}

.infos_highlights h2 {
    background: transparent url('/images/content/prime_date/speech_bubble_03.gif') no-repeat 0px 0px;
    padding: 5px 0px 0px 70px;
    font-size:12px;
    min-height:48px;
}

.infos_highlights h2.bubble_03 {background-image: url('/images/content/prime_date/speech_bubble_03.gif');}

.infos_highlights .article {
    width: 265px;
    float:left;
    margin: 15px;
    font-size:12px;
}

.infos_highlights .article a,
.infos_highlights .article a:hover {
    text-decoration: none;
    color: #000000;
}

.infos_highlights .article h2 a,
.infos_highlights .article h2 a:hover {
    color: #E4722C;
}

.register_success h2 {
    font-size:18px;
}

.register_success_inner {
    width: 480px;
}

.register_success ol {
    padding-left:25px;
}

.register_success li {
    color: #E4722C;
    font-size: 18px;
    padding-bottom:15px;
}

.register_success .box_important,
.register_success .box_important li {
    font-size: 16px;
    color:#000000;
}

.register_success .box_important ol {
    padding-top: 15px;
}

.register_success li span {
    color: #CBB9A1;
    display:block;
    font-size: 12px;
}

.register_success li a {
    font-size: 16px;
    margin-top:15px;
    display:block;
    font-weight: bold;
}

.register_success .button_left {
    margin-top:15px;
    float:left;
}

.register_success .button_right {
    margin-top:15px;
    float:right;
}

.register_success_message {
    color:#CBB9A1;
    font-size:14px;
    line-height: 1.3em;
}





/** old **/

    /** gender icons **/
    .messages_inbox .message_contact_gender,
    .messages_outbox .message_contact_gender,
    .recent_messages .message_contact_gender {
        float: left;
        margin: 0 0 0 12px;
        width: 35px;
    }
    
    .gender_image,
    .gender_image_f,
    .gender_image_m,
    .gender_image_mf,
    .gender_image_ff,
    .gender_image_mm {
        background: url(/images/sprites/icons.png) no-repeat -397px -250px;
        height: 50px;
        width: 35px;
        margin-right: 2px;
    }
    .gender_image_m {
        background-position: -447px -250px;
    }
    .gender_image_mf {
        background-position: -498px -250px;
    }
    .gender_image_ff {
        background-position: -548px -250px;
    }
    .gender_image_mm {
        background-position: -600px -250px;
    }

    .proposal_profile .gender_image,
    .proposal_profile .gender_image_f,
    .proposal_profile .gender_image_m,
    .proposal_profile .gender_image_mf,
    .proposal_profile .gender_image_ff,
    .proposal_profile .gender_image_mm,
    .confirm_proposal_profile .gender_image,
    .confirm_proposal_profile .gender_image_f,
    .confirm_proposal_profile .gender_image_m,
    .confirm_proposal_profile .gender_image_mf,
    .confirm_proposal_profile .gender_image_ff,
    .confirm_proposal_profile .gender_image_mm {
        background: url(/images/sprites/icons.png) no-repeat -395px -160px;
        height: 77px;
        width: 50px;
        margin-right: 5px;
    }
    .proposal_profile .gender_image_m,
    .confirm_proposal_profile .gender_image_m {
        background-position: -445px -160px;
    }
    .proposal_profile .gender_image_mf,
    .confirm_proposal_profile .gender_image_mf {
        background-position: -497px -160px;
    }
    .proposal_profile .gender_image_ff,
    .confirm_proposal_profile .gender_image_ff {
        background-position: -547px -160px;
    }
    .proposal_profile .gender_image_mm,
    .confirm_proposal_profile .gender_image_mm {
        background-position: -600px -160px;
    }

    #message_history_box .gender_image,
    #message_history_box .gender_image_f,
    #message_history_box .gender_image_m,
    #message_history_box .gender_image_mf,
    #message_history_box .gender_image_ff,
    #message_history_box .gender_image_mm {
        background: url(/images/sprites/icons.png) no-repeat -400px -310px;
        height: 30px;
        width: 22px;
        margin-right: 0px;
        position: absolute;
        top: 18px;
        left: 10px;
    }
    #message_history_box .gender_image_m {
        background-position: -450px -310px;
    }
    #message_history_box .gender_image_mf {
        background-position: -500px -310px;
    }
    #message_history_box .gender_image_ff {
        background-position: -550px -310px;
    }
    #message_history_box .gender_image_mm {
        background-position: -600px -310px;
    }


    /* Breadcrumb Casual-Dating */
    .breadcrumb {
        margin-bottom: 8px;
        font-size: 13px;
        color: #6A6762;
    }

    .breadcrumb a {
        color: #6A6762;
        text-decoration: underline;
    }

    /* Casual-Dating */

    #casual_dating_absolute {
        padding-top: 340px;
    }

    #casual_dating .header {
        background: #623556 url('/images/content/casual_dating/background_01.jpg') no-repeat 486px 5px;
        height: 160px;
        width: 475px;
        padding: 5px 210px 5px 5px;
        color: #FFFFFF;
    }

    #casual_dating .header div {
        padding:10px 10px 10px 10px;
    }

    #casual_dating .header div div {
        padding:0px;
    }

    #casual_dating .header p {
        font-size:16px;
    }

    #casual_dating .header ul {
        list-style:none;

    }

    #casual_dating .header li {
        list-style:none;
        display:block;
        float:left;
    }

    #casual_dating .header li.middle {
        width:65px;
        text-align: center;
    }

    #casual_dating .header li.left {
        width:195px;
        text-align: left;
    }

    #casual_dating .header li.right {
        width:195px;
        text-align: right;
    }

    #casual_dating .header li a {
        color: #FFFFFF;
    }

    #casual_dating .header li.left a {
        font-size:13px;
        padding-left:15px;
        background-image: url('/images/content/casual_dating/arrow_left.gif');
        background-repeat: no-repeat;
        background-position: left 3px;
    }

    #casual_dating .header li.right a {
        padding-right:15px;
        background-image: url('/images/content/casual_dating/arrow_right.gif');
        background-repeat: no-repeat;
        background-position: right 3px;
    }


    #casual_dating .header h1 {
        font-size: 22px;
        color: #FFFFFF;
        margin-top:8px;
    }

    #casual_dating .header h1 span {
        color: #E4722C;

    }

    #casual_dating h2 {
        font-size: 22px;
        color: #E4722C;
    }

    #casual_dating h3 {
        font-size: 18px;
        color: #E4722C;
    }

    #casual_dating .content_left {
        float: left;
        width: 186px;
        background-color: #623556;
        padding: 10px 5px 5px 5px;
        color: #fff;
    }

    #casual_dating .content_right {
        float: left;
        width: 690px;
    }

    #casual_dating .content_inner {
        padding: 30px 0px 15px 10px;
    }

    /* Casual-Dating - Subnavigation */

    #casual_dating .navi_sub li {
        list-style: none;
             height: 27px;
             display: block;
             margin-bottom: 5px;
    }

    /* Casual-Dating - Tagcloud */

    #casual_dating .tagcloud {
        color: #000000;
    }

    #casual_dating .tagcloud .box_content{
        text-align: center;
    }

    #casual_dating .tagcloud h4 {
        font-size: 12px;
        color: #FAEBD6;
        margin-top: 15px;
        margin-bottom:5px;
    }

    #casual_dating .tagcloud a {
        padding-right: 5px;
        padding-left:5px;
        color: #000000;
        text-decoration:none;
    }

    #casual_dating .tagcloud a.size_11 { font-size: 11px;}
    #casual_dating .tagcloud a.size_12 { font-size: 12px;}
    #casual_dating .tagcloud a.size_13 { font-size: 13px;}
    #casual_dating .tagcloud a.size_14 { font-size: 14px;}
    #casual_dating .tagcloud a.size_15 { font-size: 15px;}
    #casual_dating .tagcloud a.size_16 { font-size: 16px;}
    #casual_dating .tagcloud a.size_17 { font-size: 17px;}
    #casual_dating .tagcloud a.size_18 { font-size: 18px;}
    #casual_dating .tagcloud a.size_19 { font-size: 19px;}
    #casual_dating .tagcloud a.size_20 { font-size: 20px;}
    #casual_dating .tagcloud a.size_21 { font-size: 21px;}
    #casual_dating .tagcloud a.size_22 { font-size: 22px;}

    /* Casual-Dating - Box für Highlight z.B. Magazin */

    #casual_dating .box_highlight {
        float:left;
        width: 300px;
        margin: 25px 40px 0px 0px;
    }

    #casual_dating .box_highlight.first {
        margin-top: 0px;
    }

    #casual_dating .box_highlight img {
        margin-bottom: 10px;
        display:block;
    }
    /* Casual-Dating - Liste mit Logo links + Text rechts */

    #casual_dating .list_logo_text {
        list-style: none;
        float:left;
    }

    #casual_dating .list_logo_text li {
        list-style: none;
        float:left;
        clear:left;
        margin-top:15px;
        width:680px;
    }

    #casual_dating .list_logo_text li.first {
        margin-top:0px;
    }

    #casual_dating .list_logo_text img {
        float:left;
        margin-right:20px;
        border:1px solid #CCCCCC;
    }

    #casual_dating .list_logo_text div {
        width: 300px;
        float:left;
    }

    /* Casual-Dating - Glossar */

    #casual_dating ul#glossar_main ul {
        list-style: none;
    }

    #casual_dating ul#glossar_main li {
        list-style: none;
        display: inline;
        padding: 0px 14px 0px 0px;
        font-size: 18px;
    }

    #casual_dating ul#glossar_main li.a {
        color: #000000;
    }

    #casual_dating ul#glossar_content li {
        list-style: none;
        padding-top:20px;
    }

    #casual_dating ul#glossar_content li li {
        padding-top:0px;
    }

    #casual_dating ul#glossar_content li.first {
        padding-top:0px;
    }

    #casual_dating ul#glossar_content li a {
        font-size:28px;
        text-decoration: none;
    }

    #casual_dating ul#glossar_content li li a {
        font-size:12px;
        text-decoration: none;
        color: #000000;
    }

    .percent_100_01 {
        position: absolute;
        top: 435px;
        left: 755px;
        z-index:50;
    }

