/**************************************************************
    common styles

    font-conversion table:
    Points  Pixels  Ems     Percentage
    6pt	    8px	    0.5em	50%
    7pt	    9px	    0.55em	55%
    7.5pt	10px	0.625em	62.5%
    8pt	    11px	0.7em	70%
    9pt	    12px	0.75em	75%
    10pt	13px	0.8em	80%
    10.5pt	14px	0.875em	87.5%
    11pt	15px	0.95em	95%
    12pt	16px	1em	    100%  <--- !kalaydo Standard!
    13pt	17px	1.05em	105%
    13.5pt	18px	1.125em	112.5%
    14pt	19px	1.2em	120%
    14.5pt	20px	1.25em	125%
    15pt	21px	1.3em	130%
    16pt	22px	1.4em	140%
    17pt	23px	1.45em	145%
    18pt	24px	1.5em	150%
    20pt	26px	1.6em	160%
    22pt	29px	1.8em	180%
    24pt	32px	2em	    200%
    26pt	35px	2.2em	220%
    27pt	36px	2.25em	225%
    28pt	37px	2.3em	230%
    29pt	38px	2.35em	235%
    30pt	40px	2.45em	245%
    32pt	42px	2.55em	255%
    34pt	45px	2.75em	275%
    36pt	48px	3em	    300%

**************************************************************/
body {
    height: 100%;
}
/** Reset styles **/
body,table,tr,td,img,div,fieldset,form,span {margin:0;padding: 0; border: 0;}
/** corners **/
.roundCorner5{
    /* Round corners for Mozilla and Webkit Browsers */
    border-top-left-radius: 5px;border-top-right-radius: 5px; border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px;
    -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}
.roundCorner5Top{
    /* Round corners for Mozilla and Webkit Browsers */
    border-top-left-radius: 5px; border-top-right-radius: 5px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
}
.roundCorner5TopBrowse{
    /* Round corners for Mozilla and Webkit Browsers */
    border-top-left-radius: 5px; border-top-right-radius: 5px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-topleft: 5px; -moz-border-radius-topright: 5px; -webkit-border-top-left-radius: 5px; -webkit-border-top-right-radius: 5px;
    height: 10px; background-color: #E7EEF4; border-top: 1px solid #C4CED7; border-left: 1px solid #C4CED7; border-right: 1px solid #C4CED7;
}
.roundCorner5Bottom{
    /* Round corners for Mozilla and Webkit Browsers */
    border-bottom-left-radius: 5px; border-bottom-right-radius: 5px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-bottomleft: 5px; -moz-border-radius-bottomright: 5px; -webkit-border-bottom-left-radius: 5px; -webkit-border-bottom-right-radius: 5px;
}
.roundCorner5BottomLeft{
    /* Round corners for Mozilla and Webkit Browsers */
    border-bottom-left-radius: 5px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-bottomleft: 5px;-webkit-border-bottom-left-radius: 5px;
}
.roundCorner10{
    /* Round corners for Mozilla and Webkit Browsers */
    border-top-left-radius: 10px; border-top-right-radius: 10px; border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
    -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px; -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}
