/*** GLOBAL ***/

.content-left *,.header *,.footer *,.navi *, .content-main-inner *{
	margin: 0px;
	padding: 0px;
}

.content-left *,.header *,.footer *,.navi *, .content-main-inner-partner *{
	margin: 0px;
	padding: 0px;
}


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	-webkit-text-size-adjust: none;
}

a {
	text-decoration: none;
	color: #005ea8;
}

a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

.container p {
	margin-top: 10px;
	margin-bottom: 10px;
}

.container h2 {
	margin-bottom: 15px;
}

.container h3 {
	margin-bottom: 5px;
	font-size: 13px;
	font-weight: bold;
}

.container ul.list {
	list-style-type: square;
	list-style-position: inside;
	margin-left: 25px;
}


.container ol.list {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 25px;
}

/*** INPUT ***/
input, select {
	-x-system-font: none;
	color: #333;
	font-family: arial;
	font-size: 8pt;
	font-size-adjust: none;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
	line-height: normal;
}

input.text,
input.password {
	border: 1px solid #bbb;
	padding: 2px 3px;
}


input.button {
	background-color: #1A5EA4;
	color: #fff;
	padding: 0px 5px;
	font-weight: bold;
}

input.radio,
input.checkbox {
	width: auto !important;
}

/* select */

.container select {
	border: 1px solid #bbb;
	padding: 1px;
}

.container select option {
	padding: 0 5px;
}

/* focus */

input.text:focus,
input.password:focus,
select:focus {
	background-color: #fefefe;
	border: 1px solid #1A5EA4;
}

/** CLEARFIX **/

.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}

.clearfix {
    display: inline-block;
}

html[xmlns] .clearfix {
    display: block;
}

* html .clearfix {
    height: 1%;
}


/* CONTAINER */

.container {
	width: 1000px;
	margin: 0 auto;
}

.container-inner {
	border: 1px solid #dcdcdc;
	position: relative;
}

*html .container-inner {
	height:180px;
}

/*** HEADER ***/

.header {
	position: relative;
	z-index: 0;
	height: 180px;
	/*background: url(/images/partner/v3/header/bg_header.jpg) no-repeat;*/
	background: url(/images/partner/v3/header/bg_header_emtpy.jpg) no-repeat;
}

.header.nonavi {
	height: 150px;
	background: url(/images/partner/v3/header/bg_header_no_navi.jpg) no-repeat;
}

.header .home {
	position: absolute;
	left: 10px;
	top: 27px;
}

.header .home #home_standard,
.header .home #home_hover {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header .home #home_hover {
	display: none;
}

.header .info {
	position: absolute;
	right: 20px;
	top: 10px;

	font-size: 10px;
}

.header .info,
.header .info a {
	color: #acacac;
}

.header .service {
	position: absolute;
	left: 277px;
	bottom: 65px;
	color: #acacac;
	font-weight: bold;
	font-size: 13px;
}

.header.nonavi .service {
	bottom: 35px;
}

.header .service .hotline {
	color: #005DA8;
}

.header .service .email {

}

.header .tv_section {
	position: absolute;
	left: 277px;
	top: 10px;
	font-size:10px;
	color: #acacac;
}

.header .tv_section img {
	position:relative;
	top:3px;
	left:5px;
}

.header .menu {
	position: absolute;
	left: 237px;
	bottom: 15px;
}

.header .menu ul {
	list-style: none;
}

.header .menu ul li {
	float: left;
	border-right: 1px solid #dcdcdc;
}

.header .menu ul li.last {
	border-right: none;
}

.header .menu .menu-item {
	display: inline-block;
	padding: 7px 25px;
	font-size: 13px;
	font-weight: bold;
	text-transform: uppercase;
}

.header .menu ul li.last .menu-item {
	padding-right: 0px;
}

.header .menu .menu-item.insurance {
	color: #005DA8;
}

.header .menu .menu-item.finance {
	color: #7AB51D;
}

.header .menu .menu-item.energy {
	color: #F6B800;
}

.header .menu .menu-item.communication {
	color: #009EE1;
}

.header .menu .menu-item.rental {
	color: #F24900;
}

/*** HEADER INTERN ***/

.header-intern {
	position: relative;
	z-index:0;
	height: 140px;
	background: url(/images/partner/v3/header/bg_header_intern.png);
}

