.container {
	min-height: 750px;
}
.visual {
	height: 535px;
	margin-left: 0px;
}
.logo {
	text-align: right;
	height: 62px;
}
.startboxen {
	padding-top: 20px;
}
.boxwrap {
	float: left;
	width: 249px;
}
.boxwraplast {
	width: 242px;
	height: 150px;
	float: right;
}
.box, .box_hover {
	margin-left: 0px;
	background: #fff;
	padding-left: 15px;
	padding-right: 20px;
	padding-top: 13px;
	background: url(../img/box_start.png) no-repeat left top;
	height: 137px;
	overflow: hidden;
	font-size: 11px;
	color: #333;
}
.box_hover {
	background-position: left bottom;
	cursor: pointer;
}
.boxbottom {
	margin-left: -5px;
	background: url(../img/inhalt.png) no-repeat 0 -889px;
}
.box h1 {
	font-size: 14px;
	font-weight: bold;
	color: #4b5a1d;
	list-style-position: outside;
}
.box a {
	color: #333;
	font-weight: bold;
	text-decoration: none;
}
.box a:hover { text-decoration: underline; }
.box ul {
	margin-left: 0px;
}
.box ul li {
	background-image: url(../img/ul_stroke.jpg);
	background-repeat: no-repeat;
	background-position: 0px 5px;
	padding-left: 10px;
}

