/*** GLOBAL ***/

.content-left *,.header *,.footer *,.navi *, .content-main-inner *{
	margin: 0px;
	padding: 0px;
}

.c24-ivw-tracking {
	position: absolute;
	top: -10px;
	left: -10px;
}

body {
	font-family: Verdana,Geneva,Arial;
	font-size: 11px;
	line-height: 16px;
	color: #666;
	background-color:#FFFFFF;
	margin: 0px;
	padding: 0px;
	behavior:url("/css/csshover.htc");
	-webkit-text-size-adjust:none; /* Prevent iPhone from automatically adjusting font-size */
}

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: outside;
	margin-left: 25px;
}

.container ol.list {
	list-style-position: inside;
	list-style-type: decimal;
	margin-left: 25px;
}

.maximize-zindex {
	z-index: 1000 !important;
}

/*** 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;
}

address {
	font-style: normal;
}

/*** BUTTON ***/

.button {
	cursor: pointer;
	display: block;
	display: inline-block !important;
	height: 26px;
	position: relative;
	background-repeat: repeat-x;
	min-width: 50px;
}

.button.back {
}

.button .button-left {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 6px;
	height: 26px;
	background-repeat: no-repeat;
}

.button.back .button-left {
	width: 25px;
}

.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;
}

.button.back input {
	padding: 5px 20px 5px 30px;
}

.button .button-right {
	position: absolute;
	right: -1px;
	top: 0px;
	width: 23px;
	height: 26px;
	background-repeat: no-repeat;
}

.button.back .button-right {
	width: 6px;
}

.button .button-submitting {
	display: block;
	width: 24px;
	height: 24px;
	position: absolute;
	left: -30px;
	top: 1px;
	display: none;
}

/*** BUTTON CUSTOM ***/
.button {
	background-image: url('../imgs/global/button_middle.png');
}

.button.back {
	background-image: url('../imgs/global/button_middle_back.png');
}

.button .button-left {
	background-image: url('../imgs/global/button_left.png');
}

.button.back .button-left {
	background-image: url('../imgs/global/button_left_back.png');
}


.button .button-right {
	background-image: url('../imgs/global/button_right.png');
}

.button.back .button-right {
	background-image: url('../imgs/global/button_right_back.png');
}

.button .button-submitting {
	background-image: url('../imgs/global/ajax_button_submitting.gif');
}

/** 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 {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}

.container-inner {
	border: 1px solid #dcdcdc;
	width: 998px;
	position: relative;
}
*html .container-inner {
	height:180px;
}

/*** HEADER ***/

.header {
	position: relative;
	z-index: 0;
	height: 160px;
	background: url('../imgs/bg/bg_header.jpg?v=3') no-repeat;
	background-position:bottom;
}
.header.slim {
	height: 87px;
	background: url('../imgs/bg/bg_header_no_navi.jpg?v=3') no-repeat;
	background-position: 0 -57px;
}
.header.nonavi {
	height: 150px;
	background: url('../imgs/bg/bg_header_no_navi.jpg?v=3') bottom no-repeat;
}
.header .home {
	position: absolute;
	left: 10px;
	top: 27px;
}
.header.slim .home {
	top:5px;
}
.header .home #home_standard {
	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 .searchbox {
	position:absolute;
	width:190px;
	top:76px;
	left:785px;
}
.searchbox .searchtext {
	float:left;
	border:1px solid #DCDCDC;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	padding:2px;
	width:156px;
	font-size:12px;
	color:#666666;
	margin:0;
}
.header .service {
	position: absolute;
	left: 275px;
	bottom: 65px;
	color: #acacac;
	font-weight: bold;
	font-size: 13px;
}
.header.slim .service {
	left: 340px;
	bottom: 35px;
}
.header.nonavi .service {
	bottom: 35px;
}
.header .service .hotline {
	color: #005DA8;
}
.header .service .email {

}
.header .tv_section {
	position: absolute;
	left: 275px;
	top: 10px;
	font-size:10px;
	color: #acacac;
}
.header.slim .tv_section {
	left: 660px;
	top: 35px;
}
.header .tv_section span {
	display:block;
	background:url('/imgs/global/check24_sprite.png') no-repeat -489px 0;
	position:absolute;
	width:170px;
	height:13px;
	top:2px;
	left:125px;
}
.header .menu {
	position: absolute;
	left: 252px;
	bottom: 15px;
}

.header .menu ul {
	list-style: none;
}

.header .menu ul li {
	float: left;
	border-right: 1px solid #dcdcdc;
	text-transform: uppercase;
}

.header .menu ul li.last {
	border-right: none;
}

.header .menu .menu-item {
	display: inline-block;
	padding: 7px 23px;
	font-size: 13px;
	font-weight: bold;
}

.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;
}


/*** CONTENT ***/

.content-left {
	float: left;
	width: 239px;
}

.content-left-inner {
	margin: 0px 0px 10px 5px;
	background-color: white;
}

.content-main {
	float:left;
	width:758px;
}

.content-main-inner {
	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: 660px;
	height: auto !important;
	height: 660px;
}

/*** 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: url('/imgs/global/check24_sprite.png') no-repeat -667px -42px;
	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;
}

h1 {
	font-size: 14px;
}

h1.title {
	color: #1A5EA4;
	margin: 0px !important;
	padding: 0px !important;
}

/**
 * Ads
 */

div.c24-ad-banner {
	float:right;
	margin: 0 0 3px 0;
	width: 728px;
	text-align: right;
}

div.c24-ad-skyscraper {
	position: absolute;
	top: 129px;
	left: 1002px;
}

div.c24-ad-rectangle {
	float: right;
	margin-left: 15px;
	margin-bottom:10px;
	/** content ad fix  **/
	position:relative;
	z-index:100;
	/** /content ad fix **/
}

div.c24-ad-rectangle .ad {
	color:#999;
	font-size:10px;
}

/****************************\
|                        _   |
|     ____  ____ __   __(_)  |
|    / __ \/ __ `/ | / / /   |
|   / / / / /_/ /| |/ / /    |
|  /_/ /_/\__,_/ |___/_/     |
|                            |
\****************************/

ul.c24-search-suggestions {
	list-style:none;
	display:inline;
}
ul.c24-search-suggestions li {
	margin:0 0 10px 0;
	display:inline;
}

ul.c24-search-results {
	list-style:none;
}
ul.c24-search-results li {
	margin:0 0 20px 0;
	font-size:12px;
}
ul.c24-search-results li h2 {
	color: #005EA8;
	font-weight:normal;
	margin-bottom:4px;
}
ul.c24-search-results li h2 a {
	color: #005EA8;
}
ul.c24-search-results li p {
	margin:0 0 4px 0;
}
ul.c24-search-results li a {
	color: #7AB51D;
}
.c24-search-results em {
	font-weight:bold;
	font-style:normal;
}


