@charset "utf-8";

body {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	background: #e7eaf9 url(../img/layout/bg_body.gif) repeat-x top;
}

.clearer {
	clear: both;
}

#containerSite {
	width: 960px;
	margin: 0px auto 0px auto;
	border-top: 3px solid #6eb22c;
}

#containerHeader {
	background: url(../img/layout/logo.jpg) no-repeat top left;
	border-bottom: 8px solid #6eb22c;
}

#headerText {
	height: 0px;
	padding-top: 84px;
	overflow: hidden;
}
#headerText * {
	font-size: 10px !important;
}

#containerLangNav {
	border-bottom: 3px solid #005aab;
	height: 22px;
}
#containerLangNav a img {
	border: none;
}

#headerImg {
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

#containerHeaderInner {
	border-bottom: 3px solid #005aab;
}




#containerMainNav {
	width: 750px;
	height: 30px;
	/*overflow: hidden;*/
	position: absolute;
	top: 370px;
	left: 50%;
	margin-left: -269px;
	padding-left: 40px;
}

#containerMainNav ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: table;
    white-space: nowrap;
    list-style: none;
}
#containerMainNav ul li {
    display: table-cell;
    margin: 0;
    padding: 0;
}

#containerMainNav a {
	background: url(../img/layout/bg_mainNav_left_pas.gif) no-repeat bottom left;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	display: block;
	cursor: pointer;
	margin-right: 3px;
}
#containerMainNav a span {
	padding: 7px 28px;
	background: url(../img/layout/bg_mainNav_right_pas.gif) no-repeat bottom right;
	display: block;
	text-align: center;
	float: left;
}
/*#containerMainNav a:hover {
    background-image: url(../img/layout/bg_mainNav_right_akt.gif);
}
#containerMainNav a:hover span {
    background-image: url(../img/layout/bg_mainNav_left_akt.gif);
}*/




#containerSidebar {
	width: 230px;
	position: absolute;
	top: 388px;
	left: 50%;
	margin-left: -480px;
}

#containerSidebar .sidebarBox {
	background: #d0d8ea;
	margin-bottom: 10px;
}
#containerSidebar .sidebarBox h2 {
	line-height: 38px;
	background: url(../img/layout/bg_sidebarHl.gif) repeat-x top left;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	padding: 0 0 0 40px;
	margin: 0;
}
#containerSidebar .sidebarBox h3 {
	font-size: 16px;
	color: #013768;
	font-weight: normal;
	background: url(../img/layout/bullet_sidebarSubHl.gif) no-repeat left;
	line-height: 20px;
	margin: 0 0 10px 0;
	padding: 0 0 0 28px;
}
#containerSidebar .sidebarBox .sidebarBoxInner {
	padding: 15px 20px;
	color: #0059a8;
}
#containerSidebar .sidebarBox .sidebarBoxInner a.sidebarNav {
	display: block;
	background: url(../img/layout/bullet_sidebarNav.gif) no-repeat left;
	text-decoration: none;
	padding: 6px 0 6px 20px;
	color: #0059a8;
}
#containerSidebar .sidebarBox .sidebarBoxInner a.sidebarNav:hover,
#containerSidebar .sidebarBox .sidebarBoxInner a.sidebarNavActive {
	font-weight: bold;
}
#containerSidebar form#sidebarSearch table {
    width: 100%;
}
#containerSidebar form#sidebarSearch table td {
	vertical-align: top;
	font-size: 11px;
}
#containerSidebar form#sidebarSearch table td.secondCell {
	width: 17px;
}
#containerSidebar form#sidebarSearch input {
	width: 100%;
	background: #fff;
	font-size: 11px;
	color: #0059a8;
	padding: 4px 2px;
	margin-bottom: 7px;
	border: none;
}
#containerSidebar form#sidebarSearch select {
	width: 100%;
	background: #fff;
	font-size: 11px;
	color: #0059a8;
	padding: 4px 2px;
	margin-bottom: 7px;
	border: none;
}
#containerSidebar form#sidebarSearch #sidebarSearchAnzPers {
	width: 83px !important;
}
#containerSidebar form#sidebarSearch img.chooseDate {
	border-top: 4px solid #fff;
	border-bottom: 3px solid #fff;
	border-right: 3px solid #fff;
}
#containerSidebar form#sidebarSearch .btnSubmit {
	display: block;
	text-align: center;
	line-height: 22px;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	background: url(../img/layout/bg_sidebarBtn.gif) repeat-x top;
}


