/**
 * Stylesheet fuer http://www.deinweinberg.de/
 *
 * Standard RTE Stylesheet
 *
 * @author    C. Conrad
 * @link      http://www.deinweinberg.de/
 * @copyright Copyright 2008, Burg-ITC GmbH
 * @license   private
 * @version $Id: rte_formate.css 4 2009-01-03 17:11:19Z chief $
 */

.green {
	color: #2D542E;
}
.amber {
	color: #B27D27;
}

.author {
	color: #B27D27;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

span.author {
	color: #B27D27;
	font-size: 12px;
	font-weight: bold;
	font-style: normal;
}

span.bold, .bold {
	color: #B27D27;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}

span.redtext, .redtext {
	color: red;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
}

H1 {
	color: #2D542E;
	font-family: Arial, Verdana;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	width: 90%;
	border-bottom: 1px solid #2D542E;
	padding-bottom: 2px;
}
H2 {
	color: #000;
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: bold;
}
H3 {
	font-family: Verdana, Arial;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	text-transform: uppercase;
	width: 70%;
	border-bottom: 1px solid #197694;
	padding-bottom: 2px;
}
.headline1 {
	font-size: 16px;
}
.headline2 {
  font-size: 16px;
  color: #B27D27;
  font-size: 14px;
  font-weight: bold;
  margin-left: 20px;
}
.headline3 {
	font-size: 12px;
	text-transform: uppercase;
}