/*
 * -----------------------------------------------------
 * 960 Grid System ~ Core CSS.
 * Learn more ~ http://960.gs/
 * 
 * Licensed under GPL and MIT.
 * -------------------------------------------------------
 */
/*
 * Grid Settings
 * ---------------------------
 */
body {
  min-width: 960px; }

/*
 * `Containers
 * ----------------------------------------------------------------------------------------------------
 */
/*
 * `Grid >> Children (Alpha ~ First, Omega ~ Last)
 * ----------------------------------------------------------------------------------------------------
 */
/*
 * `Grid >> Columns
 * ----------------------------------------------------------------------------------------------------
 */
/*
 * `Prefix Extra Space
 * ----------------------------------------------------------------------------------------------------
 */
/*
 * `Suffix Extra Space
 * ----------------------------------------------------------------------------------------------------
 */
/*
 * `Push Space
 * ----------------------------------------------------------------------------------------------------
 */
/*
 * `Pull Space >> 12 Columns
 * ----------------------------------------------------------------------------------------------------
 */
body {
  background: #eef8f9;
  font-size: 14px;
  line-height: 1.5em;
  font-family: Arial, sans-serif;
  color: #333333;
  padding: 20px; }

.alignright,
.align#footer_nav_meta {
  text-align: right; }

.alignleft {
  text-align: left; }

a {
  color: #00396d; }
  a:visited {
    color: #00396d; }
  a:hover {
    color: #0054a0; }
  a:focus {
    color: #00396d; }

a:active,
a:hover {
  outline: 0; }

#introwrap {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: -1; }
  #introwrap img {
    width: 100%; }

#page {
  margin-left: auto;
  margin-right: auto;
  width: 960px; }

#logo {
  background: url(../images/logo_andreas-lorenz.gif) no-repeat;
  position: absolute;
  top: 20px;
  left: 6px;
  margin: 0;
  padding: 0;
  width: 231px;
  height: 108px; }
  #logo a {
    text-decoration: none;
    color: white;
    font-size: 8px;
    margin-left: 35px;
    padding-left: 26px;
    display: block;
    height: 91px;
    padding-top: 5px;
    text-indent: -9999em;
    overflow: hidden; }

  .menu ul {
    list-style-type: none; }
  .menu a {
    text-decoration: none; }

  .horizontalMenu li {
    float: left; }
  .horizontalMenu ul:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }

#mainMenu {
  position: relative;
  top: 0; }
  #mainMenu ul {
    position: absolute;
    padding: 0;
    right: 20px;
    top: 20px;
    margin: 0; }
  #mainMenu li {
    float: left;
    margin-right: 10px;
    padding-bottom: 5px; }
    #mainMenu li.last {
      margin-right: 0; }
    #mainMenu li a {
      position: relative; }
    #mainMenu li ul {
      display: none;
      position: absolute;
      top: 39px;
      background: #00396d;
      left: -1px;
      z-index: 20;
      width: auto; }
      #mainMenu li ul ul {
        padding: 0; }
      #mainMenu li ul li {
        float: none;
        margin-right: 0;
        position: relative;
        width: 200px;
        padding-bottom: 0; }


    #mainMenu li:hover ul {
      display: block; }
  #mainMenu a {
    background: #00396d;
    color: white;
    display: block;
    padding: 0.5em 1em;
    text-transform: uppercase; }
    #mainMenu a:hover {
      background: #3e6a91; }
    #mainMenu a.active {
      background: #e20025; }

#mainMenu {
    /*
   * * Nur das Immobilien-Submenu soll absolute Rechts positioniert werden.
   */ }
  #mainMenu .list14,
  #mainMenu .list15,
  #mainMenu .list20,
  #mainMenu .list21 {
    position: relative; }

#mainMenu > ul > li:hover > a:after {
  top: 35px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none; }

#mainMenu > ul > li:hover > a:after {
  border-color: transparent;
  border-top-color: #3e6a91;
  border-width: 5px;
  left: 20px;
  margin-left: -10px; }

