#footer h1
{
    color:#d9d9d9;
    padding:0px;
    margin:0px;
    font-size:12px;
    font-weight:bold;
    margin-bottom:10px;
}




#slogan
{
    position:absolute;
    display:table;
    top:0px;
    left:3px;
    height:456px;
    padding:5px;
    background:#03b1e3;
    opacity: 0.8;       /* modern browser */
    -moz-opacity: 0.8;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */
    filter:alpha(opacity=80); /* IE5.x -7.0 */
    width:155px;
    color:#FFF;
    font-size:20px;
    font-weight:bold;
    z-index:99999;
}

#slogan span
{
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

#sliderbutton
{
    display:block;
    position:absolute;
    right:7px;
    width:35px;
    height:466px;
    top:0px;
    z-index:99999999999999999;

}

#angebotsbutton
{
    bottom:-37px;
    position:absolute;
    font-size:12px;
    height:30px;
    text-align:center;
    padding-top:5px;
    color:#fff;
    width:142px;
    right:7px;
    letter-spacing:0px;
    font-weight:normal;

}

#cont h1
{
    margin:0px;
    padding:0px;

    font-size:15px;
    color:#fff;
    height:24px;
    margin-bottom:10px;
    margin-left:-10px;
    margin-right:-10px;
    padding-left:10px;
    padding-right:10px;
    padding-top:4px;
}

table tr:nth-child(odd){background:#eee;}
th{background:#491000;color:#fff; padding:4px;}
th:first-child
{
    -moz-border-top-left-radius:7px; /* Firefox */
    -webkit-border-top-left-radius:7px; /* Safari, Chrome */
    -khtml-border-top-left-radius:7px; /* Konqueror */
    border-top-left-radius:7px; /* CSS3 */
}

th:last-child
{
    -moz-border-top-right-radius:7px; /* Firefox */
    -webkit-border-top-right-radius:7px; /* Safari, Chrome */
    -khtml-border-top-right-radius:7px; /* Konqueror */
    border-top-right-radius:7px; /* CSS3 */
}


table
{
    margin-top:10px;
    background:#fff;
    -moz-border-radius:7px; /* Firefox */
    -webkit-border-radius:7px; /* Safari, Chrome */
    -khtml-border-radius:7px; /* Konqueror */
    border-radius:7px; /* CSS3 */
    padding:10px;
    border:1px solid #d1d1d1;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 2px 3px #ccc;
    border-spacing: 1px;
}
#slider
{
    width:604px;
    height:402px;
    padding-left:8px;
    padding-top:7px;
    padding-bottom:7px;
    padding-right:8px;
    position:relative;
    background:#d2dece;
    margin-left:-5px;
}

#slider img
{
    position:absolute;
    top:7px;
    display:none;
}

#slidernav>a
{
    text-decoration:none;
    display:inline-block;
    width:17px;height:17px;

}

#slidernav>a.on
{

}

#slidertext
{
    background:#420505;
    color:#FFF;
    font-size:14px;
    line-height:15px;
    padding:3px;
    padding-left:10px;
    padding-right:10px;
    position:absolute;
    z-index:99999999;
    bottom:7px;
    left:8px;
    right:8px;
    height:31px;
    opacity: 0.85;       /* modern browser */
    -moz-opacity: 0.85;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=85)"; /* IE8 in Standard Compliant Mode */
    filter:alpha(opacity=85); /* IE5.x -7.0 */
}

#content>h1,.full h1, .fifty h1
{
    margin:0px;
    padding:0px;
    font-size:18px;
    font-weight:bold;
    margin-bottom:10px;
    font-family: 'Conv_gotham-medium',Sans-serif;
}


.newsbox
{
    background:#d6e6d2;
    width:280px;
    padding:5px;
    margin-top:10px;
}

.newsbox .datum
{
    color:#959285;
    font-style: italic;
}

#cont_right a, #content a
{
    color:#3a0000;

}

.newsbox:nth-child(odd)
{
    background:#e5f0e3
}

#content .newsbox
{
    width:602px;
}

#shop_btn
{
    right:0px;
    display:block;
    height:35px;
    width:137px;

    position:absolute;
    z-index:99999999999999999999999999999999999;
    font-weight:bold;
    color:#fff;
    top:280px;
    text-align:center;
    text-decoration:none;
    line-height:35px;
    vertical-align:middle;
    font-size:18px;
}


.point1
{
    padding-left:25px;
    background:url("../images/enter.gif") 5px 0px no-repeat;
}

#topmenu> li
{
    position:relative;
}

#topmenu> li>ul
{
    list-style-type:none;
    float:none;
    clear:both;
    position:absolute;
    top:123px;
    left:0px;
    margin:0;
    width:143px;
    text-align:left;
    margin-right:auto;
    padding:0;
    display:none;
    z-index:9999999999999999999999999999999999999;
}



#topmenu> li:hover ul
{
    clear:both;
    display:block;
    z-index:99999999999999999999;


}

#topmenu> li:hover ul li
{
    margin:0px;
    margin-right:auto;
    width:auto;
}

#topmenu> li>ul a
{
    display:block;
    clear:both;
    float:none;
    height:auto;
    text-transform:none;
    width:auto;
    font-weight:bold;
    font-size:12px;
    line-height:18px;
    margin:0px;
    margin-right:auto;
    padding:7px;
    padding-left:25px;
    background:#113561;
     opacity: 0.9;       /* modern browser */
    -moz-opacity: 0.9;  /* older Mozilla browser */
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=90)"; /* IE8 in Standard Compliant Mode */
    filter:alpha(opacity=90); /* IE5.x -7.0 */
    border-top:1px solid #193d69;
}

#topmenu> li>ul a:hover
{
    background:#2058a2
}

#content a
{
    color:#2058a2;
    text-decoration:underline;
}

.slogan
{
    width:277px;
    border-bottom:5px solid #2058a2;
    margin-right:30px;
    font-size:20px;
    font-weight:bold;
    margin-top:0px;
    text-align:center;
}

.slog_small
{
    font-family:'Conv_gotham-light',sans-serif;
}

.fifty
{
    width:380px;
    float:left;
    margin-bottom:45px

}
.fifty:nth-child(even)
{
    padding-right:25px;

}
.fifty:nth-child(odd)
{

    padding-left:25px;

}

.full
{
    margin-bottom:65px
}
.full h1,.fifty h1
{
    padding-left:35px;
    background:url('../images/the_i.gif') 0 3px  no-repeat;
    margin-bottom:0;

}

.full h1 span, .fifty h1 span
{
    color:#2058a2;
    font-weight:normal;
    font-family:'Conv_gotham-light',sans-serif;
}

.notice
{
    float:none;
    clear:both;
    font-style:italic;
    color:#515151
}

.startsite_vip_online_box
{
   text-align:center;
   background:url('../images/artikel/bg_home_vip-online.jpg');
   width:810px;
   height:322px;
   overflow:hidden;
    color:#FFF;
}

.startsite_vip_online_box > h1{
    font-size:18px;
    margin-top:40px;
    font-weight:normal;
    font-family: "Conv_gotham-medium",sans-serif;
}
.startsite_vip_online_box > p{
    margin-left:145px;
    margin-right:145px;
}

div.startsite_vip_online_box a img{

    margin-top:30px;
    margin-right:20px;
    margin-left:20px;
}

div.startsite_vip_online_box a:nth-of-type(1) img {

    margin-bottom:-19px;
}

#content a.registerbutton, #content .submit
{
    display:block;width:380px;
    background:#2058a2;
    color:#fff;
    /*height:46px;*/
    height: 100%;
    padding: 15px 0 15px 0;
    /*line-height:46px;*/
    vertical-align:middle;
    text-align:center;
    margin-top:25px;
    font-weight:bold;
    font-size:18px;
    text-decoration:none;
}

input.submit
{
    color:#fff;
    font-weight:bold;
    text-align:center;
    background:#1e5ca5;
    height:50px;
}

input.submit:hover
{
    background:#103561
}

.placeholder {
  color: #aaa;
  }

a.nolink
{
    cursor:default;
}

#top .select
{
    float:right;
    color:#cfcfcf;
    padding-right:12px;
    right:8px;
    top:2px;
    position:absolute;

     z-index:0;
    width:100px

}

#top .select b
{
    display:block;
    width:110px;
        background:url('../images/icons/arrow_grey.gif') right 6px no-repeat;
}




.dropdown
{
   background:#003261;
   padding:3px;
   padding-right:8px;
   margin-left:-3px;
       /*visibility:hidden;*/
      display:none;
      width:112px;
}

#top .select .dropdown>a
{
    height:20px;
    display:block;
    text-decoration:none;
    color:#cfcfcf;

}

#top .select .navi_hindu {
    margin-top: -7px;
    margin-bottom: 4px;
}

