html, body { 
	height:100%;
	overflow: hidden; 
}

body {
	background:#ffffff url(../image/back.jpg); 
	background-position: top;
	padding:0; 
	margin:0;
	
}

#box_rot {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 250px;
	height: 90px;
	background: #b50a00;
}

#box_logo {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 100px;
	height: 40px;
	border: 5px solid #ffffff;
}

#box_logo_text {
	position: absolute;
	left: 140px;
	top: 20px;
	width: 100px;
	height: 40px;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	line-height: 25px;
	text-decoration: none;
	color: #ffffff;
}

#box_schatten {
	position: absolute;
	left: 183px;
	top: 103px;
	width: 590px;
	height: 490px;
	background: #000000;
}

#box_inhalt {
	position: absolute;
	left: 180px;
	top: 100px;
	width: 590px;
	height: 490px;
	background: #ffffff;
	overflow: auto;
}

#box_inhalt_text {
	position: absolute;
	left: 20px;
	top: 20px;
	width: 540px;
	height: 460px;
	background: #ffffff;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #2f2f2f;

}

#box_adresse {
	position: absolute;
	left: 180px;
	top: 600px;
	width: 590px;
	height: 25px;
	font-family: Arial;
	font-size: 12px;
	line-height: 14px;
	text-decoration: none;
	color: #2f2f2f;
	text-align: right;
}

#box_navi {
	position: absolute;
	left: 0px;
	top: 90px;
	width: 250px;
	height: 100%;
	background: #2f2f2f;
}

#navigation {
	position: absolute;
	left: 10px;
	top: 10px;
	width: 170px;
	height: 200px;
	background: #2f2f2f;
}

#navigation ul {
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
}

#navigation ul li a {
	display: block;
	padding: 3px;
	width: 170px;
	background-color: #2f2f2f;
	font-family: Arial;
	font-size: 14px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff;
}

#navigation a:link, .navlist a:visited {
	color: #ffffff;
	text-decoration: none;
}

#navigation a:hover {
	background-color: #b50a00;
	color: #ffffff;
}

.ueber {
	background-color: #2f2f2f;
	font-family: Arial;
	font-size: 18px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff;
}

.ueber1 {
	background-color: #2f2f2f;
	font-family: Arial;
	font-size: 14px;
	text-indent: 10px;
	line-height: 18px;
	text-decoration: none;
	color: #ffffff;
}

.ueber2 {
	background-color: #2f2f2f;
	font-family: Arial;
	font-size: 16px;
	font-weight: bold;
	text-indent: 10px;
	line-height: 14px;
	text-decoration: none;
	color: #ffffff;
}