.roundCorner10Top{
    /* Round corners for Mozilla and Webkit Browsers */
    border-top-left-radius: 10px; border-top-right-radius: 10px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-topleft: 10px; -moz-border-radius-topright: 10px; -webkit-border-top-left-radius: 10px; -webkit-border-top-right-radius: 10px;
}
.roundCorner10Bottom{
    /* Round corners for Mozilla and Webkit Browsers */
    border-bottom-left-radius: 10px; border-bottom-right-radius: 10px;
    /* old browser Support for FireFox, Opera, Chrome and Safari  */
    -moz-border-radius-bottomleft: 10px; -moz-border-radius-bottomright: 10px;
    -webkit-border-bottom-left-radius: 10px; -webkit-border-bottom-right-radius: 10px;
}
.dispNon{display: none}
/** heights **/
.height100pe {height: 100%}
/** margins **/
.margin10px_top {margin-top: 10px}
.margin10px_bottom {margin-bottom: 10px}
/** paddings **/
/*** padding tops ***/
.padding3px_top {padding-top: 3px}
.padding8px_left {padding-left: 8px}
/** body **/
body {font: 1em arial; background-color: rgb(255, 255, 255)}
/** colors **/
.colorred {color: rgb(241,88,24);}
.colorgrey {color: rgb(87,104,117);}
.colorblack {color: rgb(0,0,0)}
.colorFFFFFF{color: #FFF !important}
/** text sizes **/
.bold {font-weight: bold}
/** links **/
a:link {text-decoration: none; color: #2200EE; font-size: 1em;}
a:visited {text-decoration: none; color: #551A8B; font-size: 1em;}
a:hover {text-decoration: underline;}
/** imgage links **/
a img, a:visited img {border-style: none;}
/** lists **/
.noneStyleList {margin: 0; padding: 0; list-style-type: none;}
/** list elements **/
li {display: list-item; text-align: left;}
/** clearence DIV **/
.clearall, .clearboth {clear: both;}
.clearboth8{clear: both; height: 8px;}
.clearallsmall {clear:both;height:0.1px;}
.floatLeft{float: left;}
.floatRight{float: right;}
/** center border **/
.center_border {border: 1px solid rgb(194,205,223); padding: 5px; text-align: center; width: 126px;}
.center_border .image, .center_border2 .image {width: 100%; height: 85px;}
/** content **/
#content {font-size: 12px;}
/** headline div **/
.box_newtop_wide {border: 1px solid rgb(196,206,215); height: 20px; padding-top: 5px; font: bold 1em arial; color: rgb(87,104,117); background-color: rgb(231,238,244);}
/** position divs **/
#pageKalaydo {width: 100%;}
#pageCenter {width: 1120px;margin: 10px auto; position: relative; z-index: 10;}
/** mainContent DIVs **/
#mainContent {background-color: rgb(231,238,244); float: left; padding: 6px; width: 985px;}
#mainContentTop {width: 100%; background-color: rgb(255,255,255); border-top-left-radius: 10px; border-top-right-radius: 10px;}
#mainContentMiddle {width: 985px; background-color: rgb(255,255,255); border-bottom-left-radius: 10px; border-bottom-right-radius: 10px; padding: 16px 0 0 0;}

#contentMiddleLeft {width: 207px; float: left; padding: 0 0 0 6px; background: #FFF; font-size: 12px;}
#contentMiddleRight {width: 747px; float: right; background: #FFF; padding: 0 6px 0 0;}

/* new */

#leftMenu{
    margin: 0 0 10px 0;
}

#frontHead{
    width: 985px;
    height: 171px;
    position: relative;
    z-index: 399;
}

/*** kalaydo logo ***/
#kalaydoLogo {position: absolute; left: 6px; top: 8px;}
#kalaydoLogo a:link, #kalaydoLogo a:visited {text-indent: -1999px; height: 76px; width: 207px;}


/*** search bar ***/
#frontSearchBar{
    /*background: url("/img/basic/spritemap_home.png") -9px -471px no-repeat;*/
    background: #6A97CE;
    width: 973px;
    height: 79px;
    position: absolute;
    left: 6px;
    bottom: 0;
}

.searchBarButton{
    position: absolute;
    left: 294px;
    bottom: 79px;
}

.searchBarButtonText{
    height: 26px;
    width: 121px;
    font-size: 26px;
    color: #FFF;
    background: #6A97CE;
    padding: 5px 0 8px 0;
    text-align: center;
}

.searchBarAdText{
    height: 27px;
    width: 255px;
    background: #88c709;
    padding: 5px 0 8px 0;
    text-align: center;
    font-size: 26px;
}

.searchBarAdText a{
    color: #FFFFFF;
    text-decoration: none;
}

.searchBarAd{
    position: absolute;
    left: 422px;
    bottom: 79px;
}

.searchBarPrice{
    position: absolute;
    background: url("/img/basic/spritemap_home.png") -459px -8px no-repeat;
    width:  66px;
    height: 45px;
    left: 686px;
    bottom: 83px;
}

#searchBar{
    width: 950px;
    position: absolute;
    bottom: 32px;
    left: 10px;
}

#searchBar input.keywordSearch,
#searchBar div.category-select,
#searchBar input.location
{
    border: 1px solid #7195E2;
    height: 24px;
    padding: 2px 4px 0 8px;
    font-size: 14px;
    font-family: arial;
    background: #fff;
    color: #282C2E;
}
#searchBar input.keywordSearch{
    width: 182px;
    margin: 0 10px 0 12px;
}
#searchBar div.category-select-wrapper{
    height: 24px;
    width: 200px;
    margin: 0 10px 0 12px;
}
#searchBar div.category-select{
    width: 187px;
    height:24px;
    line-height: 24px;
    padding-right: 0;
    white-space:nowrap;
    overflow:hidden;
    position:absolute;
    cursor: default;
    z-index: 999;
}
#searchBar div.category-select div.category-select-text{
    width: 162px;
    overflow:hidden;
}
#searchBar div.category-select div.category-select-arrow{
    width: 20px;
    height:22px;
    background: #fff url(/img/basic/select-down.png) no-repeat right center;
}
#searchBar div.white-lower-border{
    border-bottom: #fff;
}
#searchBar div.category-options{
    position: absolute;
    left: 90px;
    top: 27px;
    display: block;
    padding: 15px 0 15px 0;
    width: 822px;
    display: none;
    z-index: 999;
    background: #fff;
    border: 1px solid #7195E2;
    -webkit-box-shadow: 3px 3px 3px rgba(120,134,143,0.5);
    -moz-box-shadow: 3px 3px 3px rgba(120,134,143,0.5);
    box-shadow: 3px 3px 3px rgba(120,134,143,0.5);
}
#searchBar div.category-options div.column {
    float:left;
    padding-left: 20px;
    width:180px;
}
#searchBar div.category-options div.border-left {
    border-left: 1px solid #C4CED7;
}
#searchBar div.category-options div.column .head {
    font-size: 16px;
    padding-bottom: 2px;
    color: #7a9db4;
}
#searchBar div.category-options div.column ul {
    margin: 0;
    padding: 0;
}
#searchBar div.category-options div.column ul li {
    background-image: url("/styles/double_arrow_right.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    padding-left: 10px;
    margin: 3px 0;
    font-size: 12px;
    font-weight:normal;
    list-style: none;
}
#searchBar div.category-options div.column ul li.invisible {
    background-image: none;
}
#searchBar div.category-options div.column ul li a:link,
#searchBar div.category-options div.column ul li a:visited
{
    color: #000;
}
#searchBar input.location{
    width: 126px;
    margin: 0 10px 0 12px;
}
#searchBar div.select-wrapper{
    width: 87px;
    border: 1px solid #7195E2;
    height: 26px;
    margin: 0 8px 0 1px;
    /*padding-top: 4px;*/
    overflow: hidden;
    background: #fff url(/img/basic/select-down.png) no-repeat right center;
}
#searchBar select.distance-select{
    width: 112px;
    background: transparent;
    border:0;
    margin:0;
    padding: 5px 0 3px 4px;
    line-height: 24px;
    font-size: 14px;
}
#searchBar select:focus, #searchBar input:focus{
    outline: none;
}


