body {
	font-size: 11pt;
	color: #000;
	background: #fff;
	text-align: left; /* for IE */
}

hr{
	display: block;
	visibility: hidden;
}
a#toContent, #metaMenu, #mainMenu, #menu, #marginal, #footer{
	display: none !important;
}

/* ------------ Struktur --------------- */
#sheet{
	background: #fff;
	width: 100%;
	margin: 0;
}
#corporate{
	float: left;
	width: 100%;
	height: 90px;
	border-bottom: none;
}
#product{
	float: left;
	width: 26%;
	overflow: hidden;
	height: 120px;
	margin-top: 28px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#motiv{
	float: left;
	width: 74%;
	overflow: hidden;
	height: 120px;
	margin-top: 28px;
	border-top: 1px solid #CFCFCF;
	border-bottom: 1px solid #CFCFCF;
}
#content{
	float: none;
	width: 80%;
	height: auto;
	margin: 12pt 0 0 0;
	overflow: visible;
	clear: both;
}
