BODY {
	background-attachment: scroll;
	background-image: url(afbeeldingen/background.png);
	background-repeat: no-repeat;
	background-position: center top;
	scrollbar-3d-light-color: #ffffff; 
	scrollbar-arrow-color: #ffffff; 
	scrollbar-base-color: #6EBB1F; 
	scrollbar-dark-shadow-color: #ffffff; 
	scrollbar-face-color: #6EBB1F; 
	scrollbar-highlight-color: #ffffff; 
	scrollbar-shadow-color: #ffffff ; 
	scrollbar-dark-shadow-color: ffffff ; 
	font-family: Arial ; 
	line-height: 16pt ; 
	TEXT-ALIGN: justify;
}


A:visited  { color: #666; font-size: 10pt; font-style: normal; font-weight: bold; font-stretch: expanded; text-decoration: none }
A:link  { color: #666; font-size: 10pt; font-style: normal; font-weight: bold; font-stretch: expanded; text-decoration: none }
A:hover  { color: #000; font-size: 10pt; font-style: normal; font-weight: bolder; font-stretch: extra-expanded; text-decoration: underline overline }
A:active  { color: #000; font-size: 10pt; font-style: normal; font-weight: bolder; font-stretch: extra-expanded; text-decoration: underline overline }
.text  { color: #333333; font-size: 12px; font-family: Helvetica, Arial, Verdana; font-style: normal; font-weight: normal; line-height: 14px; font-stretch: normal; text-align: justify }
.klant {
	FONT-SIZE: 11px; COLOR: #333333; FONT-FAMILY: Verdana ; TEXT-ALIGN: justify; line-height: 16pt
}
.slogan {
	FONT-SIZE: 10px; 
	COLOR: #d8d8d8;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	line-height: 10px;
}
.naw {
	FONT-SIZE: 10px; 
	COLOR: #333333;
	font-family: Arial, Helvetica, Verdana;
	font-weight: bold;
	line-height: 10px;
}
.cursief {
	FONT-SIZE: 11px; COLOR: #59AC30; FONT-FAMILY: Verdana ; font-weight: bold ; font-style: italic ;  TEXT-ALIGN: justify; line-height: 15pt
}
.listed {
	FONT-SIZE: 17px; COLOR: #A7001F; FONT-FAMILY: Verdana ; TEXT-ALIGN: justify; line-height: 17pt
}
.koptekst {
	FONT-SIZE: 13px; COLOR: #6EBB1F; FONT-FAMILY: Verdana ; font-style: italic ; TEXT-ALIGN: justify; line-height: 16pt
}
.titel {
	FONT-SIZE: 20px; COLOR: #A1D65F; FONT-FAMILY: Verdana ; TEXT-ALIGN: justify
}

input    { font-family: arial ; background-color: #Ffffff; border: solid 1px #0182AC }
option   { font-family: arial ; background-color: #FFffff; border: solid 1px #0182AC }
select   { font-family: arial ; background-color: #FFffff; border: solid 1px #0182AC }
textarea { font-family: arial ; background-color: #FFffff; border: solid 1px #0182AC }

A.ssmItems:link		{color:black;text-decoration:none;}
A.ssmItems:hover	{color:black;text-decoration:none;}
A.ssmItems:active	{color:black;text-decoration:none;}
A.ssmItems:visited	{color:black;text-decoration:none;}

ul.nav,
.nav ul{
margin: 0;
padding: 0;
cursor: default;
list-style-type: none;
display: inline;
}

ul.nav{
display: table;
}

ul.block{
width: 100%;
table-layout: fixed;
}

ul.nav>li{
display: table-cell;
position: relative;
padding: 2px 6px;
}

ul.nav li>ul{
display: none;
position: absolute;
max-width: 40ex;
margin-left: -6px;
margin-top: 2px;
}

ul.nav li:hover>ul{
display : block;
}

.nav ul li a{
display: block;
padding: 2px 10px;
}

ul.nav,
.nav ul,
.nav ul li a{
background-color: #fff;
color: #369;
}

ul.nav li:hover,
.nav ul li a:hover{
background-color: #369;
color: #fff;
}

ul.nav li:active,
.nav ul li a:active{
background-color: #036;
color: #fff;
}

ul.nav,
.nav ul{
border: 1px solid #369;
}

.nav a{
text-decoration: none;
}