* { /* Mit dem Universalselektor die Polsterungseigenschaften aller (Block-)Elemente auf null setzen */
margin: 0;
padding: 0;
}

a:link 
{ 
	text-decoration:none;
	font-family: Arial;
	font-size: 16px;
	color: #3e9b35;
	font-weight:normal;
}
a:visited 
{
	text-decoration:none;
	font-family: Arial;
	font-size: 16px;
	color: #3e9b35;
	font-weight:normal;
}
a:hover 
{
	text-decoration:none;
	font-family: Arial;
	font-size: 16px;
	color:#3e9b35;
	font-weight:normal;
}
a:active 
{ 
	text-decoration:none;
	font-family: Arial;
	font-size: 16px;
	color:#3e9b35;
	font-weight:bold;
}

body {
text-align: center; /* Für IE 5.01 & 5.5, um die Box #wrapper horizontal zu zentrieren */
background-color:#ebebeb;
}

div {
text-align: left; /* text-align:center wieder aufheben, damit DIV-Inhalte linksbündig ausgerichtet sind */
}

/* DIV-Boxen */

div#outer_wrapper {
	width: 950px;
	border: 16px solid #ffffff;
	position:relative;
	top:20px;
	margin-top: 0;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 0;
	background-color: #ffffff;
}
div#inner_wrapper {
	width: 950px;
	border: 2px solid #a5c790;
	background-color: #ffffff;
}

div#header {
width: 100%;
height: 120px;
padding-top:20px;
padding-bottom:10px;
background: #ffffff;
border:0px;
background-repeat:no-repeat;
background-position:center;
}
div#header img{
position:absolute;
top:20px;
right:20px;
}
div#header .CompanyName{
font-weight:bold;
text-transform:uppercase;
color:#000000;
letter-spacing:-2pt;
word-spacing:-2pt;
font-size:32px;
text-align:left;
font-family:arial, helvetica, sans-serif;
line-height:1;
margin-top:20px;
margin-left:20px;
display:inline;
float:left;
}
div#header .trenner{
font-family:arial black, helvetica, sans-serif;
color: #95cd2c;
display:inline;
}

div#header .CompanyNameSubTitle{
font-weight:normal;
text-transform:uppercase;
color:#838383;
letter-spacing:-1.5pt;
word-spacing:1pt;
font-size:20px;
text-align:left;
font-family:arial, helvetica, sans-serif;
line-height:2;
margin-left:20px;
float:left;
}
div#leftCol {
	float: left;
	width: 471px;
	padding-top: 50px;
	background: #ffffff;
	min-height:441px;
	height: 100%;
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	color: #000000;
	text-align: left;
	list-style-position:outside;
	list-style-type:disc;
}
div#leftCol ul{
	position:relative;
	left:10px;
	list-style-position:outside;
	list-style-type:disc;
}
div#leftCol h1 {
	font-family:Arial;
	font-size: 16px;
	font-style: normal;
	font-weight:bold;
	text-align: left;
	color: #3e9b35;
}
div#leftCol a:link { 
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #3e9b35;
}
div#leftCol a:visited {
	font-family: arial;
	font-size: 12px;
	font-style: normal;
	text-decoration: underline;
	color: #3e9b35;
}
div#rightCol {
	float: right;
	width: 471px;
    padding-top: 50px;
	background: #ffffff;
	height: auto;
}
div#rightCol ul{
	list-style-position:outside;
	list-style-type:disc;
	font-family:Arial;
	font-size: 16px;
	font-weight:bold;
	color: #3e9b35;
}

div#rightCol ul ul{
	position:relative;
	left:15px;
	list-style-type:circle ;
}

#aktiv a:link { 
	font-weight:bold;
}
#aktiv a:visited {
	font-weight:bold;
}

/* clearfix zum Aufheben der Floatumgebung */

.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

#c51 h2 {
	font-size:13px;
	margin-top:10px;
}