/****************************************************************
 * Clear Floats                                                 *
 * Siehe: http://www.positioniseverything.net/easyclearing.html *
 ****************************************************************/
.clear:after {
    clear:              both;
    content:            ".";
    display:            block;
    height:             0;
    visibility:         hidden;
}

.clear {
    display:            inline-block;
}

/* Hides from IE-mac \*/
* html .clear {
    height:             1%;
}
.clear {
    display:            block;
}
/* End hide from IE-mac */


/*general styledefinitions*/
/****************************************/
BODY{
    font-family:arial;
    color:#333333;
    font-size:11px;
    margin:0px;
    padding:0px;
    background-color:#ffffff;
    
}
.contenttable {
    font-size:11px;
}
img {
    border: 0;
}

#page{
    position:relative;
    width:995px;
    background:url(../../../images/main_bg.gif) repeat-x left top;
}

#header{
    position:relative;
    height:88px;
    top:0px;
    left:0px;
    padding:5px;
}
#header_content{
	position:relative;
	top:0px;
	left:0px;
	height:78px;
	background:#fff;
}

#logo{
    position:absolute;
    top:22px;
    left:0px;
    width:932px;
    padding-left:48px;
    background:url(../../../images/t-pay_dot.gif) repeat-x left 13px;
    cursor: pointer;
}
#logo img {
    border:none;
}

#claim{
    position:absolute;
    top:10px;
    left:138px;
    width:128px;
    padding-left:0px;
    cursor: pointer;
}
#claim img {
    border:none;
}




#metanavi{
    position:absolute;
    top:10px;
    right:17px;
}
#metanavi ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
}
#metanavi li {
    float:left;
    margin-left:20px;
    height:20px;
}
#metanavi li a {
    background:url(../../../images/icons/arrow_diag_small.gif) no-repeat bottom left;
    padding-left:10px;
    font-size:11px;
    
    line-height:12px;
    text-decoration:none;
    color:#333;
}
#metanavi li a:hover {
    background:url(../../../images/icons/arrow_horiz_small.gif) no-repeat bottom left;
}



#content{
    position:relative;
    top:0px;
    left:0px;
    width:100%;
    overflow:hidden;
    /* background:url(../../../images/dot.gif) repeat-x top left;*/
    min-height:700px;
}

#content_left{
    position:relative;
    margin:19px 8px 0px 8px;
    padding-bottom:2px;
    width:180px;
    float:left;
    /*display: inline; /*ie6 double margin solution*/
    /*background:url(../../../images/dot.gif) repeat-x bottom left;*/
    /*border-bottom:solid 1px #D1D1D1;*/
    z-index:5;
}

#sublogo{
    position:relative;
    text-align:center;
    height:19px;
    width:100%;
}

#special_navi {
    margin-top:10px;
}

#navi,#special_navi {
    position:relative;
    margin-top:34px;
    border-top:solid 1px #D1D1D1;
}

#navi ul, #special_navi ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    
}

#navi li, #special_navi li {
     border-bottom:solid 1px #D1D1D1;
     width:100%; 
     padding:2px 0 2px 0;
}

#navi li a, #special_navi li a {
    background:url(../../../images/icons/arrow_horiz_grey.gif) no-repeat 5px 12px;
    padding: 6px 0 6px 15px;
    font-size:12px;
    text-decoration:none;
    color:#333333;
    font-weight:bold;
    display: block;
}

#special_navi li a {
    background-color:#E8E8E7;
}

#navi li a:hover, #special_navi li a:hover {
    font-weight: bold;
    text-decoration: none;
    display: block;
}

#special_navi li a:hover,
#special_navi li a.act {
    background-color:#ccc !important;
}



#content_center{
    position:relative;
    margin-left:196px;
}

#breadcrumb{
    position:relative;
    color:#949494;
    margin-top:19px;
    height:19px;
    font-size:11px;
}
#breadcrumb a {
    text-decoration:none;
    color:#333;
    font-size:11px;
}

#center_header{
    position:relative;
    top:0px;
    left:0px;
    border-top:solid 1px #D1D1D1;
}