.header-intern.nonavi {
	height: 150px;
	background: url(/images/partner/v3/header/bg_header_no_navi.png) no-repeat;
}

.header-intern .home {
	position: absolute;
	left: 10px;
	top: 27px;
}

.header-intern .home #home_standard,
.header-intern .home #home_hover {
	position: absolute;
	top: 0px;
	left: 0px;
}

.header-intern .home #home_hover {
	display: none;
}

.header-intern .info {
	position: absolute;
	right: 20px;
	top: 10px;
	font-size: 10px;
}

.header-intern .info,
.header-intern .info a {
	color: #acacac;
}

.header-intern .service {
	position: absolute;
	left: 330px;
	bottom: 25px;
	color: #acacac;
	font-weight: bold;
	font-size: 13px;
}

.header-intern.nonavi .service {
	bottom: 35px;
}

.header-intern .service .hotline {
	color: #005DA8;
}

.header-intern .service .email {

}

.header-intern .menu {
	position: absolute;
	left: 252px;
	bottom: 15px;
}



/*** CONTENT ***/

.content-left {
	float: left;
	width: 239px;
	margin: -10px 0 5px 0;
	position: relative;
}

.content-left-inner {
	margin: 0px 0px 10px 5px;
	background-color: white;
}

.content-left-inner-partner {
	margin: 0px 0px 10px 5px;
	background-color: white;
}

.content-main {
	float: left;
	width: 759px;
}

.content-main-inner {
	margin: 0px 10px 20px 15px;
	background-color: white;
}

.content-main-inner-partner {
	margin: 0px 10px 20px 15px;
	background-color: white;
}

.content-main-inner-no-css {
	margin: 0px 10px 20px 15px;
	background-color: white;
}

.content-main-inner,
.content-left-inner {
	/* cross browser min height */
	/*min-height: 980px;
	height: auto !important;
	height: 980px;*/
}

.content-main-inner-partner,
.content-left-inner-partner {
	/* cross browser min height */
	min-height: 585px;
	height: auto !important;
	height: 585px;
}

.sidebar-left-inner {
	height: auto !important;
}

.sidebar-left-inner {
	margin: 10px 9px 10px 6px;
	background-color: white;
}

/*** FOOTER ***/

.footer {
	text-align: center;
	padding: 10px 0;
	color: #666;
}


ul.bullet-list {

}

.bullet-list li {
	list-style-type: none;
	margin-top: 10px;
}

