@charset "utf-8";
html, body{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	font-family: Tahoma, Geneva, sans-serif;
}
#env{
	height: 100%;
	width: 100%;
	margin: 0px;
	padding: 0px;
	border: 0px;
}
#mcont{
	margin-left: auto;
	margin-right: auto;
	width: 890px;
}
#header{
	height: 145px;
	width: 890px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/top.png);
	background-repeat: no-repeat;
}
#menu{
	width: 226px;
	margin: 0px;
	padding: 0px;
	float: left;
}
.button{
	height: 26px;
	width: 226px;
	margin: 0px;
	padding: 0px;
	display: block;
	background-repeat: no-repeat;
}
#note{
	height: 161px;
	width: 130px;
	margin: 0px;
	margin-top: 4px;
	margin-left: 66px;
	padding: 0px;
	display: block;
	background-image: url(../images/notizen.gif);
	background-repeat: no-repeat;
}
#info{
	width: auto;
	margin: 0px;
	margin-right: 34px;
	padding: 0px;
	text-align: right;
	font-size: 12px;
	line-height: 13px;
}
#cont{
	width: 664px;
	margin: 0px;
	padding: 0px;
	float: right;
	position: relative;
}
#pic{
	width: 227px;
	height: 605px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
}
#text{
	width: 437px;
	margin: 0px;
	padding: 0px;
	padding-bottom: 100px;
	float: right;
	background-color: #E6E6E6;
	font-size: 12px;
}
#footer{
	width: 890px;
	height: 40px;
	margin: 0px;
	padding: 0px;
	position: absolute;
	bottom: 35px;
	left: -227px;
}
#footerp1{
	width: 227px;
	height: 10px;
	background-color:#F65B07;
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 0px;
}
#footerp2{
	width: 437px;
	height: 10px;
	background-color:#F65B07;
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: -1px;
}
#ftext1{
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 30px;
	top: 30px;
	font-size: 11px;
}
#ftext2{
	margin: 0px;
	padding: 0px;
	position: absolute;
	right: 15px;
	top: 30px;
	font-size: 12px;
}