/* Reset ///////////////////////////////////////////////*/
/* Copyright (c) 2008, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.5.2 */
html{color:#000;background:#FFF;}
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td{margin:0;padding:0;border:0}
table{border-collapse:collapse;border-spacing:0;}
fieldset,img{border:0;}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal;}
li{list-style:none;}
caption,th{text-align:left;}
h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
q:before,q:after{content:'';}
abbr,acronym {border:0;font-variant:normal;}
sup {vertical-align:text-top;}
sub {vertical-align:text-bottom;}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;}
legend{color:#000;}

/*  Fonts ///////////////////////////////////////////////// */
body {
    font: normal normal normal 11px/14px Arial, Helvetica, sans-serif;
    color: #26324a;
	behavior: url("/css/main/csshover3.htc");
}

select,input,button,textarea {
    font:100% arial, helvetica, sans-serif;
}

table {
    font-size:inherit;
    font-size: 100%;
}

/*  Standards ///////////////////////////////////////////////// */
html,
body {
    height: 100%;
}

div.site    {
    height:auto !important;
    min-height: 100%;
    width:100%;
    background: #f6f8fb;
}

* html div.site {
    height: 100% !important;
}

div.wrap {
    width: 970px;
    margin: 0 auto;
}

.Calc {
    width: 730px;
    margin: 15px 0 0 0;
}

.noRightMargin {margin-right: 0 !important;}

img { border: none}
strong { font-weight: bold;}


/* float clearing for everyone else */
.clear {
  clear: both;
  content: ".";
  display: block;
  height: 0;
  visibility: hidden;
  font-size: 1px;
  line-height: 1px;
  overflow: hidden;
}

/* float clearing for IE6 */
* html .clear {
  height: 1%;
}

/* float clearing for IE7 */
*+html .clear{
  min-height: 1%;
}

a {
    color: #2177bd;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

/* Header ///////////////////////////////////////////////*/
div.header {
    height: 130px;
    background: transparent url(/images/main/sprite-header_de.png) repeat-x 0 -120px;
}

div.header .wrap {
    position: relative;
}

div.header h1 {
    position: absolute;
    width: 185px;
    height: 53px;
    top: 10px;
}

div.header h1 a {
    width: 185px;
    height: 53px;
    display: block;
    text-indent: -1000em;
    overflow: hidden;
    background: transparent url(/images/main/sprite-header_de.png) no-repeat 0 0;
}

div.header h1 a:hover {
    background-position: -218px 0;
}

div.headerQuickCompare {
    position: absolute;
    left: 255px;
    top: 45px;
    height: 21px;
    width: 300px;
    background: url(/images/main/sprite-header_de.png) no-repeat 0 -90px;
}

div.headerQuickCompare span.active,
div.headerQuickCompare .quickCompareSelectList dd {
    color: #4b98d6;
    font-size: 1.1em;
    line-height: 20px;
}

div.headerQuickCompare span.active {
    padding: 0 0 0 76px;
}

div.quickCompareSelect .quickCompareSelectList {
    width: 210px;
    position: absolute;
    top: 20px;
    left: 65px;
    display: none;
    z-index: 8000;
    border-bottom: 1px solid #c2cddd;
}

div.quickCompareSelect:hover .quickCompareSelectList {
    display: block;
}

div.headerQuickCompare .quickCompareSelectList dd {
    background: #fff;
    border: 1px solid #c2cddd;
    border-top: none;
    border-bottom: none;
}

div.headerQuickCompare .quickCompareSelectList dd a {
    background: #fff;
    padding: 2px 10px;
    display: block;
    color: #4b98d6;
    text-decoration: none;
}

div.headerQuickCompare .quickCompareSelectList dd a:hover {
    background: #ebf0f4;
    color: #4b98d6;
    text-decoration: none;
}

div.headerQuickCompare .quickCompareButton {
    margin: 0;
    background: none;
    border: 0;
    background: transparent url(/images/main/sprite-header_de.png) no-repeat -270px -60px;
    display: block;
    overflow: hidden;
    text-indent: -1000em;
    width: 130px;
    height: 21px;
    position: absolute;
    top: 0;
    left: 300px;
}

div.headerSearch {
    position: absolute;
    right: 0;
    top: 45px;
    width: 270px;
    height: 20px;
    background: transparent url(/images/main/sprite-header_de.png) no-repeat 0 -60px;
}

div.headerSearch .searchField {
    margin: 0;
    background: none;
    border: 0;
    color: #4b98d6;
    font-size: 1.1em;
    padding: 3px 10px;
    width: 165px;
    position: absolute;
    top: 0;
    left: 0;
}

div.headerSearch .searchButton {
    margin: 0;
    background: none;
    border: 0;
    width: 65px;
    height: 20px;
    overflow: hidden;
    text-indent: -1000em;
    line-height: 300px;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
}

.headerNavi {
    position: absolute;
    right: 0;
    top: 25px;
}

.headerNavi li {
    float: right;
    margin-left: 18px;
}

.headerNavi li a {
    color: #aeb8cc;
    text-decoration: none;
}

.headerNavi li a:hover {
    color: #aeb8cc;
    text-decoration: underline;
}

.headerNavi li span.iconHome,
.headerNavi li span.iconContact,
.headerNavi li span.iconAbout,
.headerNavi li span.iconImprint {
    padding: 0 0 0 13px;
    background: url(/images/main/sprite-header_de.png) no-repeat -300px -89px;
}

.headerNavi li span.iconContact {
    background-position: -320px -89px;
}

.headerNavi li span.iconImprint {
    background-position: -340px -89px;
}

.headerNavi li span.iconAbout {
    background-position: -359px -89px;
}

.check24 {
	position: absolute;
	width: 107px;
	height: 28px;
	background-image: url(../../images/main/check24.gif);
	background-repeat: no-repeat;
	margin: 42px 0 0 585px;
}

/* Main Navigation ///////////////////////////////////////////////*/
div.mainNavigationContainer {
    height: 37px;
    padding: 8px 0 0;
    background: url(/images/main/sprite-navi.png) repeat-x 0 0;
    position: absolute;
    width: 970px;
    top: 85px;
    left: 50%;
    margin-left: -485px;
	z-index: 999;
}

.mainNavigation li {
    display: block;
    width: 139px;
    height: 37px;
    float: left;
	position: relative;
}

.mainNavigation li a.level0 {
    display: block;
    width: 139px;
    height: 37px;
    background: none;
    text-align: center;
    font-weight: bold;
    font-size: 13px;
    line-height: 37px;
    color: #26324a;
    text-decoration: none;
}

.mainNavigation li dl.mainSubNavigation {
    position: absolute;
    top: 37px;
    left: 0;
    width: 198px;
    border: 1px solid #d9e2ea;
    border-top: none;
    background: #fff;
    display: none;
}

.mainNavigation dl.mainSubNavigation dd a {
    display: block;
    font-size: 12px;
    padding: 7px 10px;
    width: 178px;
    background: #f6f8fb url(/images/main/subnavigation-spacer.png) no-repeat 0 bottom;
}

* html .mainNavigation dl.mainSubNavigation dd a {
    width: 180px;
}

.mainNavigation dl.mainSubNavigation dd.last a {
    background-image: none;
}

.mainNavigation dl.mainSubNavigation dd a:hover {
    background-color: #ebf0f4;
    text-decoration: none;
}

.mainNavigation li.home a.level0Active,
.mainNavigation li.home a.level0Active:hover,
.mainNavigation li.home:hover a.level0,
.mainNavigation li.home a.level0:hover {
    color: #3d464d;
    background: url(/images/main/sprite-navi.png) no-repeat 0 -45px;
    text-decoration: none;
}

.mainNavigation li.powerActive a.level0,
.mainNavigation li.powerActive:hover a.level0,
.mainNavigation li.power:hover a.level0,
.mainNavigation li.power a.level0:hover {
    color: #708e27;
    background: url(/images/main/sprite-navi.png) no-repeat 0 -82px;
    text-decoration: none;
}

.mainNavigation li.power dd a,
.mainNavigation li.powerActive dd a {
    color: #708e27;
}

.mainNavigation li.insuranceActive a.level0,
.mainNavigation li.insuranceActive:hover a.level0,
.mainNavigation li.insurance:hover a.level0,
.mainNavigation li.insurance a.level0:hover {
    color: #27344d;
    background: url(/images/main/sprite-navi.png) no-repeat 0 -119px;
    text-decoration: none;
}

.mainNavigation li.insurance dd a,
.mainNavigation li.insuranceActive dd a {
    color: #27344d;
}

.mainNavigation li.financeActive a.level0,
.mainNavigation li.financeActive:hover a.level0,
.mainNavigation li.finance:hover a.level0,
.mainNavigation li.finance a.level0:hover{
    color: #510e78;
    background: url(/images/main/sprite-navi.png) no-repeat 0 -156px;
    text-decoration: none;
}

.mainNavigation li.finance dd a,
.mainNavigation li.financeActive dd a {
    color: #510e78;
}

.mainNavigation li.mobileActive a.level0,
.mainNavigation li.mobileActive:hover a.level0,
.mainNavigation li.mobile:hover a.level0,
.mainNavigation li.mobile a.level0:hover {
    color: #b15504;
    background: url(/images/main/sprite-navi.png) no-repeat 0 -193px;
    text-decoration: none;
}

.mainNavigation li.mobile dd a,
.mainNavigation li.mobileActive dd a {
    color: #b15504;
}

.mainNavigation li.home:hover dl.mainSubNavigation,
.mainNavigation li.insurance:hover dl.mainSubNavigation,
.mainNavigation li.power:hover dl.mainSubNavigation,
.mainNavigation li.finance:hover dl.mainSubNavigation,
.mainNavigation li.mobile:hover dl.mainSubNavigation {
    display: block;
}

#facebookButton {
	position: absolute;
	right: 0;
	margin: 5px 0 0 0;
}

/* Footer ///////////////////////////////////////////////*/
div.footerContainer {
    margin-top: -150px;
    clear: both;
    height: 150px;
    overflow: hidden;
    background: #fff;
}


div.footer {
    padding-top: 20px;
    color: #6c7994;
    font-size: 11px;
    line-height: 16px;
    position: relative;
}

div.footer img.footerLogo {
    position: absolute;
    top: 22px;
    left: 0;
}

.footerNavi {
    text-align: center;
}

.footerNavi li {
    display: inline;
}

.footerNavi li a {
    margin: 0 10px 0 0;
    padding: 0 0 0 5px;
    background: url(/images/main/link-arrow.gif) no-repeat 0 4px;
}

.footerNavi li a:hover {
    text-decoration: underline;
}

p.footerCopyright {
    margin: 5px 0 15px 0;
    line-height: 14px;
    text-align: center;
}

div.footer div.testLogoBox {
    position: absolute;
    top: 15px;
    width: 140px;
    font: 11px/12px Arial, Helvetica, sans-serif;
}

div.footer div.testLogoBox.test1{
    /*right: 140px;*/
}

div.footer div.testLogoBox img {
    float: left;
	margin-right: 5px;
}

div.footer div.testLogoBox p {
	line-height: 14px;
}

.footerSocialBookmarks {
    padding: 10px 0;
    text-align: center;
}

.footerSocialBookmarks img {
	padding: 0 10px 0 0;
}

.footerLinks {
    padding: 0 0 20px;
    text-align: center;
}

.footerLinks a {
    color: #aeb8cc;
    padding: 1px;
}

.footerSeal {
	float: left;
	position: absolute;
	right: 0px;
	top: 15px;
}

.footerSeal .second {
	margin: 0 0 0 23px;
}

/* Sidebar ///////////////////////////////////////////////*/
div.sidebar {
    float: left;
    display: inline;
    width: 170px;
    background: #F6F8FB;
    margin: 0 10px 0 0;
}

div.sidebar dl.sidebarNavigation {
    width: 170px;
    line-height: 15px;
    margin-bottom: 20px;
}

div.sidebar dl.sidebarNavigation dt {
    width: 160px;
    height: 40px;
    padding: 0 0 0 10px;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    background: #324559 url(/images/main/sidebar-title.png) no-repeat 0 0;
}

.siteInsurance div.sidebar dl.sidebarNavigation dt {
    background: #293650 url(/images/main/sidebar-title-insurance.png) no-repeat 0 0;
}

.sitePower div.sidebar dl.sidebarNavigation dt {
    background: #556f13 url(/images/main/sidebar-title-power.png) no-repeat 0 0;
}

.siteFinance div.sidebar dl.sidebarNavigation dt {
    background: #59187e url(/images/main/sidebar-title-finance.png) no-repeat 0 0;
}

.siteTravel div.sidebar dl.sidebarNavigation dt {
    background: #b55c0e url(/images/main/sidebar-title-mobile.png) no-repeat 0 0;
}

div.sidebar dl.sidebarNavigation dd {
    background: #fff;
}

div.sidebar dl.sidebarNavigation dd.spacer {
    background: #fff url(/images/main/home/categoriesspacer.png) no-repeat 0 6px;
    height: 15px;
}

div.sidebar dl.sidebarNavigation dd.topSpacer {
    height: 5px;
    font-size: 5px;
    line-height: 5px;
    overflow: hidden;
}

div.sidebar dl.sidebarNavigation dd.listEnd {
    background: #fff url(/images/main/180-end.png) no-repeat 0 10px;
    height: 15px;
    overflow: hidden;
    line-height: 5px;
    font-size: 5px;
}

/*div.sidebar dl.sidebarNavigation dd a {
    display: block;
    font-size: 12px;
    padding: 0 0 0 10px;
    width: 160px;
    color: #4b98d6;
}*/

div.sidebar dl.sidebarNavigation dd a {
    display: block;
    font-size: 12px;
    padding: 0 0 0 23px;
    width: 135px;
    background: url(/images/main/home/categoriesdot.png) no-repeat 5px center;
    color: #27344D;
}

.siteInsurance div.sidebar dl.sidebarNavigation dd a {
    color: #27344d;
}

.siteFinance div.sidebar dl.sidebarNavigation dd a {
    color: #510e78;
}

.sitePower div.sidebar dl.sidebarNavigation dd a {
    color: #708e27;
}

.siteTravel div.sidebar dl.sidebarNavigation dd a {
    color: #b15504;
}

div.sidebar div.box {
    width: 170px;
    padding: 0 0 7px;
    background: #fff url(/images/main/180-end.png) no-repeat 0 bottom;
}

div.sidebar div.box h3 {
    width: 160px;
    height: 40px;
    padding: 0 0 0 10px;
    color: #fff;
    line-height: 40px;
    font-size: 1.4em;
    font-weight: bold;
    background: #324559 url(/images/main/sidebar-title.png) no-repeat 0 0;
}

.siteInsurance div.sidebar div.box h3 {
    background: #293650 url(/images/main/sidebar-title-insurance.png) no-repeat 0 0;
}

.sitePower div.sidebar div.box h3 {
    background: #76942d url(/images/main/sidebar-title-power.png) no-repeat 0 0;
}

.siteFinance div.sidebar div.box h3 {
    background: #59187e url(/images/main/sidebar-title-finance.png) no-repeat 0 0;
}

.siteTravel div.sidebar div.box h3 {
    background: #b55c0e url(/images/main/sidebar-title-mobile.png) no-repeat 0 0;
}

div.sidebar div.box form {
    font-size: 1.1em;
    padding: 10px;
}

div.sidebar div.box form label {
    margin-bottom: 5px;
    display: block;
}

div.sidebar div.box input.emailField {
    border:1px solid #D6D6D6;
    padding:2px;
    width: 144px;
    margin-bottom: 5px;
}



/* Content ///////////////////////////////////////////////*/
div.spacer {
    height:1px;
    overflow: hidden;
    background: url(/images/main/spacer.gif) repeat-x 0 0;
}

div.contentContainer {
    padding: 20px 0 180px;
}

div.mainContent {
    float: left;
    display: inline;
    width: 790px;
}

div.mainContentBox {
    padding: 20px 30px 37px;
    background: #fff url(/images/main/maincontent-end.png) no-repeat 0 bottom;
    font-size: 12px;
    line-height: 18px;
}

div.mainContent h2 {
    font-weight: bold;
    line-height: 1.238em;
    margin-bottom: 10px;
    font-size: 18px;
}

.siteInsurance div.mainContent  h2 {
    color: #27344d;
}

.sitePower div.mainContent h2 {
    color: #507200;
}

.siteFinance div.mainContent h2 {
    color: #510e78;
}

.siteTravel div.mainContent h2 {
    color: #BB6C25;
}

div.mainContent h3 {
    font-size: 1.2em;
    line-height: 1.167em;
    font-weight: bold;
    margin-bottom: 10px;
}

div.mainContent h4 {
    font-weight: bold;
    margin: 30px 0 5px;
}

div.mainContent p {
    margin-bottom: 20px;
    text-align: justify;
}

div.mainContent img.imgSiegel {
    float: right;
    margin: 8px 20px 0 0;
}


/* Category ///////////////////////////////////////////////*/
div.introBox {
    height: 144px;
    width: 790px;
    margin: 0 0 10px;
    background: #fff;
}

.sitePower div.introBox {
    background: #fff url(/images/main/power/intro_de.jpg) no-repeat 0 0;
}

div.categoryBox {
    width: 260px;
    margin: 10px 5px 0 0;
    float: left;
}

h4.categoryBoxTitle {
    width: 260px;
    height: 40px;
    line-height: 40px;
    font-size: 1.4em;
    font-weight: bold;
    color: #708e27;
    text-align: center;
    margin: 0 !important;
    background: #e5ebf0;
}

.sitePower h4.categoryBoxTitle {
    color: #708e27;
    background: #e5ebf0 url(/images/main/power/categorybox-title.jpg) no-repeat 0 0;
}

.sitePower div.categoryBox:hover h4.categoryBoxTitle {
    color: #fff;
    background: #506c0b url(/images/main/power/categorybox-title.jpg) no-repeat 0 -40px;
}

div.categoryBoxContent {
    padding: 10px 10px 15px;
    background: #fff url(/images/main/260-end.png) no-repeat 0 bottom;
}

div.categoryBox .categoryBoxIcon {
    width: 89px;
    height: 80px;
    margin-right: 10px;
    display: block;
    float: left;
}

.sitePower div.categoryBox .categoryBoxIcon {
    background: url(/images/main/power/sprite-compare-icons.png) no-repeat 0 0;
}

div.categoryBox.first .categoryBoxIcon {
    background-position: 0 0;
}

div.categoryBox.second .categoryBoxIcon {
    background-position: 0 -80px;
}

div.categoryBox.third .categoryBoxIcon {
    background-position: 0 -160px;
}

div.categoryBox.fourth .categoryBoxIcon {
    background-position: -89px 0;
}

div.categoryBox.fifth .categoryBoxIcon {
    background-position: -89px -80px;
}

div.categoryBox.sixth .categoryBoxIcon {
    background-position: -89px -160px;
}


div.categoryBoxContent p {
    line-height: 14px;
    font-size: 11px;
    padding: 5px 0 0 0;
    margin: 0;
}

div.categoryBoxContent a.btn-compare {
    width: 100px;
    height: 21px;
    text-indent: -1000em;
    overflow: hidden;
    display: block;
    margin: 5px 0 0 auto;
}

.sitePower div.categoryBoxContent a.btn-compare {
    background: url(/images/main/power/btn-compare_de.png) no-repeat 0 0;
}

/* Footer Categories ///////////////////////////////////////////////*/
div.footerCategories {
    padding: 20px 0;
}

div.footerCategory {
    float: left;
    width: 320px;
    margin: 0 5px 0 0;
    font-size: 11px;
    line-height: 14px;
}

div.footerCategory h5 {
    font-size: 12px;
    font-weight: bold;
}

div.footerCategory img {
    float: left;
    margin-left: 20px;
}

div.footerCategory p,
div.footerCategory h5 {
    margin-left: 110px;
}

div.footerCategory h5 {
    margin-bottom: 5px;
}

/* Home ///////////////////////////////////////////////*/
div.homeContent {
    background: url(/images/main/home/bg_start.gif) repeat-x 0 0;
    padding: 0 0 180px}

div.homeMainContent {
    float: left;
    display: inline;
    width: 695px;
}

div.homeMainContent div.homeIntro {
    height: 140px;
    width: 695px;
    background: url(/images/main/home/teaser_de.jpg) no-repeat 0 0;
}

div.homeMainContent div.homeIntro h2 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    color: #80a8cc;
    padding-top: 40px;
    text-indent: -1000em;
}