#mainMenu > ul > li.active:hover > a:after {
  border-top-color: #e20025; }

#mainMenu > ul > li:hover > a {
  background: #3e6a91; }

#mainMenu > ul > li.active:hover > a {
  background: #e20025; }

/*
 * * ---------- #mainMenu  Immobilien  ------
 */
  #mainMenu ul.immoRegionen {
    min-width: 500px;
    left: auto;
    right: 0;
    height: auto !important;
    zoom: 1; }
  #mainMenu ul.immoRegionen:after,
  #mainMenu ul.immoRegionen:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #mainMenu ul.immoRegionen:after {
    clear: both; }
    #mainMenu ul.immoRegionen > li > a {
      border-bottom: 1px solid #406b92; }
    #mainMenu ul.immoRegionen li {
      zoom: 1;
      padding: 10px;
      display: block;
      float: left !important;
      background: transparent;
      height: auto !important; }
  #mainMenu ul.immoRegionen li:after,
  #mainMenu ul.immoRegionen li:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  #mainMenu ul.immoRegionen li:after {
    clear: both; }
      #mainMenu ul.immoRegionen li li {
        padding: 3px; }
      #mainMenu ul.immoRegionen li a {
        padding: 1px 3px; }
      #mainMenu ul.immoRegionen li ul {
        background: transparent;
        position: relative;
        float: left !important;
        display: block;
        top: 0;
        margin: 0;
        font-size: 0.8em; }

#subMenu {
  position: absolute;
  bottom: 15px;
  right: 20px;
  z-index: 15; }
  #subMenu ul {
    padding: 1em 0 0 1em; }
    #subMenu ul ul {
      display: none; }
    #subMenu ul li {
      float: left;
      margin-right: 15px;
      text-transform: uppercase; }
      #subMenu ul li.last {
        margin-right: 0; }
    #subMenu a:hover {
      text-decoration: none;
      color: #00396d; }
    #subMenu a.current {
      color: #e20025; }

#pageHeader {
  background: #f7fcfc;
  background: rgba(255,255,255,0.50);
  width: 960px;
  height: 135px;
  position: relative;
  z-index: 10;
  margin-top: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.07); }

#body {
  float: left;
  clear: both;
  position: relative;
  margin-top: 20px;
  color: #00396d;
  min-height: 430px;
  min-width: 960px; }

#home #body {
  background-position: 0 190px;
  margin-bottom: 15px;
  margin-top: 0; }

#home .content {
  margin-top: 185px; }

#main.bg #mainContent > .csc-default,
.cformular {
  background: rgba(255,255,255,0.50);
  margin-bottom: 20px;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  padding: 10px; }

  .cformular .contentleft {
    width: 260px;
    margin-right: 20px; }
    .cformular .contentleft h3 {
      font-size: 14px;
      margin-top: 0; }
  .cformular .content {
    width: 670px; }

/*
 * #unsere-bueros .content .csc-default {
 * background:rgba(255,255,255,0.5);
 * float:left;
 * width:292px;
 * margin-right:20px;
 * }
 */
.gridRow {
  background: rgba(255,255,255,0.50);
  float: left;
  width: 940px;
  padding: 10px;
  margin: 0 0 20px 0;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.07); }
  .gridRow .firstcol,
  .gridRow .secondcol,
  .gridRow .thirdcol {
    width: 295px;
    float: left;
    margin-right: 21px; }
  .gridRow .thirdcol {
    margin-right: 0; }

#slider {
  position: absolute;
  top: -9999em; }

  .js #home #mainContent,
  .js #home #pageFooter {
    display: block; }

#mainContent .row .csc-default {
  background: transparent;
  margin: 0;
  box-shadow: none;
  padding: 0; }

