/* Layout */
html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
}
body {
	background-color: #f2f2f2;
	text-align: center;
	margin: 0;
	padding: 0;
	border: 0;
	font-family: arial;
	font-size: 14px;
	color: #404040;
}
#wrapper {
	width: 795px;
	margin: 0 auto;
	min-height: 100%;
	position: relative;
	overflow: hidden;
}
#top_left {
	float: left;
	width: 475px;
	height: 330px;
	text-align: left;
}
#top_right {
	float: left;
	width: 320px;
	height: 242px;
	margin-top: 70px;
	text-align: right;
	margin-bottom: 5px;
}
#bottom_left {
	float: left;
	width: 475px;
	text-align: left;
	margin-top: 20px;
	height: 175px;
}
#bottom_right {
	float: left;
	text-align: left;
	margin-top: 20px;
	margin-left: 7px;
	height: 175px;
}
#foot {
	width: 795px;
	text-align: right;
	margin-top: 5px;
	margin-bottom: 5px;
}
.line_h {
	clear: both;
	width: 795px;
	height: 5px;
	max-height: 5px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	border-bottom: 2px solid #acacac;
	margin-top: 5px;
	margin-bottom: 5px;
}
.line_v {
	float: left;
	width: 5px;
	border-left: 2px solid #acacac;
	margin-top: 15px;
	height: 170px;
}
img {
	border: none;
}
#picture {
	margin-top: 13px;
}
#headline_1 {
	margin-top: 60px;
}
img, h1, h2, h3 {
	padding: 0;
	margin: 0;
}
ul {
	list-style-type: none;
	padding-left: 2px;
	margin-bottom: 0;
	margin-left: 0;
}
.li_1 {
	height: 18px;
	line-height: 18px;
	background-image: url(pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
}
.li_2 {
	height: 36px;
	line-height: 17px;
	background-image: url(pfeil.gif);
	background-repeat: no-repeat;
	background-position: left 3px;
	padding-left: 20px;
}
.navilink {
	text-decoration: none;
	color: #404040;
	text-transform: uppercase;
	font-size: 10px;
}
#imprint_top {
	width: 795px;
	text-align: left;
}
#imprint_content {
	width: 795px;
	text-align: left;
	margin-top: 10px;
}
#imprint_navi {
	width: 795px;
	text-align: right;
	margin-top: 5px;
	margin-top: 5px;
}
#imprint_content a {
	text-decoration: none;
	color: #404040;
}