div.homeMainContent div.homeIntro h3 {
    font-weight: bold;
    font-size: 28px;
    line-height: 30px;
    padding-top: 5px;
    text-indent: -1000em;
}

div.homeMainContent div.homeIntro h4 {
    font-weight: bold;
    font-size: 14px;
    line-height: 16px;
    padding-top: 25px;
    text-indent: -1000em;
}

dl.homeCategoryList {
    width: 170px;
    margin: 0 5px 20px 0;
    float: left;
    line-height: 15px;
}

dl.homeCategoryList.telephoneandmobile {
    margin-right: 0;
}

dl.homeCategoryList dt {
    width: 170px;
    height: 40px;
    background: #fff;
    padding-bottom: 10px;
}

dl.homeCategoryList dt a {
    display: block;
    color: #fff;
    line-height: 40px;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
    height: 40px;
    background: url(/images/main/home/categoriestitle.jpg) no-repeat 0 0;
}

dl.homeCategoryList.insurances dt a {
    background-position: 0 -40px;
}

dl.homeCategoryList.finance dt a {
    background-position: 0 -80px;
}

dl.homeCategoryList.telephoneandmobile dt a {
    background-position: 0 -120px;
}

dl.homeCategoryList dd {
    background: #fff;
}

dl.homeCategoryList dd.spacer {
    background: #fff url(/images/main/home/categoriesspacer.png) no-repeat 0 6px;
    height: 15px;
}