.hakerl-list li {
	background-image: url(/images/partner/v3/stuff/icon_hakerl.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;
	padding-left: 22px;
	line-height: 18px;
	margin-bottom: 5px;
	list-style-type: none;
	min-height: 1px;
	height: auto !important;
	height: 1px;
}

.hakerl-list last.li {
	margin-bottom: 0px;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px;
}

.mt20 {
	margin-top: 20px;
}

em.error {
	color: red;
	font-style: normal;
}

label {
	cursor: pointer;
}

h1 {
	font-size: 14px;
}

h1.title {
	color: #1A5EA4;
	margin: 0px !important;
	padding: 0px !important;
}


/******** Login ***************/

h1 {
	color: #79b51c;
	font-size: 14px;
	display: inline;
}

h3 {
    font-weight: bold;
    font-size: 13px;
    color: #79b51c;
}

.loginWrapper {
	width: 100%;
}

.loginRegister {
	width: 360px;
	float: left;
}

.loginRegister .top {
	height: 7px;
	font-size: 0px;
	background-image: url(../../images/frontend/content/box_360px_top.gif);
	background-repeat: no-repeat;
}

.loginRegister .center {
	height: 220px;
	background-image: url(../../images/frontend/content/box_360px_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 15px 20px;
}

.loginRegister .bottom {
	font-size: 0px;
	height: 7px;
	background-image: url(../../images/frontend/content/box_360px_bottom.gif);
	background-repeat: no-repeat;
}

.loginRegister .headline {
    height: 44px;
}

.loginLogin {
	width: 360px;
	float: left;
	margin: 0 14px 0 0;
}

.loginLogin .top {
	height: 7px;
	font-size: 0px;
	background-image: url(../../images/frontend/content/box_360px_top.gif);
	background-repeat: no-repeat;
}

.loginLogin .center {
	height: 220px;
	background-image: url(../../images/frontend/content/box_360px_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px;
}

*html .loginLogin .center {
	background-image: url(../../images/frontend/content/box_360px_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 15px 20px;
}

.loginLogin .bottom {
	font-size: 0px;
	height: 7px;
	background-image: url(../../images/frontend/content/box_360px_bottom.gif);
	background-repeat: no-repeat;
}

.loginLogin .headline {
    height: 44px;
}

.loginInput input {
	border: 1px solid #dcdcdc;
	background-color: #f6f6f6;
	font-size: 11px;
	color: #666666;
	padding: 4px 0 5px 9px;
	width: 200px;
	margin: -4px 0 0 0;
}

.loginInput span {
	width: 60px;
	display: block;
	float: left;
	font-weight: bold;
	text-align: right;
	padding: 0 10px 0 0;
}

.loginPass {
	padding: 0 0 0 72px;
}

.loginButton {
	float: right;
}

.loginButtonRight {
	float: right;
	margin: -5px 0 0 0;
}

*html .loginButtonRight {
	float: right;
	margin: 18px 0 0 0;
}

.contentWrapper {
	width: 100%;
}

.contentWrapper .top {
	height: 7px;
	font-size: 0px;
	background-image: url(../../images/frontend/content/box_740px_top.gif);
	background-repeat: no-repeat;
}

.contentWrapper .center {
	height: 7px;
	background-image: url(../../images/frontend/content/box_740px_bg.gif);
	background-repeat: repeat-y;
	padding: 15px 20px 15px 20px;
}

.contentWrapper .bottom {
	height: 7px;
	font-size: 0px;
	background-image: url(../../images/frontend/content/box_740px_bottom.gif);
	background-repeat: no-repeat;
}

.user_reset {
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

.user_reset input {
	border: 1px solid #dcdcdc;
	background-color: #f6f6f6;
	width: 100px;
}

button {
    border: none;
    background-color: #ffffff;
    cursor: pointer;
}

.user_reset_date {
	margin: 5px 0 0 110px;
}

.user_register_date {
	margin: 5px 0 0 35px;
}

.user_welcome {
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}

.user_welcome .welcome {
	float: left;
	padding: 0 0 0 10px;
}

.user_welcome .logout {
	float: right;
	color: #1a5ea4;
	padding: 0 10px 0 0;
}

.user_welcome .logout a {
	color: #1a5ea4;
}

.user_title_box_vergleiche {
	background-color: #f24900;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #c6c7c8;
	padding: 3px 0 5px 10px;
	margin: 11px 0 0 0;
}

.user_title_box_adressdaten {
	background-color: #005ea8;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #c6c7c8;
	padding: 3px 0 5px 10px;
	margin: 11px 0 0 0;
}

.user_title_box_mailpass {
	background-color: #7ab51d;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #c6c7c8;
	padding: 3px 0 5px 10px;
	margin: 11px 0 0 0;
}

.user_title_box_zahlungsdaten {
	background-color: #f8ba00;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #c6c7c8;
	padding: 3px 0 5px 10px;
	margin: 11px 0 0 0;
}

.user_title_box_newsletter {
	background-color: #019ee1;
	font-size: 11px;
	color: #ffffff;
	text-transform: uppercase;
	font-weight: bold;
	border-bottom: 1px solid #c6c7c8;
	padding: 3px 0 5px 10px;
	margin: 11px 0 0 0;
}

.user_welcome_text {
	padding: 15px 0 15px 10px;
}

.user_vergleiche {
	float: left;
	padding: 5px 0 5px 10px;
}

.user_vergleiche div {
	float: left;
}

.user_vergleiche_title {
	font-size: 12px;
	margin: 20px 0 0 10px;
	font-weight: bold;
}

.user_content {
	padding: 15px 0 0 10px;
}

/******** MESSAGE BOx ***************/

.MessageBox {
	background-image: url(../../images/frontend/stuff/message_box.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 20px;
}

.MessageBoxSmall {
	background-image: url(../../images/frontend/stuff/message_box_small.gif);
	background-repeat: no-repeat;
	padding: 0 0 0 5px;
	line-height: 14px;
	font-size:11px;
}

.MessageBoxBig {
    background-image: url(../../images/frontend/stuff/message_box_big.gif);
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}


.MsgBox {
	border: 1px solid #dcdcdc;
	background-color: #fbfbfb;
	padding: 10px 0 10px 10px;
}


/******* Password Layer Helper ********/
.c24DslTipHoverCommon {
    background-color:#FFFFFF;
    border:1px solid #666666;
    display:none;
    line-height:1.2em;
    padding:5px;
    position:absolute;
    width:315px;
    z-index:100000 !important;
}

.c24DslTipHoverHeader {
	color: #79B51C;
	font-size: 120%;
	font-weight: bold;
	height: 20px;
	float: left;
}

.c24DslTipHoverHeaderClose {
	background: url('/images/frontend/stuff/close.gif') no-repeat;
	width: 12px;
	height: 12px;
	float: right;
	display: block;
}

/******* Strom, Gas ********/

.clip_headline{
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#005da8;
}

.clip_headline_yellow {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#f8ba00;
}

.clip_headline_blue {
	font-size:14px;
	line-height:16px;
	font-weight:bold;
	color:#019ee1;
}

.clip_text{
	font-size:10px;
	line-height:16px;
	color:#005da8;
}

.miniclip_text{
	font-size:10px;
	color:#000;
	font-weight:normal;
	padding:10px 0px 0px 0px;
}

.stromgas_teaserbox {
	background-image: url(/images/partner/v3/content/stromgas_teaserbox_background_big.gif);
	background-repeat:repeat-x;
	padding: 5px 0 0 0;
}

.strom_teaserbox {
	background-image: url(/images/partner/v3/content/stroml_neu.jpg);
	background-repeat:repeat-x;
	padding: 5px 0 0 0;
}

.gas_teaserbox {
	background-image: url(/images/partner/v3/content/gas_neu.jpg);
	background-repeat:repeat-x;
	padding: 5px 0 0 0;
}

.stromgas_teaserbox_small {
	background-image: url(/images/partner/v3/content/stromgas_teaserbox_small2.gif);
	background-repeat: no-repeat;
	padding: 5px 0 9px 7px;
}


* html .stromgas_teaserbox_small {
	background-image: url(/images/partner/v3/content/stromgas_teaserbox_small2.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 7px;
}

.stromgas_teaserbox_small_blank {
    background-image: url(/images/partner/v3/content/stromgas_teaserbox.gif);
    background-repeat: no-repeat;
    padding: 5px 0 9px 7px;
}

* html .stromgas_teaserbox_small {
	background-image: url(/images/partner/v3/content/stromgas_teaserbox_small2.gif);
	background-repeat: no-repeat;
	padding: 5px 0 5px 7px;
}


.stromgas_teaserbox_small_gas {
	background-image: url(/images/partner/v3/content/stromgas_teaserbox_small_gas.gif);
	background-repeat: no-repeat;
	padding: 5px 0 9px 7px;
}


* html .stromgas_teaserbox_small_gas {
	background-image: url(/images/partner/v3/content/stromgas_teaserbox_small_gas.gif);
	background-repeat: no-repeat;
	padding: 5px 0 7px 7px;
}

.stromgas_small_title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f8ba00;
	margin: 2px 0 0 0;
}

.stromgas_small_title h1 {
	font-size: 14px;
	font-weight: bold;
	color: #f8ba00;
	margin: 2px 0 0 0;
}

.stromgas_text {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
}

.stromgas_input {
	border: 1px solid #acacac;
	width: 50px!important;
	font-size: 11px;
	color: #666666;
}

.stromgas_inputfield {
	padding: 5px 0 0 12px;
}

.stromgas_input_on {
	border: 1px solid #0070c0;
	width: 50px!important;
	font-size: 11px;
	color: #666666;
}

.stromgas_teaserbox_middle {
	background-image: url(/images/partner/v3/content/box_bg_734px.gif);
	background-repeat: repeat-y;
	padding: 17px 0 0 12px;
}

.stromgas_big_title h3 {
	font-size: 18px;
	font-weight: bold;
	color: #f8ba00;
	display: inline;
}

.stromgas_big_text {
	font-size: 11px;
	color: #666666;
	line-height: 18px;
	padding: 12px 0 0 0;
}

.stromgas_big_button {
	padding: 12px 0 12px 0;
}

.stromgas_popup {
	width: 48px;
	height: 48px;
}

.stromgash3 {
	color:#F8BA00;
	display:inline;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:18px;
	margin: 0 0 0 0;
}

.trailerlay1_div1 {
	padding-left:30px;
	padding-top:20px;
	width:100px;
}

.trailer_xboxcontent {
	border-style:solid;
}

.trailerlay2_div2_altern {
	line-height: 25px;
}

.festnetz-inner {
	height: 160px;
}

*html .festnetz-inner {
	height: 165px;
}

.c24-box-hotline {
	padding: 8px 0 8px 8px;
}

.c24-box-hotline-icon {
	float: left;
}

.c24-box-hotline-tel {
	font-weight: bold;
	padding: 0 0 0 8px;
}

.c24-box-hotline-hours {
	padding: 0 0 0 8px;
	font-size: 10px;
}

.c24-box-hotline-slogan {
	display: block;
	margin: 8px 0 0 0;
}

.container ul.listRatgeber {
    padding: 10px 0;
    position: relative;
}

.container ul.listRatgeber img {
    position: absolute;
    left: 35px;
}

.container ul.listRatgeber li {
    padding-left: 5px;
    list-style-type: none;
    font-weight: bold;
}

.container ul.listRatgeber li ul {
    margin-left: 15px;
    position: static;
}

.container ul.listRatgeber li ul ul {
    margin-left: 0;
}

.container ul.listRatgeber li li {
    list-style-type: circle;
    margin-left: 15px;
}

.container ul.listRatgeber li li li {
    list-style-type: square;
}

.container ul.listRatgeber li li li li {
    list-style-type: disc;
}

.container ul.listRatgeber ul {
    padding: 10px 0;
}

.input_sk {
	border: 1px solid #bbbbbb;
}

.input_sk_on {
	border: 1px solid #0070c0;
}

.input_rk {
	border: 1px solid #bbbbbb;
}

.input_rk_on {
	border: 1px solid #0070c0;
}

.mobileinternet_color {
    color:#005EA8;
}

.ck24-hotlinetip {
	cursor:default;
	display:inline;
	height:auto !important;
	min-height:1px;
	z-index:4;
}
.ck24-hotlinetip-content {
	background-color:#FFFFFF;
	border:1px solid #005DA8;
	bottom:22px;
	cursor:auto;
	display: none;
	font-size:10px;
	font-weight:normal;
	left:65px;
	padding:5px;
	position:absolute;
	width:200px;
	color: #005DA8;
}

.ck24-hotlinetip-content h3 {
	font-size:10px;
	font-weight:normal;
	margin-bottom:2px;
	color: #005DA8;
}

.ck24-hotlinetip-content p {
	margin:0;
}

.ck24-hotlinetip .ck24-hotlinetip-corner {
	background-image: url(/images/check24/content/faqtip_corner.png);
	display: block;
	position: absolute;
	left: 10px;
	bottom: -7px;
	width: 11px;
	height: 7px;
	line-height: 7px;
	background-repeat: no-repeat;
}

.ck24NoneListType {
    margin: 0;
    padding: 0;
}

.ck24NoneListType li {
    margin-left: 0px;
    list-style: none;
}

.energy-h1 {
	display: block;
	margin: 0 0 10px 0!important;
	color: #f6b800;
}

.energy-h2 {
	font-size: 14px;
	font-weight: bold;
	color: #f6b800!important;
	margin: 0 0 10px 0!important;
}

.energy-h2 h2 {
	color: #f6b800!important;
}

#evaluation,
#evaluation h3 {
    color: #666666;
}

#evaluation .ck24EvaluationGroup {
    padding-top: 15px;
}

#evaluation .ck24EvaluationSubGroup {
    margin: 10px 0 0 25px;
}

#evaluation .ck24EvaluationPoint {
    font-weight: bold;
    margin-top: 15px;
}

#evaluation .ck24EvaluationQuestion {
    background: #EAEAEA;
    border-bottom: 1px solid #A2ABB5;
    padding: 5px 0 5px 5px;
}

#evaluation .ck24EvaluationSubGroup .ck24EvaluationQuestion {
    background: transparent;
    border-bottom: 0;
    padding: 0 0 5px;
}


