div#mainFrame{
	width: 980px;
	min-width: 980px;
	margin: 0 auto;
	padding: 0px;
	background-color: #fcfcfc;
	border: 1px solid #000000;
	box-shadow: #000000 0px 2px 10px;
	-moz-box-shadow: #000000 0px 2px 10px;
	-webkit-box-shadow: #000000 0px 2px 10px;
	margin-top: 50px;
	margin-bottom: 100px;
}
div.ergebnisJahr{
	width: 940px;
	background-color: #34331c;
	color: #ffffff;
	padding: 20px;
	vertical-align: middle;
	border-bottom: 1px solid #000000;
}
img.ergebnisDisclosure{
	margin-left: 20px;
	height: 15px;
}
div.ergebnisContent{
	width: 100%;
	padding: 20px;
	padding-top: 0px;
	padding-bottom: 0px;
}
a.ergebnisLink{
	font-weight: normal;
	color: #9b9967;
	font-size: 16px;
	line-height: 18px;
}
a.ergebnisLink:hover{
	color: #34331c;
}
font.ergebnisLinkFile{
	font-weight: normal;
	color: #9b9967;
	font-size: 9px;
	line-height: 18px;
}