#searchBar input.searchBarSubmit{
    height: 36px;
    width: 126px;
    margin:  0 0 0 10px;
    background: url("/img/basic/buttons/b_suchen_searchBar.png") no-repeat; border: none;
}
#searchBar a.searchbox-submit {
    margin-left: 10px;
}
input.hidden-submit {
    position: absolute;
    left: -9999px;
    width:10px;
}
.searchBarSearches{
    width: 950px;
    height:15px;
    position: absolute;
    bottom: 8px;
    left: 13px;
    color: white;
    font-size: 12px;
    overflow: hidden;
    display:none;
}
.searchBarSearches .label{
    font-weight: bold;
}
.searchBarSearches .list a, .searchBarSearches .list a:visited {
    color: white;
    text-decoration: none;
}
.searchBarSearches .list a:hover {
    text-decoration: underline;
}

#contentMiddleLeft h2 {
    font-size: 16px;
    color: #000;
    font-weight: normal;
    margin: 0 0 10px 0;
    padding: 0;
    width: auto;
}

#contentMiddleLeft p{
    margin: 5px 0;
    padding: 0;
}

#contentMiddleLeft .divider{
    border-top: 1px solid #E7E7E7;
    margin: 14px 0 0 0;
    padding: 0 0 14px 0;
    width: 100%;
    height: 1px;
}

#contentMiddleLeft .slimtop {
    padding: 0 0 4px 0;
}

#contentMiddleLeft .slimbottom {
    margin: 6px 0 0 0;
}

#contentMiddleLeft .borderGrey{
    padding: 10px 6px;
}

#contentMiddleLeft .borderGrey .padding4{
    padding: 0 4px;
}


#contentMiddleLeft .icmaIcon a{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -223px -67px no-repeat ;
    display: block;
    height: 49px;
    margin: 0 17px 14px 0;
    outline: none;
    text-indent: -1999px;
    width: 43px;
}

#contentMiddleLeft .icmaIcon a:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -223px -10px no-repeat ;
}

#contentMiddleLeft .pcidssIcon a{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -276px -63px no-repeat;
    display: block;
    height: 43px;
    margin: 0 17px 14px 0;
    outline: none;
    text-indent: -1999px;
    width: 41px;
}

#contentMiddleLeft .pcidssIcon a:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -276px -10px no-repeat ;
}

#contentMiddleLeft .sslIcon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -326px -75px no-repeat;
    height: 26px;
    margin: 6px 0 14px;
    width: 61px;
}

#contentMiddleLeft .sslIcon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -326px -18px no-repeat
}

#contentMiddleLeft .tvText{
    margin: 6px 4px 0 0;
}

#contentMiddleLeft .rtl2Icon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -222px -168px no-repeat;
    height: 26px;
    margin: 0 11px 0 0;
    width: 27px;
}

#contentMiddleLeft .rtl2Icon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -222px -135px no-repeat;
}

#contentMiddleLeft .rtlIcon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -5px -282px no-repeat;
    height: 15px;
    margin: 0 11px 0 0;
    width: 60px;
}

#contentMiddleLeft .rtlIcon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -5px -256px no-repeat;
}

#contentMiddleLeft .voxIcon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -73px -280px no-repeat;
    height: 15px;
    margin: 0 11px 0 0;
    width: 43px;
}

#contentMiddleLeft .voxIcon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -73px -254px no-repeat;
}




#contentMiddleLeft .ntvIcon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -123px -280px no-repeat;
    height: 15px;
    margin: 0 11px 0 0;
    width: 36px;
}

#contentMiddleLeft .ntvIcon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -123px -254px no-repeat;
}


#contentMiddleLeft .sat1Icon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -258px -176px no-repeat;
    height: 10px;
    margin: 8px 11px 0 0;
    width: 36px;
}

#contentMiddleLeft .sat1Icon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -258px -143px no-repeat;
}