#tabs {
   margin-top: -15px;
}

#tabs .inside
{
    margin:5px 5px 5px 5px;
    -moz-border-radius:4px;
    -webkit-border-radius:4px;
    -khtml-border-radius:4px;
    border-radius:4px;
    background-color: #fff;
    /*width: 580px;*/
    width: 585px;
    height: 403px;
    padding: 5px;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 2px 4px #bbbbbb;
}

#tabs .image{
    height: 350px;
/*  width: 580px;*/
    width: 575px;
    border: none;
}

#tabs-1,
#tabs-2 {
    border: 1px solid #d1d1d1;
    -webkit-box-shadow: 0px 2px 3px #ccc;
    -moz-box-shadow: 0px 2px 3px #ccc;
    box-shadow: 0px 2px 3px #ccc;

    border-bottom-right-radius: 6px;
   -moz-border-bottom-right-radius: 6px;
   -webkit-border-bottom-right-radius: 6px;
   -khtml-border-bottom-right-radius: 6px;
   border-top-right-radius: 6px;
   -moz-border-top-right-radius: 6px;
   -webkit-border-top-right-radius: 6px;
   -khtml-border-top-right-radius: 6px;
   border-bottom-left-radius: 6px;
   -moz-border-bottom-left-radius: 6px;
   -webkit-border-bottom-left-radius: 6px;
   -khtml-border-bottom-left-radius: 6px;
}