/*** NAVI ***/

.navi {
	position: absolute;
	left: 0px;
	top: 108px;

	width: 241px;
	height: 40px;
}

.navi .navi-inner {
	position: relative;

	width: 241px;
	height: 40px;
}

.navi .navi-all {
	display:block;
	width:140px;
	height:19px;
	background: url('/imgs/global/check24_sprite.png') 0 -32px;
	position: absolute;
	left: 49px;
	bottom: 10px;
}

.navi .clickable.clickable-inactive {
	cursor: default;
}

.navi .navi-arrow {
	position: absolute;
	bottom: 10px;
	background-image: url('/imgs/global/check24_sprite.png');
	background-repeat: no-repeat;
	background-position: -225px -32px;
	width: 14px;
	height: 15px;
}

.navi .navi-arrow.navi-arrow-inactive {
	background-position: -145px -32px;
	cursor: default;
}

.navi .navi-arrow.navi-arrow-hovered {
	background-position: -172px -32px;
	cursor: default;
}

.navi .navi-arrow.left {
	left: 10px;
}
.navi .navi-arrow.right {
	right: 10px;
}


.navi .navi-content {
	position: absolute;
	top: 0px;
	left: 0px;
	padding-top: 40px;
	display: none;
}

.navi .navi-content-inner {
	position: relative;
	background-image: url('/imgs/global/check24_sprite.png');
	background-position: -241px 0;
	background-repeat: repeat-y;
	padding: 7px 10px 15px 7px;

	z-index: 100;
}

.navi .navi-content-inner .navi-top {
	width:239px;
	height:15px;
	background-image: url('/imgs/global/check24_sprite.png');
	position: absolute;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: -1;
}

/*** NAVI ***/

.navi .navi-list {
	list-style: none;
	margin-top: 10px;
}

.navi .navi-list.first {
	margin-top: 5px;
}

.navi .navi-list li {
	position: relative;
	float: left;
}

.navi .navi-list li a {
	display: block;
	padding-left: 10px;
	line-height: 23px;
	width: 216px;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
	font-size: 10px;
}

.navi .navi-list li.section a {
	color: #fff;
	font-weight: bold;
	/*border-bottom: none;*/
}

.navi .navi-list li.section.insurance a {
	background-color: #005ea8;
}

.navi .navi-list li.section.finance a {
	background-color: #7AB51D;
}

.navi .navi-list li.section.energy a {
	background-color: #F6B800;
}

.navi .navi-list li.section.communication a {
	background-color: #009EE1;
}

.navi .navi-list li.section.rental a {
	background-color: #F24900;
}

.navi .navi-content .navi-bottom {
	position: absolute;
	width:239px;
	height:17px;
	background: url('/imgs/global/check24_sprite.png') 0 -15px;
	bottom: 0px;
	left: 0px;
}

/*** NAVI SUB ***/

.navi .navi-sub {
	z-index: 3;
}

.navi .navi-sub-list {
	background-color: #fbfbfb;

	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;

	position: absolute;
	top: -1px;
	left: 220px;

	list-style: none;
	display: none;
}

.navi .navi-sub-list li a {
	border-bottom: 1px solid #fbfbfb;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;

	text-transform: none;
}

.navi .navi-sub-list li.first {
	margin-top: 0px;
}

.navi .navi-sub-list li.first a {
	border-left: 1px solid #fbfbfb;
}

.navi .navi-sub-list li.last a {
	border-bottom: none;
}

/**************************************************\
|                           __      __             |
|      ____ ___  ____  ____/ /_  __/ /__  _____    |
|     / __ `__ \/ __ \/ __  / / / / / _ \/ ___/    |
|    / / / / / / /_/ / /_/ / /_/ / /  __(__  )     |
|   /_/ /_/ /_/\____/\__,_/\__,_/_/\___/____/      |
|                                                  |
\**************************************************/

/*** BOX ***/
.box {
	background: transparent;
}

.box-top, .box-bottom {
	display: block;
	background: transparent;
	font-size: 1px;
}
.xb1, .xb2, .xb3, .xb4 {
	display: block;
	overflow: hidden;
}
.xb1, .xb2, .xb3 {
	height: 1px;
}
.xb2, .xb3, .xb4 {
	background: #fff;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.xb1 {
	margin: 0 5px;
	background: #dcdcdc;
}
.xb2 {
	margin: 0 3px;
	border-width: 0 2px;
}
.xb3 {
	margin: 0 2px;
}
.xb4 {
	height: 2px;
	margin: 0 1px;
}

.box-inner {
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	background-repeat: repeat-x;
	background-position: bottom left;
}

.box-content {
	padding: 2px 5px;
}

.box-content .c24-teaser-img {
	float: left;
	margin: 0 10px 5px 0;
}

.box-title {
	/*padding: 2px 0px 2px 0px;*/
}

.box h1 {
	margin-top: 10px;
	margin-bottom: 5px;
	font-size: 14px;

}

.box h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0;
}

.box h3 {
	font-size: 12px;
}

.box p {

}

/*** SPECIAL BOXES ***/
/*** INSURANCE ***/
.box.insurance .box-inner {
	background-image:url('../imgs/bg/bg_gd_blue.png');
}
.box.insurance .box-bottom .xb2,
.box.insurance .box-bottom .xb3,
.box.insurance .box-bottom .xb4 {
	background-color: #005DA8;
}

/*** ENERGY ***/
.box.energy .box-inner {
	background-image:url('../imgs/bg/bg_gd_orange.png');
}
.box.energy .box-bottom .xb2,
.box.energy .box-bottom .xb3,
.box.energy .box-bottom .xb4 {
	background-color: #F8BA00;
}

/*** FINANCE ***/
.box.finance .box-inner {
	background-image:url('../imgs/bg/bg_gd_green.png');
}
.box.finance .box-bottom .xb2,
.box.finance .box-bottom .xb3,
.box.finance .box-bottom .xb4 {
	background-color: #7AB51D;
}

/*** COMMUNICATION ***/
.box.communication .box-inner {
	background-image:url('../imgs/bg/bg_gd_blue_communication.png');
}
.box.communication .box-bottom .xb2,
.box.communication .box-bottom .xb3,
.box.communication .box-bottom .xb4 {
	background-color: #009ee1;
}

/*** INFO ***/
.box.info .box-inner {
	/*background: #ecf7fd;*/
}
.box.info .box-top .xb2,
.box.info .box-top .xb3,
.box.info .box-top .xb4 {
	background-color: #fbfbfb;
}
.box.info .box-bottom .xb2,
.box.info .box-bottom .xb3,
.box.info .box-bottom .xb4 {
	/*background-color: #ecf7fd;*/
}
.box.info .box-title {
	background-color: #fbfbfb;
}
.box.info .box-content {
	padding: 8px 7px;
}

.box-content .c24-more-info {
	float: right;
}