#search{
    position:relative;
    background:url(../../../images/dots.gif) top left;
    margin-top:2px;
    padding:5px 5px 5px 10px;
    font-weight:bold;
    height:20px;
}
#search FORM{
	margin:0px;
	padding:0px;
}
#search input {
    position:relative;
    border:solid 1px #949494;
    margin:0 5px 0 5px;
    height:15px;
    width:272px;
}
#search a {
    position:relative;
    text-decoration:none;
    font-weight:bold;
    color:#E20074;
}
#search a img {
    border:none;
    margin-right:5px;
}

#search FIELDSET{
	border:none;
	margin:0px;
	padding:0px;
	
}
#search LEGEND {
	display:none;
}


#searchresult{
    position:absolute;
    z-index:2;
    top:72px;
    left:205px;
    padding:0 3px 2px 0;
    background:url(../../../images/shadow_search.png) no-repeat bottom right;
}
.tx-mhajaxsearch-pi1{
    position:relative;
    width:327px;
    
}
#tx_mhajaxsearch_result {
	border:solid 1px #919292;
	
}
#tx_mhajaxsearch_result .segment ul {
    list-style-type:none;
    margin:10px 10px 0 10px;
    padding:0px;
    width:307px;
   
}
#tx_mhajaxsearch_result .segment li {
    clear:both;
}
#tx_mhajaxsearch_result .segment  img {
    border:solid 1px #969696;
    float:left;
    margin:0 10px 10px 0;
    position:relative;
  
}

#tx_mhajaxsearch_result .segment H6,#tx_mhajaxsearch_result .segment P{
    font-size:11px;
    margin:0px;
    padding:0px;
    vertical-align:text-top;
    display:inline;
    color:#474747;
}
#tx_mhajaxsearch_result .segment P{
    display:block;
    min-height:20px;
}

#tx_mhajaxsearch_result .segment H5{
    margin:0px;
    padding:10px;
    border-bottom:solid 1px #E0E0E0;
    font-size:12px;
    color:#656565;
    height:20px;
    background:url(../../../images/dot.gif) repeat-x top left; 
      
}
#tx_mhajaxsearch_result .segment H5 img {
    border:none;
}
#tx_mhajaxsearch_result .segment H5.first{
    background:none;
    width:310px;
}
#tx_mhajaxsearch_result .segment div {
    position:relative;
    background:#D6D6D5;
    clear:both;
    height:20px;
    line-height:20px;
    padding-left:115px;
    margin:0 1px 0 1px;
}
#tx_mhajaxsearch_result .segment a {
	text-decoration:none;
	color:#333333;
}
#tx_mhajaxsearch_result .segment div a img {
    border:none;
    margin:0px;
    padding:0px;
    padding-top:6px;
    margin-right:5px;
    vertical-align:middle;
    
}
#tx_mhajaxsearch_result .segment div a {
    text-decoration:none;
    color:#E20074;
    font-weight:bold;
    font-size:11px;
    padding-left:10px;
	background: url(../../../images/icons/arrow_horiz_magenta.gif) no-repeat  left;
}


#media{
    position:relative;
    margin-top:2px;
}
#flashcontent {
    width: 100%;
    min-height:193px;
   /*height:259px;*/
}
#flashcontent .noflash {
    position: absolute;
    top: 160px;
    left: 20px;
    background-color: white;
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
    color: #E20074;
}

#center_content{
    position:relative;
    margin-top:10px;
    background:url(../../../images/dots.gif) top left;
    padding:10px;
    overflow:hidden;
    margin-bottom:0px;
}
#center_content h2 {
  clear:both;
   margin:0px 0px 10px 0px;
}