/******************* Ajax Box ****************/
.ajax_return a {
    color: #002437;
    text-decoration: none;
    display: block;
}

.ajax_return a:hover {
    background-color: #D1D1D1;
}

ul.tabs {
    list-style: none;
    padding: 0;
    margin: 0;
    margin-left: 6px;
    position: relative;
    top: 1px;
}
ul.tabs > li {
    float: left;
    padding: 1px 5px;
    margin: 0;
    line-height: 23px;
    margin-left: -1px;
    }
ul.tabs > li.tab {
    color: #B0B1B1;
    opacity: 0.35;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=35)";
    padding: 0;
    line-height: inherit;
    border: 1px solid #B0B1B1;
    background-color: white;
}
ul.tabs > li.active {
    border-bottom: 1px solid #ECECEC;
    background-color: #ECECEC;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
ul.tabs a {
    display:block;
    padding: 5px;
}
ul.tabs a:hover {
    background-color: #ECECEC;
}
div.tab {
    background-color: #ECECEC !important;
    border: 1px solid #B0B1B1 !important;
    padding: 5px;
    margin: 0;
}

.immo ul.tabs {
    left: 90px !important;
    top: -10px !important;
}

.immo div.tab {
    width: 305px !important;
    margin-bottom: 10px !important;
    padding: 5px !important;
    margin-top: 15px !important;
    border-radius: 0 !important;
}

.immo label.description {
    position: relative;
    top: 10px;
}

.immo label.title {
    position: relative;
    top: 12px;
}

/******************** Crawling Block ****************/
label.crawlingTitle,
label.crawlingDescription,
label.crawlingPrice,
label.block_phone,
label.block_mobile,
label.block_fax,
label.block_web {

    width: 20px;
    height: 21px;
    display: block;
    margin-left: 284px;
    margin-top: -25px;
    cursor: pointer;
    display: block;
    position: relative;
    top: -5px;
}

label.crawlingDescription {
    top:-230px;
}

label.crawlingTitle:hover,
label.crawlingDescription:hover,
label.crawlingPrice:hover,
label.block_phone:hover,
label.block_mobile:hover,
label.block_fax:hover,
label.crawlingTitle.selected,
label.crawlingDescription.selected,
label.crawlingPrice.selected,
label.block_phone.selected,
label.block_mobile.selected,
label.block_fax.selected,
label.block_web.selected {

}

input.crawlingTitle,
input.crawlingDescript,
input.crawlingPrice,
input#block_phone,
input#block_mobile,
input#block_fax,
input#block_web {
    display: none;
}

