#mainmenu li {
	background-image: url("../images/menubutton_orange1.png");
}

#mainmenu li a {
	background-image: url("../images/menubutton_orange2.png");
}

#intro {
	background-image: url("../images/bigbox_orange_top.png");
}

#intro .content {
	background-image: url("../images/bigbox_orange_bottom.png");
}

.boxtitle,
table.list th {
	background-image: url("../images/bg_green.png");
	background-color: #9fc315;
	border-color: #8caa19;
}

.listpage .boxtitle,
.listpage table.list th {
	background-image: url("../images/bg_orange.png");
	background-color: #df5403;
	border-color: #b44707;
}

.pager a.selected {
	color: #8caa19;
}