@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #000000;
	font: normal 11px/130% Verdana, Tahoma, Geneva, Arial, Helvetica, sans-serif;
	text-align: center;
	background:url(images/repeat.gif);
	height: 100%;
	width: 100%;
}
/*image formatting
----------------------------------------------------*/
img {
	border: none;
}
#boximg{
	float: left;
	margin: 0 5px 5px 0;
	border: 1px black solid;
}	
/*relaties
----------------------------------------------------*/
#relatiebox{
	padding: 5px;
}

/*text formatting
----------------------------------------------------*/
h2 {
	font-size: 18px;
}
h3 {
	font-size: 16px;
}
h4 {
	font-size: 14px;
}
p {
	margin:0 0 0 0;
	padding:0 0 5px 0;
}
.q {
	color: #f39820;
	font-weight: bold;
}
.a {
	font-weight: bold;
}
a{
	font-weight: bold;
	color: #333333;
	text-decoration: none
}
a:hover{
	color: #666666;
	text-decoration: underline
}

#footer a{
	font-weight: bold;
	color: #cccccc;
	text-decoration: none
}
#footer a:hover{
	color: #999999;
	text-decoration: underline
}
/*form parts
----------------------------------------------------*/
label {
	width: 120px;
	float: left;
	text-align: right;
	margin-right: 0.5em;
	display: block
}
.submit input {
	margin-left: 95px;
}
.in {
	color: #000000;
	background: url(images/repeat.gif);
	border: 1px solid #f39820;
	width: 200px;
}
.in_huis {
	color: #000000;
	background: url(images/repeat.gif);
	border: 1px solid #f39820;
	width: 75px;
}
/*layout
----------------------------------------------------*/
.clear {
	clear: both;
	font-size: 1px;
	float: none;
	height:0px;
	line-height: 0px;
}
#container {
	position: absolute;
	top: 11%;
	left: 0;
	right: 0;
	bottom: 0;
	text-align: left;
	margin: 0;
	height: auto;
}
#wrap {
	background-color: #e4e6ee;
	width: auto;
	min-width: 950px;
	border-top: 1px black solid;
	background-image:url(images/spacerright.gif);
	background-position: right;
	background-repeat: repeat-y;
}
#header {
	margin: 0 0 0 0;
	padding: 0;
	min-width: 950px;
	border-top: 1px #cccccc solid;
	border-bottom: 1px #1c225c solid;
	background-color: #ffffff;
}
#logo {
	position: absolute;
	left: 15px;
	bottom: 0;
	margin: 0;
	padding: 0;
	z-index: 10;
}
#logo2 {
	position: absolute;
	width: 175px;
	height: 175px;
	right: 10px;
	bottom: -20px;
	margin: 0;
	padding: 0;
	z-index: 9;
	background: url(images/stempel.png) no-repeat;
}

#content {
	background-color: #e4e6ee;
	width: 900px;
	height: 401px;
	margin: 0 auto;
	padding: 31px 0 0 0;
	background-image:url(images/main.gif);
	background-position: right;
	background-repeat: no-repeat;
	position: relative;
}
#sub1 {
	position: absolute;
	left:0px;
	top: 0px;
	overflow: auto;
	max-height: 401px;
	width: 600px;
	margin: 0;
	padding:15px;
	z-index: 5;
}
#sub2 {
	position: absolute;
	right:15px;
	top: 0px;
	width: 300px;
	height: 314px;
	z-index: 5;
}
#botbar {
	margin: 0;
	padding: 0;
	line-height: 1 px;
	font-size: 1px;
	background:url(images/repeat.gif);
}
#bb1 {
	min-width: 950px;
	background-image:url(images/oranje.gif);
	background-position: left;
	background-repeat: no-repeat;
}
#bb2 {
	width: 900px;
	height:12px;
	margin: 0 auto;
	background-image:url(images/b.gif);
	background-position: right;
	background-repeat: no-repeat;
}
#footer {
	position: absolute;
	min-width: 950px;
	width: 100%;
	margin: 15px 0 0 0; 
	left: 0;
	right: 0;
	bottom: 0;
	border-top: 2px black solid;
	padding: 0 0 0 0;
	text-align: center;
	background: #ffffff;
	color: #cccccc;
	font-size:10px;
	z-index: 99;
}
/*index.html
----------------------------------------------------*/
	#ca {
	float: left;
	height: 350px;
	width: 180px;
	margin: 10px 8px 10px 0;
	border: 1px #1c225c solid;
	background:url(images/ca.jpg);
}
#ca:hover {
	background:url(images/caa.jpg);
	cursor: pointer;
}
#cb {
	float: left;
	height: 350px;
	width: 180px;
	margin: 10px 8px 10px 0;
	border: 1px #1c225c solid;
	background:url(images/cb.jpg);
}
#cb:hover {
	background:url(images/cba.jpg);
	cursor: pointer;
}
#cc {
	float: left;
	height: 350px;
	width: 180px;
	margin: 10px 8px 10px 0;
	border: 1px #1c225c solid;
	background:url(images/cc.jpg);
}
#cc:hover {
	background:url(images/cca.jpg);
	cursor: pointer;
}
#text_main {
	overflow: auto;
	margin: 0 5px 15px 0;
	padding: 10px 40px 10px 0;
	text-align:justify;
	}
/*nav
----------------------------------------------------*/
#nav {
	position: relative;
	height: 70px;
	width: 900px;
	margin: 0 auto;
	padding: 0;
}
#nav ul {
	position: absolute;
	right: 0px;
	bottom: 0px;
	border: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav ul li {
	float: left;
	text-align: center;
	margin: 0 0 0 0;
	padding: 0;
	}
#nav ul li a {
	display: block;
	font: normal 11px/26px Tahoma;
	padding: 42px 15px 0 15px;
	margin: 0;
	text-decoration: none;
	color: #000000;
	letter-spacing: 0.01em;
	text-transform: uppercase;
}
#nav ul li a:hover {
	color: #000000;
	padding: 42px 14px 1px 14px;
	/*border-bottom: 1px #FFEACA solid;*/
	border-left: 1px #1c225c solid;
	border-right: 1px #1c225c solid;
	border-top: 1px #1c225c solid;
	}
#nav ul li.active {
	background-color: #FFEACA;
	padding-bottom:2px;
	}
#nav ul li.active:hover {
	padding-bottom:0;
	}
#nav ul li:hover {
	background-color: #FFEACA;
}
/*rss
----------------------------------------------------*/
.labelfield{ /*CSS for label field in general*/
color:black;
font-size: 80%;
}

.datefield{ /*CSS for date field in general*/
color:gray;
font-size: 80%;
}
#rss a{
color: #f39820;
font-size: 80%;
text-decoration: none;
font-weight: bold;
}

#rss li{ /*CSS specific to demo 3*/
margin-bottom: 2px;
}
/*faq
----------------------------------------------------*/
.handcursor{
cursor:hand;
cursor:pointer;
}
/*----------------------------------------------------*/

