#layout_content h2 {
	margin-bottom: 10px;
	color: #1b5c9d;
	font-size: 18px;
}

#layout_content h3 {
	margin-bottom: 10px;
	color: #900b09;
	font-size: 16px;
}

#layout_content ul li {
	padding-left: 12px;
	background: url(/images/default/li_background.gif) no-repeat 2px 4px;
}

#layout_content ol {
	margin: 0 0 1em 30px;
}




/*
 *	Leaderboard
 */

#leaderboard {
	height: 243px;
	margin-bottom: 10px;
	overflow: hidden;
	background-repeat: repeat-x;
}

#leaderboard h2,
#leaderboard h3 {
	height: 0;
	margin: 0 !important;
	padding-top: 243px;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 50% 0;
}



/*
 *	Smart Cards
 */

#smartcards h3 {
	color: #93c005;
}



/* Conditions */

dl.algemenevoorwaarden {
	width: 100%;
}

dl.algemenevoorwaarden dt {
	width: 100px;
	float: left;
}

dl.algemenevoorwaarden dd {
	margin-left: 100px;
}