.box.info .box-title h3 {
	color: #666;
	font-size: 10px;
	padding: 0px 5px 3px 5px;
	margin-bottom: 0px;
	text-transform: uppercase;
	/*border-top: 1px solid #ccc;*/
	border-bottom: 1px solid #ccc;
	/*background-color: #fbfbfb;*/
}

.box.info .box-title.insurance h3 {
	/*
	background-color: #005DA8;
	color: #fff;
	border: none;
	*/
}

#c24-onmouseover-textbox a {
	color:#ffffff;
	background:#ffffff;
	font:bold 12px verdana, sans-serif;
	text-decoration:none;
	display:block;
}

#c24-onmouseover-textbox a:hover {
	color:black;
	background:#ffffff;
}

#c24-onmouseover-textbox a span {display:none;}

#c24-onmouseover-textbox a:hover span {
	position:absolute; top:20px; left:215px; z-index:3;
	display:block;
	width:300px;
	color:#666666;
	background-color:#fff3a1;
	border:1px solid #005ea8;
	padding:5px;
}

/*** PLAIN ***/
.box.plain .box-inner {
	background: #fff;
}
.box.plain .box-bottom .xb2,
.box.plain .box-bottom .xb3,
.box.plain .box-bottom .xb4 {
	background-color: #fff;
}

/*** PRODUCT TEASER ***/

.box-product-content {
	float: right;
	width: 330px;
}

.box-product-content .box-product-intro {
	margin-bottom: 10px;
}

.box-product-content .box-product-intro h2 {
	/*line-height: 100%;*/
}

.box-product-content .box-product-icon {
	float: left;
	margin-right: 15px;
}

.box-product-container {
	min-height: 197px;
	height: auto !important;
	height: 197px;
}

.box-product-container .box-product-img {
	height: 197px;
}

/*** REDESIGN BOX ***/
.c24-cnt-ele, .c24-cnt-box {
	background-color:#FFFFFF;
	border:1px solid #DCDCDC;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	-khtml-border-radius:6px;
}
.c24-cnt-ele {
	margin:0 0 15px 0;
}
.c24-cnt-box {
	padding:5px;
}
.c24-cnt-ele h3.c24-cnt-ele-title {
	padding:3px 0 5px 8px;
	font-size:10px;
	text-transform:uppercase;
	background-color:#FBFBFB;
	border-bottom:1px solid #DCDCDC;
	border-radius:6px 6px 0 0;
	-moz-border-radius:6px 6px 0 0;
	-webkit-border-radius:6px 6px 0 0;
	-khtml-border-radius:6px 6px 0 0;
	margin:0;	
}
.c24-cnt-ele div.c24-cnt-ele-content {
	margin:0;
	padding:5px 8px 5px 8px;
}
.c24-cnt-ele h2 {
	font-size: 14px;
	margin-top: 0px;
	margin-bottom: 10px;
	padding:0;
}
.c24-tabbed-calc-tabs {
	position: relative;
	height: 25px;
}
.c24-tabbed-calc-tab {
	position:absolute;
	width:163px;
	background-color:#fff;
	border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	border: 1px solid #dcdcdc;
	border-bottom:0px;
}
.c24-tabbed-calc-tab h3 {
	padding:3px 0 0 0;
	text-align:center;
}
.c24-tabbed-calc-tab-left {
	left:0px;
}
.c24-tabbed-calc-tab-right {
	right:0px;
}

.c24-tabbed-calc-tab-inactive {
	background-color:#e5e5e5;
}
.c24-tabbed-calc-tab-inactive h3 a {
	color:#666666 !important;
}
.c24-tabbed-calc-box {
	border-radius:0 0 5px 5px;
	-webkit-border-radius:0 0 5px 5px;
	-khtml-border-radius:0 0 5px 5px;
	-moz-border-radius:0 0 5px 5px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
}
.c24-tabbed-calc-content {
	padding:4px;
}

/*** REDESIGN PRODUCT INTRO TEASER ***/

.c24-teaser-half {
	width: 332px;
	padding: 10px;
	position: relative;
	background-image: url(/imgs/bg/teaser_box_bg_sprite.jpg);
	background-repeat: repeat-x;
}
.c24-teaser-half-communication {
	 background-position: 0 0;
}
.c24-teaser-half-insurance {
	 background-position: 0 -256px;
}
.c24-teaser-half-energy {
	 background-position: 0 -512px;
}
.c24-teaser-half-finance {
	 background-position: 0 -768px;
}
.c24-teaser-half .c24-icon {
	 float:left;
	 margin:0 10px 10px 0;
}

.c24-teaser-half .c24-startext {
	color:#333;
	font-family:Calibri,Times New Roman,sans-serif;
	font-size:11px;
	line-height:13px;
	margin:7px 0 0px 0 !important;
}

/*** CREDIT CALC ***/
.c24-teaser-half-finance dl { margin-top:10px; }
.c24-teaser-half-finance dt.kp { position:absolute; top:72px; left:8px; }
.c24-teaser-half-finance dd.kp { position:absolute; top:89px; left:8px; }
.c24-teaser-half-finance dt.lz { position:absolute; top:72px; left:110px; }
.c24-teaser-half-finance dd.lz { position:absolute; top:89px; left:110px;0 }

/*** PRODUCT INTRO TEASER ***/

.product-teaser {
	padding: 10px;
	height: 101px;
}
*html .product-teaser {
	/* Hack box size ie6 */
	padding-bottom: 5px;
}
.product-teaser-img {
	float: left;
	margin-right: 77px;
	margin-top: 10px;
	width: 75px;
	height: 75px;
}

.product-teaser-img.payback {
	width: 100px;
}

.product-teaser-img.payback img {
	margin-top: 15px;
}

.product-teaser-img-right {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}

.product-teaser-img-right.payback {
	margin-top: 0px;
}

.product-teaser-content {
	float: left;
}

.product-teaser-title {
	margin-bottom: 10px;
	margin-top:0px;
}

.product-teaser ul.product-teaser-list {
	margin-left:0px;
	padding-left:0px;
	margin-top:5px;
	margin-bottom:0px;
	list-style-position: inside;
}
.product-teaser li {
	padding-left:2px;
	line-height:20px;

}

/*** PRODUCT HALF TEASER ***/
.box-product-left {
	float: left;
	width: 352px;
}

.box-product-right {
	float: right;
	width: 352px;
}

.box-product-content-half h2 {
	display: inline-block;
	margin-top: 7px;
}

.box-product-content-half h2,
.box-product-content-half h3 {
	font-size: 11px;
}

.box-product-content-half select {
	width: 138px;
}

.box-product-content-half input.text {
	width: 130px;
}

.box-product-content-half label {
	position: relative;
	top: -3px;
	padding-left: 3px;
	cursor: pointer;
}

.box-product-content-half .box-product-calc {
	float: right;
	width: 155px;
}

