*{
	margin: 0;
	padding: 0;
	font-family: 'Bebas Neue', cursive;
}

html{
    margin: 0px;
    padding: 0px;
}

header{
	height: 400px;
	width: 100% -10px;
	margin: 10px;
}

.back{
	height: 400px;
	width: 100%;
}

.Logo{
	height: 70px;
	width: auto;
	float: left;
	margin-top: 15px;
	margin-left: 15px;
}

nav{
	height: 100px;
	width: 100%;
	background-color: #dc002a;
}

*{
	padding: 0;
	margin: 0;
	text-emphasis: none;
	list-style: none;
	box-sizing: border-box;
	text-decoration: none;
}

nav ul{
	float: right;
	margin-right: 20px;
}

nav ul li{
	display: inline-block;
	line-height: 80px;
	margin: 0 5px;
	font-family: monospace;
}

nav ul li a{
	color: white;
	font-size: 17px;
	padding: 7 px 13 px;
	border-radius: 3px;
	text-transform: uppercase;
}

a.Active,a:hover{
	background:#b50f00;
	transition: .5s;
}

main{
	border: 5px solid black;
	width: 50%; 
	height: 510px;
	float: left;
	stroke: 100;
	overflow:auto;
}

.image{
	height: 50px;
	width: auto;
	position: relative;	                                  
}

aside{
 	width: 50%; 
	height: 510px;
	float: left;
	stroke: 100;
	background: #DC143C;
	color: white;
	padding: 10px;
}

.bestellingen{
	border: 5px solid black;
  	background-color: white;
  	width: 25%;
  	height: 400px;
  	padding-top: 20px;
  	padding-right: 10px;
  	padding-bottom: 10px;
  	padding-left: 10px;
  	float: right;
  	font-size: 25px;
  	color: black;
}

input{
	font-size: 25px;
}

h4{
	font-size: 20px;
	position: right;
}

h1{
	text-align: center;
	color: white;
	font-size:40px;
	font-style: black;
}

footer{
	float: left;
	width: 100%; 
	height: 70px;
	background: #363743;
	text-align: center;
	color: white;
	margin-top: 10px;
}		                                           