#evaluation .ck24EvaluationAnswer {
}

#evaluation .ck24EvaluationHighlight {
    font-weight: bold;
}

#evaluation .ck24EvaluationUnhighlight {
    font-weight: normal;
}

#evaluation .ck24EvaluationUnderline {
    text-decoration: underline;
}

#evaluation .ck24EvaluationPoint textarea {
    width: 450px;
    height: 75px;
}

#evaluation .ck24EvaluationPoint textarea {
    padding: 1px 2px;
}

#evaluation .ck24ColorEvaluation {
}

#evaluation .ck24ColorEvaluation td {
    padding: 7px 0 0 0;
    width: 36px;
}

#evaluation .ck24ColorEvaluation td input,
#evaluation .ck24ColorEvaluation td label {
    margin: 0;
    padding: 0;
}

#evaluation .ck24ColorEvaluation td input {
    vertical-align: bottom;
    *vertical-align: middle;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluationLeft,
#evaluation .ck24ColorEvaluation .ck24ColorEvaluationRight {
    padding: 0 4px;
    width: 18%;
    vertical-align: top;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluationLeft {
    padding-left: 0;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation0 {
    border-top: 3px solid #ff0000;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation1 {
    border-top: 3px solid #e61400;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation2 {
    border-top: 3px solid #cc2900;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation3 {
    border-top: 3px solid #b33d00;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation4 {
    border-top: 3px solid #995200;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation5 {
    border-top: 3px solid #806600;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation6 {
    border-top: 3px solid #667a00;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation7 {
    border-top: 3px solid #4d8f00;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation8 {
    border-top: 3px solid #33a300;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation9 {
    border-top: 3px solid #1ab800;
}

#evaluation .ck24ColorEvaluation .ck24ColorEvaluation10 {
    border-top: 3px solid #00cc00;
}