.tooltip {
    display: none;
}

label.crawlingTitle:hover .tooltip,
label.crawlingDescription:hover .tooltip,
label.crawlingPrice:hover .tooltip,
label.block_phone:hover .tooltip,
label.block_mobile:hover .tooltip,
label.block_fax:hover .tooltip,
label.block_web:hover .tooltip {
    display: block;
    padding: 15px;
    line-height: 15px;
    vertical-align:middle;
    position: absolute;
    margin-left: 20px;
    background-color: #72a2c0;
    color: #fff;
    border: 1px solid #D1D1D1;
    box-shadow: 3px 2px 3px #CCCCCC;
    border-radius: 6px;
   -moz-border-radius: 6px;
   -webkit-border-radius: 6px;
   -khtml-border-radius: 6px;
   width: 130px;
   z-index: 1000;
}

/******************** Referenz-Sprache für Immobilien ****************/
.sourcelang {
    background: transparent !important;
}

ul.tabs.sourcelang {
    position: absolute;
    top: 150px !important;
    left: 362px !important;
}

.sourcelang li {
    line-height: 10px !important;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    margin-right: 7px !important;
}

.sourcelang img {
    cursor: pointer;
}

p.ref_title {
    position: absolute;
    top: 195px;
    left: 375px;
    width: 230px;
    padding-right: 10px;
}

p.ref_description {
    position: absolute;
    top: 335px;
    left: 375px;
    width: 225px;
    padding-right: 15px;
    text-align: justify;
}

.admin p.ref_title {
    top: 242px;
}

.admin p.ref_description {
    top: 378px;
}

#breadcrump,
#breadcrump a {
    font-family: 'Droid Sans', Verdana, Arial, Tahoma, sans serif;
    color: #1A618F;
    font-size: 10px;
    text-decoration: none;
    margin-top: 7px;
}

#breadcrump a:hover {
    text-decoration: underline;
}
/*******E-mail-Inquire************/
#email_inquire {
    display: none;
    width: 300px;
    min-height: 542px;
    padding-left: 18px;
    padding-top: 18px;
    border: 1px solid #ccc;
    box-shadow: 3px 2px 3px #CCCCCC;
    background-color: #ECECEC;
    position: absolute;
    top: -100px;
    left: 275px;
    z-index: 1300000000;
}

#email_inquire span.close {
    position: absolute;
    font-weight: bold;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

/*******Share Popup************/
#share {
    display: none;
    width: 140px;
    height: 143px;
    padding-left: 7px;
    padding-top: 7px;
    border: 1px solid #ccc;
    box-shadow: 3px 2px 3px #CCCCCC;
    background-color: #ECECEC;
    position: absolute;
    top: 64px;
    right: 150px;
    z-index: 100000000;
}


#share span.close,
#email_friend span.close {
    position: absolute;
    font-weight: bold;
    right: 10px;
    cursor: pointer;
}

