#Content.Site .NewsArticle
{
   border-bottom: 1px solid #b4000a;
}

#QuoteOfTheWeek
{
	background: #8b96a0 url(../../Images/Layout/UitspraakVanDeWeek.gif) no-repeat 0 0;
	border-top: 1px solid #b4000a;
	margin-bottom: 12px;
	padding: 14px 17px 10px 17px;
}

	#QuoteOfTheWeek q
	{
		color: #fff;
		font-size: 140%;
		font-weight: bold;
		line-height: 160%;
		text-transform: uppercase;
	}

	#QuoteOfTheWeek q a:link,
	#QuoteOfTheWeek q a:visited
	{
		color: #fff;
   }
	
	#QuoteOfTheWeek q a:hover
	{
		text-decoration: underline;
   }
	
	#QuoteOfTheWeek p.Source
	{
		margin: 0;
		text-align: right;
	}



/* Overrides */

h2 .MaintenanceControl
{
   position: inherit;
   top: auto;
}