body {
	margin: 0px;
	padding: 0px;
	background : #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10px;
	line-height: 20px;
	cursor: default;
}
td {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color : #000000;
	font-size : 10px;
	line-height: 20px;
}
p, blockquote {
	margin-top: 0px;
	margin-bottom: 0px;
}
ul, ol {
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 15px;
}
a {
	COLOR: #0079fc;
	TEXT-DECORATION: none;
}
a:hover {
	COLOR: #0079fc;
	TEXT-DECORATION: underline;
}
.wosimage {
	border-style: solid;
	border-width: 1px;
	border-color: #000000;
	padding: 5;
}
.button {
	BORDER-RIGHT: medium none;
	BORDER-TOP: medium none;
	FONT-SIZE: 8pt;
	BACKGROUND-IMAGE: url(/images/button.gif);
	BORDER-LEFT: medium none;
	WIDTH: 100px;
	COLOR: black;
	BORDER-BOTTOM: medium none;
	FONT-FAMILY: Arial;
	HEIGHT: 21px;
}
.inputtext {
	border: 1px solid #000000;
	font-size: 12px;
	font-family: Verdana, Arial;
	height: 20px;
}
.table {
	border: 1px solid #000000;
	border-collapse: collapse;
}
.tableHeader {
	background-color: #FFFFFF;
}
.tableContent {
}
.foutmelding {
	color : red;
}
.foutbox {
	border: 1px solid Red;
}
.foutfill {
	color: Red;
}
.highlight {
	background-color: Yellow;
}

/* -- Website specifieke style -- */
.logo {
	background: url(/images/logo.gif) no-repeat;
	width: 246px;
	height: 103px;
}

h3 {
	font-size: 14px;
	color: #0079fc;
}

.linkerkolom {
	width: 246px;
}

.menu {
	width: 246px;
	background: #52bcec;
}

.content {
	width: 457px;
	height: 100%;
}

.content_text {
	background: #dcf3fb;
	padding: 20px;
}

.rechterkolom {
	width: 253px;
	background: #f47c30;
}

.submenu {
	width: 246px;
	background: #42a4c7;
}

.nav a,
.nav a:hover,
.navover a,
.navover a:hover{
	color: #002e6e;
}

.nav {
	height: 25px;
	width: 226px;
}

.navover {
	height: 25px;
	width: 226px;
}

.navactive {
	height: 25px;
	width: 226px;
	color: #002e6e;
}

.welkom {
	background: url(/images/welkom_background.gif) no-repeat #a9d6ee;
	width: 457px;
	height: 315px;
}

.welkom_tekst {
	padding: 15px;
}

.nieuws {
	background: #dcf3fb;
}

.nieuws_tekst {
	padding: 15px;
}

.rechterkolom_afbeelding {
	width: 253px;
	height: 315px;
}

.rechterkolom_tekst {
	color: #FFFFFF;
	width: 100%;
	height: 100%;
	padding: 7px;
}

.footer {
	background: #FFFFFF;
	width: 100%;
}

.nawfooter {
	background: #0079fc;
	width: 457px;
	height: 81px;
}

.nawfooter_tekst {
	padding: 10px;
}

/* -- NIEUWS -- */
.nieuwstitel { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: bold; 
	color: #ff7300; 
}

.nieuwstitel:hover { 
	text-decoration: underline; 
	color: #ff7300; 
}

.leesmeer { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	font-weight: bold; 
	color: #002e6e; 
}

.leesmeer:hover { 
	text-decoration: underline;
	color: #002e6e; 
}

.nieuwsafbeelding { 
	margin-right: 5px; 
}

.nieuwsbericht { 
	font-family: Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	padding-bottom: 5px; 
	padding-top: 5px; 
}

.nieuwsline { 
	padding-top: 20px; 
	padding-bottom: 20px; 
}