/*ALGEMENE OPMAAK*/

html, body 
{
	background:#333;
	color: #fff;
}

div, span, p, h1, h2, h3 
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
	color: #fff;
}

h1 
{ 
	font-size: 19px;
	color: #fff;
	text-transform:uppercase;
}

h2 
{ 
	font-size: 16px;
	color: #fff;
	font-weight: bold;
}

h3 
{ 
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

a:link, a:visited 
{
	color:#c1c1c1;
}

a:hover 
{
	color: #ff0101;
}

#lichtbalk
{
	background:url(../../images/structure/lichtbg.jpg) repeat-x;
	height:19px;
}

.marquee span
{
	text-transform: uppercase;
	font-weight:bold;
	color:#000;
	font-size: 12px;
}

#wrapper 
{
	position: relative;
	width: 962px;
	margin: 0 auto;
	border-right:1px solid #6a0101;
	border-left:1px solid #6a0101;
}

.clear
{
	clear:both;
}

/*HEADER*/

#header
{
	background:url(../../images/structure/header.jpg) no-repeat;
	width:961px;
	height:133px;
}

#header_logo
{
	background:url(../../images/structure/logo.png) no-repeat;
	position:absolute;
	width:118px;
	height:169px;
	margin-top:-15px;
	margin-left:20px;
}

/*NAVIGATIE*/

#nav
{
	background:#7d7d7d;
	height:41px;
	width:961px;
}

#subnav
{
	background:url(../../images/structure/bg_subnav.jpg) repeat-x;
	width:961px;
	height:29px;
}

#subnav p
{
	text-align:center;
	padding-top:5px;
}

#subnav a,
#subnav a:visited
{
	text-decoration:none;
}

.subbutton
{
	background:url(../../images/structure/bg_subbutton.png) no-repeat left center;
	padding-left:8px;
}

.subbutton_first
{
	background:none;
}

/*INHOUD*/

#content
{
	background:#585858 url(../../images/structure/bg_logo.jpg) top center no-repeat;
	width:922px;
	min-height:500px;
	height: auto !important;
	height:500px;
	padding:20px;
}

#main
{
	float:left;
	margin-left:10px;
	width:650px;
}

/*ZIJBALK*/

#kolommen
{
	float:right;
	width:210px;
}

.kolom
{
	background:#6a6a6a url(../../images/structure/bg_kolom.jpg) top left repeat-x;
	width:210px;
	border:1px solid #6a0101;
	margin-bottom:5px;
}

.kolom h1
{
	font-size:12px;
	text-align:center;
	font-weight:bold;
	margin: 3px auto;
}

.kolom p
{
	margin:5px;
	color:#c4c4c4;
	font-size:11px;
	width:200px;
}

.center
{
	text-align:center;
}

.kolom img
{
	margin:20px auto;
}

.tijden
{
	color:#c4c4c4;
	font-size:11px;
	margin:5px 5px 5px 5px;
	width:200px;
	border:0;
}
	 

#brancheLogos
{
	position: absolute;
	top: 134px;
	right: 2px;
}

/*FOOTER*/

#footer
{
	background:url(../../images/structure/bg_footer.jpg) repeat-x;
	width:962px;
	height:21px;
}

#footer a,
#footer a:visited
{
	color:#3b3b3b;
	font-weight:bold;
	text-decoration:none;
}

#footer a:hover
{
	color:#ff0101;
}

#footer ul
{
	margin:auto;
	width:350px;
}

#footer ul li
{
	margin:0 5px;;
	height:100%;
	color:#000;
	float:left;
}


