.teaserboxOrange {
	border: 1px solid #fd9c03;
}
.teaserboxOrange h3 {
	background: url(../img/main/box-bg-orange.gif) #FDD99E repeat-x;
	border-bottom: 1px solid #fd9c03;
}
.teaserboxBlue {
	border: 1px solid #7f9db9;
}
.teaserboxBlue h3 {
	background: url(../img/main/box-bg-blue.gif) #BCD9FF repeat-x;
	border-bottom: 1px solid #7f9db9;
}
.boxLightOrange {
	border: 1px solid #fd9c03;
}
.boxLightOrange ul {
	list-style: url(../img/main/list-orange.gif);
}
.boxLightBlue {
	border: 1px solid #7f9db9;
}
.boxLightBlue ul {
	list-style: url(../img/main/list-blue.gif);
}
.boxLightGreen {
	border: 1px solid #42ab4e;
}
.boxLightGreen ul {
	list-style: url(../img/main/list-green.gif);
}
