﻿@charset "utf-8";
/* CSS Document */

body{
background-color:#26355E;
/*background-image:url(img/background.gif);
background-repeat:repeat;*/
}

#main {
margin-left:auto;
margin-right:auto;
width:980px;
}

#logo{
float:left;
height: 200px;
width:200px;

	/*Afronding*/
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    
    /*shadow*/
    -webkit-box-shadow: 5px 5px 5px #141414;
    -moz-box-shadow: 5px 5px 5px #141414;
    box-shadow: 5px 5px 5px #141414;
}

#logo a img{
text-decoration:none;
border:0px;
}

#flash{
float: right;
height:200px;
width:770px;
background-image:url(img/bannerDuc.jpg);
background-repeat:no-repeat;
background-color:#26355E;

	/*Afronding*/
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    
    /*shadow*/
    -webkit-box-shadow: 5px 5px 5px #141414;
    -moz-box-shadow: 5px 5px 5px #141414;
    box-shadow: 5px 5px 5px #141414;


}


#menu{
float:left;
margin-top:10px;
background:#FFFFFF;
width:200px;
height:400px;
font-size:20px;
color:#26355E;

	/*Afronding*/
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    
    /*shadow*/
    -webkit-box-shadow: 5px 5px 5px #141414;
    -moz-box-shadow: 5px 5px 5px #141414;
    box-shadow: 5px 5px 5px #141414;

}

#menu ul li{
margin-bottom:10px;
list-style-image:none;
list-style:none;
}

#menu ul li a{
color:#26355E;
text-decoration:none;
}

#menu ul li:hover{
text-decoration: underline;
color: #26355E;
background-color:#BFC3CF;
list-style-image:url(img/arrow.jpg);
}


.Welkomstekst {
	font-size: 16px;
	font-weight: bold;
	text-align:center;
}

#tekst{
float:right;
margin-left:10px;
margin-top:10px;
width: 750px;
/*height:550px;*/
min-height:550px;
height:auto;
background-image:url(img/logodof.jpg);
background-color:#FFFFFF;
background-repeat:no-repeat;
background-position:center;
padding-left:10px;
padding-right:10px;
padding-top:10px;
padding-bottom:10px;
text-align: left;
overflow-y: auto;
color:#26355E;

	/*Afronding*/
	-moz-border-radius: 8px;
    -webkit-border-radius: 8px;
    -khtml-border-radius: 8px;
    border-radius: 8px;
    
    /*shadow*/
    -webkit-box-shadow: 5px 5px 5px #141414;
    -moz-box-shadow: 5px 5px 5px #141414;
    box-shadow: 5px 5px 5px #141414;
}

#tekst p, #tekst table{
color:#26355E;
margin-left:10px;
margin-right:10px;
}

#tekst a{
	color:#26355E;
}

ul li{
list-style-image:url(img/arrow.jpg);
}


img{
border:0px;
}

#footer{
float:left;
margin-top: -10px;
height:25px;
width:750px;
margin-left:140px;
text-align:center;
color:#FFFFFF;
}
#footer p a{
color:#FFFFFF;
text-decoration:none;
}
#footer p a:hover{
text-decoration:underline;
}



h1 {
	font-size: 24px;
	font-weight: bold;
	color: #374A81;
	text-align:center;
	margin-left:10px;
}
h2 {
	font-size: 12px;
	font-style: italic;
	font-size:large;
	margin-left:10px;
}
h3 {
	font-size: 24px;
	margin-left:10px;
}

#contactnaam{
font-size:18px;
}

#contactfunctie{
font-style:italic;
}

#contactemail{
text-align:center;
font-size:24px;
}

#klassement{
border:thin;
border-color:#26355E;
border-style:solid;
}