#containerSidebar form#sidebarQuickSearchForm table td.secondCell {
	width: 22px;
}
#containerSidebar form#sidebarQuickSearchForm table td.secondCell input {
	border: 1px solid #d9e2eb;
}
#quickSearchKeyword {
	width: 100%;
	padding: 4px 2px;
	height: 14px;
	font-size: 11px;
	background: #d9e2eb;
	border: none;
}


#containerSidebar table.contentTable {
	width: 100%;
	border-collapse: collapse;
}
#containerSidebar table.contentTable td {
	text-align: center;
	padding: 2px 6px;
	border: 1px solid #e7eaf9;
	background: #d0d8ea;
	border-right: none;
	color: #2A5C8A;
}
#containerSidebar table.contentTable td.first {
	text-align: left;
	border-left: none;
	padding: 2px 6px;
}
#containerSidebar table.contentTable thead td {
	font-weight: bold;
	color: #fff;
	background: #014d91;
}
.sidebarBoxInnerPreise {
	font-size: 11px;
	color: #2A5C8A;
}
.sidebarBoxInnerPreise p {
    padding: 0px 20px 20px 20px;
}







#containerContent {
	padding: 55px 0 30px 270px;
}

#content {
	min-height: 950px;
	height: auto !important;
	height: 950px;
	color: #2a5c8a;
}

#content a {
	color: #2a5c8a;
}
#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-size: 22px;
	font-weight: normal;
	color: #013768;
	padding: 3px 0 0 0;
	margin: 0 0 15px 0;
}

#content h2 {
	font-size: 16px;
	font-weight: bold;
	padding: 0;
	margin: 0 0 15px 0;
}

#content hr {
	border: 3px solid #a2b4da;
	margin-bottom: 20px;
}

#content a.moreLink,
#content a.bulletLink,
#content .bulletHeadline {
	background: url(../img/layout/bullet_moreLink.jpg) no-repeat left;
	padding-left: 19px;
	text-decoration: none;
	color: #2a5c8a;
}
#content .bulletHeadline {
	font-weight: bold;
}


#content table.tableAppList {
	width: 100%;
	border-collapse: collapse;
	line-height: 14px;
	margin-bottom: 15px;
}
#content table.tableAppList td {
	vertical-align: top;
}
#content table.tableAppList td.imgCell {
	width: 180px;
}
#content table.tableAppList td.imgCell a img {
	border: none;
}
#content table.tableAppList td.headelineCell {
	background: #014d91;
	color: #fff;
	font-weight: bold;
	height: 25px;
	padding: 0 20px;
	vertical-align: middle;
}
#content table.tableAppList td.headelineCell h3 {
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
}
#content table.tableAppList td.headelineCell h3 a {
	text-decoration: none;
	color: #fff;
}
#content table.tableAppList td.infoCell {
	background: #d0d8ea;
	padding: 10px 20px;
}
#content table.tableAppList td.infoCell table {
	width: 100%;
	border-collapse: collapse;
}
#content table.tableAppList td.infoCell table td {
	vertical-align: top;
}
#content table.tableAppList td.infoCell table td.first {
	width: 72px;
	font-weight: bold;
}
#content table.tableAppList td.infoCell div.text {
	border-top: 1px solid #a2b4da;
	margin-top: 7px;
	padding-top: 6px;
}
#content table.tableAppList td.infoCell p {
	margin: 0;
	padding: 0;
}
#content table.tableAppList td.addressCell {
	width: 155px;
	padding: 15px 20px 0 20px;
	background: #c5d1e5;
	font-size: 11px;
}


