/***************************************************************************
* Navigation top
***************************************************************************/

/* active button */
#buttons ul li.planung a {
  background:url(../img/button1_planung.gif) no-repeat;
}

/* in-active buttons */
#buttons ul li.hausbau a {
  background:url(../img/button1_hausbau_grau.gif) no-repeat;
}
#buttons ul li.ausbau a {
  background:url(../img/button1_ausbau_grau.gif) no-repeat;
}
#buttons ul li.leben a {
  background:url(../img/button1_leben_grau.gif) no-repeat;
}
#buttons ul li.garten a {
  background:url(../img/button1_garten_grau.gif) no-repeat;
}

#searchbar {
  background-color:#3E7DC0;
}

/***************************************************************************
* Navigation left
***************************************************************************/

.navi_rubrik {
  background-color:#6F94B7;
}

#navi h2.navi_rubrik {
  background-color:#3E7DC0;
}

/***************************************************************************
* Content
***************************************************************************/

/* Teaserlist
***************************************************************************/

.tx_sdteaser-image {
  background:#DBECFF;
}

/* Page Navigation below Teasers
***************************************************************************/

.activeLinkWrap a {
  font-weight:bold;
  color:#3E7DC0;
  text-decoration:none;
}

.disabledLinkWrap #browseFirst {
  background:url(../img/browse_first_planung_inact.gif) top no-repeat;
}

.disabledLinkWrap #browsePrev {
  background:url(../img/browse_prev_planung_inact.gif) top no-repeat;
}

.disabledLinkWrap #browseNext {
  background:url(../img/browse_next_planung_inact.gif) top no-repeat;
}

.disabledLinkWrap #browseLast {
  background:url(../img/browse_last_planung_inact.gif) top no-repeat;
}

.inactiveLinkWrap #browseFirst {
  background:url(../img/browse_first_planung.gif) top no-repeat;
}

.inactiveLinkWrap #browsePrev {
  background:url(../img/browse_prev_planung.gif) top no-repeat;
}

.inactiveLinkWrap #browseNext {
  background:url(../img/browse_next_planung.gif) top no-repeat;
}

.inactiveLinkWrap #browseLast {
  background:url(../img/browse_last_planung.gif) top no-repeat;
}

/* Amazon Booklinks
***************************************************************************/

.tx-sdamazon-pi1 {
  margin-top: 10px;
}

.tx_sdamazon {
  background: #DBECFF;
  color: #6F94B7;
}

.tx_sdamazon h2 {
  background: #3E7DC0;
}

.tx_sdamazon-header {
  margin-top: 5px;
}

.tx_sdamazon-header a {
  color: #6F94B7;
}

.tx_sdamazon-price a {
  color: #6F94B7;
}

/* Crosslink-Sitemaps
***************************************************************************/

#sitemap_keywords {
  background-color: #DBECFF;
}

#sitemap_keywords h2 {
  background-color: #3E7DC0;
}

#sitemap_keywords ul li a {
  color: #6F94B7;
}

