/* 4 buttons next to graphic */

.content .teaser .teaser-navigation .button
{
	width:220px;
	height:60px;
	padding-bottom:22px;
	padding-right:0px;
}

.content .teaser .teaser-navigation .last
{
	padding-bottom:0px;
}

/* 3 sections under newsticker */

.content .section
{
	float:left;
	width:300px;
	padding:25px 20px 15px 0px;
}

.content .reports
{
	float:right;
	width:300px;
	padding:25px 0px 15px 0px;
}

.content .section .title, .content .reports .title
{
	background-image:url(../img/smallsection-header.png);
	background-repeat:no-repeat;
	height: 35px;
	padding:0px;
}

.content .section .body, .content .reports .body
{
	overflow:hidden;
	background-image:url(../img/smallsection-bottom.png);
	height: 133px;
	background-position:bottom;
}
.section .linklist, .section .pdflist, .reports .linklist
{
	padding: 14px 4px 20px 12px;
}
.section p, .reports p
{
	color:#888;
	padding: 12px 4px 20px 12px;
}
.section h3, .reports h3
{
	padding:6px 20px 9px 20px;
	text-align:center;
	line-height:1.5;
}