#pageFooter {
  float: left;
  clear: both;
  z-index: 10;
  width: 960px;
  text-transform: uppercase; }
  #pageFooter a {
    text-decoration: none;
    color: #7798b3;
    font-size: 11px; }
  #pageFooter #footer_nav_meta {
    float: right; }
    #pageFooter #footer_nav_meta span.last a {
      padding-right: 0; }
  #pageFooter #kontaktfooter {
    float: left; }
    #pageFooter #kontaktfooter .csc-default {
      float: left;
      min-width: 200px;
      font-size: 11px;
      color: #00396d;
      line-height: 14px; }
      #pageFooter #kontaktfooter .csc-default p.bodytext {
        margin-top: 6px; }

  .content p {
    margin-bottom: 1em; }
  .content h1,
  .content h2,
  .content h3 {
    margin-bottom: 0.5em; }
  .content h1 {
    font-size: 150%; }
  .content h1.csc-firstHeader {
    margin-top: 0; }
  .content h2 {
    font-size: 14px;
    margin-top: 0; }
  .content h3 {
    font-size: 14px;
    margin-top: 0; }

.left {
  float: left; }

.right,
.#footer_nav_meta {
  float: right; }

  #footer_nav_meta a {
    padding: 0 5px; }

#hheader {
  background: url(../images/layout/header_bg.png) repeat-x;
  width: 960px;
  height: 135px;
  position: absolute;
  z-index: 10;
  top: 20px; }

div.csc-textpic .csc-textpic-imagewrap .csc-textpic-image {
  margin-bottom: 0; }

.tx_bzdstaffdirectory_teamlist {
  margin-bottom: 20px;
  width: 1000px;
  float: left;
  clear: both; }
  .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person {
    background: rgba(255,255,255,0.50);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    float: left;
    margin-right: 26px;
    padding: 5px;
    height: 505px; }
    .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person td {
      border: 0;
      padding: 0; }
    .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person p {
      margin: 0; }
    .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person div.personal_info {
      margin: 10px 0; }
      .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person div.personal_info p {
        line-height: 20px; }
      .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person div.personal_info .tx_bzdstaffdirectory_teamlist_person_email a {
        color: #00396d;
        text-decoration: underline; }
        .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person div.personal_info .tx_bzdstaffdirectory_teamlist_person_email a:hover {
          text-decoration: none; }
    .tx_bzdstaffdirectory_teamlist .tx_bzdstaffdirectory_teamlist_person.leader td {
      color: #00396d;
      background: none; }

