body {
	background: #FAF0E6;
	color: #444;
	font: normal 0.8em sans-serif;
	line-height: 1.5;
	width: 960px;
	clear: both;
	margin-left: auto;
	margin-right: auto;
		
}
/* Koppen */
h1,h2,h3,h4,h5,h6 {
	color:#444;
	font-weight: normal;
	line-height: 1;
	margin-bottom: 0.3em;
}

h4,h5,h6 {font-weight: bold;}

h1 {font-size: 2em;}
h2 {font-size: 1.4em;}
h3 {font-size: 1.3em;}
h4 {font-size: 1.2em;}
h5 {font-size: 1.1em;}
h6 {font-size: 1em;}

/* Tekst elementen */
p {margin-bottom: 1em;}

/* Lijsten */
ul {
	list-style-type: disc;
	margin: 0 1.5em 1.5em 0;
}

/* Header */
#header {
	background-color: #8B0000;
	padding: 32px 32px 0 46px;
	border-radius: 5px 5px 0 0;
}

#header-nav {
	height: 39px;
	text-align: right;
	color: #666;
	font-size: 1.2em;
}

#header-nav-link a {
	color: #999;
	text-decoration: none;
}

#header-nav-link a:hover {color: #DDD}

#header-nav-link span.text-separator {
	color: #444;
	padding: 0 7px;
}

#logo {color: #FFF;}
#site-title a {text-decoration: none;}
#site-title, #site-title a {color: #FFF}
#site-slogan {
	color: #DDD;
	font-size: 1.3em;
} 

/* Primaire navigatie */
#primaire-nav {
	background-color: #CD5C5C;
	min-height: 46px;
	padding: 0 8px;
}

#primaire-nav a {
	color: #EAE6DD;
	display: block;
	font-weight: bold;
	font-size: 1.3em;
	padding: 12px;
}

#primaire-nav a:hover {
	color:#FFF;
	}

ul.tab {
	display: inline;
	margin: 0;
	padding: 0;
}

ul.tab li {
	float: left;
	list-style: none;
}
ul.tab a {text-decoration: none}

/* Inhoud */
.inhoud {
	font-size: 1.1em;
	background-color:  #FFE4E1;
	min-height: 400px;
	padding: 5px;
}
.inhoud a {
	color: #999;
	text-decoration: none;
}
.inhoud a hover {color: #000;}

div.foto {
	float: right;
	margin-right: 350px;
}

/*nieuws*/
.nieuws {
height: 90px;
text-decoration: none;
color: #000;
margin-bottom: 20px;
}

.nieuws a {
color: #000;
padding: 0px;
margin: 0px;
}

.nieuws h2 {
margin-left: 150px;
font-weight: bolder;
padding-bottom: 10px;
}

.nieuws-afbeelding {
float: left;
width: 130px;
padding: 10px;
margin-bottom: 10px;
}

.nieuws-afbeelding a {
padding-left: 10px;
}

.nieuws-tekst h3 {
font-weight: bold;
}	

.lees-meer {
font-size: small;
font-style: italic;
}

/* Tekst inhoud */
#tekst-inhoud {padding: 24px;}

.foto-tekst {
margin-top: 30px;
margin-left: 310px;
}


/* Navigatie in de voet */
#voet-nav {
	background-color: #BC8F8F;
	border-top: 1px solid #999;
	font-size: 1.1em;
	padding: 12px 16px;
	margin-bottom: 10px;
	border-radius: 0 0 5px 5px;
}
#voet-nav a {
	color: #DDD;
	text-decoration: none;
	
}

#voet-nav a:hover { color: #FFF;}

#voet-nav span.text-separator {
	color: #696969;
	padding: 0 3px;
}

/* Artikel */

.artikel {
text-align: justify;
color: #000;
}

h2 {
font-weight: bold;
}

.artikel-voet {
text-align: right;
font-size: 0.9em;
}

/* Footer */
#footer {
	color: #666;
	padding: 0 6px 12px;
	margin-top: -6px;
}
#footer a {
	color: #555;
	text-decoration: none;
}
#footer a:hover, #bottom .right\ a:hover {color: #002;}
#footer span.text-separator {
	color: #888;
	padding: 0 3px;
}
#footer .right, #footer .right a {color: #777;}

/* Floats */
.left {float: left;}
.right {float: right;}
