html, body {
	margin:0;
	padding:0;
	text-align:center;
}
#container {
	width:1000px;
	text-align:left;
	margin-left:auto;
	margin-right:auto;
	margin-top:15px;
	background-color:#FFFFFF;
	background: url(../images/bg_all.gif) no-repeat;
	font-family:Arial, Helvetica, sans-serif;
	border:1px solid #01501F;
}
#header {
	position:relative;
	height:173px;
	width:100%;
}
#header .right {
	position:absolute;
	left:811px;
	top:36px;
}
#header .navi {
	position:absolute;
	left:811px;
	top:17px;
	!top:19px;
	font-size:0.8em;
	font-weight:bold;
}
#header .navi a {
text-decoration:none;
color:#005341;
padding:3px;
}
#header .navi a:hover {
text-decoration:none;
color:#005341;
padding:3px;
background-color:#d4b700;
}
#header .navi .active {
background-color:#d4b700;
}

#navi {
	width:228px;
	float:left;
	position:relative;
	margin: 40px 0 0 -40px;
	!margin: 60px 0 0 -40px;
}
#navi li {
	list-style-type: none;
	color:#005341;
	font-size:0.9em;
	font-weight:bold;
	border-bottom:1px dotted #005341;
}
#navi li.o {
	border-top:1px dotted #005341;
}
#navi a {
	text-decoration:none;
	color:#005341;
	padding:5px 0 3px 15px;
	display:block;
}
#navi a:hover {
background-color:#d4b700;
}
#twocols {
	width:800px;
	float:right;
	position:relative;
}
#rightcol {
	width:187px;
	float:right;
	position:relative;
}
#rightcol img {
	padding:0;
	margin: 8px 0 0 -2px;
}
#content {
	background:url(../images/start_blume.gif) no-repeat;
	background-position:bottom;
	width: 560px;
	float: left;
	display:inline;
	position: relative;
	padding: 37px 20px 0 35px;
	margin: 0 0 0 -13px;
	color:#005341;
}
#content h1 {
	font-size:1.3em;
}
#content h2 {
	font-size:1em;
	text-align:right;
}
#content p {
	font-size:0.9em;
}
#content a {
	color:#005341;
	text-decoration:underline;
	font-weight:normal;
	}
#footer {
	height:19px;
	background:url(../images/balken_u.gif) no-repeat;
	clear:both;
}
/* *** Float containers fix:
 http://www.csscreator.com/attributes/containedfloat.php *** */ 
.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 */  


 
 /*printer styles*/ 
 @media print {
/*hide the left column when printing*/ 
#leftcol {
	display:none;
}
/*hide the right column when printing*/ 
#rightcol {
	display:none;
}
#twocols, #maincol {
	width:100%;
	float:none;
}
}

