
html, body {
	
height:100%;
width:100%;
margin:0px;
padding:0px;
font-family: Muli;

	
	color:#ffffff;
	min-width:320px;
	background-color: #121111;
	background-color:#ffffff;
	z-index: -10;
	position: relative;
}
/*=============HOOFD ONTWERP=================*/
h1,h2,h3,h4,h5,h6{
	
	color:#ffffff;
	font-family: Muli;
	font-weight:bold;
	text-transform: uppercase;
	font-size: 17px;
	padding:0px;
	margin:0px;
}
h1#slogan{
	font-size: 25px;
	margin-bottom: 30px;
	margin-top:25px;
}
#home{
	text-align: center;
	padding-right: 30px;
	font-size: 16px;
	
}
span.italic{
	font-style: italic;
	font-family: Century Gothic;
	
}


#pagina{
	width:100%;
	height:100%;
	border-collapse: collapse;
}
#site{
	width:960px;
	margin-left: auto;
	margin-right:auto;

	
}
#content{
	background-color: #343232;
	width:690px;
	height:35px;
	
	display: table-cell;
	padding-left:70px;
	padding-top:70px;
	padding-right:40px;
	vertical-align: top;
	font-size: 14px;
	letter-spacing: 0.5x;
        *float: right;
        *width:645px;
        height:350px;
}
#navi{
	
	width:200px;
	
	display: table-cell;
	height:420px;
	text-align: right;
	background-color: #2b2929;
	border-right-color:#121111;
	border-right-color:#ffffff;
	border-right-width:2px;
	border-right-style:solid;
        *float: left;
}
#logo{
	
	width:200px;
}
#hoofdmenu{
	width:200px;
	border-top-color:#121111;
	border-top-color:#ffffff;
	border-top-width:2px;
	border-top-style:solid;
	background-color: #2b2929;
	
	
	
}


/**==========menu=============*/
a.inlink{
	color:#fff;
	text-decoration: none;
	
}
a.inlink:hover {
	text-decoration: underline;

	
}
a.hoofdmenu{
	display:block;
	padding-top:25px;
	padding-bottom:0px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	padding-right:20px;
	vertical-align: top;
	font-weight: normal;
	font-size: 13px;
	letter-spacing: 2px;
	
	
	
}
a.hoofdmenu:hover{
	color:#ccc;
}
#selected {
	color:#777;
}
#webdesign{
	text-align: right;
	font-size: 12px;
	color:#aaa;
	width:960px;
	
}
.but_webdesign{
	
	text-decoration: none;
	font-size: 12px;
	color:#aaa;
}
#opsomming{
	margin-top:25px;
}
li{
	margin-top:15px;
}