/*Fonts*/
@font-face {
    font-family: NameFont;
	src: url(../kodakku.ttf);
}

/*HTML*/
html{
	background-image: url("../IMG/Background-Small.png");
	background-color: #E1DDFC;
}

/*Container*/
.container{
	margin: -1% 15% 0% 15%;
	background-color: #FFF;
	padding: 1%;
	border-right: solid 2px #E6E6E6;
	border-left: solid 2px #E6E6E6;
	height: 100%;
	width: 70%;
	position: relative;
}

/*Navigatie Balk*/
ul#nav{
	list-style: none;
	font-weight: bold;
	float: left;
	width: 100%;
	position: absolute;
	margin: 0;
	background: #FA5858;
	width: auto;
	padding: 0;
}

#nav li{
	float: left;
	position: relative;
	list-style: none;
	z-index: 999;
	margin: 0;
}


#nav a{
	display: block;
	padding: 5px;
	color: #000;
	text-decoration: none;
	padding: 7px;
}


#nav a:hover{
	color: #000;
	background-color: #FA5858;
	text-decoration: none;
}

#nav ul{
	list-style: none;
	position: absolute;
	display: none;
}

#nav ul li{
	padding-top: 1px;
	float: none;
}

#nav li ul li{
	z-index: 0;
	width: 150%;
}

#nav li:hover ul{
	display: block;
	padding: 0px;
}

#nav li:hover a{
	background: #58ACFA;
	text-decoration: none;
}
#nav li:hover ul a{
	text-decoration: none;
}
#nav li:hover ul li a:hover{ 
	background: #FA5858;
}

#nav li:hover ul li{
	display: block;
}

/*Header*/
header{
	margin: 3% 0 0 0;
}

header img{
	height: 200px;
}

header .header_img{
	display: inline;
}

.name{
	margin: 0 0 0 0;
	position: absolute;
	color: #FF0000;
	display: inline-flex;
	font-size: 60px;
	font-weight: bolder;
	font-family: NameFont;
}

.name_in{
	margin: 0 0 0 0;
	position: block;
	color: #FF0000;
	display: inline-flex;
	font-size: 30px;
	font-weight: bolder;
	font-family: NameFont;
}

.image{
	opacity: 0;
	position: absolute;
	display: none;
}

.slider{
	width: 230px;
	height: 200px;
}

.img{
	float: right;
	margin: 0% 2% 2% 2%;
	border: 1px solid #ccc;
	clear: right;
	padding: 3px;
	background-color: #f9f9f9;
	text-align: center;
	overflow: hidden;
	width: 200px;
}

.title{
	background-color: lightgrey;
}

.table{
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
}

.table_info{
	font-size: 90%;
	padding: 5px;
	text-align: center;
	width: 45%;
}

article{
	clear: both;
}

.end{
	margin-bottom: 250px
}

footer{
	text-align: center;
	background-color: #F00;
	padding: 5px;
	color: #FFF;
	border: 1px solid #000;
}