/*----------------------Algemeen----------------------*/
BODY, TABLE, TR, TD, TH, P,OL,UL,LI,DL,DT,DD {
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size : 12px;	
}

BODY {
	background-color: transparent;
	margin-top: 15px;
}

A:LINK {
	color : #cc0000;
	text-decoration : underline;
}

A:HOVER {
	color : #cc0000;
	text-decoration : underline;
}


A:VISITED {
	color : #999999;
	text-decoration : underline;
}

.vet {
	font-weight : bold;
}


/*---------------Kleuren in overzichtstabellen-------------------*/
.tabel-caption {
	background-color : #ED1C2E;
	color : White;
	font-weight : bold;
}

.tabel-grijs {
	background-color : #dddddd;
}

.tabel-wit {
	background-color : #FFFFFF;
}

/*----------------------Basis opmaak------------------------*/

.titel {
	font-size: 24px;
	font-weight: bold;
	color: #cc0000;
	border-bottom: 1px solid;
	margin: 0px 0px -4px 0px;
}

.subtitel {
	font-size : 17px;
	font-weight : bold;
	color: #cc0000;
}

.subtitelnav {
	font-size: 15px;
	font-weight: bold;
	color: #545454;
	margin-bottom: -20px;
}


UL LI {
	list-style-image: url(/images/list.gif);
	color: Black;
	background-image: url(../images/back_gradient.gif);
	background-repeat: repeat-x;
}

.tabelrandgrijs{
	background-color : #FFFFFF;
	border-top : 1px solid #cccccc;
	border-bottom : 1px solid #cccccc;
	border-left : 1px solid #cccccc;
	border-right : 1px solid #cccccc;
	padding : 4px;
}

.tabelrandrood{
	background-color: #FFFFFF;
	border-top: 1px dotted #ff0000;
	border-bottom: 1px dotted #ff0000;
	border-left: 1px dotted #ff0000;
	border-right: 1px dotted #ff0000;
	padding: 4px;
}

.onderlijn {
	border-bottom : 1px solid #cccccc;
}

.webmaster {
	font-size : 9px;
}

.nav {
	font-size: 11px;
}

.thuishulp A:link {
	font-size: 11px;
	color: White;
}

.thuishulp A:hover {
	font-size: 11px;
	color: White;
	text-decoration: none;
}

.thuishulp A:visited {
	font-size: 11px;
	color: White;
}

/*---------------Navigatie op de homepage---------------------*/
A:LINK.navhomepage {
	color : Black;
	font-weight : bold;
	text-decoration : none;
}

A:visited.navhomepage {
	color : Black;
	font-weight : bold;
	text-decoration : none;
}

A:hover.navhomepage {
	color : Black;
	font-weight : bold;
	text-decoration : underline;
}

/*-------------------Index--------------*/
.index {
	background-color : #EEEEEE;
}

.index_kop {
	font-weight : bold;
}

.index_sub {
	font-size : 12px;
}

.index_copy  {
	font-size : 10px;
}

.index A:visited {
	color : #7D81F9;
}


/*-----------------  nav -------------------------*/

.navcontainer { width: 120px; }

.navcontainer ul
{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	list-style-image: none;
}

.navcontainer ul li {
	list-style-image: none;
	list-style-type: none;
}


.navcontainer a
{
display: block;
padding: 6px;
width: 120px;
background-color: #f0f0f0;
border-bottom: 4px solid #fff;
}

.navcontainer a:link, .navlist a:visited
{
color: #000;
text-decoration: none;
font-size: 10px
}

.navcontainer a:hover
{
background-color: #ff0000;
color: #fff;
}