@charset "utf-8";
/* CSS Document */
<!--

html, body {height: 100%;}

#wrap {min-height: 100%;}

body {
background: #4bacb5;
font-family: "Calibri";
margin: 0px;
color: #000000;
}

input {
background: #e9f2f5;
}

textarea {
background: #e9f2f5;
}

span {
color:#04879b;
}

span2 {
color:#FFFFFF;
}

span3 {
color: #000000;
font-family: "Calibri";
font-size: 1.1em;
text-align: center;}

.kleur {
color:#FFFFFF;
background-color: #DEECF0;
}

.table {
color:#000000;
}

h1 {
color: #04879b;
font-size: 2.0em;
font-family: "Calibri";
text-align: left;
font-weight: bold;
}

h2 {
color: #04879b;
font-size: 1.75em;
font-family: "Calibri";
text-align: left;
font-weight: bold;
}

h3 {
color: #04879b;
font-family: "Calibri";
font-size: 1.5em;
text-align: justify;
}

h4 {
color: #04879b;
font-family: "Calibri";
font-size: 1.2em;
text-align: left;}

h5 {
color: #04879b;
font-family: "Calibri";
font-size: 1.1em;
text-align: left;}

a:link {
color: #04879b;
text-decoration: underline;} 

a:visited {
color: #016599;
text-decoration: underline;}

#header {
height: 100px;

background: url(../Images/boven-4.jpg), url(../Images/boven-links.jpg), url(../Images/boven-rechts.jpg);
background-repeat: no-repeat, no-repeat, no-repeat;
background-size: contain, contain, contain;
background-position: 10% 0%, left, right;
height: 100%,100%, 100%;
font-family: "Calibri";
font-size: 60px;
color: white;
font-weight: bold;
text-align: center;
}

.midden {
padding-top: 10px;}

#main-content {
overflow:auto;
background: #91bfcc url(../Images/logo-licht.jpg) no-repeat;
min-height: 650px;
font-weight: bold;
margin-left: 210px;
margin-right: 210px;`
position: relative;
padding-left: 30px;
padding-bottom: 90px;
padding-right: 30px;
padding-top: 20px;}


#navbar {
width: 190px;
position: absolute;
top: 110px;
padding: 10px;
border-bottom: 1px #ffffff solid;
font-family: "Calibri";
font-size: 1.0em;
}

#border-toolbar {
position: absolute;
top: 117px;
width: 200px;
right: 0px;
font-size: 0.8em;}

#toolbar {
background-color: #ffad0a;
width: 200px;
position: absolute;
top: 164px;
right: 0px;
height: 100px;
border-bottom: 1px #ffffff solid;}

#footer {position: relative;
	background-color: #4bacb5;
	margin-top: 0px; /* negative value of footer height */
	height: 15px;
	clear:both;
	text-align:center;}
	
/*Opera Fix*/
body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}
-->