.box-product-content-half .box-product-icon {
	display: block;
	margin-bottom: 10px;
}

/*** PRODUCT CONTINUE ***/
.box-continue {
	margin-top: 15px;
}

/*** PRODUCT CONTINUE OVERVIEW ***/
.box-continue-overview {
	position: relative;
	background-repeat: no-repeat;
	background-position: 5px 5px;
	padding-left: 100px;
	padding-right: 5px;
	padding-top: 5px;
	padding-bottom: 5px;
}

.box-continue-overview .box-continue {

}

.box-continue-overview .box-continue-link {
	margin-right: 20px;
	padding-bottom:10px;
	white-space: nowrap;
}

.box-continue-overview .box-continue-button {
	float: right;
}



/*** LEFT ***/

.box-faq {
	list-style: none;
}

.box-faq li {
	padding-bottom: 7px;
}

.box-faq li a {
	display: block;
}

.box-menu,
.box-submenu {
	list-style: none;
	margin-left:0 !important;
}

*html .box-menu li{
		height:16px;
}

.box-menu li a {
	padding: 3px 0px 3px 15px;
	display: block;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: normal;
	background:url('/imgs/global/check24_sprite.png') no-repeat -705px 9px;
}

.box-submenu li a {
	text-transform: none;
	padding: 3px 0px 3px 20px;
	font-size: 10px;
	font-weight: normal;
	background:url('/imgs/global/check24_sprite.png') no-repeat -705px 9px;
}



.box-menu li a.active {
	background:url('/imgs/global/check24_sprite.png') no-repeat -691px -14px;
	font-weight: bold;
}

.box-submenu li a.active {
	background:url('/imgs/global/check24_sprite.png') no-repeat -691px -14px;
	font-weight: bold;
}

.box-hotline {

}

.box-hotline .box-hotline-icon {
	float: left;
	margin-right: 7px;
}

.box-hotline .box-hotline-slogan {
	margin-top: 7px;
}

.box-hotline .box-hotline-tel {
	font-size: 14px;
	font-weight: bold;
	color:#005DA8;
}

.box-hotline .box-hotline-hours {
	font-size: 10px;
}

/*** CONTENT TEASER ***/
.content-teaser {
	min-height: 90px;
	height: auto !important;
	height: 90px;
	margin: 5px;
}

.content-teaser .content-teaser-img {
	float: left;
}

.content-teaser .content-teaser-title {
	padding-left: 100px;
}

.content-teaser .content-teaser-text {
	padding-left: 100px;
}

.content-teaser .content-teaser-continue {
	padding-left: 100px;
	margin-bottom: 0px;
}

/*** TEXT ***/
.content-main div.text {
	padding: 0px 5px;
}
.content-main .content-main-inner-no-css div.text{
	padding: 0;
}

.content-main div.text h1 {
	font-size: 14px;
	color: #005da8;
	margin-bottom: 15px;
}

.content-main div.text ol li {
	margin-left: 50px;
	margin-top: 10px;
}

.box-continue-overview .c24-teaser-icon {
	position: absolute;
	top: 5px;
	left: 5px;
	width: 75px;
	height: 75px;
}
/* ie 6 hack fuer die icons */
* html .box-continue-overview .c24-teaser-icon {
	left: -95px;
}

/*** POPUP ***/

.window-close {
	float: right;
	margin-right: 20px;
	display: inline-block;
	padding-left: 15px;
	background:url('../imgs/global/window_close.png') no-repeat 0px 4px;
}


/*** NEW TEASER BOXES ***/

div.teaserBox { position:relative; height:190px; padding:10px; }

div.teaserBox.doubleHeight { position:relative; height:226px; padding:10px; }

