html, body {
	margin:0;
	padding:0;
	width:100%;
	background-color:#fff;
	font-family:Verdana,sans-serif;
	font-size:12px;
}

#wickel {
	margin:auto;
	position:relative;
	width:98%;
	background-color:white;
	min-width:900px;
	height:auto;
}

#banner {
	position:absolute;
	top:0;
	left:0;
		
	width:100%;
	height:205px;
	margin:0;
	padding:0;
	border:none;
	overflow: invisible;
	z-index:5;
	
}

#banner img {
	border:none;
	padding:0;
	margin:0 0 0 20px;
}

#header {
	
	position:absolute;
	width:100%;
	height:80px;
	background-image:url(rechts.gif);
	margin:0;
	background-repeat:repeat;
	background-position:left;
	margin-top:180px;
}

#header p {
	text-align:right;
	font-size:18px;
	margin:40px 20px 0 auto;
	word-spacing:20px;
}

#header a:link {
	color:#7FC600;
	text-decoration:none;
}

#header a:visited {
	color:#7FC600;
	text-decoration:none;
}

#header a:active {
	color:#7FC600;
	text-decoration:underline;
}
	
#header a:hover {
	color:#7FC600;
	text-decoration:underline;
}

#header img {
	float:left;
	margin:0;
	padding:0;
	border:none;
}

#links {
	position:absolute;
	top:300px;
	left:0;
	padding:0;
	margin:0;
	width:213px;
	height:600px;
	background-image:url(navi.jpg);
	background-repeat:no-repeat;
	z-index:2;
	font-size:18px;
}

#links ul {
	margin:180px 0 0 0;
	padding:0;
	list-style-type:none;
}

#links li {
	margin:20px auto 0 20px;
}

#links a:link {
	color:white;
	text-decoration:none;
}

#links a:hover {
	border-bottom:1px solid white;
	color:white;
	text-decoration:none;
}

#links a:active {
	color:white;
	text-decoration:none;
}

#links a:visited {
	color:white;
	text-decoration:none;
}

	
#content {
	position:absolute;
	left:250px;
	top:300px;
	margin:0;
	padding:0;
	background-color:#fff;
	height:610px;
	width:auto;
}

#content p {
	margin:20px 40px 0 0;
	font-size: 13px;
	line-height:1.7em;
	font-weight:normal;
	z-index:1;
}

#content h2 {
	margin:0 40px 0 0;
	font-size:20px;
	color:#7FC600;
	font-weight:bold;
}

#content h3 {
	margin:25px 40px -10px 0;
	font-size:16px;
	color:#000;
}

#links #vor a.lvor,
#links #mat a.lmat,
#links #kon a.lkon,
#links #ind a.lind,
#links #hae a.lhae,
#links #fak a.lfak,
#links #ein a.lein {
	border-bottom:1px solid white;	
	border-left:3px solid white;
}