#content img.imgRight {
	float: right;
	margin: 0px 0px 15px 40px;
}

#content img.imgleft {
	float: left;
	margin: 0px 40px 15px 0px;
}



#content table#appDetailTable {
	width: 100%;
}
#content table#appDetailTable td {
	vertical-align: top;
}
#content table#appDetailTable td#contentCell {}
#content table#appDetailTable td#contentSidebar {
	width: 200px;
}
#content table#appDetailTable td#contentCell #appGalleryBox a img {
	border: none;
}
#content table#appDetailTable td#contentSidebar .contentSidebarBox .boxAddress {
    font-size: 11px;
}
#content table#appDetailTable td#contentSidebar .contentSidebarBox {
	background: #d0d8ea;
	padding: 20px;
	margin-bottom: 10px;
}
#content table#appDetailTable td#contentSidebar .contentSidebarBox a.bulletLink {
	display: block;
	margin: 3px 0px;
	font-weight: bold;
}
#content table#appDetailTable td#contentSidebar .contentSidebarBox a.bulletLink:hover {
	color: #6eb22c !important;
	text-decoration: none;
}

#content table.contentTable {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 10px;
}
#content table.contentTable td {
	text-align: center;
	padding: 4px;
	border: 1px solid #e7eaf9;
	background: #d0d8ea;
}
#content table.contentTable td.first {
	text-align: left;
}
#content table.contentTable thead td {
	font-weight: bold;
	color: #fff;
	background: #014d91;
}


#containerFooter {
	background: #6eb22c;
	padding: 14px 20px;
	color: #fff;
	margin-top: 10px;
}
#containerFooter a {
	color: #fff;
	text-decoration: none;
}




/*-------------- Apartment Styles ----------------*/
.ql_simple_gallery-pageNav
{
	background:#D0D8EA;
	color:#0059A8;
	height:20px;
	padding: 3px 10px 0 10px;
	margin-bottom:6px;
	font-size:11px;
}

.ql_simple_gallery-pageNav a
{
	text-decoration:underline !important;
	color: #0059A8 !important;
	font-weight: bold;
}

.ql_simple_gallery-pageNav a:hover
{
	text-decoration:none !important;
}
.ql_simple_gallery-backLink
{
	width:25%;
	float:left;
}

.ql_simple_gallery-nextLink
{
	width:25%;
	float:left;
	text-align:right;
}

.ql_simple_gallery-pageNumbers
{
	width:50%;
	float:left;
	text-align:center;
}



#content #anfrageFormular {
	font-size: 11px;
}
#content #anfrageFormular input {
    background-color: #fff;
}
#content #anfrageFormular .formFieldAnfrage {
	border: 1px solid #fff;
	padding: 2px;
	margin: 4px 5px 0px 0px;
	font-size: 11px;
	width: 90%;
}
#content #anfrageFormular input.plz {
	width: 35px;
}
#content #anfrageFormular input.ort {
	width: 203px;
}
#content #anfrageFormular textarea.formFieldTextarea {
	border: 1px solid #fff;
	padding: 2px;
	margin: 4px 0px 0px 0px;
	font-size: 11px;
	width: 90%;
}



/*  Apartment ACC  */

div.accHeadline {
    cursor: pointer;
    margin-bottom: 5px;
}
div.accContentInner {
    padding: 4px;
    font-size: 11px;
}


#buttonLastMinute {
    background: url(../img/layout/btn_lastMinute.gif) no-repeat top left;
    width: 107px;
    height: 107px;
    position: absolute;
    top: 250px;
    left: 50%;
    margin-left: 350px;
}









