/***************/

h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #68B022;
	margin-bottom: 25px;
	text-transform: uppercase;
}

h2 {
	font-size: 1em;
	font-weight: bold;
	color: #666;
	margin-bottom: 2px;
}

h3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.4em;
	font-weight: normal;
	color: #666;
	margin-bottom: 5px;
	text-transform: uppercase;
}

h4 {
	font-size: 1.2em;
	font-weight: normal;
	color: #68B022;
	margin-bottom: 2px;
}

p {
	line-height: 1.6em;
	margin-bottom: 1em;
}

ul {
	margin-left: 20px;
	margin-bottom: 1em;
}

li {
	margin-left: 20px;
	line-height: 1.6em;
	list-style-position: outside;
}

blockquote {
	padding-left: 30px;
	font-style: italic;
}

a { 
	text-decoration: underline; 
	color: #666;
}

a:hover { 
	text-decoration: none; 
}

sup {
	font-size: 8px;
}

sub {
	font-size: 8px;
}

/*** Anpassungen ***/


a.none { 
	text-decoration: none; 
}

a.none:hover { 
	text-decoration: underline;
}

a.link2 { 
	text-decoration: none; 
	color: #61972c;
}

a.link2:hover { 
	color: #666;
}

a.link4 { 
	text-decoration: none; 
	color: #fff;
}

a.link4:hover { 
	text-decoration: underline;
	color: #fff;
}

a.seitennavi { 
	font-weight: bold;
}

a.seitennavi:hover {
	text-decoration: none; 
	color: #BAD47B;
}

a.seitennavi_aktiv { 
	text-decoration: none;
	color: #BAD47B;
}

span.link {
	text-decoration: underline;
	cursor: pointer;
}

/***************/

.textXL {
	font-size: 16pc;
}

.textL {
	font-size: 14px;
}

.textM {
	font-size: 12px;
}

.textS {
	font-size: 11px;
}

.textXS {
	font-size: 10px;
}

.abstand0  {
	margin: 0;
	padding: 0;
}

.textZeile1 {
	line-height: 1.6em;
}

.textZeile2 {
	line-height: 1.8em;
}

.textZeile3 {
	line-height: 2.2em;
}

.textAbst{
	padding: 2px;;
}

.textBlock {
	text-align: justify;
}

.weiss {
	color: #fff;
}

.schwarz {
	color: #000;
}

.grau {
	color: #999;
}

.gelb {
	color: #facf2c;
}

.rot {
	color: #DE0204;
}

.fehler {
	color: #ba574a;
}

.halb {
	line-height: 0.5em;
}

.umbruch1 {
	margin-bottom: 1em;
}

.umbruch2 {
	margin-bottom: 2em;
}

.fett {
	font-weight: bold;
}

.em {
	font-style: oblique;
}

hr {
	color: #666666;
	text-align: center;
	width: 100%;	
}
