@charset "utf-8";
body {
	text-align:				center; /* the godamned IE needs this to center the container */
}
div#container {
	width:					980px;
	margin:					0 auto;
	text-align:				left; /* here we have to neutralize the centered alignment from above */
}
div#header {
	height:					110px;
}
div#wrapper {
	float:					left;
	width:					100%;
}
div#headline1 {
	float:					right;
	width:					200px;
	height:					20px;
	overflow:				hidden;
	margin:					1px 120px 2px 130px;
	margin:					1px 120px 2px 0px;
}
div#headline2 {
	height:					20px;
/*	overflow:				hidden; /* */
	margin:					2px 190px 2px 130px;
}
div#content {
	margin:					0px 190px;
	padding:				0px 15px;
}
div#navigation {
	float:					left;
	width:					190px;
	margin-top:				65px;
	margin-left:			-980px; /* */
}
div#navigation .bottom {
	padding:				10px;
}
div#extra {
	float:					left;
	width:					190px;
	margin-top:				25px;
	margin-left:			-190px; /* */
}
div#extra .bottom {
	padding:				10px;
}
div#footer{
	clear:					both;
	width:					100%;
	font-size:				10px;
	text-align:				center;
}