a{color:#990000;text-decoration:none;}
a:active{color:#000000;text-decoration:none;}
/*a:link{color:#990000;text-decoration:none;}*/
a:visited{color:#cc9933;text-decoration:none;}
a:hover{color #000000;text-decoration:underline;}
/*a:link:hover{color #000000;text-decoration:underline;}*/
/*a:visited:hover{color #000000;text-decoration:underline;}*/

/* lijsten */

ul
{
	list-style-type: square;
	list-style-position: inside;
	padding: 0 0 0 30px;
}
ol
{
	list-style-type: decimal;
	list-style-position: inside;
	padding: 0 0 0 30px;
}


/* lijnen */
hr
{
	width: 100%;
	height: 1px;
	display: block;
	background-color: #ffcc66;
	border-color: #ffcc66;
	color: #ffcc66;
	border-width: 0px;
	border-style: solid;
	noshade;
}

/* geldig voor alles */
*
{
	padding: 0px;
	margin: 0px;
	font-family: verdana, arial, helvetiva, sans-serif;
}

/* hier zit alles in, het positioneren van de andere elementen gebeurt tov dit parent-element */
#wrapper
{
	width: 1008px;
	display: block;
}

/* eerste blok met image-replacement */
h1
{
	width: 197px;
	height: 217px;
	background-image: url(/images/logo_vlir.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-indent: -999em;
}

/* absoluut gepositioneerd blok voor de functionele navigatie */
#functionele_nav
{
	width: 465px;
	display: block;
	height: 121px;
	background-image: url(/images/functionele_nav.gif);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	position: absolute;
	left: 543px;
	top: 0px;
	margin: 0px;
	z-index: 10;
/*
	border-color: #CCC;
	border-width: 1px;
	border-style: solid;
*/
}

#home		{position: absolute; top: 74px;  left: 0px;	  vertical-align: top;}
#contact	{position: absolute; top: 82px;  left: 61px;  vertical-align: top;}
#sitemap	{position: absolute; top: 90px;  left: 145px; vertical-align: top;}
#links		{position: absolute; top: 98px;  left: 240px; vertical-align: top;}
#nieuws		{position: absolute; top: 106px; left: 308px; vertical-align: top;}
#disclaimer	{position: absolute; top: 114px; left: 365px; vertical-align: top;}

/* absoluut gepositioneerd blok waar de navigatie moet verschijnen */
#navigatieblok DIV
{
	width: 160px;
	height: 483px;
	display: block;
	position: absolute;
	top: 94px;
	left: 144px;
	background-image:url(/images/navigatie.gif);
}

/* absoluut gepositioneerd blok waar de body moet verschijnen */
#tdContent
{
	width: 656px;
	display: block;
	position: absolute;
	top: 100px;
	left: 320px;
	
}

#bodybloklijn_boven
{
	width: 100%;
	display: block;
	height: 3px;
	background-color: #ffcc66;
}

h2	{color: #990000; font-size: 14px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block;}
h3	{color: #990000; font-size: 12px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block;}
h4	{color: #990000; font-size: 11px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block; font-style: italic;}
h5	{color: #333333; font-size: 11px; line-height: 14px; font-weight: bold; padding-top: 7px; padding-bottom: 0px; display: block; text-indent: 30px;}
h6	{color: #333333; font-size: 11px; line-height: 14px; font-weight: normal; padding-top: 7px; padding-bottom: 0px; display: block; text-indent: 30px; font-style: italic; }

.H2	{color: #990000; font-size: 14px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block;}
.H3	{color: #990000; font-size: 12px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block;}
.H4
{
	color: #990000;
	font-size: 10px;
	font-weight: bold;
	padding-top: 7px;
	padding-bottom: 7px;
	display: block;
	text-align: left;
}
.H5	{color: #990000; font-size: 10px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block;}
.H6	{color: #990000; font-size: 10px; font-weight: bold; padding-top: 7px; padding-bottom: 7px; display: block;}


#bodytekst
{
	display: block;
	width: 480px;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}

#bodytekst_max
{
	display: block;
	width: 656px;
	color: #000000;
	font-size: 11px;
	line-height: 14px;
}



p
{
	margin-top: 7px;
	margin-bottom: 7px;
}

/* absoluut gepositioneerd blok waar de snellinks moeten verschijnen */
#snellinks
{
	display: block;
	width: 160px;
	color: #663300;
	font-size: 11px;
	top: 145px;
	left: 816px;
	position: absolute;
}

#snellinks_titel
{
	width: 160px;
	display: block;
	background-color: #900;
	height: 24px;
	margin: 0 0 3px 0;
	background-image: url(/images/snellinks.gif);
	background-repeat: no-repeat;
	background-position: 6px 6px;
}

#snellinks dd
{
	background-color: #ffcc66;
	width: 160px;
	margin: 0 0 3px 0;
}

#snellinks dd a
{
	display: block;
	color: #663300;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-decoration: none;
}


#snellinks dd a:hover { color: #000000; }

#snellinks dt
{
	background-color: #990000;
	width: 160px;
	margin: 0 0 3px 0;
}
#snellinks dt a
{
	display: block;
	color: #fff;
	font-size: 11px;
	padding-top: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	text-decoration: none;
}
#snellinks dt a:hover
{
	color: #FFCC66;
}



td.naam		{background-color: #ffcc66; width: 25%; margin-top: 0px; margin-right: 2px; margin-bottom: 2px; margin-left: 0px; padding-top: 3px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px; color: #990000; font-weight: bold; }
td.functie	{background-color: #ffcc66; width: 50%; margin-top: 0px; margin-right: 2px; margin-bottom: 2px; margin-left: 0px; padding-top: 3px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px;}
td.telefoon {background-color: #ffcc66; width: 25%; margin-top: 0px; margin-right: 2px; margin-bottom: 2px; margin-left: 0px; padding-top: 3px; padding-right: 6px; padding-bottom: 4px; padding-left: 6px;}

table.table{width: 100%; display: block; background-color: #ffffff; margin: 0 0 6px 0;}



a.sitemap, a.sitemap:link, a.sitemap:visited{color: #990000; text-decoration: none;}

a.sitemap:active, a.sitemap:hover			{color: #990000; text-decoration: underline;}

li.sitemap1{margin-left:20px;}

li.sitemap2{margin-left:35px;}

li.sitemap3{margin-left:50px;}

input.text		{FONT-FAMILY: Verdana; FONT-SIZE : 10px; COLOR: #322201; border:solid 1px #afafaf;}
input.textSearch{FONT-FAMILY: Verdana; FONT-SIZE : 10px; COLOR: #322201; border:solid 1px #000000; width:208px; margin-right:10px;}
select.select	{FONT-FAMILY: Verdana; FONT-SIZE : 10px;}
textarea.text	{FONT-FAMILY: Verdana; FONT-SIZE : 10px; COLOR: #322201; border:solid 1px #afafaf;}
input.btn		{FONT-FAMILY: Verdana; FONT-SIZE : 10px; COLOR: #322201; }


.msg	{font-family:Verdana; font-size: 8pt; COLOR: #aa0000; FONT-WEIGHT: bold;}



A.bookmark		{TEXT-DECORATION: none; background-color:none;}

A.bookmark_edit	{TEXT-DECORATION: none; background-color:#FD9D9D;}



DIV.we_off	{background-color:#ffffff; cursor:auto; display: block;}

DIV.we_over	{background-color:#efefef; cursor:hand; display: block;}

DIV.we_on	{background-color:#ffffff; cursor:auto; display: block;}



P{padding:0px; margin:0px}

SELECT.we	{color: #322201; font-family: Verdana; font-size: 9px;}

img.we		{margin-left:0px}