.teaser{
    position:relative;
    width:607px;
    margin:0px;
    padding:0px;

}
.start{
    height:240px;
}
.start div {
    height: 215px;
}
.start p {
    height:50px
}
.teaser h2, .list h2 {
    text-transform: uppercase;
    color:#E20074;
    margin:10px 0 10px 0 !important;
    padding:0px;
    font-size:12px;
}
.start div {
    position:relative;
     width:187px;
    background:#fff;
    float:left;
    padding:5px;
    margin:0 5px 5px 0px;
   
}
.teaser h3, .list h3, .special h3, monatsangebot h3 {
    font-size:14px;
    padding:0px;
    margin:14px 0 7px 0;
}
.teaser P{
    padding:0px;
    margin:7px 0 7px 0;
}
.teaser a {
    text-decoration:none;
    color:#E20074;
    font-weight:bold;
}
.teaser a img {
    border:none;
    margin-right:5px;
}
.list {
    width:600px;
    border-top:solid 1px #D1D1D1;
    border-bottom:solid 1px #D1D1D1;
    background:#fff;
}
.list div {
    padding:15px 0px 10px 10px;
/*    position:relative; */
    overflow:hidden;
}
.list ul {
    list-style-type:none;
    margin:0px;
    padding:0px;
    float:left;
    width:280px;
    margin-right:10px;
}
.list img {
    border:solid 1px #D1D1D1;
}
.list Ul li span {
    float:left;
    margin-right:5px;
}
.list a img {
    margin-right:5px;
    border:none;
    vertical-align:top;
}
.list a {
    text-decoration:none;
    color:#E20074;
    font-weight:bold;
     background:url(../../../images/icons/arrow_horiz_magenta_small.gif) no-repeat bottom left;
    padding-left:10px;
}
.list span a {
	background:none;
	padding:0px;
}
.list li {
    height:43px;
}
.list h4, .list P {
    margin:0px;
    padding:0px;
    font-size:10px;    
}

.list h3 img {
	float:none !important;
	border:none;
}

.special, 
.monatsangebot {
    position:relative;
    background:#fff;
    border-top:solid 1px #D1D1D1;
    border-bottom:solid 1px #D1D1D1;
    margin-top:15px;
    width:600px;
    overflow:hidden;
}

.monatsangebot_content {
    padding:5px 10px 10px 10px;
}

.special .text_container,
.monatsangebot .text_container {
    float:left;
    width:320px;
}
.special h4,
.monatsangebot h4 {
    margin:0px;
    padding:0px;
    font-size:12px;
}
.special a,
.monatsangebot a {
    text-decoration:none;
    color:#E20074;
    font-weight:bold;    
}
.special a img,
.monatsangebot a img {
    border:none;
    margin-right:5px;
}

.special .star_container{
   
}

.special .image_container,
.monatsangebot .image_container {
    float:left;
    width:110px;
    margin-right:15px;
}

.special .image_container .image,
.monatsangebot .image_container .image {
    position:relative;
    margin-bottom:10px;
}

.special .image_container .logo,
.monatsangebot .image_container .logo {
    clear:both;
}

#content_right{
    position:absolute;
    top:0px;
    left:620px;
    width:169px;
    padding:0 3px 2px 0;
    background:url(../../../images/shadow.png) no-repeat bottom right;
}


#content_right_content{
    position:relative;
    background:url(../../../images/bg_content_right_top.gif) repeat-x top left;
    width:167px;
    border:solid 1px #B8B8B8;
}
#content_right h3 {
    margin:10px 0 0 0;
    padding:10px;
    background:#FCFCFC;
    font-size:14px;
}
.segment{
    position:relative;
    background:url(../../../images/bg_segment.gif) repeat-x bottom left;
}

#content_right .segment P{
    margin:0px;
    padding:0 10px 10px 10px;
}
#content_right .segment .video{
    border:solid 1px #B8B8B8;
    margin:10px;
}
#content_right .segment .title{
    /*background:url(../../../images/dot.gif) repeat-x top left;*/
    border-top:solid 1px #D1D1D1;
    cursor: pointer;
}

#content_right .segment .gotopage{
    background:#E20074;
    height:56px;
}
#content_right .segment .gotopage h4 {
    background: none !important;
}


#content_right .segment .title a img{
    border:none;
    position:absolute;
    top:12px;
    right:5px;
}

#content_right .segment .gotopage a img {
    top:32px;
}


#content_right .segment .title h4 {
    font-size:13px;
    font-weight:normal;
    margin:0px;
    padding:9px 9px 7px 9px;
    background:url(../../../images/segment_border.gif) no-repeat bottom left;
}
#content_right .segment .title h4 A{
padding:9px 9px 7px 9px;
display:block;
}
#content_right .segment .title h4 A IMG{
	top:9px;
	left:9px;
}
#content_right .segment ul {
    margin:0px;
    list-style-type:none;
    padding:10px;
}
#content_right .segment li {
    line-height:15px;
}
#content_right .segment li a {
    background:url(../../../images/icons/arrow_diag_small.gif) no-repeat 0px 2px;
    padding-left:10px;
    text-decoration:none;
    color:#333;
    display:block;
    
}