#contentMiddleLeft .pro7Icon{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -304px -171px no-repeat;
    height: 21px;
    margin: 2px 0 0;
    width: 20px;
}

#contentMiddleLeft .pro7Icon:hover{
    background: url("/img/basic/logos/spritemap_tv_sicherheitslogos.png") -304px -138px no-repeat;
}


#lm_like_container{
    position: absolute;
    right: 6px;
    bottom: 87px;
}

.title22px{
    font-size: 22px;
    color: #434E57;
    padding: 3px 0 0 3px;
}

.mailIcon{
    background: url("/img/basic/icons/icon_email.png") no-repeat;
    padding: 4px 0 0 25px;
    margin: 0 0 5px 0;
}

.mailIcon a{text-decoration: none; color: #000; font-size: 12px; color: black;}
.mailIcon a:hover{text-decoration: underline;}

.phoneIcon{
    background: url("/img/basic/icons/icon_telefon.png") no-repeat;
    padding: 6px 0 0 25px;
    margin: 0 0 5px 0;
}

input.descriptionText {color: #8D9BA6 !important;}
.cursorPointer{cursor: pointer;}
.borderGrey{border: 1px solid #E7E7E7;}

ul.greenCheck{
    margin: 10px 0;
    padding: 0;
}

ul.greenCheck li{
    background: url("/img/basic/haken_gruen.png") no-repeat;
    padding: 5px 0 2px 25px;
    margin: 0 0 5px 0;
    list-style-type: none;
    font-size: 12px;
}

.headerLinks div{
    float: left;
    margin: 0 10px 0 0;
    padding: 4px 10px 0 0;
    border-right: 1px solid #C4CED7;
    font-size: 12px;
}

.headerLinks .last{
    margin: 0;
    border: none;
}

.headerLinks a{
    font-size: 12px;
    font-weight: bold;
    color: #576875;
}


#frontLinksTop .headerLinks{
    position: absolute;
    top: 10px;
    right: 186px;
}

.verticalButton{
    background: url("/img/basic/spritemap_home.png") -9px -92px no-repeat;
    width: 368px;
    height: 104px;
    position: relative;
    z-index: 10;

}

.verticalButton .verticalIcon{
    position: absolute;
    top: 16px;
    left: 12px;
    height: 38px;
    width: 47px;
}

.verticalButton .verticalIcon a{display: block;text-indent: -1999px;width: 47px;height: 38px;outline: none;}


.verticalButton .iconKleinanzeigen{background: url("/img/basic/spritemap_home.png") -224px -8px no-repeat;}
.verticalButton .iconJob{background: url("/img/basic/spritemap_home.png") -279px -8px no-repeat;}
.verticalButton .iconImmobilien{background: url("/img/basic/spritemap_home.png") -334px -8px no-repeat;}
.verticalButton .iconAuto{background: url("/img/basic/spritemap_home.png") -389px -8px no-repeat;}

.verticalButton .verticalText{
    position: absolute;
    left: 68px;
    top: 20px;
    width: 280px;
    color: #434e57;
    font-size: 14px;
}

.verticalText .verticalTextSpacer{
    margin: 0 0 5px 0;
}

.verticalButton a{
    color: #434e57;
}
.verticalButton a.verticalTextMain{
    font-size: 32px;
    margin: 0 8px 0 0;
}


h1{
    font-size: 22px;
    color: #434E57;
    font-weight: normal;
    margin: 10px 0;
    padding: 0;
}


h2{
    font-size: 22px;
    color: #434E57;
    font-weight: normal;
    margin: 25px 0 10px 0;
    padding: 0;
    width: 719px;
}

h2 span{
    font-size: 12px;
}
h2 span a{
    color: #2200EE;
}

ul.noList{
    width: 100%;
    margin: 40px 0 20px 0;
    padding: 0;
}

ul.noList li{
    float: left;
    margin: 0 20px 0 0;
    padding: 0;
    list-style-type: none;
    color: #576875;
}

ul.noList li span{
    font-weight: bold;
    display: block;
    margin: 0 0 5px 0;
}

ul.noList li ul{
    margin: 0;
    padding: 0;
}

ul.noList li ul li{
    list-style-type: none;
    margin: 0 0 1px 0;
    padding: 0;
    float: none;
    width: 180px;
    padding: 0 0 0 14px;
    background: url("/img/basic/pfeil_liste.gif") 0 3px no-repeat;
}

ul.noList li ul li a{
    color: #576875;
}



#wideContainer{
    width: 943px;
    padding: 0 21px 21px 21px;
    margin: 0 0 12px 0;
    font-size: 12px;
}

#wideContainer h2,#wideContainer h1{
    font-size: 18px;
    margin: 20px 0 10px 0;
    color: #576875;
    font-weight: normal;
}

#wideContainer p{
    font-size: 12px;
    color: #576875;
    margin: 0 0 14px 0;
    padding: 0;
}

#wideContainer .textContentSlider{

}

#wideContainer .textContentSliderButton{
    color: #2200EE;
    cursor: pointer;
    padding: 0 0 0 12px;
    background: url("/img/basic/pfeil_ausklappen.gif") 0 3px no-repeat;
}


