@import url("fonts.css");
@import url("basis.css");
@import url("navigatie.css");

/* BOXES */

body {
	padding-top:2px;
	padding-bottom:1em;

}

#wrap
{
	margin:0px auto;
	width:857px;
}

#header {
	padding: 36px 0 0px 28px;
}
#header h2 {
	font: 38px/1 Constantia, Garamond, Georgia, serif;
	font-weight:bold;
	text-transform:uppercase;
}
#header h2 em {
	color:white;
	font-style:normal;
}

#header h3 {
	font: .8em/1.2 "Century Gothic", PuritanBold, Calibri,  sans-serif;
	text-transform:uppercase;
	font-weight:bold;
	letter-spacing:1px;
	color: #ce5600;
	margin-top:0;
}

#header div {
	margin-top:1.2em;
	font: .9em/1.6 "Century Gothic", sans-serif;
	float:right;
	color:#ce5600;
	text-align:right;
	padding-right:43px;
}
#header a {
	color:white;
}

#kader
{
	background:url("/images/bg-content.gif") bottom no-repeat #c0b8bb;
	margin-bottom:.5em;
	padding:28px;
	min-height:478px;
	/*

	position:relative;
	*/
	float:left;
}

#menu
{
	background:url("/images/rand.gif") 16px bottom no-repeat white; 
	width:801px;
	float:left;
}

#content
{
	/*
	border-bottom:1px #dce0da solid;
	clear:left;
	*/
	float:left;
	width:771px;
	min-height:410px;
	background:white;
	padding:0px 15px 15px 15px;
}

#foto
{
	float:right;
	width:395px;
	margin-left:30px;
	margin-bottom:50px;
}

#foto p
{
	float:right;
	font-size:.8em;
	padding:0;
	line-height:1em;
}

#footer
{
	font-family: "Century Gothic", sans-serif;
	font-size:.75em;
	letter-spacing:1px;
	color:white;
}

#footer #copyright {float:left; padding-left:43px;}
#footer #dev {float:right; padding-right:43px;}
