/* TEASER BOX */

div.teaserBacklink {
	text-align: 			right;
	width:					84px;
	float: 					left;
	padding:				0.5em 0 0 0;
}
*html div.teaserBacklink {
	padding:				0.3em 0 0 0;
}
div.teaserBacklink a {
	font-family:			Arial,Helvetica,sans-serif;
	font-weight:			bold;
	font-size:				11px;
	color:					#eeedd2;
	text-decoration:		none;	
}

div.teaserBacklink a:hover {
	text-decoration:		underline;
}

/* BIG BOXES */

div.whitebox {
	background-image:		none;
	background-color: 		#ffffff;
	margin-bottom:      	4px;
}
div.greenbox {
	background-image:		none;
	background-color: 		#575548;
	margin-bottom:     		 0px;
}
div.greenboxFooter {
	padding-top:			25px;
	background-color: 		#575548 !important;
	height: 				76px !important;
}