div.teaserBox.insuranceBike { background:url(../imgs/boxes/full/motorrad.jpg?v=2) top no-repeat; }
div.teaserBox.insurance { background:url(../imgs/boxes/full/kfz.jpg?v=3) top no-repeat; }
div.teaserBox.insurance-home { background:url(../imgs/boxes/full/kfz_home.png?v=1) top no-repeat; }
div.teaserBox.kfz-aktion-gold { background:url(../imgs/boxes/full/kfz_aktion_gold.jpg?v=1) top no-repeat; }
div.teaserBox.insurance-haftpflichtversicherung-landingpage { background:url(../imgs/boxes/full/haftpflichtversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-hausratversicherung-landingpage { background:url(../imgs/boxes/full/hausratversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-hundeversicherung-landingpage { background:url(../imgs/boxes/full/hundeversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-rechtsschutzversicherung-landingpage { background:url(../imgs/boxes/full/rechtsschutzversicherung.jpg?v=2) top no-repeat; }
div.teaserBox.insurance-risikolebensversicherung-landingpage { background:url(../imgs/boxes/full/risikolebensversicherung.jpg?v=2) top no-repeat; }

div.teaserBox.energy { background:url(../imgs/boxes/full/strom.jpg?v=2) top no-repeat; }
div.teaserBox.energy-strom-landingpage { background:url(../imgs/boxes/full/strom_studie.jpg?v=2) top no-repeat; }
div.teaserBox.energy-strom-landingpage-seo { background:url(../imgs/boxes/full/strom_lampe.jpg?v=1) top no-repeat; border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border: 1px solid #dcdcdc;}
div.teaserBox.energy-gas-landingpage { background:url(../imgs/boxes/full/gas_kundenbefragung.jpg?v=2) top no-repeat; }
div.teaserBox.communication-dsl-landingpage { background:url(../imgs/boxes/full/dsl-marie-sofa2.jpg?v=1) top no-repeat;border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border: 1px solid #dcdcdc;}
div.teaserBox.communication-mobiles-internet-landingpage { background:url(../imgs/boxes/full/mobiles-internet.jpg?v=2) top no-repeat; }
div.teaserBox.communication-lte-landingpage { background:url(../imgs/boxes/full/lte.jpg?v=1) top no-repeat;border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border: 1px solid #dcdcdc;}
div.teaserBox.finance { background:url(../imgs/boxes/full/kredit.jpg?v=3) top no-repeat; }
div.teaserBox.finance-landingpage { background:url(../imgs/boxes/full/ratenkredit_topzins.jpg?v=2) top no-repeat;height:115px; }
div.teaserBox.finance-autokredit-landingpage { background:url(../imgs/boxes/full/autokredit.jpg?v=2) top no-repeat;height:115px; }
div.teaserBox.finance-girokonto-landingpage { background:url(../imgs/boxes/full/girokonto_h165_ingdiba.jpg?v=4) top no-repeat;height:165px; }
div.teaserBox.finance-girokonto-landingpage.teaserBox .box-inner {height: 60px;min-height: 60px;}
div.teaserBox.finance-ratenkredit-aktion { background:url(../imgs/boxes/full/ratenkredit_aktion.jpg?v=2) top no-repeat; }
div.teaserBox.finance-ratenkredit-aktion-vergleich { background:url(../imgs/boxes/full/ratenkredit_aktion_blank.jpg?v=1) top no-repeat;height:115px; }
div.teaserBox.finance-autokredit-aktion-vergleich { background:url(../imgs/boxes/full/ratenkredit_aktion_blank.jpg?v=1) top no-repeat;height:115px; }
div.teaserBox.finance-baufinanzierung-offer { background:url(../imgs/boxes/full/baufinanzierung.jpg?v=1) top no-repeat;height:210px; }

div.teaserBox.rental { background:url(../imgs/boxes/full/mietwagen.jpg?v=2) top no-repeat; }
* html div.rental { background:none; } /* fix double-class-specification-bug in ie6 */
div.teaserBox.rental-toppreis { background:url(../imgs/boxes/full/mietwagen_toppreis_gutschein.jpg?v=1) top no-repeat; }
div.teaserBox.pauschalreisen { background:url(../imgs/boxes/full/pauschal.png?v=1) top no-repeat; height:230px;  border:1px solid #dcdcdc; border-radius:5px; -moz-border-radius: 5px; -webkit-border-radius: 5px; -khtml-border-radius: 5px;}
div.teaserBox.hotel-testsieger { background:url(../imgs/boxes/full/hotel_testsieger.jpg?v=3) top no-repeat; border-radius:5px 5px 5px 5px;-webkit-border-radius:5px 5px 5px 5px;-khtml-border-radius:5px 5px 5px 5px;-moz-border-radius:5px 5px 5px 5px;border: 1px solid #dcdcdc; }
.box-product-half div.teaserBox.insuranceBike { background:url(../imgs/boxes/half/motorrad.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.energy { background:url(../imgs/boxes/half/strom.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.communication { background:url(../imgs/boxes/half/dsl.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.finance { background:url(../imgs/boxes/half/kredit.jpg?v=2) top no-repeat; }
.box-product-half div.teaserBox.rental { background:none; }
/*.box-product-half div.teaserBox.hotel { background:url(../imgs/boxes/half/hotel.jpg?v=2) top no-repeat; }*/

.box-product-half div.teaserBox.doubleHeight.finance { background:url(../imgs/boxes/half/finance_double.jpg?v=2) top no-repeat !important; }
.box-product-half div.teaserBox.doubleHeight.energy { background:url(../imgs/boxes/half/energy_double.jpg?v=1) top no-repeat !important; }
.box-product-half div.teaserBox.doubleHeight.communication { background:url(../imgs/boxes/half/communication_double.jpg?v=2) top no-repeat !important; }

.teaserBox .intro { width:342px; float:right; margin-bottom:10px; }
.teaserBox .intro img { margin-right:10px; }
.box-product-left .teaserBox .intro, .box-product-right .teaserBox .intro { width:160px; }

.teaserBoxFullWidth { padding:0 !important; }
.box-product-half .teaserBoxFullWidth .content { width:352px !important; }

.teaserBox .content { position:relative; clear:right; width:342px; float:right; }
.teaserBox .box-inner { min-height:110px; }
.teaserBox .contentFullHeight .box-inner { height:180px; }
.box-product-half .teaserBox .content { width:160px; }
.box-product-half .teaserBox .box-inner { height:180px; }

.teaserBox .icon { float:left; }

.teaserBox h2 { font-size: 14px; margin-top: 0px; margin-bottom: 10px; padding:0; }
.teaserBox p { margin:0; padding:0; }

.teaserBox dd, .box dd { margin-bottom:10px; position:relative; }
.teaserBox em.error, .box-product-calc em.error, .box em.error { display:block; }
.teaserBox.doubleHeight em.error { display:inline; }


.teaserBox.doubleHeight h3 { font-size:11px; }
.teaserBox.doubleHeight p { line-height:13px; }
.teaserBox.doubleHeight form { display:inline; }
.teaserBox.doubleHeight .neutral { color:#666 !important; }
.teaserBox.doubleHeight .strong { font-size:10px; font-weight:bold; }
.teaserBox.doubleHeight .outtro { position:absolute; bottom:10px; left:10px; width:332px; }
.teaserBox.doubleHeight .small { font-size:11px; font-family:Calibri,Times New Roman,sans-serif; color:#333; }

.teaserBox.doubleHeight .intro { width:334px !important; float:none; margin-bottom:10px; }
.teaserBox.doubleHeight .content { position:absolute; top:80px; left:10px; float:none; width:332px !important; height:50px !important; }
.teaserBox.doubleHeight .content .box-inner { height:112px !important; }


.teaserBox.doubleHeight.finance dl { margin-top:10px; }
.teaserBox.doubleHeight.finance dt.kp { position:absolute; top:72px; left:8px; }
.teaserBox.doubleHeight.finance dd.kp { position:absolute; top:89px; left:8px; }
.teaserBox.doubleHeight.finance dt.lz { position:absolute; top:72px; left:110px; }
.teaserBox.doubleHeight.finance dd.lz { position:absolute; top:89px; left:110px;0 }

.teaserBox.doubleHeight.communication .tabs { list-style:none; position:absolute; top:0; left:0; width:332px; }
.teaserBox.doubleHeight.communication .tabs li { float:left; }
.teaserBox.doubleHeight.communication .tabs li a { display:block; width:146px; padding:5px 10px; color:#fff; }
.teaserBox.doubleHeight.communication .tabs li.active a { color:#009EE1; }
.teaserBox.doubleHeight.communication .tabs li.active a:hover { text-decoration:none; cursor:default; }

.teaserBox.insurance h2, .teaserBox.insurance h3, .tabbedBox li.insurance a { color: #005DA8; }
.teaserBox.insurance-haftpflichtversicherung-landingpage h2, .insurance-haftpflichtversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-hausratversicherung-landingpage h2, .insurance-hausratversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-hundeversicherung-landingpage h2, .insurance-hundeversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-rechtsschutzversicherung-landingpage h2, .insurance-rechtsschutzversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insurance-risikolebensversicherung-landingpage h2, .insurance-risikolebensversicherung-landingpage h3 { color: #005DA8; }
.teaserBox.insuranceBike h2, .teaserBox.insuranceBike h3 { color: #005DA8; }
.teaserBox.finance h2, .teaserBox.finance h3, .tabbedBox li.finance a { color: #7AB51D; }
.teaserBox.finance-ratenkredit-aktion h2, .teaserBox.finance-ratenkredit-aktion h3 { color: #7AB51D; }
.teaserBox.finance-baufinanzierung-offer h2, .teaserBox.finance-baufinanzierung-offer h3 { color: #7AB51D; }
.teaserBox.energy h2, .teaserBox.energy h3, .tabbedBox li.energy a { color: #F6B800; }
.teaserBox.energy-strom-landingpage h2, .teaserBox.energy-strom-landingpage h3 { color: #F6B800; }
.teaserBox.energy-gas-landingpage h2, .teaserBox.energy-gas-landingpage h3 { color: #F6B800; }
.teaserBox.communication h2, .teaserBox.communication h3, .tabbedBox li.communication a { color: #009EE1; }
.teaserBox.communication-dsl-landingpage h2, .teaserBox.communication-dsl-landingpage h3 { color: #009EE1; }
.teaserBox.rental h2, .teaserBox.rental h3, .tabbedBox li.travel a { color: #F24900; }
.teaserBox.rental-toppreis h2, .teaserBox.rental-toppreis h3 { color: #F24900; }
.teaserBox.hotel h2, .teaserBox.hotel h3 { color: #F24900; }
.teaserBox.hotel-testsieger h2, .teaserBox.hotel-testsieger h3 { color: #F24900; }
.teaserBox.flight h2, .teaserBox.flight h3 { color: #F24900; }
* html .box-title { background-image:none !important; } /* ie6 fix: removing double-classified backgrounds */

.teaserBox.insurance .content .icon { position:absolute; top:25px; right:30px; }
.teaserBox.insurance .content dt { float:left; margin-right:5px; }

.commonHeight .box-inner .box-inner { height:142px; }

.box-product-half input.full { width:140px; }
.box-product-half select.full { width:148px; }
.box-product-half textarea.full { width:140px; }

.teaserBox .input_date, .box .input_date  { width:90px; }
.teaserBox .input_rooms, .box .input_rooms { width:65px; }
.teaserBox .formLeft, .box .formLeft { clear:left; float:left; }
.teaserBox .formRight, .box .formRight { float:left; }
.teaserBox #form_energy_power_full em { position:absolute; top:-8px; left:62px; }

.tabbedBox ul.menu { list-style:none; float:left; }
.tabbedBox ul.menu li { float:left; padding:0 8px; border-right:1px solid #666; }
.tabbedBox ul.menu li.last { border-right:none; }
.tabbedBox ul.menu li a { font-size:14px; color:#666; }
.tabbedBox ul.menu li a.active { color:#005DA8; }
.tabbedBox p { clear:left; }
.tabbedBox .tabContent ul.news { clear:left; list-style:none; }
.tabbedBox .tabContent ul.news li { height:1%; /* ie6 fix */ }
.tabbedBox .tabContent ul.news li .date { clear:left; float:left; }
.tabbedBox .tabContent ul.news li .body { margin-left:80px; margin-bottom:10px; }
.tabbedBox .tabContent ul.news li .title { margin:0; font-weight:bold; }
.tabbedBox .tabContent ul.news li .title a { color:#666; }
.tabbedBox .tabContent ul.news li .teaser { display:inline; margin:0; }
.tabbedBox .tabContent ul.news { clear:left; list-style:none; }
.tabbedBox .tabContent h2 { clear:left; font-size:11px; margin-bottom:0; }
.tabbedBox .tabContent .first { margin-top:0; }

table.c24Partner { border:1px solid #AAAAAA; border-collapse:collapse; }
table.c24Partner td, table.c24Partner th { border:1px solid #AAAAAA; padding:10px;text-align:left; }
.c24Partner h1 { margin-top:0px; }
.c24Partner h4 { margin:0 0 5px 0; }
.c24Partner p { margin: 0 0 10px 0; }
.c24Partner ol { padding:0 20px; margin:0 0 10px 0; }
.c24Partner ol li { margin: 0 0 5px 0; }

/* Chrisn Test, muss in base.css */
#navi { z-index: 100; }


/***************** Double BOX ****************/
.box-double{
	border-spacing:0px;

}


.box-double td.left{
	width:362px;
}
*html .box-double td.left{
	width:364px;
}
*+html .box-double td.left{
	width:364px;
}
.box-double td.right{
	width:360px;
}
*html .box-double td.right{
	width:364px;
}
*+html .box-double td.right{
	width:364px;
}

.box-double td{
	padding:0;
}
.box-double td.spacer{
	width:13px;
}
.box-double td.box-content-left{
	vertical-align:top;
	width:352px;
	padding:0 5px 5px 5px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}
.box-double td.box-content-right{
	width:350px;
	vertical-align:top;
	padding:0 5px 5px 5px;
	border-left: 1px solid #dcdcdc;
	border-right: 1px solid #dcdcdc;
}

table.contact {}
table.contact th { padding-bottom:5px; text-align:left; }
table.contact tr.last td { padding-bottom:25px; }
table.contact td.product { padding-right:15px; }
table.contact td.phone { padding-left:5px; padding-right:5px; }
table.contact td.email { padding-left:15px; }


/* LANDINGPAGE STYLES */

.c24-lp-teaser-sidebar {
	border:1px solid #dcdcdc;
	margin-bottom:20px;
}
.c24-lp-teaser-sidebar h3 {
	 background-color:#1a5ea4;
	 color:#ffffff;
	 padding:3px 3px 3px 7px;
	 margin:0;
}
.c24-lp-teaser-sidebar .c24-lp-textbox {
	padding:5px;
}
ul.c24-lp-content-list {
	list-style:none;
}
ul.c24-lp-content-list li {
	border-bottom:1px solid #dcdcdc;
	margin-bottom:8px;
	padding-bottom:8px;
}
ul.c24-lp-content-list li.c24-last {
	border-bottom:none;
	padding:0;
}
ul.c24-lp-content-list li.c24-first {
	margin-top:2px;
}
ul.c24-lp-content-list .c24-lp-price-box {
	width:52px;
	height:50px;
	background-image:url(/imgs/landingpages/risikoleben/lp-tarif-list-preis-hg.jpg);
	color:#1b4978;
	float:left;
	margin:4px 7px 2px 0;
	padding:8px 2px 2px 6px;
}
ul.c24-lp-content-list .c24-lp-price-box .c24-lp-price-time {
	font-size:10px;
	font-weight:bold;
	text-align:left;
	line-height:8px;
	margin:2px 0 0 2px;
}
ul.c24-lp-content-list .c24-lp-price-box .c24-lp-price {
	margin:5px 0;
	font-size:12px;
	font-weight:bold;
}

/**********************************************\
|                       __             __      |
|     _________  ____  / /____  ____  / /_     |
|    / ___/ __ \/ __ \/ __/ _ \/ __ \/ __/     |
|   / /__/ /_/ / / / / /_/  __/ / / / /_       |
|   \___/\____/_/ /_/\__/\___/_/ /_/\__/       |
|                                              |
\**********************************************/
h1.insurance, h1.insurance a,
h2.insurance, h2.insurance a,
h3.insurance, h3.insurance a,
h4.insurance, h4.insurance a {
	color: #005ea8;
}

h1.finance, h1.finance a,
h2.finance, h2.finance a,
h3.finance, h3.finance a,
h4.finance, h4.finance a {
	color: #7AB51D;
}

h1.energy, h1.energy a,
h2.energy, h2.energy a,
h3.energy, h3.energy a,
h4.energy, h4.energy a {
	color: #F6B800;
}

h1.communication, h1.communication a,
h2.communication, h2.communication a,
h3.communication, h3.communication a,
h4.communication, h4.communication a {
	color: #009EE1;
}

h1.travel, h1.travel a,
h2.travel, h2.travel a,
h3.travel, h3.travel a,
h4.travel, h4.travel a {
	color: #F24900;
}

/* deprecated */
h1.rental, h1.rental a,
h2.rental, h2.rental a,
h3.rental, h3.rental a,
h4.rental, h4.rental a {
	color: #F24900;
}
/* /deprecated */

/*** TUEV ***/
.tuevv {
	background-image: url('../imgs/global/tuev_sued.gif');
	background-repeat: no-repeat;
	background-position: 50% 0px;
	width: 130px;
	margin-top:11px;
}

.tuevv span {
	color: #999;
	display: block;
	font-size: 10px;
	margin-top: 50px;
	text-align: center;
}

/*** FAQS ***/

.faqs h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.faqs  h2.question {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	margin-top: 30px;
	font-size:11px;
	font-weight: bold;
}

.faqs .question a {
	color: #666;
	text-decoration: none;
}

.faqs .answer {
	padding: 0px 7px;
}

.faqs .question-footer {
	padding: 0 7px 10px 7px;
}

.faqs .go-top {
	float: left;
	padding-left: 10px;
	background-image: url('../imgs/global/go_top.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.faqs .go-calc {
	float: right;
}

/*** LEXICON OVERVIEW ***/

.lexicon-overview h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.lexicon-overview  h2.question {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	margin-top: 30px;
	font-size:11px;
	font-weight: bold;
}

.lexicon-overview .question a {
	color: #666;
	text-decoration: none;
}

.lexicon-overview .answer {
	padding: 0px 7px;
}

.lexicon-overview .question-footer {
	padding: 0 7px 10px 7px;
}

.lexicon-overview .go-top {
	float: left;
	padding-left: 10px;
	background-image: url('../imgs/global/go_top.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.lexicon-overview .go-calc {
	float: right;
}

/*** LEXICON SINGLE ***/

.lexicon-single h1 {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size: 11px;
	font-weight: bold;
}

.lexicon-single p {
	margin: 6px 7px;
}

.lexicon-single .lexicon-name {
	margin-top: 10px;
	margin-bottom: 10px;
	padding-left: 7px;
	font-size: 14px;
	color: #005EA8;
	font-weight: bold;
}

.lexicon-single .links {
	clear:both;
	position: relative;
	height: 20px;
	margin: 10px 7px 0 7px;
}

.lexicon-single .links .left {
	position: absolute;
	top: 0;
	left: 0;
}

.lexicon-single .links .right {
	position: absolute;
	top: 0;
	right: 0;
}

.lexicon-single ul {
	list-style-position: outside;
	list-style-type: square;
	margin-left: 40px;
}

/*** PRESSECLIPPINGS ***/
.clippings h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.clippings table
{
	margin-left: 10px;
	margin-bottom: 10px;
}

.clippings  h2.question {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size:11px;
	font-weight: bold;
}

.clippings .question a {
	color: #666;
	text-decoration: none;
}

.clippings .answer {
	padding: 0px 7px;
}

.clippings .question-footer {
	padding: 0 7px 10px 7px;
}

.clippings .go-top {
	float: left;
	padding-left: 10px;
	background-image: url('../imgs/global/go_top.png');
	background-repeat: no-repeat;
	background-position: left 7px;
}

.clippings .go-calc {
	float: right;
}
.clippings .toggle.close {
	background:transparent url('/imgs/global/block_close.png') no-repeat right;
	width:710px;
	display:block;
}

/*** JOB ***/
.job {
	margin: 15px;
}

.job h2 {
	color: #005EA8;
}

.job ul {
	list-style-type: inside;
	margin-left: 40px;
}

/*** GUIDE ***/

.guide h1 {
	margin-bottom: 15px;
	padding-left: 7px;
	font-size: 14px;
}

.guide h2.topic, .guide h1.topic{
	clear:both;
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size:11px;
	margin-top: 30px;
	font-weight: bold;
}

.guide .text {
	padding: 0px 7px;
}

.guide .go-back{
	float:left;
}
.guide .go-comparison{
	float:right;
}
.guide .guide-footer {
	padding: 0 7px 10px 7px;
}

.partner_box  {
	position:relative;
	text-align:right;
	font-weight:bold;
}

/*** Comparison ***/
.comparison-iframe {
	margin-top:20px;
}

.comparison-iframe h2{
	margin-top:10px;
	margin-bottom:5px;
	font-size:12px;
}


/*** faqtip ***/

.ck24-faqtip {
	position: relative;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	z-index: 4;
}

.ck24-faqtip-title {
	font-size: 11px;
	color: #1A5EA4;
	cursor: pointer;
	/*border-bottom: 1px dotted #bbb;*/
}

.ck24-faqtip-title.ck24-faqtip-hover {
	border-bottom: 1px solid #1A5EA4;
}

.ck24-faqtip-content {
	position: absolute;
	bottom: 110%;
	display: none;
	cursor: pointer;
	width: 400px;
}

.ck24-faqtip-content ul.faq-list {
	list-style-type: square;
	list-style-position: outside;
	margin-left: 25px;
}
.ck24-faqtip-content ul.faq-list li {
	padding-bottom:0;
}
.ck24-faqtip-content h3 {
	color: #1A5EA4;
	line-height: 108%;
	font-size: 108%;
}

.ck24-faqtip-content.c24-right {
	right: 0px;
}

.ck24-faqtip-content.c24-left {
	left: 0px;
}

.ck24-faqtip-content .ck24-faqtip-inner {
	padding: 5px 10px 5px 5px;
	font-size: 11px;
}

/* IE 6 zoom layer fix, prevents broken borders */
*html .ck24-faqtip-content .ck24-faqtip-inner {
	zoom: 1;
}

.ck24-faqtip-content .ck24-faqtip-corner {
	display: block;
	position: absolute;
	bottom: -7px;
	width: 11px;
	height: 7px;
	line-height: 7px;
	background-repeat: no-repeat;
}

.ck24-faqtip-content .ck24-faqtip-close {
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 9px;
	height: 8px;
	background-repeat: no-repeat;
}

.ck24-faqtip-content.c24-left .ck24-faqtip-corner {
	left: 10px;
}

.ck24-faqtip-content.c24-right .ck24-faqtip-corner {
	right: 10px;
}


.ck24-faqtip-content {
	border: 1px solid #1A5EA4;
	background-color: #ffffee;
}

.ck24-faqtip .ck24-faqtip-corner {
	background-image: url('../imgs/global/faqtip_corner.png');
}

.ck24-faqtip .ck24-faqtip-close {
	background-image: url('../imgs/global/faqtip_close.png');
}

/*** hotlinetip ***/

.ck24-hotlinetip {
	display:inline;
	min-height: 1px;
	height: auto !important;
	height: 1px;
	cursor:default;
}
.ck24-hovertip {
	z-index: 4;
	cursor:default;
	position: relative;
	display:block;
}
.ck24-hotlinetip-content,
.ck24-hovertip-content {
	display: none;
	position: absolute;
	z-index: 99;
	width: 200px !important;
	border: 1px solid #7ba2c6 !important;
	background-color: #ffffff;
	padding:5px !important;
	cursor: auto;
	font-size:10px !important;
	font-weight:normal;
}
.ck24-hotlinetip-content {
	left:65px;
	bottom: 22px;
}
.ck24-hotlinetip-content h3,
.ck24-hovertip-content h3 {
	margin-bottom:2px;
	font-size:10px;
	font-weight:normal;
}
.ck24-hotlinetip-content p,
.ck24-hovertip-content p {
	margin:0;
}
.ck24-hotlinetip .ck24-hotlinetip-corner,
.ck24-hovertip .ck24-hovertip-corner {
	background: url('../imgs/global/faqtip_corner.png') no-repeat;
	display: block;
	position: absolute;
	left: 10px;
	bottom: -7px;
	width: 11px;
	height: 7px;
	line-height: 7px;
}
.ck24-hotlinetip .ck24-right .ck24-hotlinetip-corner,
.ck24-hovertip .ck24-right .ck24-hovertip-corner {
	left: auto;
	right: 10px;
}
.ck24-hotlinetip .ck24-hotlinetip-close,
.ck24-hovertip .ck24-hovertip-close {
	background: url('../imgs/global/faqtip_close.png') no-repeat;
	display: block;
	position: absolute;
	top: 2px;
	right: 2px;
	width: 9px;
	height: 8px;
}

.productoverview h1.energy,
.productoverview h1.communication,
.productoverview h1.travel
{
	padding-top: 53px;
}

.productoverview_menu a{
	font-size: 12px;
	font-weight:bold;
}
.productoverview_menu a.insurance{
	color: #005ea8;
}
.productoverview_menu a.finance{
	color: #7AB51D;
}
.productoverview_menu a.energy{
	color: #F6B800;
}
.productoverview_menu a.communication{
	color: #009EE1;
}
.productoverview_menu a.travel{
	color: #F24900;

}
ul.productoverview_menu {
	margin-top:5px;
	margin-bottom:5px;
	margin-left:7px;
}

.productoverview_menu li{
	float:left;
	padding-right:20px;
	list-style-type: none;
}

.box-left{
	width:48%;
	float:left;
}
.box-right{
	width:48%;
	float:right;
}

.box-productoverview {
	height:45px;
}
.box-productoverview img {
	margin-right:10px;
}
.box-productoverview h2 {
	margin-bottom:3px;
}
.box-productoverview p {
	margin-top:0px;
	margin-bottom:0px;
}




.text table.impressum td{
	vertical-align:top;
	padding-bottom:15px;
}
.text table.impressum{
	width:100%;
}

.text h2.topic {
	border-bottom: 1px solid #ccc;
	background-color: #f5f5f5;
	padding: 2px 7px;
	font-size:11px;
	margin-top: 30px;
	font-weight: bold;
}

.finance .clippings a {
	color: #7AB51D;
}


.logos-more{
	text-align:right;
	flot:right;
	display:block;
	margin-right:10px;
}


.image-list-5{
	list-style:none;
	margin:0;
	padding:0;
}
.image-list-5 li{
	float:left;
	width:20%;
	text-align:center;
	margin-left:
}

image-list-6{
	list-style:none;
	margin:0;
	padding:0;
}
.image-list-6 li{
	float:left;
	text-align:center;
	
}

.grey a{
color:#666666;
}

/*** Studies ***/

/*--teaser_studies--*/

.studies-content-teaser-title h3{color:#005EA8;font-size:16px; padding-left:100px;}
.studies-single {padding-left:10px;}
.content-single-download {border:1px solid #DCDCDC; float:left; margin:3px 10px 0 0; padding:10px 10px 10px 15px;}
/** html .content-single-download {margin-top:0px;}*/

.studies-navlistpipe {float:left; padding-left:100px;}
ul#teaser-stuies-menu {margin:0; padding:0; white-space:nowrap; float:left; list-style-type:none;font-size:12px;}
ul#teaser-stuies-menu li {float:left;}
ul#teaser-stuies-menu a {border-right:1px solid #999999; padding:0 23px;}
ul#teaser-stuies-menu .first {padding-left:0px; padding-right:23px;}
ul#teaser-stuies-menu .last {border-right:0 none;}

/*--complete_studies--*/

* html div.studies-down-link {line-height:10px;padding-top:5px;} /*IE6 FIX*/

.studies-down-link {text-align:right; margin-right:10px;}
.studies-up {padding-left:5px;}

hr.trenner-studies {background-color:#DCDCDC; color:#DCDCDC; border:#DCDCDC; height:1px;}

/*** AWARDS ***/

.content-award-teaser {height:auto !important; margin:5px 5px 0px 0px; min-height:90px;}

/*.content-teaser-continue-icons {margin-bottom:0; padding-left:100px;}*/
.content-award-img {width:130px; float:left; text-align:center;}
.content-teaser-continue-icons {margin-bottom:0; float:left;  }
.content-teaser-continue-icons img {margin-right:40px; padding-bottom:10px;}
.content-award-text {/*padding-bottom:6px;*/ width:580px; float:left;padding-left:5px; margin:0;}
.content-award-title {}
.content-award-img img {}

* html div.content-award-text {margin-bottom:-10px;} /*IE6 FIX*/
*+html div.content-award-text {margin-bottom:-10px;} /*IE7 FIX*/

/*** SEO LPs ***/
h2.greyBox {
background-color:#F5F5F5;
border-bottom:1px solid #CCCCCC;
font-size:11px;
font-weight:bold;
padding:2px;
color:#666;
}


/*** KFZ-Aktion ***/
fieldset.c24-full {
padding:10px; 
background-color:#ebebeb; 
border:1px solid #b7b7b7; 
margin-bottom:15px;
border-radius:10px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
}

label.c24-aktion-kfz {
font-weight:bold; 
padding:3px 5px; width:300px; 
text-align:right; 
display:block; 
float:left;
cursor:default;
}

input.c24-std-text, textarea.c24-std-text {
border:1px solid #b7b7b7;
padding:3px;
width:280px;
font-family:arial;
font-size:11px;
}

input.c24-std-text:focus, textarea.c24-std-text:focus { 
border-color:#005EA8;
}