@charset "utf-8";

html{
	background-color:#3a478e;
}

body{
	margin:0;
	padding:0;
}

.menuDiv{
	margin-left:auto;
	margin-right:auto;
	width:auto;
}


#achtergrond1 {
	background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0.12, rgb(58,71,142)),
    color-stop(0.92, rgb(110,196,207))
);
background-image: -moz-linear-gradient(
    center bottom,
    rgb(58,71,142) 12%,
    rgb(110,196,207) 50%
);
	background-repeat:repeat-x;
	height:auto;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6ec4cf', endColorstr='#3a478e');
}

#header{
	float:left;
	width:750px;
	height:206px;
	background-image:url(../IMG/header2.jpg);
}

.schaduwDiv{
	width:810px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../IMG/schaduw.png);
	background-repeat:repeat-y;
	
}

.centerDiv {
	background-color:#FFF;
	width:750px;
	height:auto;
	margin-left:auto;
	margin-right:auto;
}

#menu {
	float:left;
	width:100%;
}

ul#menu{
	margin:0;
	padding:0;
	list-style-type:none;
	width:auto;
	position:relative;
	display:block;
	height:36px;
	text-transform:uppercase;
	font-size:11px;
	font-weight:bold;
	background:transparent url("../IMG/OFF.png") repeat-x top left;
	font-family:Helvetica,Arial,Verdana,sans-serif;
	width:100%;
}

ul#menu li{
	display:block;
	float:left;
	margin:0;
	padding:0;
	}
	
ul#menu li a{
	display:block;
	float:left;
	color:#06C;
	text-decoration:none;
	font-weight:bold;
	padding:12px 20px 0 20px;
	height:24px;
	background:transparent url("../IMG/DIVIDER.png") no-repeat top right;
	}
	
ul#menu li a:hover{
	background:transparent url("../IMG/HOVER.png") no-repeat top right;	
	}
	
hr.horizontalRulers {
	width:100%;
	height:7px;
	background-color:#0f558f;
	padding:0;
	margin:0;
	border:none;
	float:left;
}

hr.horizontalRulers2 {
	width:100%;
	height:1px;
	background-color:#0f558f;
	padding:0;
	margin:0;
	border:none;
	float:left;
}

hr.normal{
	width:98%;
	height:1px;
	background-color:#CCC;
	border:none;
}

.content {
	background-color:#FFF;
	width:730px;
	height:auto;
	color:#333;
	padding:10px;
}

#footer {
	width:810px;
	height:110px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(../IMG/footer2.png);
	background-repeat:no-repeat;
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color:#FFF;
	font-style: normal;
	text-transform: none;
	font-weight: 400;
}

#tekstDiv {
	width:680px;
	height:auto;
	color:#5a5a5a;
	font-size:14px;
	font-family:Arial, Helvetica, sans-serif;
	padding-left:30px;
	padding-right:30px;
	padding-top:20px;
}

.projectLink:hover{
	cursor:pointer;
}

.projectSpan{
	font-size:16px;	
	font-weight:lighter;
	color:#3a478e;
	padding:0;
	margin:0;
}

.projectTekst {
	font-size:14px;
	color:#666666;
	padding-top:15px;
	padding-right:15px;
	float:left;
	padding:5px;
	padding-top:20px;
	width:250px;
}

.foto{
	float:left;	
	border-radius:15px;
	width:350px;
	margin-left:20px;
	margin-bottom:5px;
	margin-top:5px;
}

.picturesVoorNa{
	max-height:400px;
	max-width:400px;
	border-radius:5px;	
}

h1{
	font-weight:200;
	font-size: 24px;
	color: #94DA00;
	font-family:Arial, Helvetica, sans-serif;
}

a:link{
	color:#5fa1bd;
	text-decoration:none;
}

a:hover{
	color:#0CF;
}

a:active{
	color:#5fa1bd;
}

a:visited{
	color:#4f6eab;
}

.plus{
	width:15px;
	height:15px;
	float:left;
	background-image:url(../IMG/plus.png);
	padding-right:10px;
	background-repeat:no-repeat;	
}

.min{
	width:15px;
	height:15px;
	float:left;
	background-image:url(../IMG/min.png);
	padding-right:10px;
	background-repeat:no-repeat;	
}

h2{
	font-weight:200;
	font-size: 17px;
	color:#5fa1bd;
	font-family:Arial, Helvetica, sans-serif;
}

.opvallend{
	color:#C33;
	font-size:17px;
}