/*
Club
Club-Dark: #4d7b95;
Club-Light: #b1cbe2;
Club-Extra-Light: #D0D9E1

Auto
Car-Dark: #ba654a;
Car-light: #dcb2a4;

Agenda
Dark: #cca83b;
light:  #e3d095;

Terugblik
Dark: #5a8b39;
Light: #a6c094;
*/

#divContLeft
{
	float: left;
	margin: 20px 9px 20px 20px;
	width: 446px;
	display:inline;
}

#divContRight
{
	float: right;
	margin: 20px 20px 20px 0;
	width: 446px;
	display:inline;
}

.divTitelBalk 
{
	height: 25px;
	padding:5px;
	margin:0 0 -5px 0;
	background: white url(../img/homeBannerBlue.gif) no-repeat 0 0;
	clear:both;
}
		.divTitelBalkYellow { background: white url(../img/homeBannerYellow.gif) no-repeat 0 0; }
		.divTitelBalkGreen { background: white url(../img/homeBannerGreen.gif) no-repeat 0 0; }
		.divTitelBalkRed { background: white url(../img/homeBannerRed.gif) no-repeat 0 0; }

.divTitelBalk h1
{
	font-size: 14px;
	font-weight: bold;
	text-transform:uppercase;
	float:left;
	color:#FFFFFF;
}

.divItems 
{
	float: left;
	clear: both;
	width: 446px;
	margin: 0 0 20px 0;
}

.divItems img { border: 1px solid #4d7b95; float:left; margin:0; }
	
.divItems ul 
{
	margin: 5px 0 0 5px;
	padding:0;
	float:left;
}

.divItems.photo ul { margin: 5px 0 0 10px; }

li.liAuto 
{
	background: url(../img/icons/bullet_Auto.gif) no-repeat left center;
	list-style-type:none;
	padding-left:15px;
}

li.liClub 
{
	background: url(../img/icons/bullet_Club.gif) no-repeat left center;
	list-style-type:none;
	padding-left:15px;
}

li.liAgenda
{
	background: url(../img/icons/bullet_Agenda.gif) no-repeat left center;
	list-style-type:none;
	padding-left:15px;
}

li.liTerugblik 
{
	background: url(../img/icons/bullet_Terugblik.gif) no-repeat left center;
	list-style-type:none;
	padding-left:15px;
}

.liColumn { padding-left: 10px; }

div.comment
{ 
	float:left;
	width:250px;
	overflow:hidden;
	white-space:nowrap;
}

.divSpotlight
{
	float: left;
	width:446px;
	height: 110px;
	margin: 0 0 20px 0;
	background: #d0d9e2 url(../img/spotlight_back.gif) no-repeat top left;	
}
.divSpotlight a { color: #5d7b95; }

.divSpotlight .tekst 
{
	display: block;
	float: left;
	width: 280px;
	margin: 5px 0 0 5px;
	color: #5d7b95;
}
.divSpotlight .tekst div a 
{ 
	float:right;
	font-weight:bold;
 }

.divSpotlight .tekst p { margin:10px 0; }

.divSpotlight .afbeelding 
{
	display: block;
	float: right;
	clear: right;
	width: 145px;
	border: 1px solid #5d7b95;
}