#evaluation .ComFormTextError {
    vertical-align: bottom;
    color: #ff0000;
    margin: 0 0 0 25px;
}

.content_strom_main #evaluation .CormFormTextarea,
.content_strom_main #evaluation .CormFormTextareaOver {
    background-color:#FFFFFF;
    border:1px solid #D1D1D1;
    color:#000000;
    font-size:11px;
    padding:1px 1px 1px 4px;
    text-align:justify;
}

.content_strom_main #evaluation .ComFormTextError {
    color: #C20101;
    margin-left: 0;
    font-weight: bold;
}

.#evaluation .c24RegisterCrossSelling {
    width: 100%;
}

#evaluation .c24RegisterCrossPadding {
    padding:15px 35px 35px 35px;
}

#evaluation .c24RegisterCrossSellingContent {
    border-top: 1px solid #A2ABB5;
    padding-top: 10px;
    z-index: 99;
    font-size: 100%;
}

#evaluation .c24RegisterCrossSellingIcon {
    margin: 5px;
}

#evaluation .c24RegisterCrossSellingHeader {
    font-size: 150%;
    color: #1a5ea4;
    font-weight: bold;
}

#evaluation .c24RegisterCrossSellingButton {
    background: transparent url('/images/form/styles/check24-bluegrey/comparenow.gif');
    width: 147px;
    height: 26px;
    cursor: pointer;
    margin-top: 5px;
    border: 0;
}

