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

body, html 
{
	font-family: arial;
	height:100%;
	width: 100%;
	margin:0px;
	padding:0px;
	background-color:#3c3d30;

}

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

#knopje
{
	width:25px;
	height:45px;
	/*background-color: red;*/
	float:right;
	margin-right: 205px;
	margin-top: 85px;
}

#menu_balk
{
	width: 1024px;
	height: 25px;
	margin-left: auto;
	margin-right: auto;
}

#inhoud
{
	width: 1024px;
	height: 500px;
	margin-left: auto;
	margin-right: auto;
	border-style:solid;
	border-color: #000;
	border-width: 1px;
}


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

#inhoud_kolom_midden
{
	width: 820px;
	height: 500px;
	float: left;
	background-color: #fafce5;
	font-size: 12px;
	border-style:solid;
	border-color: #000;
	border-width: 1px;
}

#inhoud_kolom_rechts
{
	width: 200px;
	height: 500px;
	float: left;
	font-size: 12px;
	background-color: #fafce5;
	border-style:solid;
	border-color: #000;
	border-width: 1px;
	border-right: none;
}

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

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

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

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

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

#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: 1025px;
	height: 15px;
	margin-left: auto;
	margin-right: auto;
	color: #e9efae;
	background-color:#000;
}


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

ul 
{
	position:relative;
	margin: 0px;
	height:25px;	
	background-color: #000;
}

ul li 
{
	position:relative;
	width:230px;
	height:10px;
	float: left;
	list-style-type:none;
	text-align: center;
}

ul li:hover 
{
	text-align: center;
	position:relative;
	width:230px;
	height:10px;
	float: left;
	list-style-type:none;

}

ul li a 
{

	text-decoration: none;
	font-family: arial;
	color:#edf3b7;
	font-size:13px;	
}

ul li a:hover 
{
	font-size:13px;
	color:#fbffd9;
}


/* ========= Gastenboek berichten =========== */

#gastenboek
{
	width: 450px;
	height: 498px;
	margin-left: 5px;
	float: left;
	font-size: 11px;
	border: thin;
	border-style: solid;
	border-color: #dfbb0e;
}

#gastenboek_bericht1
{
	width: 450px;
	background-color: #ebe4c2;
}

#gastenboek_bericht2
{
	width: 450px;
	background-color: #ebdc95;

}