#share span.close:hover,
#email_friend span.close:hover,
#email_inquire span.close:hover {
    text-decoration: underline;
}

#share a {
    display: block;
    text-decoration: none;
}

#share a span {
    top: -10px;
    position: relative
}

#share a img {
    margin-right: 10px;
}

#share a img:hover {
    opacity: 0.7;
}

#email_friend {
    display: none;
    width: 300px;
    min-height: 580px;
    padding-left: 18px;
    padding-top: 18px;
    border: 1px solid #ccc;
    box-shadow: 3px 2px 3px #CCCCCC;
    background-color: #ECECEC;
    position: absolute;
    top: 64px;
    left: 275px;
    z-index: 1300000000;
}

#email_friend span.close {
    position: absolute;
    font-weight: bold;
    right: 10px;
    top: 10px;
    cursor: pointer;
}

#email_friend span.close:hover {
    text-decoration: underline;
}

#email_friend input.button {
    margin-top: 0px;
    margin-bottom: 10px;
}

/**************** Content Pflegen ****************/
.contentadmin ul.tabs {
    position:relative;
    left: 60px;
    top: -15px;
}

.contentadmin #title,
.contentadmin #metadesc,
.contentadmin #metakey {
    margin-left:-50px;
}

.contentadmin .titelclass {
    margin-bottom: 20px;
}

.contentadmin .editor {
    display: none;
    border: none !important;
    box-shadow: none !important;
    margin: 0 !important;
    padding: 0 !important;
    margin-top: -14px !important;
    width: 575px;
}

.ie10 .contentadmin .editor {
    margin-top: -4px !important;
}

.ie10 .cke_top {
    position: relative;
    left:-50px;
}

.contentadmin .cke {
    background-color: #ECECEC !important;
    border: 1px solid #B0B1B1 !important;
}

.contentadmin .cke_contents {
    height: 300px !important;
}

.contentadmin label {
    position: relative;
    top: 6px;
}

.contentadmin ul.tabs.sourcelang {
    left: 630px !important;
    top: 92px !important;
}

.contentadmin p.ref_title {
    left: 640px;
    position: absolute;
    top: 125px;
}

.contentadmin div.ref_description {
    left: 640px;
    position: absolute;
    top: 410px;
    border: none !important;
    box-shadow: none !important;
    background-color: #ECECEC !important;
}

.contentadmin ul.tabs.metakey,
.contentadmin ul.tabs.metadesc {
    left: 230px;
    top: -15px;
}

.contentadmin p.ref_metakey {
    left: 640px;
    position: absolute;
    top: 860px;
}

.contentadmin p.ref_metadesc {
    left: 640px;
    position: absolute;
    top: 960px;
}

/*********** Keyword search ***********/
.keywords span.description {
    margin-top: -5px;
    margin-bottom: 25px;
    display: block;
}

.keywords a {
    text-decoration: none;
}

.keywords a:hover {
    text-decoration: underline;
}

.started_button{
    color:#0072bd !important;
    font-weight:bold;
    font-family: 'Conv_gotham-medium', sans-serif;
    text-decoration:none !important;
}

#cookie {
    z-index: 9999999;
    position: fixed;
    max-width: 960px;
    direction: ltr;
    padding: 14px;
    background: #00c46c;
    color: #fff;
    height: auto;
    max-height: 1000px;
    font-size: 14px;
    left: 50%;
    margin-left: -494px;
    bottom: 0;
    text-align: left;
    padding-bottom: 25px
}

#cookie > span, #cookie > a {
    display: inline-block;

}

#cookie > a {
    color: white;
    font-weight: bold;
    border: 1px solid white;
    vertical-align: top;
    margin-left: 10px;
    padding: 10px
}

#cookie > span {
    max-width: 75%;
    vertical-align: top;
    margin-right: 10px

}

#cookie > span > a {
    color: white;
    font-weight: bold;
}

#cookie.checked {
    bottom: -500px;
    transition: bottom 2s linear;
}







