.div_wrapper {
		width: 790px; 
		margin: auto auto; 
		height: 100%; 
		position: relative;
		background-image:url(../images/layout/wrapper_bg1.jpg);
}

.div_footer {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
}

.div_content {
	margin-bottom: 10px; 
	width: 750px; 
	padding-left: 20px; 
	padding-right: 20px;
	float: left;
}

.div_subnavi {
	width: 225px;
	height: 550px;
	float: left;
	padding: 37px 0px 0px 25px;
	background-image:url(../images/layout/subbg.jpg);
	background-repeat: no-repeat;
}

.div_inhalt {
	width: 476px;
	padding: 37px 24px 0px 0px;
	float: right;
}

.div_aufzaehlung {
	padding:2px;
	background-color:#397630;
	color:#EDF0DB;
	font-family: verdana;
	font-size: 10px;
	line-height: 10px;
	font-weight: bold;
	text-align:center;
}