body {
	margin: 0;
	background-color: #35444f;
}
a:link{
	font-family: "Helvetica Neue", Arial, 	Helvetica, Geneva, sans-serif;
	color: #bdbdbd;
	text-decoration: none;
}


#menue {
	background-color: #fff;
	width: 175px;
	height: 200px;
	margin-top: 0;
	position: absolute;
	margin-left: 0;
	left: 0;
}
#widges {
	background-color: #fff;
	width: 175px;
	position: absolute;
	margin-top: 202px;
	left: 0;
}
#content{
	background-color: #fff;
	width: 550px;
	margin-left: 177px;
	position: relative;
}
#footer{
	width: 450px;
	margin-left: 177px;
	margin-top: 0;
	position: relative;
	clear: both;
	float: none;
}
#bilderleiste{
	width: 186px;
	float: left;
	clear: both;
	z-index: 3;
	visibility: visible;
	position: absolute;
	margin-left: 708px;
	left: 0;
}
img {
behavior: url("../pngbehavior.htc");
}