body, html {
	background: url("../images/pix-grau.gif");
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Verdana;
	font-size: 12px;
}
#bildleiste {
	position: absolute;
	top: 365px;
	width: 100%;
	height: 100px;
	border-top: 4px solid rgb(25,146,59);
	border-bottom: 4px solid rgb(25,146,59);
}
#center {
	position: relative;
	margin: auto;
	text-align: left;
	width: 603px;
	height: 365px;
}
#logo {
	position: absolute;
	top: 50px;
	left: -210px;
	width: 201px;
	height: 48px;
	margin:0px;
	padding: 0px;
	background-image: url(../images/logo.gif);
}
#content {
	position: absolute;
	bottom: 10px;
	width: 603px;
	padding: 0px;
	margin: 0px;
}