dl.homeCategoryList dd.listEnd {
    background: #fff url(/images/main/180-end.png) no-repeat 0 10px;
    height: 15px;
    overflow: hidden;
    line-height: 5px;
    font-size: 5px;
}

dl.homeCategoryList dd a {
    display: block;
    font-size: 12px;
    padding: 0 0 0 23px;
    width: 135px;
    background: url(/images/main/home/categoriesdot.png) no-repeat 5px center;
    color: #708e27;
}

dl.homeCategoryList.insurances dd a {
    color: #27344d;
}

dl.homeCategoryList.finance dd a {
    color: #510e78;
}

dl.homeCategoryList.telephoneandmobile dd a {
    color: #b15504;
}

dl.homeList {
    width: 170px;
    margin: 15px 5px 0 0;
    float: left;
    line-height: 15px;
}

dl.homeList dt {
    font-size: 12px;
    font-weight: bold;
}

dl.homeList dd a {
    font-size: 12px;
    line-height: 20px;
    display: block;
    padding: 0 0 0 7px;
    background: url(/images/main/link-arrow.gif) no-repeat 0 8px;
}

div.homeContentSidebar {
    float: left;
    display: inline;
    width: 270px;
    margin: 10px 0 0 5px;
}

div.homeContentBlogEntry {
	width: 237px;
	background: url(../../images/main/home/sidebar-shadow.png) no-repeat;
	background-position: bottom;
	padding: 10px 0 0 0;
}

