body {
	margin: 0 0 0 0;
	background-image: url(../img/pattern.jpg);
	}
	

	
#sidewrapper {
	width: 975px; height: auto;
	margin: 50px auto;
	}
	
#header {
	width: 975px; height: 284px;
	background-image: url(../img/header.png);

	background-repeat: no-repeat;
	}
	
#content {
	padding: 0 80px 0 80px;
	background-image: url(../img/navigation.png);
	background-repeat: no-repeat;
	height: auto;
	min-height: 270px;
	}
	
#marker {
	position: relative;
	top: -25px;
	background-image:url(../img/marker.png);
	width: 61px; height: 27px;
	}
	
*HTML #marker {	top: -2px;	}
*+HTML #marker {	top: -2px;	}

#socialwrapper {
	float: right;
	margin: -3px 0 0 0;
	
	position: relative;
	z-index: 100;
}

*HTML #socialwrapper {
	margin: -3px 0 0 100px;	position: absolute;	z-index: 100;
}

*+HTML #socialwrapper {
	margin: -3px 0 0 100px;	position: absolute;	z-index: 100;
}

#sidebar {
	width: 220px; height: 150px;
	padding-top: 28px;
	float: right;
	}
	
#maincontent {
	width: 528px; height: auto;
	padding: 15px 32px 0 0px;
	z-index: 10;

	}
	
#footer {
	margin: auto auto;
	width: 975px; height: auto;
	position: relative;
	padding: 0px 0 0 58px;
	top: -187px;
	z-index: 0px;
/*	background-image: url(../img/footer.png);
	background-repeat: no-repeat;*/
	font-size: 12px; color:#999999;
	}
	
#impressum {
	left: 50px;
	color: #999999;
	position: relative;
/*	top: -10px;*/
	}
	
#socialmedia {
	width: 311px; height: 28px;
	background-image: url(../img/social_bg.png);
	float: right;
	margin: 10px 80px 0 0;
	}
	
<!--fuck internet explorer-->
	
*html #footer {	}
	
*html #content {	margin-top: -70px; background-image: url(../img/navigation_ie.gif);	}
	
img { behavior: url(iepngfix.htc); }
#header, #footer, #socialmedia, #marker { behavior: url(iepngfix.htc); } 

*html #socialmedia {
	margin: -20px 40px 0 0;
	}

