body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;	
	margin: 0;
	padding: 0;
}


p {
	margin-bottom:15px;	
}

#content ul li {
margin: 8px 0px 0px 20px;
padding: 0px 0px 0px 0px;
text-align:left; 
list-style-image: url(/images/listen_punkte.gif);
}

#content ul li ul li {
margin: 8px 0px 0px 20px;
padding: 0px 0px 0px 0px;
text-align:left; 
list-style-image: url(/images/listen_punkte.gif);
}

#content ol li {
margin: 8px 0px 0px 24px;
padding: 0px 0px 0px 0px;
text-align:left; 
}

#content ol li ol li {
margin: 8px 0px 0px 20px;
padding: 0px 0px 0px 0px;
text-align:left; 
}


#content ul {
 margin: 0px 0px 8px 0px;
 padding-left: 0px;
 text-align: left;
 }


h1 {
	text-align:left;
	font-size:20px;
	color:#40ac2e;
	margin-bottom:21px;
	font-weight:bold;
}

h2 {
	text-align:left;
	font-size:14px;
	color:#000000;
	margin-bottom:15px;
	font-weight:bold;
}

.balken {
	background: #40ac2e url(/images/gruen-rounded.gif) top right;
	text-align:left;
	color:#FFF;
	padding-top:2px;
	padding-bottom:2px;
	padding-left:5px;
}

a:link, a:visited {
  color:#40ac2e;
}

a:hover {
	color: #000;
}

.full {
	border:solid 1px #40ac2e;
}

.half_l {
	float:left;
	margin:0 10px 10px 0;
	border:solid 1px #40ac2e;
}

.quarter_l {
	width:25%;
	height:25%;
	float:left;
	margin:0 10px 10px 0;
	border:solid 1px #40ac2e;
}

.half_r {
	float:right;
	margin:0 0 10px 10px;
	border:solid 1px #40ac2e;
}


/* TABELLEN */

table.tabelleBild {
	width:525px;
	border-collapse:collapse;
	margin: 0 0 15px 0;
}

table.tabelleBild th {
	background-color:#40ac2e;
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;
	text-align:left;
}

table.tabelleBild th.eins {
	padding: 0 0 0 5px;
}

table.tabelleBild td {
	text-align:left;
	vertical-align:text-top;
	vertical-align:top;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	line-height:18px;	
	border-bottom:solid 1px #40ac2e;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
}

	
/* TABELLEN ENDE */


/* @group Clearing und Fixing */

.clear 	{
	clear: both;
	font-size: 1px;
	line-height: 0;
	margin: 0;
	padding: 0;
}

/* This needs to be first because FF3 is now supporting this */
.clearfix {display: inline-block;}

.clearfix:after {
    content: " ";
    display: block;
    height: 0;
    clear: both;
    font-size: 0;
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */


/* @end */