* {
	margin: 0;
	padding: 0;
}

body {
	background: #FFFFFF;
	font: normal 62.5% Verdana, Geneva, Arial,  Helvetica, sans-serif;
	color: #000000;
}

img {
	border: 1px solid #6699CC;
	margin: 3px;
}

#right {
	float: right;

}

#left {
	float: left;
}
.clearLeft{clear:left;}
.clearRight{clear:right;}

#container {
	width: 100%;
	height: 138px;
	background: #FFFFFF url(img/top_bkg.gif) top center;
	color: inherit;
}

#header {
	width: 800px;
	height: 138px;
	margin: 0 auto;
	background: #FFFFFF url(img/top_menu.jpg) top center;
	color: inherit;
}

#navigatie {
	padding-top: 76px;
	text-align: center;
}

#navigatie ul {
	list-style-type: none;
	width: 100%;
}

#navigatie ul li {
	display: inline;
}

#navigatie ul li a {
	padding-left: 7px;
	padding-right: 7px;
	font-size: 1.2em;
	text-decoration: none;
	color: #FFFFFF;
}

#navigatie ul li a:hover {
	text-decoration: none;
	color: #FFF200;
}

#inhoud, #content, #copyright {
	width: 67%;
	margin-top: 10px;
	margin-left: 220px;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 10px;
	border: 1px solid #6699CC;
	background-color: #FFFFFF;
 	color: inherit;
}
#inhoud {
	min-height: 600px;
}

#bottom {
	width: 67%;
	margin-top: 0px;
	margin-left: 215px;
	margin-right: auto;
	margin-bottom: 10px;
	text-align: center;
	vertical-align: middle;
	color: #999999;
}
#bottom a, #bottom a:visited {
	color: #999999;
	text-decoration: none;
}
#bottom a:hover {
	color: #999999;
	text-decoration: underline;
}

#subnavigatie {
	width: 110px;
	position: absolute;
	top: 150px;
	left: 80px;
	text-align: center; 
}

#subnavigatie a {
	width: 110px;
	display: block;
	border: 1px solid #6699CC;
	line-height: 1em;
	font-size: 1.2em;
	text-decoration: none;
	background-color: #FFFFFF;
}

#subnavigatie a:link, #subnavigatie a:visited {
	text-decoration: none;
	color: #074F82;
}

#subnavigatie a.color:link, #subnavigatie a.color:visited{
	color: #95252A;
}

#subnavigatie a:hover, #subnavigatie a:active, #subnavigatie a.color:hover {
	text-decoration: none;
	color: #FF0000;
}


#subnavigatie ul {
	list-style-type: none;
}

#inhoud ul {
	margin-left: 15px;
	list-style-type: square;
}

#subnavigatie li, #inhoud li {
	margin: 4px 0px 4px 0px;
}

span.labelklein {
	color: #95252A;
}

span.labelgroot {
	color: #95252A;
	font-size: 1.2em;
}

.left {
	float: left;
}

.right {
	float: right;
}

div#sitelink {
	height: 250px;
	font-size: 10px;
}

div#sitelink div {
	padding: 3px;
}

div#linkurl { 
	width: 170px;
	float: left; 
	margin: 5px;
}

fieldset {
	border: 1px dotted #6699CC;
}

legend {
	color: #95252A;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
	margin-left: 5px;
}

a { 
	text-decoration: none;
}

a:link {
	color: #074F82;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
}

a:visited {
	color: #074F82;
	font-weight: normal;
	text-decoration: none;
	background-color: inherit;
}

a:hover {
	color: #FF0000;
	font-weight: normal;
	text-decoration: underline;
	background-color: inherit;
}
h1, h2, h3, h4, h5, h6, .title {
	color: #084E82;
	font-size: 1em;
	margin: 0;
}

