/* ========================================================================= *
 * CFK Propeller -- www.cfk-propeller.de                                     *
 * Urs Hartmann <urs.hartmann@cfk-propeller.de>                              *
 *                                                                           *
 * Copyright 2005 (c) CFK Propeller, Stefan Friedle <stefan@friedle.de>      *
 * ========================================================================= */

/*
 * Diese Styles stellen die Boxen am Rand dar.
 */
.side-box {
  background: #f4f8fa;
  border-right: #dce9ef solid 1px;
  border-bottom: #dce9ef solid 1px;
  padding: 10px 10px 10px 10px;
}

.side-box h3 {
  border-bottom: dotted 1px #001a33;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 10px 0;
}

.side-box h4 {
  font-family: Verdana;
  margin: 10px 0 0 0;
}

.side-box p {
  margin: 0 0 0 0;
}


/*
 * Dieser Style ist für die Disclaimer Box.
 */
.disclaimer {
  color: red;
}


/*
 * Preistabelle
 */
.content-box:before {
  content: url(../img/content-box-ol.png);
  background: #FF941A url(../img/content-box-or.png) top right no-repeat;
  margin-right: -5px;
  height: 6px;
  display: block;
  border: none;
}

.content-box {
  background: #FFF3E5 url(../img/content-box-r.png) top right repeat-y;
  padding: 0 5px 0 0;
}

.content-box:after {
  content: url(../img/content-box-ul.png);
  background: #FF941A url(../img/content-box-ur.png) top right no-repeat;
  margin: 0 -5px 0 0;
  height: 12px;
  display: block;
  border: none;
}

.content-box table {
  line-height: 150%;
  border-spacing: 0px;
  width: 100%;
  margin: 0 auto; 
}

.content-box th {
  background: #FF941A;
  color: white;
  text-align: center;
  padding: 0 0 7px 0;
}

.content-box td {
  text-align: center;
  border-top: white solid 1px;
  border-bottom: #FFE7CC solid 1px;
}

.content-box tr {
  height: 25px;
}

.content-box tr:hover {
  background: white;
}