div.homeContentBlogEntry small {
	font-size: 10px;
	color: #76a8d2;
}

div.homeContentBlogEntry .BlogTitle {
	font-size: 11px;
	color: #2b3c50;
	border-bottom: 1px solid #d7dbe1;
	padding: 3px 0 5px 0;
}

div.homeContentBlogEntry .BlogText {
	font-size: 11px;
	color: #8b97a5;
	margin: -5px 0 0 0;
	line-height: 15px;
}

div.homeContentBlogEntry .BlogLink {
	padding: 0 0 12px 0;
	text-align: right;
}

div.homeContentBlogEntry .BlogLink a {
	font-size: 10px;
}

div.homeContentBlogEntry .BlogSpace {
	font-size: 11px;
	color: #8b97a5;
	margin: -5px 0 0 0;
}

/*div.homeContentSidebar h3 {
    background: #41586f  url(/images/main/home/titlebg.png) repeat-y 0 0;
    height: 40px;
    font-size: 16px;
    font-weight: bold;
    color: #fff;
    line-height: 40px;
    padding: 0 0 0 20px;
}*/

div.homeContentSidebar h3 {
	background: url(../../images/main/home/titlebg-top.png) no-repeat;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #2b3c50;
    line-height: 30px;
    padding: 0 0 0 20px;
}

div.homeContentSidebar h4 {
	background: url(../../images/main/home/titlebg-sub.png) no-repeat;
    height: 42px;
    font-size: 16px;
    font-weight: bold;
    color: #2b3c50;
    line-height: 40px;
    padding: 0 0 0 20px;
}

div.homeContentSidebar h5 {
	background: url(../../images/main/home/titlebg-top.png) no-repeat;
    height: 32px;
    font-size: 16px;
    font-weight: bold;
    color: #2b3c50;
    line-height: 30px;
    padding: 0 0 0 20px;
}

/*div.homeContentSidebar .helpBox {
    background: #fff url(/images/main/home/helpbg_de.gif) no-repeat 0 0;
    height: 80px;
    font-weight: bold;
    text-align: center;
    padding: 10px 0 0;
}*/

div.homeContentSidebar .helpBox {
	background: url(../../images/main/home/helpbg_de_home.png) no-repeat;
    height: 90px;
	font-size: 11px;
    padding: 8px 0 0 20px;
}

.homeContentSidebarBox {
    padding: 0 0 14px 15px;
	background-image: url(../../images/main/home/sidebarbg.gif);
	background-repeat: repeat-y;
	margin: -2px 0 0 0;
	height: 334px;
}

*html .homeContentSidebarBox {
    padding: 0 0 14px 15px;
	background-image: url(../../images/main/home/sidebarbg.gif);
	background-repeat: repeat-y;
	margin: -2px 0 -10px 0;
	height: 347px;
}

.homeContentSidebarBox div {
    margin: 2px 6px 10px 0;
}

div.homeContentSidebar .homeContentSidebarBox h6 {
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
}

.homeContentSidebarBox a.buttonCompare1,
.homeContentSidebarBox a.buttonCompare2,
.homeContentSidebarBox a.buttonCompare3 {
    display: block;
    height: 21px;
    overflow: hidden;
    text-indent: -1000em;
    margin-top: 10px;
}

.homeContentSidebarBox a.buttonCompare1 {
    width: 147px;
    background: url(/images/main/home/button-compare1.png) no-repeat 0 0;
}

.homeContentSidebarBox a.buttonCompare2 {
    width: 180px;
    background: url(/images/main/home/button-compare2.png) no-repeat 0 0;
}

.homeContentSidebarBox a.buttonCompare3 {
    width: 157px;
    background: url(/images/main/home/button-compare3.png) no-repeat 0 0;
}

.homeContentSidebarBox a.button {
    display: block;
    padding: 3px 7px;
    background: #5d90ba;
    color: #fff;
    font-weight: bold;
    position: absolute;
    right: 0;
    bottom: 0;
}

div.homeContentSidebar .newsletterBox {
    font-size: 1em;
    padding: 12px 15px 14px;
	background-image: url(../../images/main/home/sidebarbg.gif);
	background-repeat: repeat-y;
}

