/* CSS Document */

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.quoteBox, .quoteBox_static {
	width:578px;
	color:#444;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	height: 110px;
	background-attachment: scroll;
	background-image: url(/img/global/news_uitgelicht.gif);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 12px;
	margin-left: 10px;
	padding-top: 33px;
	padding-right: 12px;
	padding-bottom: 33px;
	padding-left: 16px;
	overflow: hidden;
	clear: both;
}
.quote a:link, .quote a:visited, .quote_static a:link, .quote_static a:visited {
	color: #009933;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
}
.quote a:hover, .quote a:active, .quote_static a:hover, .quote_static a:active {
	color: #009933;
	text-decoration: underline;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	background-color: #CCFF99;
}


.quote, .quote_static  {
	width:550px;
	height: 110px;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 66px;
	margin-left: 0px;
	overflow: hidden;
}
.quoteTitle {
	width: 536px;
	height: 25px;
	text-align: right;
	margin-right: 22px;
	float: left;
}
.quoteImage {
	height: 110px;
	width: 110px;
	margin-right: 4px;
	float: left;
}
.uitgelichtHolder {
	width: 534px;
	height: 110px;
	background-color: #F9F8F7;
	float: left;
}
.quoteNews {
	background-color: #F9F8F7;
	float: left;
	height: 85px;
	width: 534px;
}
.quoteTitle2 {
	width: 420px;
	float: left;
	text-align: right;
}
.titleandStory {
	height: 110px;
	width: 420px;
	float: left;
}
.quoteStory {
	width: 420px;
	float: left;
	background-color: #F9F8F7;
}


	
.quoteBox SPAN {
	float:left;
	text-align:right;
	color:#818181;
	font-size:10px;
	line-height:12px;
	margin-top:6px;
}