/**************************************************/
/* Abstände, Ausrichtung                          */
/**************************************************/

.horz-center {
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.links {
  float: left;
}

.rechts {
  float: right;
}


/**************************************************/
/* Text                                           */
/**************************************************/

.titel1 {
  height: 17px;
  background: #999965;
  color: #ffffff;
  padding: 3px 0 0 10px;
  display: block;
  font-weight: bold;
}

.titel2 {
  font-weight: bold;
  font-size: 11px;
}

.titel3 {
  color: #ffffff;
  font-weight: bold;
  font-size: 13px;
}

.titel4 {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.preis1 {
  color: #CC0000;
  padding: 0 0 5px 0;
  display: block;
  font: bold 28px Arial, sans-serif;
}

.abverkauf-titel1 {
  color: #ffffff;
  font-weight: bold;
  font-size: 11px;
}

.abverkauf-titel2 {
  color: #000000;
  font-weight: bold;
  font-size: 13px;
}

.abverkauf-titel3 {
  color: #000000;
  font-weight: bold;
  font-size: 10px;
}

.abverkauf-preis1 {
  color: #CC0000;
  font: bold 22px Arial, sans-serif;
}

.abverkauf-preis2 {
  color: #CC0000;
  font: bold 36px Arial, sans-serif;
}
  

.big1 {
  font-size: 11px;
}

.caps1 {
  text-transform: uppercase;
}

.fliess1 {
  line-height: 15px;
}

.grau1 {
  color: #7F7F7F;
}

.gruen1 {
  color: #B6BCA1;
}

	
/**************************************************/
/* Links                                          */
/**************************************************/

a {
  background: url(/images/pointer4.gif) no-repeat left bottom;
  color: #999965;
  padding: 0 0 0 9px;
  font-weight: bold;
  text-decoration: none;
}

a:visited {
  color: #999965;
}

a:hover {
  color: #C10037;
}

a.pic  {
  background: none;
  color: transparent;
  margin: 0;
  border: 0;
  padding: 0;
  font-weight: normal;
  text-decoration: none;
}

/**************************************************/
/* Navigation                                     */
/**************************************************/

a.navi1-off {
  width: 155px;
  height: 20px;
  background: url(/images/teiler1.gif) no-repeat bottom;
  color: #2E402B;
  padding: 5px 0px 0px 15px;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  display: block;
}

a.navi1-off:visited {
  color: #2E402B;
}

a.navi1-off:hover {
  background: #F6F6E1 url(/images/teiler1.gif) no-repeat bottom;
  color: #61684B;
}

a.navi1-on {
  width: 155px;
  height: 20px;
  background: #F6F6E1 url(/images/teiler1.gif) no-repeat bottom;
  color: #61684B;
  padding: 5px 0px 0px 15px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

a.navi1-on:visited {
  color: #61684B;
}

a.navi1-on:hover {
  color: #61684B;
}
/**************************************************/
a.navi2-off {
  background: url(/images/pointer1.gif) no-repeat left center;
  color: #61684B;
  padding: 0 20px 0 13px;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

a.navi2-off:visited {
  color: #61684B;
}

a.navi2-off:hover {
  background: url(/images/pointer2.gif) no-repeat left center;
  color: #FD0001;
}

a.navi2-on {
  background: url(/images/pointer2.gif) no-repeat left center;
  color: #FD0001;
  padding: 0 20px 0 13px;
  font-size: 10px;
  font-weight: bold;
  text-decoration: none;
  text-transform: uppercase;
}

a.navi2-on:visited {
  color: #FD0001;
}

a.navi2-on:hover {
  color: #FD0001;
}
/**************************************************/
a.navi3 {
  background: url(/images/pointer3.gif) no-repeat left center;
  color: #B8B8B8;
  margin: 0 0 0 40px;
  padding: 0 0 0 13px;
  font-size: 10px;
  font-weight: normal;
  text-decoration: none;
  text-transform: uppercase;
}

a.navi3:visited {
  color: #B8B8B8;
}

a.navi3:hover {
  background: url(/images/pointer2.gif) no-repeat left center;
  color: #FD0001;
}
