body {
	font: 0.9em/1.8em Arial, Verdana, Helvetica, sans-serif;
	color: #5e5e5e;
	margin: 0;
	padding: 0 0 15px 0;
	text-align: center;
	background-color: #f1f1f1;
}
#accesskeys {
	position: absolute;
	top: -400px;
}
#container {
	margin: 0 auto;
	width: 52em;
	max-width: 100%;
	text-align: left;
}
/* header:
------------------------------------------
------------------------------------------*/
#head {
	height: 5.5em;
	margin: 3em 0 0 28%;
}
h1#toptitle {
	font: 2.4em Georgia, serif;
	text-align: left;
	margin: 0;
	line-height: 1.3em;
}
h1#toptitle a {
	color: #5e5e5e;
	text-decoration: none;
}
h1#toptitle a:hover {
	color: #000 !important;
}
h1#toptitle a:visited {
	color: #5e5e5e;
}
.bunt {
	color: #227a00;
}
/* linke spalte
------------------------------------------
------------------------------------------*/
ul#navi {
	position: fixed;
	width: 6.5em;
	float: left;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font: 1.95em Georgia, serif;
	line-height: 1.1em;
}
*+html ul#navi {margin-left: -205px;}

ul#navi li {
	text-align: right;
}
ul#navi li a {
	text-decoration: none;
	color: #5e5e5e;
	display: block;
	padding: 0 4px 0 0;
}
ul#navi li.active a,
ul#navi li.active a:hover {
	color: #227a00;
}
ul#navi li a:hover {
	color: #000;
}
/* --------------------------*/
/* Fix IE. Hide from IE Mac \*/
* html #navi li {float: left;height: 1%;}
* html #navi li a {height: 1%;}
/* --------- End ----------- */
/* content
------------------------------------------
------------------------------------------*/
#content {
	text-align: left;
	margin: 0 0 0 28%;
}

#content ul {
	margin-left: 0;
	padding-left: 15px;
	line-height: 1.6em;
	list-style-type: square;
}
/* typo und grundelemente 
------------------------------------------
------------------------------------------*/
/* links	
------------------------------------------
------------------------------------------*/
a, a:link {
	color: #227a00;
}
a:visited {
	color: #5e5e5e;
}
a:hover,
a:focus,
a:active {
	color: #5e5e5e;
}
/* typo, tables 
------------------------------------------
------------------------------------------*/
p, .normal {
	padding: 0;
	margin: 0 0 16px 0;
}
h2 {
	padding: 0;
	margin: 0 0 11px 0;
	font-weight: normal;
	font-size: 1.35em;
	color: #227a00;
}
h3 {
	margin: 8px 0 6px 0;
	padding: 0;
	font-weight: normal;
	font-size: 1.15em;
}
h4 {
	margin: 8px 0 0 0;
	padding: 0;
}
table {
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
	border-collapse: collapse;
	border-spacing: 0;
	font-size: 1em;
}
* html table {width: auto;}
th {
	font-weight: bold;
	text-align: left;
	font-size: 1em;
	font-weight: bold;
	padding: 2px 18px 2px 0;
	border-bottom: 1px solid #5e5e5e;
	line-height: 1.3em;
}
.first-c {
	width: 158px;
}
td {
	font-size: 1em;
	vertical-align: top;
	line-height: 1.4em;
	padding: 2px 18px 2px 0;
	border-bottom: 1px dotted #5e5e5e;
}
img {
	border: 1px solid #5e5e5e;
	padding: 4px;
	background-color: #fff;
}
a img {
	border: 1px solid #5e5e5e;
	padding: 2px;
}
address {
	font-style: normal;
}
.referenzen h3 {
	margin: 22px 0 5px 0;
	border-bottom: 1px solid #5e5e5e;
}
.referenz {
	padding: 9px 0 0 0;
	height: 135px;
	border-bottom: 1px dotted #5e5e5e;
}
.referenz a {
	text-decoration: none;
}
.referenz img {
	float: left;
	margin: 5px 20px 0 0;
}
.referenz dt {
	font-weight: bold;
	float: left;
	margin: 0 4px 0 0;
}
.referenz dd {
	margin: 0 0 0 70px;
	padding: 0;
}