/*
achtergrond #EAE7C1
kop #C87A37
kaders #C2BA7B
tekst #F4F3E0
*/

body,html
{
	height: 100%;
	width: 100%;
}

body
{
	background-color: #eae7c1;
	text-align: center;
}

*
{
	margin: 0;
	padding: 0;
	border: none;
}

/*Indeling*/
#wrapper { margin: 0 auto; }

#inhoud
{
	text-align: left;
	width: 600px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 40px;
}

#nav
{ background-color: #c87a37; background-repeat: no-repeat; background-position: 16px 10px; width: 100%; height: 60px; }


#flashcontent { }

/*Typografie*/
body
{
	color: #c87a37;
	font-size: 85%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h1
{
	font-size: 1.2em;
	letter-spacing: 0.2em;
}

h2
{
	font-size: 1em;
	margin-bottom: 2em;
}

p
{
	font-size: .9em;
	line-height: 1.4em;
}

a:link, a:visited, a:hover
{
	color: #C87A37;
	font-weight: bold;
}
a:hover { text-decoration: underline; }
ul { font-size: 1em; list-style-type: square; margin: 1em 0 1em 40px; list-style-position: inside; }