#content_right .segment li a:hover {
    /*background:url(../../../images/icons/arrow_horiz_small.gif) no-repeat 0px 2px;*/
}
#content_right .segment li a img {
    /*vertical-align:middle;*/
}

#content_right .segment li .imageLink{
    background:none;
    padding-left:0px;
}
#content_right .segment li .imageLink IMG{
    padding-bottom:5px;
}

#content_right_right{

}

#content_right_bottom{

}



/*
 * Standard class
 */
.teaser .text_container ul {
    clear: both;
    /*list-style-image: url(../../../images/icons/arrow_horiz_magenta.gif);*/
    list-style:none;
    margin: 15px 0 25px 0px;
    padding: 0px;
}
.teaser .text_container li {
	padding-left:10px;
	background: url(../../../images/icons/arrow_horiz_magenta.gif) no-repeat  left;
}

/**********************
 * Theme Classes
 **********************/

/*
 * E-Books, E-Cards
 */
.e-books_e-cards {
	border-top:        solid 3px #780200 !important;
}

li.e-books_e-cards {
    border-top:        none !important;
}

li.e-books_e-cards a:hover, li.e-books_e-cards a.act {
    background-color:  #e4cccc !important;
}

.e-books_e-cards a, .e-books_e-cards_special a {
	color:             #780200;
}

.e-books_e-cards .teaser .text_container li, .e-books_e-cards_special .text_container li {
    background:  url(../../../images/icons/arrow_horiz_ebooks_ecards.gif) no-repeat left;
}


/*
 * Erotik, Lust
 */
.erotik_lust {
    border-top:        solid 3px #b10b39 !important;
}

li.erotik_lust {
    border-top:        none !important;
}

li.erotik_lust a:hover, li.erotik_lust a.act {
    background-color:  #efced7 !important;	
}

.erotik_lust a, .erotik_lust_special a {
	color:             #b10b39;
}

.erotik_lust .teaser .text_container li, .erotik_lust_special .text_container li {
    background:  url(../../../images/icons/arrow_horiz_erotik_lust.gif) no-repeat left;
}


/*
 * Flirting, Dating
 */
.flirting_dating {
    border-top:        solid 3px #cb2e03 !important;
}

li.flirting_dating {
	border-top:none !important;
}

li.flirting_dating a:hover, li.flirting_dating a.act {
	background-color:#f5d5cd !important;
}

.flirting_dating a, .flirting_dating_special a {
	color:#cb2e03;
}

.flirting_dating .teaser .text_container li, .flirting_dating_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_flirting_dating.gif) no-repeat left;
}


/*
 * Inserate, Auktionen
 */
.inserate_auktionen {
    border-top:        solid 3px #ff5f0f !important;
}

li.inserate_auktionen {
	border-top:none !important;
}

li.inserate_auktionen a:hover, li.inserate_auktionen a.act {
	background-color:#ffdfcf  !important;
}

.inserate_auktionen a, .inserate_auktionen_special a {
	color:#ff5f0f;
}

.inserate_auktionen .teaser .text_container li, .inserate_auktionen_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_inserate_auktionen.gif) no-repeat left;
}


/*
 * Internet, Handy
 */
.internet_handy {
	border-top:solid 3px #ff9f0d !important;
}

li.internet_handy {
	border-top:none !important;
}

li.internet_handy a:hover, li.internet_handy a.act {
	background-color:#ffeccf !important;
}

.internet_handy a, .internet_handy_special a {
	color:#ff9f0d;
}

.internet_handy .teaser .text_container li, .internet_handy_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_internet_handy.gif) no-repeat left;
}


/*
 * Kochen, Lifestyle
 */
.kochen_lifestyle {
	border-top:solid 3px #f1bf18 !important;
}

li.kochen_lifestyle {
	border-top:none !important;
}

