body {
	margin:0;
	padding:0;
	background-color:#15305f;
}
#container {
	margin:0 auto;
	width:991px;
}
#website {
	background:url(../images/website_bg.jpg) repeat-y;
	width:991px;
	height:auto;
	min-height:50px;
	float:left;
}
#user3 {
	background:url(../images/leiste_green.jpg) repeat-x;
	height:34px;
	width:976px;
	margin-left:8px;
	float:left;
}
#user3 ul {
	list-style:none;
	margin:0;
	padding:0;
	margin-left:10px;
}
#user3 li {
	display:inline;
}
#user3 li a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF;
	text-decoration:none;
	padding-left:15px;
	padding-right:15px;
	line-height:35px;
}
#user3 li a:hover, #user3 li#current a {
	background:url(../images/menu_hover.jpg) repeat-x;
	line-height:35px;
	padding-top:10px;
	padding-bottom:14px;
	margin-top:1px;
}
#header {
	background:url(../images/header.jpg) no-repeat;
	width:976px;
	height:150px;
	margin-left:8px;
	float:left;
}
#component {
	border:1px solid #000;
	width:700px;
	height:auto;
	min-height:50px;
	float:right;
	padding:10px;
	margin-top:15px;
	margin-right:15px;
	margin-bottom:15px;
}
#left {
	float:left;
	margin-left:15px;
	margin-top:15px;
	width:230px;
}
.module div div div {
	border:1px solid #fff;
}
.module div div {
	border:1px solid #fff;
}
.module div {
	border:1px solid #000;
}
.module {
	margin-bottom:15px;
}
.module h3 {
	background:url(../images/leiste_green.jpg) repeat-x;
	height:33px;
	width:224px;
	text-align:center;
	margin:0;
	padding:0;
	color:#FFF;
}
.module ul {
	list-style:circle;
}
.module li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#000;
	text-decoration:none;
}
.module li a:hover, .module li#current a {
	color:#018c19;
	text-decoration:underline;
}
#footer {
	background:url(../images/leiste_green.jpg) repeat-x;
	height:33px;
	width:976px;
	margin-left:8px;
	float:left;
	text-align:center;
	color:#FFF;
}