#wideContainer .textContentSliderUp{
    background: url("/img/basic/pfeil_einklappen.gif") 0 3px no-repeat !important;
}

#mainContentBottom {width: 100%;}
/** elements below #mainContentTop **/

#kalaydoLogoImg {display: block !important;}
/*** header ***/

/**** login ****/
.login {}
.LoginPosition {background-color: rgb(255,255,255); position: absolute; text-align: right; width: 180px; z-index: 90; right: 6px; top: 10px;}
.loginPanelButton {cursor: pointer; font: bold 0.75em arial; padding-top: 4px; min-height: 15px; border-left: 1px solid #C4CED7;}
.loginPanel {font-family:arial !important; font-size:0.75em !important; font-weight:normal !important; color:#576875; z-index:100; width: 186px;}
.loginPanel a {color: #576875 !important;}
.loginPanel .premiuminfo{padding: 0 5px 0 0;}
.loginPanelBorder {border: 1px solid rgb(196,206,215); border-top: none; padding: 10px 6px 10px; border-right: none;}
.username, .password {height: 16px; width: 155px; margin: 2px 2px 2px 0; padding: 2px;}
.loginPanelName {margin: 0 5px 5px 0; overflow: hidden;}
.LoginPosition li { text-align: right !important;}
.loginPanelBorderBottom{border-bottom: 1px solid #C4CED7; height: 10px; width: 167px; float: left;}
.loginPanel ul.menulist{margin: 10px 0; padding: 0;}
.loginPanel ul.menulist li{list-style-type: none; margin: 0 0 5px 0;padding:  0; width: 165px;}
.loginPanel label{padding: 0 0 3px 4px;}
span.loginPanelButtonHover{padding: 0 10px 0 0;}
span.loginPanelButtonHoverOn{padding: 0;}

#passwordBubble{width: 203px; height: 65px; padding: 10px 15px; background: url("/img/basic/bubble_info_passwort.png") no-repeat; position: absolute; left: 155px; top: 17px; font-size: 11px; color: #000; text-align: left; display: none;}
.passwordBubbleTitle{font-weight: bold;margin: 0 0 7px 0;}
.passwordBubbleHide{cursor: pointer;}
/*** header end ***/

/*** elements below #contentMiddleRight ***/

#verticalBox{
    position: relative;
    z-index: 10;
    width: 747px;
}

/*** content area - freetext search ***/
#frontpageFreeTextSearch span {margin-right: 15px; color: rgb(87,104,117);}
#frontpageFreeTextSearch #select-search {margin-right: 10px; width: 220px;}
/*** content area - newest ads ***/

.frontpageTopAds {float: left;}
/** freetext search positioning **/
.heading {font-weight: bold; color: rgb(87,103,116);}
.headingPos {margin-top: 11px;}
.searchPosMiddle {margin-left: 5px; margin-right: 5px; float: left;}
.freeTextSearchBoxSize {margin-top: 5px; height: 24px; width: 285px; font-size: 17px}
/* Style for inputboxes when they contain a descriptive text */
input.descriptionText {color: #8D9BA6;}
.searchDropdownSize {margin-top: 5px; height: 30px; padding: 5px 3px 5px 0 !important;}
.searchButtonFreitext {height: 29px; width: 108px; background: url("/img/basic/buttons/b_suchen_orange_gross.png") no-repeat; border: none;}
.searchButtonFreitextPos {margin-top: 6px;}
/** adteaser boxes - newest ads **/

.boxtopangeboten {padding: 2px 0 8px 0; }
.adteaser_boxes_container_nopadding {width: 760px; padding: 0;}
.adteaser_box_outer {width: 144px; padding: 0 0 0 5px; float: left;}
.adteaser_box_outer_frontpage {padding-left: 0; width: 152px;}
.adteaser_box_outer.secondRow{margin-top: 15px;}
.adteaser_box_outer_frontpage a {height: 135px; width: 136px; display: block;color: #566876; }
.adteaser_box_outer_lastad {padding-left: 0; width: 138px;}
.adteaser_box {height: 135px; width: 134px; border: 1px solid #E7E7E7; position: relative;}
.adteaser_box .image {height: 85px; text-align:center; width: 126px; overflow: hidden;}
.adteaser_box .top_heading {height:15px; overflow:hidden; color: #434E57;}
.adteaser_box .top_location {color: #596976;overflow: hidden;white-space: nowrap; font-weight: bold;}
.adteaser_box .top_price {color: #566876;overflow: hidden;white-space: nowrap;}
.adteaser_box .adteaser_contentBox{height: 45px; position: absolute; bottom: 0px; background: #F2F2F2; width: 124px; padding: 5px; opacity: 0.9; z-index: 100}
.adteaser_box a:hover > div.adteaser_contentBox{text-decoration: underline;}

/** adHover boxen**/

.adHoverBox{
    position: absolute;
    left: -45px;
    top: -15px;
    width: 220px;
    z-index: 1999;
    border: 1px solid #E7E7E7;
    background: #FFF;
}

.adHoverBox .adHoverBoxImage{text-align: center; margin: 10px;}
.adHoverBox .adHoverBoxTitle{font-size: 14px; margin: 0 0 5px 0;}
.adHoverBox .adHoverBoxBackground{background: #f9f9f9; padding: 10px; color: #434E57}
.adHoverBox .adHoverBoxContent{font-weight:bold;}
.adteaser_box_outer_frontpage .adHoverBox a{width: auto; height: auto;}
.adteaser_box_outer_frontpage a:hover {text-decoration: none !important;}

/** frontpage kalaydo news **/
#frontpageKalaydoNews {padding: 10px 10px 0 0; width: 758px;}
/** frontpage vertical box **/
#frontpageKalaydoVerticals {margin-top: 10px; float: left;}
#frontpageKalaydoVerticals ul {width: 448px; height: 270px;}
#frontpageKalaydoVerticals li {width: 203px; float: left; margin-right: 8px;}
#frontpageKalaydoVerticals .verticalLinkList {padding: 5px 0 0 10px; width: 210px; height: 110px;}
#frontpageKalaydoVerticals .verticalLinkList li {float: none;}
/** rectangle banner ad **/
#frontpageKalydoRectangleAd {margin: 10px 3px 0 0; height: 240px; width: 300px; float: left;}
/** tower banner ad **/
#tower {height: 740px; left: 997px; position: absolute;}
/** SEO content box **/
#contentbox_Startseite {width: 758px;}
.seoboxtop_wide, .contentboxtop_wide {border: 1px solid rgb(179,199,212); padding: 4px 5px 4px 10px; font: bold 1em; color: rgb(87,104,117); background-color: rgb(231,238,244)}
.seoboxcontent_wide, .contentboxcontent_wide {border: 1px solid rgb(179,199,212); border-top: none; border-bottom: none; padding: 4px 5px 3px 10px; background-color: rgb(255,255,255);}
.seoboxbottom_wide, .contentboxbottom_wide {border: 1px solid rgb(179,199,212); border-top: none; padding: 0 5px 4px 10px; height: 15px;}
/** footer **/
#frontpageFooterKalaydo {width: 255px;}
.footerLinks {margin: 10px 0 0 10px; padding-left: 20px; height: 44px; font-size: 0.7em; color: rgb(85,104,118); list-style: none url("/img/arrow_footer.gif"); float: left;}
.footerLinks li {width: 118px; float: left;}
.footerLinks a {color: rgb(85,104,118); text-decoration: none;}
.footerHeadline {list-style: none none; font-weight: bold; color: rgb(85,104,118);}
.footerLinksPartner a {color: rgb(238,87,16); font-weight: bold;}
#frontpageFooterExtern {width: 130px;}
/** nogood banner - for browser compatibility **/
.nogood {width: 997px;}

.lightBox .premiumBoxDart {
    background: url(/img/premium/zielscheibe.jpg) no-repeat 420px 90px white;
    min-height: 350px;
}

.lightBox .premiumContent .premiumBox .premiumLogo {
    background: url(/img/premium/pn_siegel.png) no-repeat;
    width: 86px;
    height: 116px;
    position: absolute;
    right: -40px;
    top: -30px;
}

.lightBox .premiumContent .premiumBox .moreInfos {
    position: absolute;
    right: 15px;
    bottom: 12px;
}

.lightBox .premiumContent .premiumBox {
    width: 310px;
    height: 114px;
    padding: 6px 10px;
    margin: 5px 0 0 0;
    background: url(/img/premium/box_so_funktionierts.png);
    position: relative;
}

.lightBox  .premiumContent {
    background-color: white;
    padding: 15px;
    font-size: 13px;
    color: #596976;
}
.lightBox  .premiumContent .subHeadline {
    margin-top:5px;
    font-size:22px;
    color:#8da3ba;
}
.lightBox .premiumContent .headline {
    font-size:24px;
}
.lightBox .premiumContent ul {
    width: 400px;
    padding:0px;
    margin:0px;
}
.lightBox .premiumContent li.benefit {
    font-size:16px;
    margin-top:5px;
    padding: 0px 0px 5px 20px;
    list-style: none;
    background: transparent url(/img/haken_gruen_transp.png) no-repeat scroll 0pt 0pt;
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-inline-policy: continuous;
}
.lightBox .premiumContent .stepsBox {
    margin-top:10px;
    padding:7px;
    width: 354px;
    height: 140px;
    background: transparent url(/img/premium/b_steps_box.jpg) no-repeat scroll 0pt 0pt;
    font-size: 14px;
}
.lightBox  .premiumHeader {
    height:25px;
    padding-left: 17px;
    padding-top: 8px;
    font-size: 12px;
    color: #a4a7a9;
    background:url(/styles/box_top_premium.png) no-repeat;
    overflow:hidden;
}
.lightBox.premiumLightBox {
    background-color: transparent;
    width: 750px;
}
#confirmationDialogBox #confirmationClose, .lightBox .confirmationClose, .lightBox .premiumClose {
    position: absolute;
    top: 7px;
    right: 10px;
}
#shadow {
    display: none;
    background-color: black;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
    filter: alpha(opacity=50);
    opacity: .5;
    position: absolute;
    top: -10px;
    left: 0;
    z-index: 100000;
}

.shadowBlue{
    background-color: #657dc7 !important;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
    filter: alpha(opacity=40);
    opacity: .4 !important;

}

.lightBox .premiumMailbox{
    background: url(/img/premium/screenshot_postfach.jpg) no-repeat 420px 90px white;
    min-height: 350px;
}

#newsletterbox {
    background-color: #e9f0f8;
    padding: 10px 6px 12px 6px;
}
#newsletterbox h2{
    font-size: 16px;
    color: #434E57;
    margin: 0 0 6px 0;
}
#newsletterbox .infotext {
    font-size: 12px;
    color: #000;
    padding: 2px 0;
}
#newsletterbox input.textfield {
    width: 172px;
    margin: 10px 0;
    padding-left: 4px;
    font-family: arial,verdana;
    font-size: 12px;
}
#newsletterbox .error {
    color: #f00;
    margin-bottom: 10px;
    font-size:12px;
}
#newsletterbox div.tick{
    background: url("/img/haken_gruen_transp.png") no-repeat scroll 0 10px transparent;
    padding: 15px 0 8px 20px;
    color: #71c108;
}

.responseheadline {
    font-size: 18px;
    color: #ec5b17;
    font-weight: bold;
    line-height: 25px;
}
.responseseverity0 {
    border: 0;
    background-color: white;
    width: 580px;
    color: #666666;
    font-size: 12px;
    font-weight: bold;
    padding:5px;
}

/**************************************************************
Kundenservice Kontakt - /common/contactmarketsconfirmation.jsp
***************************************************************/
.confirmationIcon {
    background: url(/img/haken_newsletter.png) no-repeat top left;
    padding-left: 30px;
}

.confirmationText {
    font-size: 22px;
}

/***********************************************
Kundenservice Kontakt - /anzeigen/contactemail/
************************************************/

.sendmailFieldBlock {
    width: 630px;
    height: 30px;
}

.sendmailTextareaBlock {
    width: 535px;
    height: 160px;
}

.sendmailLabel {
    width: 115px;
    float: left;
    margin: 10px 0 0 0;
    padding: 5px;
}

.sendmailLabel.premium {
    background-color: #E7EEF4;
}

.sendmailColBoth {
    float: left;
    width: 390px;
    margin: 5px 0 0 10px;
    padding: 5px 0 5px 0;
}

.sendmailColBoth input {
    width: 485px;
    height: 19px;
}

.sendmailColBoth select {
    width: 489px;
    height: 24px;
}

.sendmailColBoth .secondSubject {
    margin-top: 15px;
}

.sendmailColBoth textarea {
    width: 485px;
    height: 150px;
}

.sendmailColBoth #sendmailSenden {
    width: 92px;
    height: 24px;
    float: right;
    margin: 20px 12px 0 0;
}

.support_block{
    background-color: #E7EEF4;
    margin-top: 25px;
    border: 1px solid #C4CED7;
    padding: 10px;
    color: #576875;
}

.support_block .subHeadline {
    color: #576875;
    font-size: 1.3em;
}

.sendmailLabel .sendmailLoeschen {
    float: left;
    width: 67px;
    height: 16px;
    margin-top: 20px;
}

.jcarousel-item{
    width: 747px;
    height: 315px;
}

.jcarousel-container{
    width: 747px;
    height: 315px;
}

.jcarousel-clip{
    overflow: hidden;
}
ul#frontpageCarousel{height: 312px;list-style-type: none;margin: 0; padding: 0;overflow: hidden;}

.frontpageCarouselNav{
    width: 200px;
    margin: 10px auto;
}

.frontpageCarouselNav ul{
    margin: 0;
    padding: 0;
    text-align: center;
}

.frontpageCarouselNav ul li{
    list-style-type: none;
    display: inline;
}

.frontpageCarouselNav ul li a{
    zoom: 1;
    *display: inline;  /* IE7 Hack */
    display: inline-block;
    width: 11px;
    height: 9px;
    background: url("/img/basic/spritem_nav_slider.png") -34px -26px no-repeat transparent;
    text-indent: -1999px;
    margin: 0 1px;
    outline: none;
}
.frontpageCarouselNav ul li a:hover{
    background: url("/img/basic/spritem_nav_slider.png") -34px -15px no-repeat transparent;
}

.frontpageCarouselNav ul li a.active{
    background: url("/img/basic/spritem_nav_slider.png") -34px -4px no-repeat transparent;
}


#carouselContainer{
    position: relative;
}

#carouselContainer .carouselButtonNav{
    width: 29px;
    height: 30px;
    display: none;
    cursor: pointer;
}