#evaluation .ck24EvaluationPoint .ComFormButton,
#evaluation .ck24EvaluationPoint .ComFormButtonOver {
    background: #ffffff url('/images/check24/content/buttons/evaluation-submit.gif') center center;
    border: 0;
    width: 160px;
    height: 26px;
}

.stromgash_color {
    color: #F8BA00;
}

.product-teaser-list {
    list-style-position: inside;
    list-style-type: square;
    margin-top: 5px;
}

.product-teaser-list li {
    line-height: 20px;
    padding-left: 2px;
    font-size: 11px;
    text-align: left;
}

.faq-question {
    list-style-position: outside;
    list-style-type: none;
    margin: 0 0 10px;
    padding: 0;
}

.faq-question li {
    line-height: 20px;
    text-align: left;
    margin: 0;
    padding: 0;
}

* html .faq-question li {
    height: 1%;
    margin: 0!important;
}

ul.multicolumnlist {
}

ul.multicolumnlist li {
    line-height:150%;
    list-style:disc outside none;
    margin-left:14px;
    padding-left:5px;
}

ul.effects123 {
    list-style: none;
}

ul.effects123 li {
    margin-left: 5px;
    padding: 5px 0 5px 20px;
}

ul.effects123 li.effect1 {
    background: transparent url('/images/partner/v3/landingpage/dsl/1.gif') left center no-repeat scroll;
}

ul.effects123 li.effect2 {
    background: transparent url('/images/partner/v3/landingpage/dsl/2.gif') left center no-repeat scroll;
}

ul.effects123 li.effect3 {
    background: transparent url('/images/partner/v3/landingpage/dsl/3.gif') left center no-repeat scroll;
}

table.dsl-provider {
    width: 100%;
}

