﻿@charset "utf-8";
/* CSS layout */
body {
	margin: 0;
	padding: 0;
	background-color:#0033CC;
	background-image:url('afbeeldingen/oranje_streepje_rechts.gif');
	background-repeat:repeat-y;
	font-family:Perpetua;
	min-width:1000px;
}

#masthead {
	min-width: 600px;
}

#logo {
	float: left;
	width: 200px;
	height:150px;
	background-image:url('afbeeldingen/oranje_streepje_onder.gif');
	background-repeat:repeat-x;
}

#linksbovenlogo {
	background-image:url('afbeeldingen/topdef.jpg');
	background-repeat:no-repeat;
	height:147px;
}

#toplogo {
	background-image:url('afbeeldingen/nieuwboven.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:147px;
}

#header {
	margin-left: 200px;
	height:150px;
	text-align:center;
	background-image:url('afbeeldingen/oranje_streepje_onder.gif');
	background-repeat:repeat-x;
	
}

#container {
	clear: both;
	min-width: 600px;
}

#left_col {
	float: left;
	width: 200px;
}

#menu {
	list-style:none;
}

ul {
	margin: 0;
	padding: 0;
}

ul li {
  list-style: none;
  margin: 0;
  padding: 0;
}

#page_content {
	margin-left: 200px;
	padding-top:20px;
}

#inhoud {
	background-image:url('afbeeldingen/transondertekst.jpg');
	background-repeat:no-repeat;
	background-position:center center;
	height:420px;
	width:520px;
	position:relative;
	float:left;
	padding:0px 10px 0px 20px;
	overflow-y:scroll;
	margin-left:20px;
	background-color:white;
}

#draaiblok {
	height:225px;
	width:225px;
	position:relative;
	float:right;
	padding:0px 0px 0px 00px;
}

#footer {
	clear: both;
}

.onderstreept {
	text-decoration:underline;
}

.links17pt {
	text-align:left;
	font-size:17pt;
}

.links15pt {
	text-align:left;
	font-size:15pt;
}

.centreren {	
	text-align:center;
}

.linksuitlijnen {
	text-align:left;
}

.rechtsuitlijnen {
	text-align:right;
}

.geenborder {
	border-width: 0px;
}