#carouselContainer #carouselNavNext{
    background: url("/img/basic/spritem_nav_slider.png") -2px -33px no-repeat transparent;
    position: absolute;
    top: 135px;
    right: 0;
    z-index: 1000;
}

#carouselContainer #carouselNavPrev{
    background: url("/img/basic/spritem_nav_slider.png") -2px -2px no-repeat transparent;
    position: absolute;
    top: 135px;
    left: 0;
    z-index: 1000;
}

#carouselContainer .carouselElement{
    position: relative;
    width: 747px;
    height: 312px;
}
#carouselContainer .carouselElement .carouselElementText{
    position: absolute;
    width: 500px;
    height: 150px;
}

#carouselContainer .carouselElement h2,
#carouselContainer .carouselElement h2 span{
    font-size: 28px;
    margin: 0 0 12px 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
}
#carouselContainer .carouselElement h2.green{color: #88c709}
#carouselContainer .carouselElement h2.orange{color: #EC5618}
#carouselContainer .carouselElement h2.bordeux{color: #b52a49}


#carouselContainer .carouselElement h3{
    font-size: 24px;
    margin: 0 0 12px 0;
    padding: 0;
    text-decoration: none;
    font-weight: normal;
    color: #434E57
}


#carouselContainer .carouselElement .carouselElementText a{
    display: block;
    color: #434E57;
    text-decoration: none;
    font-size: 18px;
    margin: 0 0 6px 0;
    padding: 0 20px 0 0;
}