li.kochen_lifestyle a:hover, li.kochen_lifestyle a.act {
	background-color:#fcf2d1  !important;
}

.kochen_lifestyle a, .kochen_lifestyle_special a {
	color:#f1bf18;
}

.kochen_lifestyle .teaser .text_container li, .kochen_lifestyle_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_kochen_lifestyle.gif) no-repeat left;
}


/*
 * Ratgeber, Magazine
 */
.magazine_ratgeber {
	border-top:solid 3px #c7c93c !important;
}

li.magazine_ratgeber {
	border-top:none !important;
}

li.magazine_ratgeber a:hover, li.magazine_ratgeber a.act {
	background-color:#f4f4d8 !important;
}

.magazine_ratgeber a, .magazine_ratgeber_special a {
	color:#c7c93c;
}

.magazine_ratgeber .teaser .text_container li, .magazine_ratgeber_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_magazine_ratgeber.gif) no-repeat left;
}


/*
 * Musik, Video
 */
.musik_video {
	border-top:solid 3px #a7c520 !important;
}

li.musik_video {
	border-top:none !important;
}

li.musik_video a:hover, li.musik_video a.act {
	background-color:#edf3d2 !important;
}

.musik_video a, .musik_video_special a {
	color:#a7c520;
}

.musik_video .teaser .text_container li, .musik_video_special .text_container li {
     background:url(../../../images/icons/arrow_horiz_musik_video.gif) no-repeat left;
}


/*
 * Reisen, Wetter
 */
.reisen_wetter {
	border-top:solid 3px #5d8d1e !important;
}

li.reisen_wetter {
	border-top:none !important;
}

li.reisen_wetter a:hover, li.reisen_wetter a.act {
	background-color:#dfe8d2  !important;
}

.reisen_wetter a, .reisen_wetter_special a {
	color:#5d8d1e;
}

.reisen_wetter .teaser .text_container li, .reisen_wetter_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_reisen_wetter.gif) no-repeat left;
}


/*
 * Spiele, Gewinnspiele
 */
.spiele_gewinnspiele {
	border-top:solid 3px #2bb3b8 !important;
}

li.spiele_gewinnspiele {
	border-top:none !important;
}

li.spiele_gewinnspiele a:hover, li.spiele_gewinnspiele a.act {
	background-color:#d5f0f1   !important;
}

.spiele_gewinnspiele a, .spiele_gewinnspiele_special a {
	color:#2bb3b8;
}

.spiele_gewinnspiele .teaser .text_container li, .spiele_gewinnspiele_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_spiele_gewinnspiele.gif) no-repeat left;
}


/*
 * Sport, Gesundheit
 */
.sport_gesundheit {
	border-top:solid 3px #007db5 !important;
}

li.sport_gesundheit {
	border-top:none !important;
}

li.sport_gesundheit a:hover, li.sport_gesundheit a.act {
	background-color:#cce5f0 !important;
}

.sport_gesundheit a, .sport_gesundheit_special a {
	color:#007db5;
}

.sport_gesundheit .teaser .text_container li, .sport_gesundheit_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_sport_gesundheit.gif) no-repeat left;
}


/*
 * Lernen, Vorlagen
 */
.vorlagen_lernen {
	border-top:solid 3px #003b55 !important;
}

li.vorlagen_lernen {
	border-top:none !important;
}

li.vorlagen_lernen a:hover, li.vorlagen_lernen a.act {
	background-color:#ccd8dd  !important;
}

.vorlagen_lernen a, .vorlagen_lernen_special a {
	color:#003b55;
}

.vorlagen_lernen .teaser .text_container li, .vorlagen_lernen_special .text_container li {
   background:url(../../../images/icons/arrow_horiz_vorlagen_lernen.gif) no-repeat left;
}


/*
 * Wirtschaft, Finanzen
 */
.wirtschaft_finanzen {
	border-top:solid 3px #540087 !important;
}

li.wirtschaft_finanzen {
	border-top:none !important;
}

li.wirtschaft_finanzen a:hover, li.wirtschaft_finanzen a.act {
	background-color:#ddcce7  !important;
}

.wirtschaft_finanzen a, .wirtschaft_finanzen_special a {
	color:#540087;
}

