@charset "utf-8";
/* CSS Document */

body, html 
{
	font-family: arial;
	height:100%;
	width: 100%;
	margin:0px;
	padding:0px;
	background-image: url('../images/achtergrond.jpg');

}

#header
{
	width: 1024px;
	height: 150px;
	margin-left: auto;
	margin-right: auto;
	background-image: url('../images/header.jpg');
}

#menu_balk
{
	width: 160px;
	height: 500px;
	float: left;
	background-color: #444242;
}

#inhoud
{
	width: 1024px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;

}

#inhoud_kolom_links 
{
	width: 165px;
	height: 500px;
	font-size: 12px;
}


p
{	
	margin-top: 0px;
	padding: 5px;
}

#inhoud_kolom_midden
{
	width: 859px;
	height: 500px;
	float: left;
	background-color: #dddddd;
	font-size: 12px;
}

#foto
{
	width: 130px;
	height: 500px;
	float: left;
	margin-top: 120px;
	margin-left: 20px;
	
}

#foto2
{
	width: 130px;
	height: 500px;
	float: left;
	margin-top: 10px;
	margin-left: 70px;
	
}

#profieltekst
{
	width: 700px;
	height: 500px;
	margin-left: 10px;
	float: left;
	font-size: 11px;
}


#profieltekst2
{
	width: 480px;
	height: 500px;
	margin-left: 10px;
	float: left;
	font-size: 11px;
}

#profieltekst3
{	
	margin-top: 10px;
	width: 800px;
	height: 500px;
	margin-left: 7px;
	float: left;
	font-size: 12px;
}

#post-header
{
	text-align: center;
	width: 1024px;
	height: 10px;
	margin-left: auto;
	margin-right: auto;
	background-color: #373737;
}

#footer
{
	text-align: center;
	font-size: 10px;
	width: 1024px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #fff;
	background-color: #444242;
}


/* =========== Menu ===========*/

ul
{
	float: left;
	position:relative;
	width:160px;
	height:50px;	
	margin:0px;
	padding-left:0px;
	text-align: left;

}

ul li
{
	position:relative;
	width:160px;
	height:25px;
	float: left;
	list-style-type:none;
	text-align: left;

}

ul li:hover
{
	text-align: left;
	position:relative;
	width:160px;
	height:25px;
	float: left;
	list-style-type:none;
	background-color: #913d3d;
}

ul li a
{
	margin-left: 5px;
	text-decoration: none;
	font-family: arial;
	color:#e37e7e;
	font-size:13px;	
}

ul li a:hover
{
	text-align: right;	
	font-size:13px;
	color:#d0d0d0;
}

img {


}

h3 {
	color: #fff;
	margin-top: 5px;

}