* {
	margin: 0; 
	padding: 0; 
	border: 0; 
	outline: 0; 
	font-weight: inherit; 
	font-style: inherit; 
	font-size: 100%; 
	font-family: inherit; 
	vertical-align: baseline;
}

body {
	background-color:#000000;
	color:#818181;
	font-size:11px;
	font-weight:bold;
	font-family:Tahoma, Arial, serif;
}

#main {
	width:867px;
	height:635px;
	position:absolute;
    top: 50%;
    margin-top: -318px;
	left: 50%;
    margin-left: -433px;
}
a {
	text-decoration:none;
	color:#818181;
}

#logo {
	margin-bottom:16px;
	text-align:center;
}

#taalkeuze {
	text-transform:uppercase;
	
}

#taalkeuze ul {
	list-style-type:none;
}

#taalkeuze ul li {
	float:left;
	margin-top:10px;
	padding-left:25px;	
	padding-right:25px;	
}

#taalkeuze ul li.nopadding {
	padding:0px;	
}


#slides {
	width:867px;
	height:501px;
	margin-top:36px;
	margin-bottom:10px;
}

#slides img {
	width:867px;
	height:501px;

}

.lijn {
	height:1px;
	background-color:#424242;
	min-height:1px;
}

#itbytes {
	float:right;
}



#footer {
	
	padding-top:12px;
	height:28px;

}

#footer ul {
	list-style-type:none;
}

#footer ul li {
	float:left;
	padding-right:20px;
}