.wirtschaft_finanzen .teaser .text_container li, .wirtschaft_finanzen_special .text_container li {
    background:url(../../../images/icons/arrow_horiz_wirtschaft_finanzen.gif) no-repeat left;
}




/*
 * Special Classes
 */
.display_none {
    display:none;
}

div.display_block {
	display:block !important;
}

.teaser P.link{
   position:absolute;
   height:15px;
   bottom:5px;
   left:5px;
  
}
.lower{
   height:225px;
}

#tx_mhajaxsearch_spinner {
	display: none;
}
#bg_content_right_top{
	position:absolute;
	top:-1px;
	right:-4px;
}

.alpha_none{
	display: inline-block;
	opacity: 0; 
	
}

/********************************************************************
 * Tracking
 ********************************************************************/
#tracking {
    display: none;
}

/* ad */

/*
* pos finder
*/
#pos-admin-form {
    overflow: visible;
}

#pos-admin-form fieldset {
    border: none !important;
    margin-bottom: 10px;
    padding: 0px !important;
}

#pos-admin-form .labels {
    float: left;
    width: 170px;
    font-weight: bold;
    margin: 0 0 0 0 !important;
    padding: 9px 0 0 0 !important;
}

#pos-admin-form .inputs {
    float: left;
    margin: 3px 0 0 6px !important;
}

#pos-admin-form span {
	float: left;
	height: 23px;
	padding: 6px 0 !important;
	}

#pos-admin-form input {
	margin: 6px 3px 3px 6px !important;
	padding: 3px 3px 2px 3px !important;
	}

#pos-admin-form br {
    clear: both;
}

#street, #city {
    width: 250px;
}

#number, #zip {
	width: 50px;
	}

#pos-admin-form .submit {
	display: inline;
	width: 150px;
	}
	
/*
#zip {
    width: 50px;
    }

#city {
	width: 250px;
	}
*/
#pos-admin-form table {
    width: 100%;
    table-layout: fixed;
}
#pos-admin-form td, th {
    text-align: left;
    width: auto;
    overflow: hidden;
}

#pos-admin-form legend {
    font-weight: bold;
    padding: 10px 0px 10px 0px !important;
    margin : 0px;
    color:#333333 !important;
}

#pos-admin-form .info {
    color: green;
}
#pos-admin-form .error {
    color: red;
}
#pos-admin-form .edit-table input {
    width: 400px;
}
#pos-admin-form tr:hover td, #pos-admin-form tr:hover th {
	background-color: #eeeeee;
}



.infolayer_embedded {
    background: #fff no-repeat scroll 0%;
    margin: 0 0 0 0;
    padding: 10px 550px 6px 10px;
    width:599px;
   
}

.infolayer_embedded div {
    background-image: url(../../../images/infolayer/wussten-sie-infolayer.gif);
    font-size: 11px;
    padding: 5px 100px 5px 5px !important;
    width: 350px;
    height: 89px;
}

.infolayer_embedded h6 {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11px;
	font-weight: bold;
}

.infolayer_embedded span {
    padding: 0 !important;
    margin: 0 !important;
    font-size: 11px;
}


.payment_infolayer_tabs_container {
    background: #ffffff;
    position:relative;
    padding:0px 0 15px 0;
    overflow:hidden;
    width:620px;
}

.payment_infolayer_innercontainer {
    float:left;
    width:300px;
}

.payment_infolayer_innercontainer H3 {
    font-size:11px;
}

.payment_infolayer_tabs {
	position:relative;
    border:solid 1px #B8B8B8;
    padding:15px 10px 15px 0px;
    margin:30px 10px 0px 0px;
   
}
.payment_infolayer_tab {
    overflow:hidden;
       /* display:table;*/
}

.payment_infolayer_tabs .tab {
	position:absolute;
    display:block;
    top:-24px;
    height:20px;
    margin:0px;
    padding:0px;
    background: #E7E7E7;
    border:solid 1px #B8B8B8;
    left:-1px;
    width:20px;
    cursor:pointer;
    text-align:center;
    color:#9E9E9C;
    font-weight:bold;
    font-size:13px;
}

