body {
	background: #ffffff url(../bilder/layout/body_bg_blue.jpg) repeat-x top;
}

#header {
	height: 230px;
	background-image: url(../bilder/willkommen/header_willkommen.jpg);
	font-size: 2em;
}

#kategorien_wrap {
	float:left;
	padding: 10px;
	border: 1px dashed #3DC2DA;
	width: 850px;
	font-size: 0.9em;
	line-height: 1.4em;
}

.kategorie {
	width: 33%;
	text-align: left;
	float: left;
}

.button {
	width: 100px;
	float: left;
	margin-right: 10px;
	margin-bottom: 15px;
}
#contentwill {
	width: 200px;
	float: none;
	height: 400px;
	text-align: left;
}
#contentwill .rechts {
	float: right;
}
#page_wrap #middle #inside #contentwill .kategorie {
	float: right;
}

