body, html {
	height:100%;
	margin:0;
	padding:0;
	color:#0D2B88;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-color: #FFFFFF;
	font-size: 10px;
	overflow:hidden;
}
#container {
	postition: absolute;
	height:100%;
	width:100%;
	overflow:auto;
}
#content {
	overflow:hidden;
	width: 410px;
	margin: 10px 0px 10px 90px;
	padding: 0px 0px 0px 0px;
}
#Kader {
	position:absolute;
	left:530px;
	top:10px;
	width:200px;
	z-index: 2;
	border:0px;
}
#KaderTopRood{
	position:relative;
	left:0px;
	top:0px;
	height: 21px;
	z-index: 3;
	border:0px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/kader_top_rood.gif);
}
#KaderTopRood p,
#KaderTopBlauw p {
	font-weight: bold;
	color: #FFFFFF;
	margin:0;
	padding:5px 5px 5px 10px;
}

#KaderContentRood{
	position:relative;
	width:200px;
	z-index: 4;
	border:0px;
	background-color:#FFE5E7;
}
#KaderContentRood p,
#KaderContentBlauw p {
		margin:0;
		padding:10px;
}
#KaderContentRood a {	color: #0D2B88}
#KaderContentRood a:link {text-decoration: none;}
#KaderContentRood a:visited {text-decoration: none;}
#KaderContentRood a:active {text-decoration: none;}
#KaderContentRood a:hover {text-decoration: underline;}

#KaderTopBlauw{
	position:relative;
	left:0px;
	top:0px;
	height: 21px;
	z-index: 3;
	border:0px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/kader_top_blauw.gif);
}

#KaderContentBlauw{
	position:relative;
	width:200px;
	z-index: 4;
	border:0px;
	background-color:#e5e9f2;
}
#KaderContentBlauw a {	color: #0D2B88}
#KaderContentBlauw a:link {text-decoration: none;}
#KaderContentBlauw a:visited {text-decoration: none;}
#KaderContentBlauw a:active {text-decoration: none;}
#KaderContentBlauw a:hover {text-decoration: underline;}
.title{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 16px;
	padding: 0px;
	border: 0;
	color: #0D2B88;
}
.title_rood{
	font-size: 11px;
	font-weight: bold;
	margin: 0px 0px 16px;
	padding: 0px;
	border: 0;
	color: #FA3C2D;
}
.subtitle_blauw{
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 16px;
	padding: 0px;
	border: 0;
	color: #0D2B88;
}
.subtitle_rood{
	font-size: 10px;
	font-weight: bold;
	margin: 0px 0px 16px;
	padding: 0px;
	border: 0;
	color: #FA3C2D;
}
a {	color: #0D2B88}
a:link {text-decoration: underline;}
a:visited {text-decoration: underline;}
a:active {text-decoration: underline;}
a:hover {text-decoration: none;}
form{
}
input {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D2B88;
	border-width: 1px;
	border-color: #8493C2;
	border-style: solid;
}
select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D2B88;
	border-width: 1px;
	border-color: #8493C2;
	border-style: solid;
}
textarea {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #0D2B88;
	border-width: 1px;
	border-color: #8493C2;
	border-style: solid;
}
img {
	border:0px;
}