﻿@import url('../styles1/layout.css');
body {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 13px;
}
#container {
	width: 1002px;
	margin: 10px auto;
}
#masthead {
	text-align: right;
	width: 1002px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
}
#masthead a {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
#masthead a:hover {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
#navigation {
	font-size: 1.03em;
	position: relative;
	float: left;
	width: 148px;
	margin-top: 2px;
	margin-bottom: 10px;
	border-top: 0px solid #C0C0C0;
	border-right: 0px solid #C0C0C0;
	border-bottom: 0px solid #C0C0C0;
	border-left: 0px solid #C0C0C0;
	background-color: #FFFFFF;
	margin-left: 6px;
}
#navigationgroups {
	float: right;
	width: 810px;
	margin-top: 2px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding: 0px;
	border-top: 0px solid #dcdcdc;
	border-right: 0px solid #a9a9a9;
	border-bottom: 0px solid #808080;
	border-left: 0px solid #a9a9a9;
	background-color: #fff;
	border: 0px;
	z-index: auto;
}
#content {
	float: right;
	width: 810px;
	margin-top: 0px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding: 0px;
	background-color: #fff;
	line-height: 130%;
}
#footer {
	clear: both;
	width: 1000px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top: 1px solid #dcdcdc;
	border-right: 1px solid #a9a9a9;
	border-bottom: 1px solid #808080;
	border-left: 1px solid #a9a9a9;
	background-color: #fff;
	margin-left: 6px;
}
/* Masthead Styles */
#masthead h1 {
	color: #3d6c87;
}
#masthead h3 {
	color: #5f8ea9;
}
/* Navigation Styles */

#nav, #nav ul, #nav ul ul{
padding: 0;
margin: 0;
background: url(none.gif) repeat 0 0;
font-family: Tahoma, Arial, Sans-serif; 
}

#nav{
width: 350px;
}

#nav li{
width: 350px;
}

#nav ul{
position: absolute;
width: 100px;
left: -1000px;
margin: -22px 0 0 350px;
font-size: 100%;
}

* html #nav ul{
margin: -23px 0 0 95px;
}

#nav li li{
width: 460px;
}

#nav ul ul{
width: 140px;
margin: -22px 0 0 100px;
font-size: 100%;
}

* html #nav ul ul{
margin: -23px 0 0 100px;
}

#nav li li li{
width: 140px;
}

#nav li:hover ul, #nav li.ie_does_hover ul{
left: auto;
}

#nav li:hover ul ul, #nav li.ie_does_hover ul ul{
left: -1000px;
}

#nav ul li:hover ul, #nav ul li.ie_does_hover ul{
left: auto;
}

#nav a {
display: block;
text-decoration: none;
padding: 2px 4px 3px 4px;
margin: 1px;
}

#nav a:link, #nav a:visited{
background: white;
color: black;
}

#nav a:hover, #nav a:active{
background: white;
border: 1px dotted black;
color: #FFF;
} 


#navigation ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#navigation li {
	display: block;
	margin: 0;
	padding: 0;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a {
	color: #003366;
	text-decoration: none;
	display: block;
	padding: 5px;
	border: 1px solid #fff;
	background-color: #fff;
}
#navigation a:hover {
	color: #fff;
	text-decoration: none;
	border: 1px #C0C0C0 solid;
	background-color: #003366;
}
#navigationgroups a {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
	font-variant: normal;
}
#navigationgroups a:visited {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}
#navigationgroups a:hover {
	border: 0px;
	color: #FFFFFF;
	text-decoration: none;
	text-transform: none;
}	
#navigationgroups img {
	padding: 0px;
	border: 0px;
}
/* Content Styles */
div#content h1 {
	color: #003366;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0px 0.5em 0;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #003366;
	border-bottom-color: #003366;
}
div#content h2 {
	color: #003366;
	font-size: 1.3em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.5em;
	margin: 0 0px 0.5em 0;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 1px solid #003366;
	border-bottom-color: #003366;
}
div#content h3 {
	color: #003366;
	font-size: 1.1em;
	text-align: left;
	padding-bottom: 1px;
	line-height: 1.1em;
	margin: 0 0px 0.1em 0;
	font-weight: normal;
	letter-spacing: 1px;
	border-bottom: 0px solid;
	border-bottom-color: #006600;
}
#content a {
	color: #000000;
}
#content a:hover {
	color: #003366;
	text-decoration: none;
}
#content img {
	border-color: #003366
}
/* Footer Styles */
#footer p {
	color: #808080;
	margin-top: 5px;
	float: left
}
#footer a {
	color: #808080;
	text-decoration: underline;
}
#footer a:hover {
	color: #003366;
	text-decoration: none;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
imgnormal {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
}
.imgcolor {
	opacity: .6;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=80);
}
#zoekwoorden {
	font-family: Tahoma, Arial, sans-serif;
	background-color: #FFFFFF;
	font-size: 1px;
	color: #FFFFFF;
}

/* Copyright Styles */
#copyright { 
	margin-left: 6px;
	font-size: xx-small;
}




