﻿html, body
	{
	font-family: arial;
	font-size: 12px;
	}

#navigation
	{
	position: relative;
	float: left;
	width: 160px;
	}
	
#inhoud
	{
	padding-left: 10px;
	background: url(imgs/background-inhoud.jpg) repeat-y;
	margin-left: 160px;
	width: 550px;
	font-size: 12px;
	}
	
#inhoud-home
	{
	padding-left: 10px;
	background: url(imgs/background-inhoud.jpg) repeat-y;
	margin-left: 160px;
	width: 410px;
	font-size: 12px;
	}

#rechterbalk
	{
	position: relative;
	float: right;
	width: 140px;
	background: #e1e1e1;
	}
	
.nav
	{
	margin-left: -5px;
	list-style-image: url(imgs/cross-list-nav.gif);
	}
	
.nav-lokaal
	{
	margin-left: 5px;
	list-style-image: url(imgs/cross-list-nav.gif);
	}
	
a {color: #c40016; font-size: 12px; text-decoration: none;}
a:hover{color: #c40016; font-size: 12px; text-decoration: underline;}

a.nav01 {color: #c40016; font-size: 12px; text-decoration: none;}
a:hover.nav01 {color: #c40016; font-size: 12px; text-decoration: underline;}

a.nav02 {color: black; font-size: 12px; text-decoration: none;}
a:hover.nav02 {color: black; font-size: 12px; text-decoration: underline;}

#titel-rechts
	{
	margin: 2px;
	font-weight: bold;
	background: #c40016;
	font-size: 12px;
	}

#indekijker
	{
	margin: 2px;
	font-size: 12px;
	}

#pagetitle
	{
	font-weight: bold;
	font-size: 14px;
	color: #c40016;
	margin-bottom: 10px;
	}
	
.subtitle
	{
	font-weight: bold;
	font-size: 12px;
	color: black;
	margin-bottom: 10px;
	}

.subsubtitle
	{
	font-weight: bold;
	font-size: 12px;
	color: #bc990c;
	margin-bottom: 5px;
	margin-left: 20px;
	}
	
.txt
	{
	font-size: 12px;
	font-weight: normal;
	color: black;
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.regels-top
	{
	margin-top: 10px;
	margin-bottom:10px;
	}
ul	{
	padding-left: 15px;
	list-style-image: url(imgs/cross-list-nav.gif);
	line-height: 20px;
	}

.actueel
	{
	padding-bottom: 25px;
	padding-top: 5px;
	border-style:none none dashed none;
	border-width:1px;
	border-color:#d1d1d1;
	height: 90px;
	}
	
.actu-title
	{
	font-weight: bold;
	color: #c40016;
	}
.regels
	{
	margin-left: 20px;
	margin-bottom: 10px;
	}
	
.actu-inhoud
	{
	font-size: 12px;
	}
	
.actu-img
	{
	float: left;
	margin-right: 5px;
	margin-top: 5px;
	margin-bottom: 5px;
	}