/*------------------------------------ HOME PAGE ---------------------------------------*/
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#FFFFFF;
	margin:0px;
	padding:0px;
}

#container{
	position:relative;
	margin:auto;
	width:980px;
	height:600px;
	background-image:url(/img/index/bg_container.gif);
	background-position:left;
	background-repeat:repeat-x;
}

#header{
	position:relative;
	height:130px;
	width:100%;
}

#logo{
	position:absolute;
	height:83px;
	width:275;
	top:22px;
	left:34px;
}

#menu{
	position:absolute;
	height:14px;
	width:430;
	top:90px;
	left:512px;
}
	
#main{
	position:relative;
	width:966px;
	height:426px;
	margin:0px;
	padding:0px;
	padding-left:24px;
}

#vak{
	position:relative;
	float:left;
	width:298px;
	height:426px;
}

.rood{
	background-image:url(/img/index/bg_rood.gif);
	background-repeat:repeat-x;
	background-position:left;
}

.groen{
	background-image:url(/img/index/bg_groen.gif);
	background-repeat:repeat-x;
	background-position:left;
	margin-left:22px;
}

.blauw{
	background-image:url(/img/index/bg_blauw.gif);
	background-repeat:repeat-x;
	background-position:left;
	margin-left:22px;
}

h1, h1 a {
	font-size:20px;
	font-weight:bold;
	color:#FFFFFF;
	text-transform:uppercase;
	text-decoration:none;
	
	margin:0;
	padding:0;
	display:block;
	height:26px;
	width:279px;
	border-bottom:2px solid #fbb131;
}

#kop{
	margin-top:20px;
	margin-left:9px;
	padding-top:6px;
	position:relative;
}
#foto{
	position:relative;
	height:180px;
	width:279px;
	margin-top:6px;
	margin-left:9px;
}
#meerinfo{
	position:relative;
	height:110px;
	width:251px;
	margin-top:6px;
	margin-left:9px;
	padding-left:14px;
	padding-top:17px;
	padding-right:14px;
	border:1px;
	border-bottom-style:solid;
	border-bottom-color:#ffffff;
}

.leesmeer{
	position:relative;
	float:right;
	height:10px;
	width:72px;
	margin:7px 4px 0 0;
	background: transparent url(/img/index/pijl.gif) 5px right no-repeat;
}

.rood_link a:visited, .rood_link a:active, .rood_link a:link,
.groen_link a:visited, .groen_link a:active, .groen_link a:link,
.blauw_link a:visited, .blauw_link a:active, .blauw_link a:link  {
	font-size: 11px;
	font-weight:bold;
	text-decoration: none;
}
.rood_link a:visited, .rood_link a:active, .rood_link a:link{		color: #4e0202;	}
.groen_link a:visited, .groen_link a:active, .groen_link a:link{	color: #245409;	}
.blauw_link a:visited, .blauw_link a:active, .blauw_link a:link{	color: #093c4a;	}
.rood_link a:hover {	text-decoration: underline;	}
.groen_link a:hover {	text-decoration: underline;	}
.blauw_link a:hover {	text-decoration: underline;	}

.occasions{
	position:relative;
	float:right;
	text-align:right;
	height:19px;
	width:235px;
	margin-top:18px;
	margin-right:15px;
	padding-right:15px;
	background:transparent url(/img/index/pijl.gif) right no-repeat;
}
.occasions a {
	display:block;
	height:19px;
}

.rood_link a span,
.groen_link a span,
.blauw_link a span {
	text-align:center;
	color:#FFFFFF;
	font-size:15px;
	font-weight:bold;
	text-decoration:none;
	padding:6px 8px 7px 8px;
	background-position:left;
	background-repeat:repeat-x;
}
.rood_link a span { 	background-image:url(/img/index/rood_vak.gif); 	}
.groen_link a span { 	background-image:url(/img/index/groen_vak.gif);	}
.blauw_link a span {	background-image:url(/img/index/blauw_vak.gif);	}


.footer_links a:visited, .footer_links a:active, .footer_links a:link{
	color: #000000;
	text-decoration: none;
}

.footer_links a:hover {
	color: #000000;
	text-decoration: underline;
}

#footer{
	font-size: 10px;
	font-weight:bold;
	color:#000000;
	position:relative;
	float:left;
	width:980px;
	height: 23px;
}

#footer_links{
	position:relative;
	float:left;
	margin-top:18px;
	margin-left:38px;
}

#footer_rechts{
	position:relative;
	float:right;
	margin-top:18px;
	margin-right:32px;
	font-size: 11px;
	font-weight:bold;
}

.footer_rechts a:visited, .footer_rechts a:active, .footer_rechts a:link{	
	color: #ffffff;
	text-decoration: none;
}

.footer_rechts a:hover {
	color: #ffffff;
	text-decoration: underline;
}