div#topmodule_container {
position:relative;
	float:center;
	margin-top:12px;
	margin-left:0px;
	width:1000px;
	height:156px;
}


.topmodule_orange {
	position:relative;
	float:left;
	height:156px;
	overflow:hidden;
	width:285px;
	margin-right:12px;
}
.topmodule_blue {
	position:relative;
	float:left;
	height:156px;
	overflow:hidden;
	width:327px;
	margin-right:12px;
}
.topmodule_blue {
	background:url(../images/topmodule_blue.png) 0 0 no-repeat;
}

.topmodule_orange {
	background:url(../images/topmodule_orange.png) 0 0 no-repeat;
}

.topmodule_blue h3
{
	margin-top:8px;
	width:310px;
}

.topmodule_orange h3 {
	margin-top:8px;
	width:270px;
}

.topmodule_blue h3 {
	color:#fff;
	background:#87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
}

.topmodule_orange h3 {
}

.topmodule_inside {
margin:6px 18px 8px 8px;
}


