/***************************************************************************
* Navigation top
***************************************************************************/

/* active button */
#buttons ul li.planung a {
  background: url(../img/button1_planung.gif) no-repeat;
}
#buttons ul li.hausbau a {
  background: url(../img/button1_hausbau.gif) no-repeat;
}
#buttons ul li.ausbau a {
  background: url(../img/button1_ausbau.gif) no-repeat;
}
#buttons ul li.leben a {
  background: url(../img/button1_leben.gif) no-repeat;
}
#buttons ul li.garten a {
  background: url(../img/button1_garten.gif) no-repeat;
}

/* in-active buttons */


#searchbar {
  background-color: #666;
}

/***************************************************************************
* Navigation left
***************************************************************************/

.navi_rubrik {
  background-color: #AE8700;
}

#navi h2.navi_rubrik {
  background-color: #8A6B00;
}

/***************************************************************************
* Content
***************************************************************************/

#content h1 {
  text-align: left;
}

/* Teaserlist
***************************************************************************/

.tx_sdteaser-image {
  background: #F0E8CB;
}

/* Page Navigation below Teasers
***************************************************************************/

.browseBoxWrap {
  clear: both;
}

.activeLinkWrap a {
  font-weight: bold;
  color: #8A6B00;
  text-decoration: none;
}

.disabledLinkWrap #browseFirst {
  background: url(../img/browse_first_galpros_inact.gif) top no-repeat;
}

.disabledLinkWrap #browsePrev {
  background: url(../img/browse_prev_galpros_inact.gif) top no-repeat;
}

.disabledLinkWrap #browseNext {
  background: url(../img/browse_next_galpros_inact.gif) top no-repeat;
}

.disabledLinkWrap #browseLast {
  background: url(../img/browse_last_galpros_inact.gif) top no-repeat;
}

.inactiveLinkWrap #browseFirst {
  background: url(../img/browse_first_galpros.gif) top no-repeat;
}

.inactiveLinkWrap #browsePrev {
  background: url(../img/browse_prev_galpros.gif) top no-repeat;
}

.inactiveLinkWrap #browseNext {
  background: url(../img/browse_next_galpros.gif) top no-repeat;
}

.inactiveLinkWrap #browseLast {
  background: url(../img/browse_last_galpros.gif) top no-repeat;
}

/* Amazon Booklinks
***************************************************************************/

.tx-sdamazon-pi1 {
  margin-top: 10px;
}

.tx_sdamazon {
  background: #F0E8CB;
  color: #AE8700;
}

.tx_sdamazon h2 {
  background: #8A6B00;
}

.tx_sdamazon-header {
  margin-top: 5px;
}

.tx_sdamazon-header a {
  color: #AE8700;
}

.tx_sdamazon-price a {
  color: #AE8700;
}

/* Crosslink-Sitemaps
***************************************************************************/

#sitemap_keywords {
  background-color: #F0E8CB;
}

#sitemap_keywords h2 {
  background-color: #8A6B00;
}

#sitemap_keywords ul li a {
  color: #AE8700;
}

