#wrapper {
	text-align: left;
	width: 100%;
	margin: 0px;
	background-color: #FFFFFF;
	border: none;
	padding: 0px;
}

#stripe {
	width: 100%;
	height: 24px;
	margin-bottom: 10px;
}

#inline_wrapper {
	width: 100%;
}

.kasten {
	border: 1px solid #4C6F8B;
	background-color: #FFFFFF;
	background-repeat: repeat-x;
	padding: 0px 6px 6px 6px;
	margin-bottom: 10px;
	text-align: justify;
}
.kasten h2, .kasten h1 {
	font-variant: small-caps;
	margin: 0px;
	font-size: 14px;
	color: black;
	font-family:verdana, sans-serif;
	margin-bottom: 3px;
	border-bottom: 1px solid #4C6F8B;
}
.kasten ul {
	padding: 0px;
	margin: 0px;
	list-style: none;
}

.left {
	display:none;
}
.right {
	/*width: 200px;
	float: right;
	padding-right: 0px;
	border-left: 1px solid #4C6F8B;*/
display: none;
}
.right div {
	border: none;
}
.middle {
	/*margin: 0px 220px 0px 0px;
	min-height: 250px;*/
margin: 5px;
width: 100% !important;
}
.middle div {
	border: none;
}
.non_print {
	display: none;
}
.print {
	display: block;
}
.footer {
	border-top: 1px solid #3275B1;
	color: #ACACAC;
	font-size: 10px;
	margin-top: 3px;
	text-align: right;
}
#suche {
	display: none;
}
