﻿@charset "utf-8";
/* CSS Document */

*{
padding:0;
margin:0;
}


p {
padding:1em 0;
line-height:1.5em;
}

html, body{
height:100%; /* héél belangrijk */
color:#41281b;
margin-top:4px;
background:#dfdfdf;
}

#mainContainer{
width:900px;
position:relative;
min-height:600px;
height:600px !important; /* voor moderne browsers */
height:600px; /* voor IE */
margin:0 auto;
background:#ededed;
color:#FFF;
font-size:12px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}


#top{
width:900px;
height:125px;
background:#505050;
}

#logo{
	position:absolute;
	top:10px;
	left:10px;
	width:375px;
	height:67px;
	background-image:url(../Img/Logo.jpg);
}

a img{
border:none;
}

#menu{
position:absolute;
left:250px;
top:90px;
width:650px;
height:25px
}

.Foto{

}


#inhoud {
width:900px;
height:475px;
color:#2f2f2f;
z-index:1000;
overflow:auto
}

#inhoud a{
color:#2f2f2f;
}

#titel{
color:#ce003c;
font-size:16px;
}

h1{
color:#000;
font-weight:bold;
font-size:18px;
margin-bottom:10px;
}

h2{
color:#000;
font-weight:bold;
font-size:12px;
text-transform:lowercase;
}

#footer {
background:#6c6c6c;
position:relative;
top:0px;
clear:both;
width:900px;
margin:0 auto;
height:50px;
font-size:12px;
color:#fff;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:center;
vertical-align:middle;
}

#footer a{
text-decoration:none;
color:#fff;
}

#AenV {
position:relative;
top:0px;
clear:both;
width:900px;
margin:0 auto;
font-size:0.6em;
color:#505050;
font-family:Verdana, Arial, Helvetica, sans-serif;
text-align:right
}

#AenV a{
text-decoration:none;
color:#505050;
}

.AanmeldKnop a{
position:relative;
display:block;
padding:2px;
text-align: center;
width:74px;
height:17px;
background-color:#fff;
border:1px solid #00a9d2;
text-decoration:none;
color:#41281b;
font-family:Verdana, Arial, Helvetica, sans-serif
font-size:12px;}

.AanmeldKnop a:hover{
border:1px solid #41281b;
color:#00a9d2;}