table.dsl-provider td {
    text-align: center;
    padding: 7px 0;
}

table.dsl-provider th {
    text-align: right;
    padding: 7px 0 0;
}

div.space5 {
    font-size: 1px;
    height: 1px;
    line-height: 1px;
    padding: 4px 0 0;
}

.c24ButtonSearch {
    background: transparent url('/images/partner/v3/stuff/buttons/search.gif') center center no-repeat scroll;
    width: 86px;
    height: 26px;
    cursor: pointer;
    border: 0;
}

button.c24Button {
    border:0;
    background: transparent;
    cursor:pointer;
    font-size:12px;
    height:26px;
    margin:0;
    overflow:visible;
    padding:0;
    white-space: nowrap;
    width: auto;
    color: #ffffff;
    font-weight: bold;
    cursor: pointer;
    z-index: 100;
}

.c24Button span {
    background: url("/images/partner/v3/stuff/buttons/buttons.png") repeat scroll right 0 #005DA8;
    display:block;
}

.c24Button span em {
    background: url("/images/partner/v3/stuff/buttons/buttons.png") repeat scroll left 0 #005DA8;
    display:block;
    line-height: 16px;
    margin:0 5px 0 0;
    padding: 5px 5px 5px 10px;
    text-align: center;
    font-weight: bold;
    font-style:normal;
    color: #ffffff;
}

.c24ButtonLeft span {
    background-position:left -30px;
}

.c24ButtonLeft span em {
    background-position:right 0;
    margin:0 0 0 27px;
    padding-right: 10px;
    padding-left:0;
}

.c24ButtonRight span {
    background-position:right -30px;
}

.c24ButtonRight span em {
    background-position:0 0;
    margin:0 27px 0 0;
    padding-right: 0;
    padding-left: 10px;
}

a.c24Button span {
    width: 130px;
}

span.info {
    font-size: 10px;
}

.c24TabBackground {
    z-index: 1;
    top: 0;
    height: 18px;
    width: 50px;
    left: 140px;
    position: absolute;
}

.c24TabInactive .xb2,
.c24TabInactive .xb3,
.c24TabInactive .xb4,
.c24TabInactive .box.plain .box-inner,
.c24TabBackground {
    background: #E6E6E6;
}

.c24TabInactive .xb2,
.c24TabInactive .xb3,
.c24TabInactive .xb4 {
    border-left: 0;
}

.c24Tab {
    position: absolute;
    top: 0;
    width: 216px;
    z-index: 2;
}

.c24TabLeft {
    left: 0;
}

.c24TabLeft .box-inner {
    padding-left: 0;
    text-align: center;
}

.c24TabRight {
    left: 216px; 
}

.c24TabRight .box-inner {
    padding-right: 40px;
    text-align: right;
}

div.c24TabInactive {
    width: 216px;
    z-index: 1;
}

.c24Tab .box-inner {
    height: 18px;
}

.c24Tab a,
.c24Tab a:visited,
.c24Tab a:active,
.c24Tab a:hover {
    color: #009EE1;
    text-decoration: none;
}


/*** POPUP ***/

.window-close {
	float: right;
	margin-right: 20px;
	display: inline-block;
	padding-left: 15px;
	background:url('/images/partner/v3/stuff/window_close.png') no-repeat 0px 4px;
}

.ac_results {
    padding: 0px;
    border: 1px solid black;
    background-color: white;
    overflow: hidden;
    z-index: 99999;
}

.ac_results ul {
    width: 100%;
    list-style-position: outside;
    list-style: none;
    padding: 0;
    margin: 0;
}

.ac_results li {
    margin: 0px;
    padding: 2px 5px;
    cursor: default;
    display: block;
    /*
    if width will be 100% horizontal scrollbar will apear
    when scroll mode will be used
    */
    /*width: 100%;*/
    font: menu;
    font-size: 12px;
    /*
    it is very important, if line-height not setted or setted
    in relative units scroll will be broken in firefox
    */
    line-height: 16px;
    overflow: hidden;
}

.ac_loading {
    background: white url('/images/partner/v3/stuff/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}

/*** BUTTON ***/

#c24 .c24-button {
	cursor: pointer;
	display: block;
	display: inline-block !important;
	height: 26px;
	position: relative;
	background-repeat: repeat-x;
	min-width: 50px;
	background-image: url(/images/partner/v3/stuff/buttons/button_middle.png);
}

#c24 .c24-button.c24-back {
	background-image: url(/images/partner/v3/stuff/buttons/button_middle_back.png);
}