div.newsletterBox label {
    font-size: 1.1em;
    font-weight: bold;
    display: block;
    padding: 5px 0;
}

div.newsletterBox div.form {
    background: url(/images/main/home/newsletterform_de.png) no-repeat 0 10px;
    position: relative;
    height: 35px;
    margin-top: 0px;
}

div.newsletterBox .emailField {
    margin: 0;
    background: none;
    border: 0;
    color: #4b98d6;
    font-size: 1.1em;
    padding: 3px 10px;
    width: 135px;
    position: absolute;
    top: 10px;
    left: 0;
}

div.newsletterBox .aboButton {
    margin: 0;
    background: none;
    border: 0;
    width: 70px;
    height: 20px;
    overflow: hidden;
    text-indent: -1000em;
    line-height: 300px;
    position: absolute;
    top: 10px;
    right: 23px;
    cursor: pointer;
}

div.box .aboButton {
    width: 80px;
    height: 21px;
    background-image: url(/images/main/button-subscribe.gif);
    background-repeat: no-repeat;
    border: none;
    cursor: pointer;
    margin: 3px 0 0 0;
}

div.sidebarEnd {
	background: url(../../images/main/home/sidebar-bottom.gif);
	text-align: center;
    height: 2px;
    overflow: hidden;
    font-size: 0px;
}

div.homeTeaser {
    display: block;
    margin: 0 0 0px;
	background: #fff url("/images/main/maincontent-end.png") no-repeat scroll 0 bottom;
	padding: 0 0 4px;
	height: 144px;
	overflow: hidden;
	position: relative;
}

div.homeTeaserImage {
	position: absolute;
}

div.homeTeaser .link {
	position: absolute;
	top: 0;
	right: 0;
}
div.homeTeaser dl {
	color: #fff;
	display: block;
	height: 131px;
	padding: 10px 30px 0 32px;
	width: 330px;
}