.mail {
  text-decoration: underline;
  color: #00396d; }
  .mail:hover {
    text-decoration: underline;
    color: #00396d; }

#introXXX {
  background: #eef8f9;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1; }

#skip-intro {
  position: absolute;
  top: 70%;
  left: 50%;
  cursor: pointer;
  z-index: 999;
  margin-left: 360px; }

.hinweis {
    /*
   * background: #E20025;
   */
    /*
   * color:$white;
   */
    /*
   * padding: 10px;
   */
  font-size: 12px;
  color: #e20025; }

.clear {
  clear: both; }

/*
 * * Includes
 */
form {
  margin: 0 0 20px; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: 40px;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #cccccc; }

legend small {
  font-size: 15px;
  color: #999999; }

button,
input,
label,
select,
textarea {
  font-size: 14px;
  font-weight: normal;
  line-height: 20px; }

button,
input,
select,
textarea {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; }

label {
  display: block;
  margin-bottom: 5px; }

.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
select,
textarea {
  display: inline-block;
  height: 20px;
  padding: 4px 6px;
  margin-bottom: 9px;
  font-size: 14px;
  line-height: 20px;
  color: #555555; }

.uneditable-input,
input,
textarea {
  width: 206px; }

textarea {
  height: auto; }

.uneditable-input,
input[type="color"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="email"],
input[type="month"],
input[type="number"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="text"],
input[type="time"],
input[type="url"],
input[type="week"],
textarea {
  background-color: white;
  border: 1px solid #cccccc; }

.uneditable-input:focus,
input[type="color"]:focus,
input[type="date"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="email"]:focus,
input[type="month"]:focus,
input[type="number"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="text"]:focus,
input[type="time"]:focus,
input[type="url"]:focus,
input[type="week"]:focus,
textarea:focus {
  border-color: rgba(82,168,236,0.80);
  outline: 0;
  outline: thin dotted \9; }

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  *margin-top: 0;
  line-height: normal;
  cursor: pointer; }

input[type="button"],
input[type="checkbox"],
input[type="file"],
input[type="image"],
input[type="radio"],
input[type="reset"],
input[type="submit"] {
  width: auto; }

input[type="file"],
select {
  height: 30px;
    /*
   * In IE7, the height of the select element cannot be changed by height, only font-size
   */
  *margin-top: 4px;
    /*
   * For IE7, add top margin to align select with labels
   */
  line-height: 30px; }

select {
  width: 220px;
  background-color: white;
  border: 1px solid #cccccc; }

select[multiple],
select[size] {
  height: auto; }

input[type="checkbox"]:focus,
input[type="file"]:focus,
input[type="radio"]:focus,
select:focus {
  outline: thin dotted #333333;
  outline-offset: -2px; }

.powermail_fieldwrap_input {
  width: 50%;
  float: left; }

    .cformular .powermail_form h3 {
      display: none; }
    .cformular .powermail_form legend {
      display: none; }
    .cformular .powermail_form label {
      display: inline-block; }
    .cformular .powermail_form .labelhidden-float {
      float: left;
      margin-right: 15px; }
      .cformular .powermail_form .labelhidden-float label {
        display: none; }
    .cformular .powermail_form textarea {
      width: 640px;
      height: 170px; }
      .cformular .powermail_form .legendblock legend {
        display: block;
        border-bottom: 0;
        line-height: auto;
        margin-bottom: 0;
        font-size: 14px;
        color: #00396d;
        font-weight: bold; }
      .cformular .powermail_form .legendblock label {
        display: inline-block;
        width: 70px; }
    .cformular .powermail_form .powermail_submit {
      background: #00396d;
      border: 0;
      color: white;
      padding: 5px 10px;
      margin: 15px 0; }
  .cformular #contentLeft {
    padding: 10px 10px 10px 0;
    margin: 0; }

select#powermail_field_immobilie {
  width: 653px; }

.powermail_checkbox {
  display: inline-block;
  float: left;
  margin-right: 8px !important; }

.powermail_fieldwrap_check label {
  width: 638px;
  float: left; }

/*
 * Z-INDEX
 */
.formError {
  z-index: 990; }

.formError .formErrorContent {
  z-index: 991; }

.formError .formErrorArrow {
  z-index: 996; }

.formErrorInsideDialog.formError {
  z-index: 5000; }

.formErrorInsideDialog.formError .formErrorContent {
  z-index: 5001; }

.formErrorInsideDialog.formError .formErrorArrow {
  z-index: 5006; }

.inputContainer {
  position: relative;
  float: left; }

.formError {
  position: absolute;
  top: 300px;
  left: 300px;
  display: block;
  cursor: pointer; }

.ajaxSubmit {
  padding: 20px;
  background: #55ea55;
  border: 1px solid #999999;
  display: none; }

.formError .formErrorContent {
  width: 100%;
  position: relative;
  color: white;
  width: 150px;
  font-size: 11px;
  border: 2px solid #dddddd;
  padding: 4px 10px 4px 10px;
  background: #00396d; }

.greenPopup .formErrorContent {
  background: #33be40; }

.blackPopup .formErrorContent {
  background: #393939;
  color: white; }

.formError .formErrorArrow {
  width: 15px;
  margin: -2px 0 0 13px;
  position: relative; }

body.rtl .formError .formErrorArrow,
body[dir='rtl'] .formError .formErrorArrow {
  margin: -2px 13px 0 0; }

.formError .formErrorArrowBottom {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  margin: 0px 0 0 12px;
  top: 2px; }

.formError .formErrorArrow div {
  border-left: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  font-size: 0px;
  height: 1px;
  margin: 0 auto;
  line-height: 0;
  font-size: 0;
  display: block;
  background: #00396d; }

.formError .formErrorArrowBottom div {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none; }

.greenPopup .formErrorArrow div {
  background: #33be40; }

.blackPopup .formErrorArrow div {
  background: #393939;
  color: white; }

.formError .formErrorArrow .line10 {
  width: 15px;
  border: none; }

.formError .formErrorArrow .line9 {
  width: 13px;
  border: none; }

.formError .formErrorArrow .line8 {
  width: 11px; }

.formError .formErrorArrow .line7 {
  width: 9px; }

.formError .formErrorArrow .line6 {
  width: 7px; }

.formError .formErrorArrow .line5 {
  width: 5px; }

.formError .formErrorArrow .line4 {
  width: 3px; }

.formError .formErrorArrow .line3 {
  width: 1px;
  border-left: 2px solid #dddddd;
  border-right: 2px solid #dddddd;
  border-bottom: 0 solid #dddddd; }

.formError .formErrorArrow .line2 {
  width: 3px;
  border: none;
  background: #dddddd; }

.formError .formErrorArrow .line1 {
  width: 1px;
  border: none;
  background: #dddddd; }

  .news-list-container .news-list-item {
    zoom: 1;
    border-bottom: 1px solid #f2f2f2;
    padding-bottom: 0.5em;
    margin-bottom: 0.5em; }
  .news-list-container .news-list-item:after,
  .news-list-container .news-list-item:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .news-list-container .news-list-item:after {
    clear: both; }
    .news-list-container .news-list-item h2 {
      margin: 0; }
  .news-list-container a {
    text-decoration: none; }
  .news-list-container .news-item-left {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 470px;
    margin-left: 0; }
  .news-list-container .news-item-right {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 190px;
    margin-right: 0;
    padding-bottom: 9px;
    background: transparent url("../images/tt_news/dropShadow.png") scroll no-repeat center bottom; }
    .news-list-container .news-item-right a {
      zoom: 1; }
  .news-list-container .news-item-right a:after,
  .news-list-container .news-item-right a:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .news-list-container .news-item-right a:after {
    clear: both; }
      .news-list-container .news-item-right a img {
        border: 1px solid #f2f2f2; }

  .news-single-item a {
    text-decoration: none; }
  .news-single-item .news-single-left {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 470px;
    margin-left: 0; }
  .news-single-item .news-single-right {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 190px;
    margin-right: 0; }
  .news-single-item > .news-single-img {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 670px;
    margin-left: 0;
    margin-right: 0; }
  .news-single-item .newssinglepic {
    width: 135px;
    display: inline;
    float: left;
    margin: 5px;
    border: 1px solid #f2f2f2;
    padding: 10px;
    text-align: center;
    line-height: 130px; }
    .news-single-item .newssinglepic img {
      vertical-align: middle;
      text-align: center; }
    .news-single-item .newssinglepic a,
    .news-single-item .newssinglepic p {
      float: left;
      clear: both;
      text-align: center;
      display: block;
      width: 100%; }
    .news-single-item .newssinglepic .news-single-imgcaption {
      width: 100%;
      padding: 0;
      line-height: 1.3em;
      margin: 0; }
  .news-single-item .news-single-toolbar {
    display: inline;
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    width: 670px;
    margin-left: 0;
    margin-right: 0; }
    .news-single-item .news-single-toolbar a {
      text-transform: uppercase;
      text-decoration: none; }
    .news-single-item .news-single-toolbar .backToList {
      display: inline;
      float: left;
      margin-left: 5px;
      margin-right: 5px;
      width: 190px;
      margin-left: 0; }
    .news-single-item .news-single-toolbar .news-prevNext-links {
      display: inline;
      float: left;
      margin-left: 5px;
      margin-right: 5px;
      width: 470px;
      margin-right: 0;
      text-align: right; }

.cl-right,
.news-single-backlink {
  width: 100%; }

.entry_img {
  padding-bottom: 13px;
  background: transparent url("../images/tt_news/dropShadow.png") scroll no-repeat center bottom; }
  .entry_img a {
    zoom: 1; }
  .entry_img a:after,
  .entry_img a:before {
    content: "\0020";
    display: block;
    height: 0;
    overflow: hidden; }
  .entry_img a:after {
    clear: both; }
    .entry_img a img {
      border: 1px solid #f2f2f2; }

.news-list-morelink {
  display: block;
  padding: 0; }
  .news-list-morelink:before {
    content: "> "; }

.news-list-date,
.news-single-rightbox {
  float: left;
  clear: both;
  width: 100%;
  padding: 0;
  color: #cccccc;
  font-size: 0.8em;
  text-align: left; }

  .news-single-files dd {
    line-height: 18px;
    margin-bottom: 3px; }
  .news-single-files .newsFiles-size {
    font-size: 0.75em;
    color: #cccccc; }

.browseLinksWrap {
  width: auto;
  float: right;
  font-size: 12px; }
  .browseLinksWrap .pageB {
    border: 1px solid #cccccc;
    width: 1.6em;
    line-height: 1.6em;
    text-align: center;
    height: 1.6em;
    display: block;
    margin-right: 3px;
    float: left; }
    .browseLinksWrap .pageB.active {
      font-weight: bold; }

.tx_liaimmobilien {
  margin: 0; }

.tx-lia-immobilien {
  float: left;
  clear: both; }
  .tx-lia-immobilien .infoText {
    color: #e20025;
    font-size: 12px; }
  .tx-lia-immobilien h1 {
    font-size: 14px;
    line-height: 1.5em;
    margin: 5px 0;
    width: 80%;
    display: inline-block;
    text-transform: uppercase; }
  .tx-lia-immobilien .immobilie {
    background: #f7fcfc;
    background: rgba(255,255,255,0.70);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    position: relative;
    width: 294px;
    margin: 0 21px 21px 0;
    color: #00396d;
    line-height: 0; }
    .tx-lia-immobilien .immobilie:last-child {
      margin-right: 0; }
    .tx-lia-immobilien .immobilie.last {
      margin-right: 0 !important; }
    .tx-lia-immobilien .immobilie .info {
      position: absolute;
      line-height: 1.5em;
      left: 0;
      bottom: 0;
      height: 0;
      overflow: hidden;
      padding: 0 10px;
      background: #f7fcfc;
      background: rgba(255,255,255,0.70);
      color: #00396d;
      text-transform: uppercase; }
      .tx-lia-immobilien .immobilie .info a {
        display: block;
        width: 100%;
        height: 100%; }
    .tx-lia-immobilien .immobilie:hover .info {
      height: auto;
      padding: 10px; }
    .tx-lia-immobilien .immobilie a {
      color: #00396d; }
  .tx-lia-immobilien .immoDetails {
    padding: 10px 0; }
  .tx-lia-immobilien .immoHeader {
    padding: 0 0 10px 0;
    margin-bottom: 10px; }
  .tx-lia-immobilien .soldOut {
    position: absolute;
    right: 0;
    bottom: 0;
    text-indent: -999em;
    width: 168px;
    height: 136px;
    background: transparent url('../images/immo/sold.png'); }

.immoInfos {
  background: #f7fcfc;
  background: rgba(255,255,255,0.70);
  margin: 0 0 20px 0;
  padding: 20px;
  width: 920px;
  display: block;
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.07); }
  .immoInfos .immoInfo_1,
  .immoInfos .immoInfo_2,
  .immoInfos .immoInfo_3 {
    margin-right: 20px;
    min-height: 1px; }
  .immoInfos .immoInfo_1 {
    width: 288px; }
  .immoInfos .immoInfo_2 {
    width: 306px; }
  .immoInfos .immoInfo_3 {
    margin-right: 0;
    width: 286px; }
  .immoInfos h4 {
    padding: 0 0 0.3em 0;
    margin: 0; }
  .immoInfos .verkauft {
    color: #e20025;
    text-transform: uppercase;
    font-weight: bold; }

.tx-lia-immobilien .immoNavi {
  float: right;
  width: auto;
  max-width: 15%; }
  .tx-lia-immobilien .immoNavi a {
    background: #083672 url(../images/immo/navi.gif);
    background-position: 0 0;
    color: white;
    width: 25px;
    height: 25px;
    display: block;
    text-indent: -999em;
    margin: 2px;
    float: left;
    text-decoration: none;
    position: relative; }
    .tx-lia-immobilien .immoNavi a.toImmoList {
      background-position: -29px 0; }
    .tx-lia-immobilien .immoNavi a.nextImmobilie {
      background-position: -58px 0; }
  .tx-lia-immobilien .immoNavi a:hover {
    background-color: #3e6a91; }

  .immoNavi a:hover:after {
    text-indent: 0 !important;
    background: #3e6a91;
    bottom: 33px;
    color: white;
    content: attr(title);
    left: 50%;
    margin-left: -80px;
    padding: 5px 15px;
    position: absolute;
    z-index: 98;
    width: 160px;
    white-space: nowrap;
    text-transform: uppercase;
    text-decoration: none; }
  .immoNavi a:hover:before {
    border: solid;
    border-color: #3e6a91 transparent;
    border-width: 6px 6px 0 6px;
    bottom: 27px;
    content: "";
    left: 7px;
    position: absolute;
    z-index: 99;
    text-decoration: none; }

  .immoLinks a {
    background: #083672 url(../images/immo/navi.gif) no-repeat;
    background-position: 260px -26px;
    color: white;
    width: 270px;
    padding: 3px 7px;
    margin: 0 0 5px 0; }
    .immoLinks a.contact {
      background-position: 260px -55px; }
    .immoLinks a.expose {
      background-position: 260px -84px; }

.tx_liaimmobilien_filter {
  -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
  background: #f7fcfc;
  background: rgba(255,255,255,0.70);
  color: #00396d;
  font-size: 12px;
  margin: 0 0 20px 0;
  padding: 10px;
  width: 940px; }
  .tx_liaimmobilien_filter form {
    margin: 0;
    height: 30px;
    text-transform: uppercase; }
  .tx_liaimmobilien_filter select {
    width: auto;
    padding: 2px; }
    .tx_liaimmobilien_filter select option {
      text-transform: uppercase; }
    .tx_liaimmobilien_filter .art label,
    .tx_liaimmobilien_filter .ort label,
    .tx_liaimmobilien_filter .region label {
      min-width: 310px; }

.js .tx_liaimmobilien_filter .absenden {
  display: none; }

  .immoPics a {
    display: block;
    background: #f7fcfc;
    background: rgba(255,255,255,0.70);
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    -moz-box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.07);
    float: left;
    width: 292px;
    padding: 7px !important;
    margin-right: 21px;
    margin-bottom: 21px;
    float: left;
    line-height: 0;
    position: relative; }
  .immoPics .row a:last-child {
    margin-right: 0; }
  .immoPics .row .last {
    margin-right: 0 !important; }
  .immoPics img {
    border: 0 !important;
    width: 100%; }

  .tx-lia-immobilien ul.f3-widget-paginator li {
    background: #00396d;
    color: white; }
    .tx-lia-immobilien ul.f3-widget-paginator li a {
      color: white; }
    .tx-lia-immobilien ul.f3-widget-paginator li.current {
      background: #e20025; }

/*
 * *  BOX SHADOW IE
 * * http://www.useragentman.com/blog/2011/08/24/how-to-simulate-css3-box-shadow-in-ie7-8-without-javascript/
 * *
 */