#carouselContainer .carouselElement .carouselElementText a:hover span{
    text-decoration: underline;
}

#carouselContainer .carouselElement .carouselElementText a:after{
    text-decoration: none;
    content: "\00BB";
    padding: 0 0 0 3px;
    font-size: 22px;
}

.error3 {
    border: 2px solid red;
}

.rotate{
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top;
}

#feedbackButton{
    visibility: hidden;
    display: none;
}
@media (min-width: 1190px) {
    #feedbackButton{visibility: visible; display: block; position: fixed;left: 0; top: 360px;z-index:100}
}

.feedbackLightBoxHeader{
    background: #4078d5;
    color: #FAFFFF ;
    font-size: 16px;
    width: 650px;
    height: 24px;
    padding: 7px 15px 0 15px;
    position: relative;
}
.feedbackLightBoxContent{
    width: 650px;
    padding: 10px 15px;
    background: #fff;
}
.feedbackLightBoxClose{
    position: absolute;
    width: 14px;
    height: 10px;
    right: 10px;
    top: 11px;
    cursor: pointer;
    background: url('/img/basic/icons/icon_sprite_detailseite.png') -7px -421px no-repeat;
}
#surveyMonkeyInfo{width: 650px;font-size: 10px;color: #666;}

.disable-scrolling {
    height:100%;
    overflow: hidden;
}

