﻿@import url('layout.css');
body {
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: small;
	font-style: normal;
	background-color: #fff;
}
#container {
	width: 100%;
	margin: 0;
	background-color: #fff;
	position: relative;
}
#masthead {
	text-align: center;
	width: 100%;
}
#navigation{
	background-color: #6666FF;
	overflow: hidden;
}
#page_content {
	position: relative;
	width: 100%;
	border-top-width: 0;
	border-top-style: solid;
	border-top-color: #808080;
}
#content {
	position: relative;
	margin: 0;
	padding: 10px;
	background-color: #fff;
	float: none;
	font-family: "Times New Roman", Times, serif;
	font-size: medium;
}
/* Styles for Masthead */
#masthead img {
	float: left;
	margin: 0;
	padding: 0;
}
#masthead p {
	font-size: xx-large;
	text-align: center;
	color: #000000;
	margin: 10px 10px 20px 0;
	padding: 0;
	font-family: Rockwell;
}
/* Styles for Navigation */
#navigation ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#navigation li {
	float: left;
}
#navigation a {
	color: #FFFF42;
	text-decoration: none;
	display: block;
	padding: 10px 20px 10px 20px;
	border: 0px #009900 hidden;
	background-color: #6666FF;
	font-size: large;
	margin-left: 0px;
	font-weight: bold;
}
#navigation a:hover {
	color: #000;
	text-decoration: none;
	border: 0px #CCCC00 hidden;
	background-color: #CCFFFF;
}
/* Styles for Content */
p {
font-size: small;
font-family: "Times New Roman", Times, serif;
color: black;
}
h1 {
	font-size: 2em;
	color: #393939;
}
h2 {
	font-size: 1.75em;
	color: #336600;
}
h3 {
	font-size: 1.5em;
	color: #009900;
}
h4 {
	font-size: 1.25em;
	color: #339933;
}
h5 {
	font-size: 0.75em;
	color: #469;
}
h6 {
	font-size: 0.5em;
	color: #469;
}
.style_midt {
text-align:center;
}
.style_hojre {
float:right;
text-align:left;
width:400px;
	background-color: #FFFFCC;
	vertical-align: top;
	margin-left: 5px;
	margin-right: 30px;
	margin-top: 0px;
	margin-bottom: 5px;
	font-family: Helvetica;
	font-size: small;
	border: 1px black solid ;
}
.style_A1 {
	font-size: 11px;
	font-family: "Segoe UI", Tahoma, Geneva, Verdana;
}
.style_A2 {
	font-size: 14px;
	font-family: "Times New Roman";
}
}
/* Styles for Links */
a {
}
a:hover {
	color: #000;
	text-decoration: underline;
}
.style_bold {
	font-weight: bold;
}
.style_italic {
	font-style: italic;
}
.style_opslag {
	width: 200px;
	height:350px;
	margin: 5px;
}