/* Appartement Detail Gallery */
.ad-gallery, .ad-gallery * {
  margin: 0;
  padding: 0;
}
.ad-gallery {
  width: 460px;
  background: #fff !important;
  padding: 10px !important;
  margin-top: 20px;
}
  .ad-gallery .ad-image-wrapper {
    width: 100%;
    height: 345px;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
  }
    .ad-gallery .ad-image-wrapper .ad-loader {
      position: absolute;
      z-index: 10;
      top: 48%;
      left: 48%;
      border: 1px solid #CCC;
    }
    .ad-gallery .ad-image-wrapper .ad-next {
      position: absolute;
      right: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev {
      position: absolute;
      left: 0;
      top: 0;
      width: 25%;
      height: 100%;
      cursor: pointer;
      display: block;
      z-index: 100;
    }
    .ad-gallery .ad-image-wrapper .ad-prev, .ad-gallery .ad-image-wrapper .ad-next {
      /* Or else IE will hide it */
      background: url(../img/layout/gallery/non-existing.jpg)\9
    }
      .ad-gallery .ad-image-wrapper .ad-prev .ad-prev-image, .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../img/layout/gallery/ad_prev.png);
        width: 30px;
        height: 30px;
        display: none;
        position: absolute;
        top: 47%;
        left: 0;
        z-index: 101;
      }
      .ad-gallery .ad-image-wrapper .ad-next .ad-next-image {
        background: url(../img/layout/gallery/ad_next.png);
        width: 30px;
        height: 30px;
        right: 0;
        left: auto;
      }
    .ad-gallery .ad-image-wrapper .ad-image {
      position: absolute;
      overflow: hidden;
      top: 0;
      left: 0;
      z-index: 9;
    }
      .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        position: absolute;
        bottom: 0px;
        left: 0px;
        padding: 7px;
        text-align: left;
        width: 100%;
        z-index: 2;
        background: url(../img/layout/gallery/opa75.png);
        color: #000;
      }
      * html .ad-gallery .ad-image-wrapper .ad-image .ad-image-description {
        background: none;
        filter:progid:DXImageTransform.Microsoft.AlphaImageLoader (enabled=true, sizingMethod=scale, src='../img/layout/gallery/opa75.png');
      }
        .ad-gallery .ad-image-wrapper .ad-image .ad-image-description .ad-description-title {
          display: block;
        }
  .ad-gallery .ad-controls {
    height: 20px;
  }
    .ad-gallery .ad-info {
      float: left;
    }
    .ad-gallery .ad-slideshow-controls {
      float: right;
    }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-start, .ad-gallery .ad-slideshow-controls .ad-slideshow-stop {
        padding-left: 5px;
        cursor: pointer;
      }
      .ad-gallery .ad-slideshow-controls .ad-slideshow-countdown {
        padding-left: 5px;
        font-size: 0.9em;
      }
    .ad-gallery .ad-slideshow-running .ad-slideshow-start {
      cursor: default;
      font-style: italic;
    }
  .ad-gallery .ad-nav {
    width: 100%;
    position: relative;
  }
    .ad-gallery .ad-forward, .ad-gallery .ad-back {
      position: absolute;
      top: 0;
      height: 100%;
      z-index: 10;
    }
    /* IE 6 doesn't like height: 100% */
    * html .ad-gallery .ad-forward, .ad-gallery .ad-back {
      height: 100px;
    }
    .ad-gallery .ad-back {
      cursor: pointer;
      left: -13px;
      width: 13px;
      display: block;
      background: url(../img/layout/gallery/ad_scroll_back.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-forward {
      cursor: pointer;
      display: block;
      right: -13px;
      width: 13px;
      background: url(../img/layout/gallery/ad_scroll_forward.png) 0px 22px no-repeat;
    }
    .ad-gallery .ad-nav .ad-thumbs {
      overflow: hidden;
      width: 100%;
    }
      .ad-gallery .ad-thumbs .ad-thumb-list {
        float: left;
        width: 9000px;
        list-style: none;
      }
        .ad-gallery .ad-thumbs li {
          float: left;
          padding-right: 5px;
        }
          .ad-gallery .ad-thumbs li a {
            display: block;
          }
            .ad-gallery .ad-thumbs li a img {
              border: 3px solid #CCC;
              display: block;
            }
            .ad-gallery .ad-thumbs li a.ad-active img {
              border: 3px solid #616161;
            }
/* Can't do display none, since Opera won't load the images then */
.ad-preloads {
  position: absolute;
  left: -9000px;
  top: -9000px;
}















