﻿/* CSS layout */
body {
	margin: 0 10 0 10;
	padding: 0;
}

#container0 {
	min-width: 600px;
	background-color:blue;
	border-bottom-width: 5px; border-bottom-style: solid; border-bottom-color: #CEDBEA;
	height:25px
}

#container1 {
	min-width: 600px;
}

#container2 {
	min-width: 600px;
	border-top-width: 5px; border-top-style: solid; border-top-color: blue;
}

#logo_col {
	width: 150px;
	float: left;
	color: #FF0000;
	margin-top: 6px;
}

#Slogan_content {
	margin-left: 165px;
	margin-right: 165px;
	text-align:center;
	border: #CCCCFF 5px none;
}

#Sinds_col {
	width: 160px;
	float: right;
}

#left_col {
	width: 150px;
	float: left;
}

#right_col {
	width: 150px;
	float: right;
	margin:0 0 0 0;
	margin-top:20px;
}

#page_content {
	margin-left: 165px;
	margin-right: 165px;
}

#left_col1 {
	float: left;
	width: 120px;
}

#right_col1 {
	float: right;
	width: 100px;
}

#page_content1 {
	margin-left: 120px;
	margin-right: 100px;
}


#page_contentTable {
	background-color: #99C9F4;
	font-family: Calibri;
	font-size: 11pt;
	margin-left: 0%;
	margin-right: 0%;
}

#BgcGrijs {
	background-color: #C6C6FF;
}

#BgcBlauw {
	background-color: #99C9F4;
	font-family: Calibri; font-size: 11pt; text-align: justify; margin-bottom: 10px;
	padding-left:15px;
}

#TabelKop1 {
	text-align: justify; color: #800080; background-color: #C6C6FF; font-size: x-large;
}

#footer {
	clear: both;
	font-family: Arial, Helvetica, sans-serif;
	font-size: xx-small;
	font-weight:normal;
	background-color: #CEDBEA;
	color:gray; text-align: center; height: 20px;line-height:20px
}