.payment_infolayer_tabs img {
    float:left;
    margin:0px 0px 0px 10px;
    border:solid 1px #D1D1D1;
    /*display:table-cell;*/
    
}

.payment_infolayer_tabs p {
	/*display:table-cell;*/
	margin-left:80px;
}


.payment_infolayer_tabs .selected {
    height: 23px !important;
    background:#ffffff !important;
    border-bottom:none !important;
    color:#343434 !important;
}

.partnerlist div {
    padding: 10px 150px 6px 10px;
    width:699px;
}	
.partnerlist ul {
    float: left;
    width: 590px;   
}
.partnerlist li {
    float: left;
    display: inline;
    margin: 3px 6px 3px 0;
    border: solid 1px silver;
    padding: 10px 22px 10px 22px;
    text-align: center;
    height: 23px;
    width:50px;
}
.partnerlist li IMG{
	border:none !important;
}
.partnerlist span {
    margin: 0 !important;
    padding: 0 !important;
}
.allpartnerslist span {
    vertical-align: top;
    border: solid 1px silver;
    margin-bottom: 5px;
}
.allpartnerslist img {
    margin: auto !important;
    padding: 5px !important;
}
#footer {
    color: #b8b8b8;
    border-top: 1px solid #b8b8b8;
	margin: 0px 0px 25px 6px;
    padding: 0px;
}

#spinner {
	position:absolute;
	left: 306px;
	top:6px;
}

.button {
	border: none !important;
	background:none !important;
	width:50px !important;
	color:#E20074;
	font-weight:bold;
	font-size:10px !important;
	margin-left:0px !important;
	padding-left:0px !important;
	cursor:pointer;
}

.captcha img {
	margin-bottom: 10px;
}

#nlLayer
{
	background: url(../../../images/nl_anmeldung/layer_bg.png) scroll no-repeat;
	width: 268px;
	height:351px;
	font-family: arial, verdana;
	font-size:11px;
	display: none;
	position: absolute;
	top:158px;
	left:516px;
	z-index:500;
}
	
#nlLayer .close
{
	background: url(../../../images/nl_anmeldung/icon_close_bg.png) scroll no-repeat 0 5px;
	width: 66px;
	height:14px;
	font-size: 10px;
	color: #666666;
	margin:0 0 0 196px;
	padding-left:7px;
	padding-top: 5px;
}	

#nlLayer .close a
{
	font-size: 10px;
	color: #666666;
	text-decoration: none;
}
	
#nlLayer .einleitung
{
	margin: 18px 0 0 118px;
	width:130px;
	color: #666666;
}

#nlLayer .einleitung h2
{
	color: #E20074;
	margin-bottom: 12px;
}
	
#nlLayer form {
	margin-top: 25px;
	height: 148px;
	margin-bottom:0px;
}	

#nlLayer input {
	color: #999999;
	width: 200px;
	margin: 2px 0 0 32px;
	border: 1px solid #999999;	
	font-size: 11px;
	padding: 4px 0 3px 5px;
}	
	
#nlLayer .submit {
	width:148px;
	height: 34px;
	border:0;
	padding: 0;
	margin-left:63px;
	margin-top: 10px;
}
	
#nlLayer img a {
	border:0;
}
	
#nlLayer .links
{
	margin-top: 12px;
}	
	
#nlLayer .links a
{
	color: #333333;
	margin-left:17px;
	text-decoration: none;
}
	
.loader	{
	margin: 0px;
	padding: 0px;
	width : 0;
	height : 0;
	z-index : 99;
	position: absolute;
	left: 0;
	background:#FFFFFF;
	filter:alpha(opacity=80); /* IE */
	-moz-opacity:0.8; /* Gecko-Browser */
	opacity:0.8; /* Opera 9+ */
}
	
#confirmation,
#fehlermeldung,
#fehlermeldung403
{
	margin: 28px 17px 30px 17px;
	color: #666666;
	display: none;
	height:127px;
}
	
#nlLayer input.radio
{
	width:20px;
	height:10px;
	margin: 0px 0 3px 28px;
	border: none;
	vertical-align: middle;
}
	
#nlLayer span.anrede
{
	color: #999999;
	font-weight:bold;
	font-size: 12px;
}
	
#nlLayer .clear
{
	clear:both;
}