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

.topmodule_blue,
.topmodule_orange {
	position:relative;
	float:left;
	height:156px;
	overflow:hidden;
	width:282px;
	margin-right:12px;
}

.topmodule_blue {
	background:url(../images/topmodule_blue.gif) 0 0 no-repeat;
}

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

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

.topmodule_blue h3 {
	color:#fff;
	background:#3CB43D url(../images/heading_blue.gif) 0 0 no-repeat;
}

.topmodule_orange h3 {
}

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


