div#topmodule_container {
position:relative;
	float:center;
	margin-top:0px;
	margin-left:0px;
	width:900px;
	height:70px;
}

.topmodule_blue,
.topmodule_orange {
	position:relative;
	float:left;
	height:70px;
	overflow:hidden;
	width:220px;
	margin-right:0px;
}

.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,
.topmodule_orange h3 {
	margin-top:0px;
	width:220px;
}

.topmodule_blue h3 {
	color:#fff;
	background:#87A9C7 url(../images/heading_blue.png) 0 0 no-repeat;
}

.topmodule_orange h3 {
}

.topmodule_inside {
margin:0px 0px 0px 0px;
}



