/* algemeen */
*{
	margin: 0;
	border: 0;
	padding: 0;	
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#header{
	height: 190px;
	background-color: #0b5868;
	width: 100%;
	border-bottom: 3px;
	border-bottom-color: #0b5868;
	border-bottom-style: solid;
}
#header img{
	float: left;
}
h1{
	text-indent: -5000px;
	background-repeat: no-repeat;
	margin-left: 900px;
	height: 170px;
}
h3{
	margin-top : 20px;
	margin-bottom: 10px;
	margin-left: 90px;
	font-size: 18px;
	width: 600px;
}
h4{
		padding: 10px;
		color: #bedbdf;
}

.links a{
	list-style: none;
	text-decoration: none;
	margin-left: 100px;
}
.indeling li{
	list-style: none;
	text-decoration: none;
	color: Black;
	margin-left: 100px;
}
.datum{
	margin-left: 100px;
	float: left;
	width: 150px;
}
.news{
	float: left;
	width: 700px;
}
.newstot{
	margin-top: 10px;
	width: 100%;
	height: 50px;
}
#menubar li{
	height: 20px;
	float: right;
	list-style-type: none;
	display: inline;
	background-color: #0b5868;
	width: 150px;

	border-left: 1px;
	border-left-style: solid;
	border-left-color: #dce2e7; 
	text-align: center;	
	text-transform: capitalize;
	font-size: 14px;	
}

#menubar li.select{
	background-color: #d42627;
}
#menubar li:hover{
	background-color: #7498aa;
}
#menubar li.select:hover{
	background-color: #d42627;
}

#menubar a{
	text-decoration: none;
	color: #dce2e7;
	text-transform: uppercase;
}
body{
	background-image: url(../assets/surferback.png);
	background-repeat: no-repeat;
	background-color:#bedbdf;
}

.userBlock{
	width: 100%;
}
.users{

	width: 275px;
	height: 50px;
	margin: 10px;
	list-style-type: none;
	float: left;
}
.users li{
	float: left;
	margin-left: 5px;
}
.users a{
	text-decoration: none;
	color: #517a8a;
}
.files{
	float: left;
}

.totalFile{
	float: left;
	width: 260px;
	height: 40px;
	margin-left: 10px;
}
.totalFile input{
	float: left;
	width: 20px;
}
.test img{
	width: 20px;
	float: left;
}
.test{
	width: 220px;
}
.test a{
	float: right;
	width: 10px;
	
}
.test .fileName{
	float: left;
	width: 150px;
	text-decoration: none;
	margin-left: 10px;
	font-size: 13px;
}
.formPart{
	padding-left: 10px;
	width: 80%;
	float: left;

}
/*image replacement iconen*/
#btnMakeZip{
	float: right;
	margin-right: 20px;
}
/*footer*/

#footer {
  background-image: url(../assets/footer.jpg);
  background-repeat: repeat-x;
  font-size: 12px;
  text-align: center;
  width: 100%;
  height: 16px;
  position: fixed;
  bottom: 0;
  color: #dce2e7;
  padding-top: 10px;
}
#index{
	width: 80%;
	margin-left: 20px;
	margin-top: 20px;
  color: #0b5868;
}
.Hot{
	width: 900px;
	margin-left: 100px;
}
.hotItem{
	width: 250px;
	height: 170px;
	background-color:  #0b5868;
	float: left;
	margin: 5px;
}
.hotItem p{
	width: 200px;
}
.hotItem a{
	margin-left: 25px;
}
.Multimedia{
	width: 900px;
	margin-left: 100px;
}
.MultimediaItem{
	width: 300px;
	height: 250px;
	background-color:  #0b5868;
	float: left;
	margin: 5px;
}
.MultimediaItem a{
	margin-left: 25px;
}
/*klassement*/
.item{
	float : left;
	height : 70px;
	width : 350px;
	margin-left : 100px;
}
.imgcls{
	float : left;
	width : 70px;
}
.item p{
	float : left;
	width : 200px;
}