#c24 .c24-button .c24-button-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 6px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(/images/partner/v3/stuff/buttons/button_left.png);
}

#c24 .c24-button.c24-back .c24-button-left {
	width: 25px;
	background-image: url(/images/partner/v3/stuff/buttons/button_left_back.png);
}

#c24 .c24-button input {
	font-size: 12px;
	border: none;
	background: none;
	color: #fff;
	font-weight: bold;
	padding: 5px 30px 5px 20px;
	cursor: pointer;
	position: relative;
	width: auto;
	overflow: visible;
	height: 25px;
}

#c24 .c24-button.c24-back input {
	padding: 5px 20px 5px 30px;
}

#c24 .c24-button .c24-button-right {
	position: absolute;
	right: -1px;
	top: 0px;
	width: 23px;
	height: 26px;
	background-repeat: no-repeat;
	background-image: url(/images/partner/v3/stuff/buttons/button_right.png);
}

#c24 .c24-button.c24-back .c24-button-right {
	width: 6px;
	background-image: url(/images/partner/v3/stuff/buttons/button_right_back.png);
}

/*** NAVIGATION NEW ***/

.navigation-head {
	position: absolute;
	margin: 151px 0 0 0;
}

.content-left img {
	display: block;
}

.navigation-top {
	background-image: url(/images/partner/v3/menu/navi_bg_top.png);
	background-repeat: no-repeat;
	height: 15px;
}

.navigation-background {
	background-image: url(/images/partner/v3/menu/navi_bg_main.png);
	background-repeat: repeat-y;
}

/*** INFO LAYER ***/
.layer {
	border: solid 1px #DCDCDC;
    position:absolute;
    z-index: 100;
    padding: 5px;
    top: 240px;
    left: 140px;
    background: #FFFFFF;
}

/*** CHECK24 COPY ***/

.content-award-title {
	color: #666666;
}

.content-award-teaser {
	height: auto!important;
	margin: 5px 5px 0 0;
	min-height: 90px;
}

.content-award-img {
	float: left;
	text-align: center;
	width: 130px;
}

.content-teaser-continue-icons {
	float: left;
	margin-bottom: 0;
}

.content-teaser-continue-icons img {
	margin-right: 40px;
	padding-bottom: 10px;
}

.content-award-text {
	float: left;
	margin: 0;
	padding-left: 5px;
	width: 580px;
}

* html div.content-award-text {
	margin-bottom: -10px;
}

* + html div.content-award-text {
	margin-bottom: -10px;
}

/*** TEMPLATES ***/

.template-wrapper {
	border: 1px solid #cdcdcd;
	float: left;
	width: 221px;
	background-color: #ffffff;
	margin: 0 12px 0 0;
}

.template-wrapper form {
	text-align: center;
	margin: 0 0 22px 0;
}

.template-preview {
	width: 181px;
	height: 147px;
	margin: 26px 0 26px 20px;
}

.template-info {
	font-size: 11px;
}

.template-info b {
	color: #005ea8;
}

.template-checkbox {
	margin: 3px 2px 0 0;
}

*html .template-checkbox {
	margin: 0 0 0 0;
}

/******** GUTSCHEIN BOX ***************/

.voucherBox {
	height: 63px;
	border: 1px solid #d4d4d4;
}

.voucherText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 10px;
	line-height: 18px;
	padding: 12px 0 0 0;
}

.voucherText b {
	color: #ad0800;
}

.voucherText span {
	font-weight: bold;
}

.voucherText a {
	color: #23558e;
	text-decoration: underline;
}

.popupBox {
	border: 1px solid #cacaca;
}

.popupTitle {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #1d5a9e;
	font-weight: bold;
	padding: 0 0 0 11px;
}

.popupText {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	color: #666666;
	font-size: 12px;
	line-height: 18px;
}

.popupTag {
	width: 100%;
	text-align: center;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
}

.popupText a {
	color: #1d5a9e;
}

  /* ------ affiliate deals ------ */
  
.affiliate-deals {
	display: block;
	background-image: url(/images/partner/v3/stuff/affiliate-deals.gif);
	background-repeat: no-repeat;
	width: 107px;
	height: 133px;
	position: absolute;
	margin: 27px 0 0 580px;
}