.lightbox-campaign {
    background-image: url(/img/images/campaign/PopUp_kostenlos.png);
    background-repeat: no-repeat;
    background-origin: content-box;
    background-position: top center;
    background-size: cover;
    position: fixed;
    width: 500px;
    height: 300px;
    z-index: 1100;
    border: 1px solid gray;
    border-radius: 3px;
    box-shadow: 3px 3px 3px grey;
    margin-left: -250px;
    margin-top: -150px;
    left: 50%;
    top: 50%;
    display: none;
}

.lightbox-campaign-shadow {
    position: absolute;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.4;
    z-index: 1099;
    top: 0;
    display: none;
}

.close-btn-lightbox-campaign {
    opacity: 0.5;
    position: absolute;
    right: 0;
    margin: 10px;
    z-index: 1;
    width: 40px;
    height: 40px;
}

.close-btn-lightbox-campaign span {
    font-size: 30px;
}

.lightbox-cad-linklist {
    list-style: none;
    position: absolute;
    top: 185px;
    left: -20px;
}

.lightbox-cad-linklist li:before {
    content: '>>';
    color: #4B4B4B;
    font-size: 11px;
    margin-right: 3px;
}

.lightbox-cad-linklist li a {
    color: #4B4B4B;
    font-size: 11px;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
}

.lightbox-cad-linklist li a:visited {
    color: #4B4B4B;
}

.lightbox-cad-linklist li a:hover {
    color: #009FE3;
    text-decoration: none;
}

.headingLightBoxCompetition {
    font-size: 45px;
    display: block;
    position: absolute;
    top: 45px;
    left: 30px;
    z-index: 1;
    margin-bottom: 10px;
    line-height: 45px;
}

.winningSpanLightBoxCompetition {
    font-size: 16px;
    display: inline-block;
    line-height: 20px;
    margin-top: 10px;
}

.winningSpanLightBoxCompetition span {
    color: red;
}


.ipadLogoLightBoxCompetition {
    width: 110px;
    position:absolute;
    opacity:0.9;
    top:180px;
    left:255px;
    transform:rotate(10deg);
    z-index: 1;
}

#winBtnLightBoxCompetition {
    position:absolute;
    left:25px;
    right:25px;
    top:350px;
    border-radius:6px;
    width:350px;
    height:45px;
    z-index: 1;
}

#winBtnLightBoxCompetition span {
    font-size: 16px;
    display: inline-block;
    margin-left: 130px;
    margin-top: 13px;
}

/*Warnung auf kalaydo.de Startseite*/
.warningBox {
  background-color:white;
    padding: 16px 6px 0px 6px;
}
.warningBox .physingWarning{
    padding:12px;
    font-size: 14px;
}