div.homeTeaser dl.power { background: #536f11 url(/images/main/teaser-home-power.png) no-repeat 0 0;}
div.homeTeaser dl.car {	background: #47647f url(/images/main/teaser-home-car.png) no-repeat 0 0;}
div.homeTeaser dl.rental {	background: #47647f url(/images/main/teaser-home-rental.png) no-repeat 0 0;}
div.homeTeaser dl.pkv {	background: #47647f url(/images/main/teaser-home-pkv.png) no-repeat 0 0;}

div.homeTeaser dt {
	font-size: 19px;
	font-weight: bold;
	line-height: 21px;
	padding-bottom: 5px;
	margin: 0 0 10px 0;
}

div.homeTeaser dd {
	font-size: 12px;
	line-height: 18px;
	padding-left: 16px;
	height: 18px;
	background: url(/images/main/teaser-dot.png) no-repeat 0 center;
}

div.homeTeaser .rental dd {
	font-size: 12px;
	line-height: 18px;
	padding-left: 16px;
	height: 18px;
	background: url(/images/main/teaser-dot-white.png) no-repeat 0 center;
}

div.homeTeaser .power dd {
	font-size: 12px;
	line-height: 18px;
	padding-left: 16px;
	height: 18px;
	background: url(/images/main/teaser-dot-white.png) no-repeat 0 center;
}

* html div.homeTeaser dd {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/teaser-dot.png');
    background-image: none;
}

* html div.homeTeaser .rental dd {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/teaser-dot-white.png');
    background-image: none;
}

* html div.homeTeaser .power dd  {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/teaser-dot-white.png');
    background-image: none;
}
/* System Message ///////////////////////////////////////////////*/
div.system_message {
    margin: 20px auto;
    background: #fff;
    border: 1px dashed #D9E2EA;
}

div.system_message .inner {
    padding: 30px;
    text-align: center;
    font-size: 18px;
}

div.system_message .inner span {
    text-align: center;
    font-size: 12px;
	font-weight: bold;
}

div.system_message .error {
    background: #fff;
    border: 1px dashed #c00;
    color: #c00;
}

div.system_error {
    background: #fff;
    border: 1px dashed #D9E2EA;
}

div.system_error .inner {
    padding: 45px;
    text-align: center;
    font-size: 18px;
	line-height: 23px;
}

div.system_error .inner span {
    text-align: center;
    font-size: 12px;
	font-weight: bold;
}

/* Landing Page Styles //////////////////////////////////////////*/
.landingPage {
    width: 790px;
}

.landingTeaser {
    background-repeat: no-repeat;
    width: 770px;
    height: 170px;
    padding: 10px 0 10px 20px;
    position: relative;
	margin: 0 0 0px;
}

div.mainContent .landingTeaser h2 {
	font-size: 28px;
	color: #fff;
	margin: 0;
}

div.mainContent .landingTeaser h3 {
	font-size: 14px;
	font-weight: bold;
}

div.mainContent .landingTeaser h4 {
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 20px;
	top: 80px;
	margin: 0;
	text-align: left;
}

.landingForm {
	position: absolute;
	top: 110px;
	left: 20px;
	height: 50px;
	width: 100%;
}

.landingForm legend {
    display: none;
}

.mainContent .landingFormCols li {
    float: left;
    display: block;
    padding: 0;
    line-height: 22px;
    padding-right: 35px;
    background:  transparent;
}

.mainContent .landingFormCols li.last {
    padding: 0;
}

.landingFormCols label {
    color: #26324a;
    font-weight: bold;
    font-size: 11px;
	display: block;
	line-height: 14px;
	padding: 4px 0;
}

.landingFormText,
.landingFormSelect,
.landingFormDate {
    border: 1px solid #cdd6e4;
    background: #fff url(/images/main/landing/form_text_bg.gif) repeat-x 0 0 ;
    height: 14px;
    padding: 2px 4px;
    width: 100%;
}

.landingFormDate {
    width: 92px;
	z-index: 10;
	position: relative;
	top: 2px;
}

img.landingFormDateImg {
	position: relative;
	left: -16px;
	top: 3px;
	* top: 2px;
	z-index: 20;
}

*html img.landingFormDateImg,
*+html img.landingFormDateImg{
	top: 1px;
}

.landingFormSelect {
    padding: 1px;
    height: 20px;
}

.landingFormCols .first { width: 120px; }
.landingFormCols .second { width: 165px; }

.landingFormSubmit {
    background-repeat: no-repeat;
    background-color: #fff;
    cursor: pointer;
    line-height: 200px;
    font-size: 0px;
    overflow: hidden;
    border: 0;
    display: block;
	position: relative;
	top: 14px;
    height: 32px;
    width: 209px;
}

.landingIconHelp {
    position: relative;
    bottom: -2px;
	left: 10px;
}

.mainContent .landingCatList .landingCatListItem {
    float: left;
    padding: 10px 0 0 107px;
    line-height: auto;
    margin: 3px 20px 15px 0;
	background: #fff;
    width: 278px;
	position: relative;
}

.mainContent .landingCatList .landingCatListTop {
	height: 6px;
	overflow: hidden;
	width: 385px;
	position: absolute;
	top: 0;
	left: 0;
}

.mainContent .landingCatList .landingCatListItemGraphic {
	position: absolute;
	left: 0;
	top: 6px;
}

.mainContent .landingCatList li.second,
.mainContent .landingCatList li.fourth {margin-right:0;}

.mainContent .landingCatList h3,
.mainContent .landingCatList h3 a {
    font-weight: bold;
    text-decoration: none;
    font-size: 14px;
}

.mainContent .landingCatList h3 {
    padding: 5px 0 1px;
	margin: 0;
}

.mainContent .landingCatList h4 {
    margin: 0 0 0;
    font-size: 12px;
    line-height: 16px;
}

.mainContent .landingCatList p {
    color: #26324a;
    line-height: 14px;
    font-size: 11px;
    padding: 10px 20px 10px 0;
    margin: 0;
}

.mainContent .landingCatList a.linkNext {
    white-space: nowrap;
}

.mainContent .landingCatList a.linkNext span {
    color: #ff9033;
}

.landingButtonCompare {
    display: block;
    height: 21px;
    width: 175px;
    overflow: hidden;
    margin: 0 10px 10px auto;
}

.landingPage div.mainContentBox {
    padding: 10px 20px 10px 20px;
    font-size: 12px;
    line-height: 18px;
	background: none;
}

.landingPage div.mainContentBox h2 {
    margin-bottom: 10px;
}

.landingPage div.mainContentBox h3 {
    font-size: 12px;
	font-weight: bold;
	margin-bottom: 0px;
}

/* Landing Power /////////////////////////////////////////////////*/
.landingPower .landingTeaser { background-image: url(/images/main/landing/power_teaser_bg.jpg); }
.landingPower .landingTeaser h3 { color:#edf3e3;}
.landingPower .landingTeaser h4 { color:#5a761d; }

.landingPower .landingFormSubmit { background-image: url(/images/main/landing/power_form_submit.gif); }
.landingPower .landingTypeSelect { width: 120px; }

.landingPower .landingCatListItem { background:#fff url(/images/main/landing/power_compare_bg.png) repeat-y 0 0 !important;}
.landingPower .landingCatList .landingCatListTop { background: #547012 url(/images/main/landing/power_compare_top.png) no-repeat 0 0;}
.landingPower .landingCatList h3,
.landingPower .landingCatList h3 a { color: #5a761d; }
.landingPower .landingCatList a.linkNext span { color: #5a761d;}

.landingPower .landingCatList h4 { color: #8ca55e; }

.landingPower .landingButtonCompare { background-image: url(/images/main/landing/power_compare.png); text-indent: -6000px; }



/* Landing Finance /////////////////////////////////////////////////*/
.landingFinance .landingTeaser { background-image: url(/images/main/landing/finance_teaser_bg.jpg); }
.landingFinance .landingTeaser h3 { color:#f5edfa;}
.landingFinance .landingTeaser h4 { color: #5a197f;}

.landingFinance .landingFormCols .first { width: 140px; }
.landingFinance .landingFormCols .second { width: 125px; }
.landingFinance .landingFormCols .third { width: 145px; }
.landingFinance .landingFormSubmit { background-image: url(/images/main/landing/finance_form_submit.gif); }

.landingFinance .landingTypeSelect { width: 120px; }

.landingFinance .landingCatListItem { background:#fff url(/images/main/landing/finance_compare_bg.png) repeat-y 0 0 !important;}
.landingFinance .landingCatList .landingCatListTop { background: #5b1a80 url(/images/main/landing/finance_compare_top.png) no-repeat 0 0;}
.landingFinance .landingCatList h3,
.landingFinance .landingCatList h3 a { color: #5d1d81; }
.landingFinance .landingCatList a.linkNext span { color: #5d1d81;}

.landingFinance .landingCatList h4 { color: #9361b0; }

.landingFinance .landingButtonCompare { background-image: url(/images/main/landing/finance_compare.png); text-indent: -6000px; }


/* Landing Travel /////////////////////////////////////////////////*/
.landingTravel .landingTeaser { background-image: url(/images/main/landing/travel_teaser_bg.jpg); }
.landingTravel .landingTeaser h3 { color:#ffd5af;}
.landingTravel .landingTeaser h4 { color: #b8600e;}

.landingTravel .landingFormCols .first { width: 130px; }
.landingTravel .landingFormCols .second { width: 125px; }
.landingTravel .landingFormCols .third { width: 145px; }
.landingTravel .landingFormSubmit { background-image: url(/images/main/landing/travel_form_submit.gif); }
.landingTravel .landingTypeSelect { width: 120px; }

.landingTravel .landingCatListItem { background:#fff url(/images/main/landing/travel_compare_bg.png) repeat-y 0 0 !important;}
.landingTravel .landingCatList .landingCatListTop { background: #b55c07 url(/images/main/landing/travel_compare_top.png) no-repeat 0 0;}
.landingTravel .landingCatList h3,
.landingTravel .landingCatList h3 a { color: #b65d09; }
.landingTravel .landingCatList a.linkNext span { color: #b65d09;}

.landingTravel .landingCatList h4 { color: #dc904d; }

.landingTravel .landingButtonCompare { background-image: url(/images/main/landing/travel_compare.png); text-indent: -6000px; }
.mainContent .landingTravel .landingFormCols li { padding-right:10px; }
.mainContent .landingTravel .landingFormCols li.last { padding-right: 0; }

.landingTravel .landingCatListItemGraphic { background: url(/images/main/landing/travel_catbox_head.gif) no-repeat 0 bottom !important;}


/* Landing Insurance /////////////////////////////////////////////////*/
.landingInsurance .landingTeaser { background-image: url(/images/main/landing/insurance_teaser_bg.jpg); }
.landingInsurance .landingTeaser h3 { color:#d7e6f2;}
.landingInsurance .landingTeaser h4 { color: #2b3547;}

.landingInsurance .landingFormCols .first { width: 140px; }
.landingInsurance .landingFormCols .second { width: 125px; }
.landingInsurance .landingFormCols .third { width: 145px; }
.landingInsurance .landingFormSubmit { background-image: url(/images/main/landing/insurance_form_submit.gif); }

.landingInsurance .landingCatListItem { background:#fff url(/images/main/landing/insurance_compare_bg.png) repeat-y 0 0 !important;}
.landingInsurance .landingCatList h3,
.landingInsurance .landingCatList h3 a { color: #27344d; }
.landingInsurance .landingCatList a.linkNext span { color: #27344d;}
.landingInsurance .landingCatList h4 { color: #598cb6; }
.landingInsurance .landingCatList .landingCatListTop { background: #36485e url(/images/main/landing/insurance_compare_top.png) no-repeat 0 0;}
.landingInsurance .landingButtonCompare { background-image: url(/images/main/landing/insurance_compare.png); text-indent: -6000px; }


/* Press /////////////////////////////////////////////////*/

.Press b {
    background-color: #d9e2ea;
    color: #272727;
    font-weight: bold;
    display: block;
    padding: 3px 0 3px 12px;
}

.PressBox{
    border-bottom: 1px dashed #d1e6f9;
    padding: 6px 0 6px 0;
}

.PressDate {
    padding: 0 0 0 12px;
}

.PressPost {
    padding: 0 0 0 12px;
}

.PressPdf {
    padding: 0 12px 0 0;
}

.PressLink {
    padding: 0 12px 0 0;
}

/* Sitemap /////////////////////////////////////////////////*/
dl.sitemapList {
    margin: 25px 30px 0 0 !important;
    width: 220px;
    border: 1px solid #ccd3e3;
}

dl.sitemapList dt {
    font-weight: bold;
    background: #f6f8fb;
    padding: 0 10px;
    height: 25px;
    line-height: 25px;
}

dl.sitemapList dd {
    line-height: 25px;
    display: block;
    padding: 0 0 0 17px;
    border-top: 1px dotted #ccd3e3;
    background: url(/images/main/link-arrow.gif) no-repeat 10px 10px;
}

dl.sitemapList dd a {
    display: block;
}

div.sitemapCol {
    float: left;
}

/* Calculator /////////////////////////////////////////////////*/

div.contentCalculator {
    margin: 25px 0 0 0;
}

* html div.contentCalculator {
    margin: 25px 0 0 0;
	overflow: hidden;
	width: 730px;
}

/* Newsletter Pages /////////////////////////////////////////////////*/

div.newsletterSucces {
    position: relative;
    width: 267px;
    height: 130px;
    background-image: url(/images/main/newsletter-success.gif);
    background-repeat: no-repeat;
    margin: -130px 0 0 450px;
}

div.newsletterAdd {
    position: relative;
    width: 267px;
    height: 130px;
    background-image: url(/images/main/newsletter-add.gif);
    background-repeat: no-repeat;
    margin: -130px 0 0 450px;
}

div.newsletterError {
    position: relative;
    width: 267px;
    height: 130px;
    background-image: url(/images/main/newsletter-error.gif);
    background-repeat: no-repeat;
    margin: -130px 0 0 450px;
}


/* Vergleichseite ///////////////////////////////////////*/
div.compareContainer {
    padding: 0 0 37px;
    background: #fff url(/images/main/maincontent-end.png) no-repeat 0 bottom;
    font-size: 12px;
    line-height: 18px;
}

div.compareContainerRental {
    padding: 0 0 37px;
    font-size: 12px;
    line-height: 18px;
}

div.compareContainerBig {
    padding: 0 0 0px;
    font-size: 12px;
    line-height: 18px;
}

div.compareHeader {
    position: relative;
    min-height: 1%;
    background: #fff url(/images/main/insurances/bg-compare-shadow.gif) repeat-x 0 bottom;
}

* html div.compareHeader {
    height: 1%
}

/* Vergleichseite Text  */
div.compareContainer h2 {
    font-weight: bold;
    line-height: 1.238em;
    margin-bottom: 5px;
    font-size: 20px;
}

div.compareContainer h3 {
    font-size: 1.2em;
    line-height: 1.167em;
    font-weight: bold;
    margin-bottom: 10px;
}

div.compareHeader div.gradient { height: 40px;}
.siteInsurance div.compareHeader div.gradient { background: #6394BD url(/images/main/insurances/bg-compare-header-gradient.png) repeat-y 0 0;}
.sitePower div.compareHeader div.gradient {background: #556f13 url(/images/main/power/bg-compare-header-gradient.png) repeat-y 0 0;}
.siteTravel div.compareHeader div.gradient {background: #b45b0d url(/images/main/travel/bg-compare-header-gradient.png) repeat-y 0 0;}
.siteFinance div.compareHeader div.gradient {background: #5c1c81 url(/images/main/finance/bg-compare-header-gradient.png) repeat-y 0 0;}

div.compareText {
    padding: 20px 30px 0 30px;
    width: 450px;
    float: left;
}

div.compareText a {    white-space: nowrap;}

.siteFinance div.compareText a { color: #8536b2;}
.sitePower div.compareText a { color: #76991f;}
.siteTravel div.compareText a { color: #b45b0d;}

div.compareText a.linkFAQ,
div.compareText a.linkAdviser,
div.compareText a.linkDownload {
    padding: 3px 20px 3px 25px;
    font-size: 12px;
}

.siteInsurance div.compareText a.linkFAQ {background: url(/images/main/insurances/link-faq.png) no-repeat 0 center;}
.sitePower div.compareText a.linkFAQ {background: url(/images/main/power/link-faq.png) no-repeat 0 center;}
.siteFinance div.compareText a.linkFAQ {background: url(/images/main/finance/link-faq.png) no-repeat 0 center;}
.siteTravel div.compareText a.linkFAQ {background: url(/images/main/mobile/link-faq.png) no-repeat 0 center;}

.siteInsurance div.compareText a.linkAdviser {background: url(/images/main/insurances/link-adviser.gif) no-repeat 0 center;}
.sitePower div.compareText a.linkAdviser {background: url(/images/main/power/link-adviser.gif) no-repeat 0 center;}
.siteFinance div.compareText a.linkAdviser {background: url(/images/main/finance/link-adviser.gif) no-repeat 0 center;}
.siteTravel div.compareText a.linkAdviser {background: url(/images/main/mobile/link-adviser.gif) no-repeat 0 center;}

div.compareText a.linkDownload {background: url(/images/main/link-download.gif) no-repeat 5px center;}


/* Vergleichseite Features */
div.compareFeaturesContainer {
    width: 259px;
    padding: 105px 5px 20px 15px;
    float: right;
}

.siteInsurance     div.compareFeaturesContainer {
    background: #e9f3fb url(/images/main/insurances/bg-compare-features-shadow.gif) repeat-x 0 bottom;
}

.sitePower         div.compareFeaturesContainer {
    color: #404a26;
    background: #f6faed url(/images/main/power/bg-compare-features-shadow.gif) repeat-x 0 bottom;
}
.siteTravel     div.compareFeaturesContainer {
	color: #4a3726;
    background: #faede1 url(/images/main/travel/bg-compare-features-shadow.gif) repeat-x 0 bottom;
}

.siteFinance     div.compareFeaturesContainer {
    color: #3d264a;
    background: #f5edfa  url(/images/main/finance/bg-compare-features-shadow.gif) repeat-x 0 bottom;
}

div.compareFeaturesContainer img.imgPic {
    position: absolute;
    top: 0;
    right: 0;
}

div.compareFeaturesContainer div.seal {
    position: absolute;
    top: 50px;
    right: -10px;
    width: 129px;
    height: 114px;
}

.siteInsurance     div.compareFeaturesContainer div.seal {    background: url(/images/main/insurances/seal.png) no-repeat 0 0;}
.sitePower         div.compareFeaturesContainer div.seal {    background: url(/images/main/power/seal.png) no-repeat 0 0;}
.siteTravel     div.compareFeaturesContainer div.seal {    background: url(/images/main/travel/seal.png) no-repeat 0 0;}
.siteFinance     div.compareFeaturesContainer div.seal {    background: url(/images/main/finance/seal.png) no-repeat 0 0;}

* html .siteInsurance div.compareFeaturesContainer div.seal {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/insurances/seal.png');
    background-image: none;
}

* html .sitePower div.compareFeaturesContainer div.seal {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/power/seal.png');
    background-image: none;
}

* html .siteTravel div.compareFeaturesContainer div.seal {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/travel/seal.png');
    background-image: none;
}

* html .siteFinance div.compareFeaturesContainer div.seal {
    filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(enabled=true, sizingMethod=crop src='/images/main/finance/seal.png');
    background-image: none;
}

div.compareFeaturesContainer dl.listFeatures dt {
    font-size: 12px;
    line-height: 16px;
    font-weight: bold;
    margin: 0 0 10px;
}

div.compareFeaturesContainer dl.listFeatures dt span {
    color: #42a500;
    display: block;
}

div.compareFeaturesContainer dl.listFeatures dd {
    line-height: 16px;
    font-size: 12px;
    padding: 5px 0 5px 20px;
    background: url(/images/main/insurances/features-dot.gif) no-repeat 0 5px;

}

.siteInsurance     	div.compareFeaturesContainer dl.listFeatures dd {background: url(/images/main/insurances/features-dot.gif) no-repeat 0 5px;}
.siteFinance    	div.compareFeaturesContainer dl.listFeatures dd {background: url(/images/main/finance/features-dot.gif) no-repeat 0 5px;}
.sitePower        	div.compareFeaturesContainer dl.listFeatures dd {background: url(/images/main/power/features-dot.gif) no-repeat 0 5px;}
.siteTravel        	div.compareFeaturesContainer dl.listFeatures dd {background: url(/images/main/travel/features-dot.gif) no-repeat 0 5px;}


/* Vergleichseite Rechner */
div.compareFormContainer { padding: 30px 10px 0;}

div.compareBigFormContainer {
	padding: 30px 10px 15px 10px; 
	width: 950px; 
	text-align: center; 
	background: #fff url(/images/main/maincontent-end-big.png) no-repeat 0 bottom;
	margin: 0 auto;
	top: -37px;
	position: relative;
}

*html div.compareBigFormContainer {
	padding: 30px 10px 15px 10px; 
	width: 950px; 
	text-align: center; 
	background: #fff url(/images/main/maincontent-end.png) no-repeat 0 bottom;
	top: -48px;
	position: relative;
}

div.compareFormContainer h2,
div.compareFormContainer h3 { padding: 0 20px;}

div.compareFormContainer h3 { color: #4b98d6;}

div.compareForm {
    border: 1px solid #d3d9e7;
    padding: 20px 19px 0;
}

div.compareFormContainer div.logos {
    height: 58px;
    background: url(/images/main/bg-compare-form-logos.png) repeat-x 0 0;
    border: 1px solid #d3d9e7;
    border-bottom: none;
    text-align: center;
    position: relative;
    overflow: hidden;
}

div.compareForm h4 {
    margin-top: 0;
}

img.ui-datepicker-trigger {
    left: -15px;
    position: relative;
    top: 4px;
    * top: 2px;
    z-index: 10;
}

/* Mouseover Tooltips */
#yourTooltip {
    position: absolute;
    z-index: 3000;
    padding: 5px;
    background-color: #fff;
    border: 2px solid #313131;
    color: #313131;
    margin: 20px 0 0 -40px;
}

#yourTooltip p {
    font-size: 11px;
    line-height: 16px;
}

#yourTooltip li {
    display: block;
    font-size: 11px;
    padding: 0 0 0 16px;
}

/* Popup */

.popupText {
	font-size: 12px;
	color: #26324a;
}

/* Danke-Seite ///////////////////////////////////////*/
div.successContainer {
    padding: 20px 10px 20px 10px;
    background: #fff url(/images/main/maincontent-end.png) no-repeat 0 bottom;
    font-size: 12px;
    line-height: 18px;
}

div.successBorder {
	background-color: #27334b;
	color: #ffffff;
	text-align: center;
	font-weight: bold;
	padding: 11px 0 11px 0;
	background-image: url(../../images/main/sidebar-title-insurance.png);
	background-repeat: no-repeat;
	background-position: center;
	margin: 35px 0 20px 0;
}

div.successTeaser {
	float: left;
}

div.successTeaser .boxSuccess {
	width: 375px;
	float: left;
	margin: 0 0 20px 0;
}

div.successTeaser .boxSuccess .Top {
	background-image: url(../../images/main/insurances/success-top.gif);
	background-repeat: no-repeat;
	text-align: center;
	font-size: 16px;
	color: #27344d;
	font-weight: bold;
	padding: 12px 0 11px 0;
}

div.successTeaser .boxSuccess .Middle {
	overflow: hidden;
	height: 100px;
}

div.successTeaser .boxSuccess .Middle div {
	font-size: 11px;
	position: absolute;
	float: left;
	width: 230px;
	margin: 8px 0 0 115px;
}

div.successTeaser .boxSuccess .Middle img {
	float: left;
	position: absolute;
}

div.successTeaser .boxSuccess .Middle a {
	position: absolute;
	margin: 68px 0 0 258px;
}

div.successTeaser .boxSuccess .Bottom {
	background-image: url(../../images/main/insurances/success-bottom.gif);
	background-repeat: no-repeat;
	height: 5px;
}

/* Newsbox ///////////////////////////////////////*/

div.newsbox {
	margin: 10px 0 10px 0;
}

div.newsboxBorder {
	background-color: #27334b;
	color: #ffffff;
	text-align: left;
	font-weight: bold;
	padding: 11px 0 11px 20px;
	font-size: 18px;
}

div.newsboxContent {
	display: block;
	border: 1px solid #e2e5eb;
	background-image: url(../../images/main/insurances/newsbox-background.gif);
	background-repeat: repeat-x;
	border-top: 0px;
	padding: 10px 20px 0 20px;
}

div.newboxTitle {
	background-image: url(../../images/main/insurances/newsbox-icon.gif);
	background-repeat: no-repeat;
	background-position: left;
	height: 33px;
	padding: 0 0 0 49px;
}

div.newboxTitle h3 {
	font-size: 12px;
	color: #37475e;
	display: inline;
	margin: 0 0 0 0;
}

div.newboxTitle small {
	font-size: 12px;
	color: #5a8db7;
	display: inline-block;
	margin: 3px 0 0 0;
}

div.newsboxContent p {
	font-size: 12px;
	color: #37475e;
	line-height: 18px;
	padding: 10px 0 0 0;
}

div.newsboxContent p a {
	font-size: 12px;
	color: #37475e;
	text-decoration: none;
	font-weight: bold;
	margin: 10px 0 -5px 0;
}
	

/* End ///////////////////////////////////////////////*/