/*** 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-inner-blank {
	background-repeat: repeat-x;
	background-position: bottom left;
}

.box-content {
	padding: 2px 5px;
}

.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(http://www.check24.de/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(http://www.check24.de/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(http://www.check24.de/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-blank {
	background-image: url(../../../images/check24/v2/content/dsl_landing_neu.jpg);
	background-repeat: no-repeat;
	height: 210px;
}
.box.communication .box-bottom .xb2,
.box.communication .box-bottom .xb3,
.box.communication .box-bottom .xb4 {
	background-color: #009ee1;
}
.box.communication #teaser {
    position:relative;
    top:13px;
    left:208px;
    width:160px;
    height:70px;
    background:url(/images/check24/v2/stuff/stoerer_zur_verfuegbarkeitspruefung.gif);
}
.box.communication #teaser a {
    width:160px;
    height:70px;
    display:block;
}

/*** RENTAL ***/
.box.rental .box-inner {
	background-image:url(http://www.check24.de/imgs/bg/bg_gd_orange_rental.png);
}
.box.rental .box-bottom .xb2,
.box.rental .box-bottom .xb3,
.box.rental .box-bottom .xb4 {
	background-color: #f24900;
}

/*** 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.info .box-title h3 {
	color: #666;
	font-size: 10px;
	padding: 0px 5px 4px 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;
	*/
}

/*** 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: 12px 0 12px 0;
}

.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;
	display: block;
}


/*** 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-right {
	float: right;
	margin-right: 10px;
	margin-top: 10px;
}


.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;

}
.product-teaser li {
	padding-left:2px;
	line-height:20px;

}

/*** PRODUCT HALF TEASER ***/
.box-product-left {
	float: left;
	width: 370px;
}

.box-product-right {
	float: right;
	width: 335px;
}

.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 {
	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-button {
	float: right;
}

/*** HAFTPFLICHT ***/
.box-continue-overview.haftpflicht {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_haftpflicht.gif);
}

.box-continue-overview.hundehalter {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_hundehalter.gif);
}

.box-continue-overview.pferdehalter {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_pferdehalter.gif);
}

/*** WOHNEN & HAUSRAT ***/
.box-continue-overview.hausrat {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_hausrat.gif);
}

.box-continue-overview.wohngebaeude {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_wohngebaeude.gif);
}

/*** RISIKO & VORSORGE ***/
.box-continue-overview.risikoleben {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_risikoleben.gif);
}

.box-continue-overview.sbu {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_sbu.gif);
}

.box-continue-overview.unfall {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_unfall.gif);
}

.box-continue-overview.renten {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_renten.gif);
}

/*** KRANKENVERSICHERUNG ***/
.box-continue-overview.pkv {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_pkv.gif);
}

.box-continue-overview.krankenzusatz {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_krankenzusatz.gif);
}

.box-continue-overview.gkv {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_gkv.gif);
}

/*** KREDITE ***/
.box-continue-overview.ratenkredit {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_ratenkredit.gif);
}

.box-continue-overview.autokredit {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_autokredit.gif);
}

/*** GELDANLAGE ***/
.box-continue-overview.festgeld {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_festgeld.gif);
}

.box-continue-overview.tagesgeld {
	background-image:url(http://www.check24.de/imgs/products/icons_big/icon_tagesgeld.gif);
}

/*** LEFT ***/

.box-faq {
	list-style: none;
}

.box-faq li {
	padding-bottom: 7px;
}

.box-faq li a {
	display: block;
}

.box-menu {
	list-style: none;
    margin: 0;
    padding: 0;
}

ul.box-menu li {
    margin: 0;
    padding: 0;
}

.box-menu li a {
    margin: 0;
    padding: 0;
    min-height: 22px;
	/*padding: 3px 0px;*/
	display: block;
	font-size: 11px;
    line-height: 22px;
	font-weight: normal;
	padding-left: 15px;
	background:url(http://www.check24.de/imgs/boxes/navi_bullet_grey.png) no-repeat 0 9px;
}

* html .box-menu li a {
    height: 22px;
}

.box-menu li a.active {
	background:url(http://www.check24.de/imgs/boxes/navi_bullet.png) no-repeat 0px 9px;
	font-weight: bold;
}

.box-menu li a sup {
    color: #ff0000;
    vertical-align: super;
    font-size: 9px;
}

.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-weight: bold;
}

.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: 10px 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;
}


/*** POPUP ***/

.window-close {
	float: right;
	margin-right: 20px;
	display: inline-block;
	padding-left: 15px;
	background:url(http://www.check24.de/imgs/global/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/check24/v2/stuff/indicator.gif') right center no-repeat;
}

.ac_odd {
    background-color: #eee;
}

.ac_over {
    background-color: #0A246A;
    color: white;
}