
/* Geen ruimte boven en geen ruimte links. */
* {
	margin: 0;
	padding: 0;
}

/* Achtergrondkleur is wit. Kleur lettertype is grijs. Afbeelding wordt horizontaal herhaald. */
body {
	background: #ffffff;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #666666;
}

#balk	{
	height: 185px;
	background: #82bc2b;
}

/* Door de margin 0 auto, wordt de afbeelding gecentreerd. */
#header {
	width: 770px;
	height: 185px;
	margin: 0 auto;
	background: url(images/005.png) no-repeat;
}

h1 {
	margin-bottom: 10px;
	font-weight: normal;
	font-size: 200%;
}


p, ul {
	margin-bottom: 20px;
	line-height: 1.8em;
}


ul {
	margin-left: 3em;
}


/* Kleur van de hyperlink en niet onderstreept. */
a:link {
	color: #1953a7;
	text-decoration: none;
}

a:active {
	color: #ed5c0c;
}

/* Kleur van de gebruikte hyperlink. */
a:visited {
	color: #666666;
}

/* Kleur als je over de hyperlink gaat en onderstreept. */
a:hover {
	text-decoration: underline;
	color: #067600;
}


img {
	border: none;
}


img.left {
	float: left;
	margin: 0 20px 10px 0;
}


/* Door de margin 0 auto, staat het menu gecentreerd. De height is de verticale lengte van de lijn. */
#menu {
	width: 770px;
	height: 63px;
	margin: 0 auto;
	border-right: 1px solid #EDEBD5;
}

/* Voor de tekst van de menu-items staan geen stippen en er is geen ruimte links en boven. Margin is de ruimte links. */
#menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* Hierdoor komen de menu-items naast elkaar te staan. */
#menu li {
	display: inline;
}

/* Dit is de opmaak van de menu-items. */
#menu a {
	display: block;
	float: left;
	width: 109px;
	height: 43px;
	padding: 20px 0 0 0;
	border-left: 1px solid #EDEBD5;
	text-decoration: none;
	text-align: center;
	font-size: 100%;
	color: #BABABA;
}

/* Als je over het menu-item gaat, wordt de achtergrond van het block opgevuld. */
#menu a:hover {
	background: #F7F7F4;
	text-decoration: underline;
}


#menu .active a {
	background: #82BC2B;
	color: #FFFFFF;
}


#page {
	width: 770px;
	margin: 0 auto;
	padding: 20px 0;
}


#content {
	float: left;
	width: 760px;
	padding-top: 10px;
}

.post {
	margin-bottom: 20px;
	padding: 0 20px;
}

.hr {
	border-bottom: 1px solid #EDEBD5;
}

th	{
	text-align: center;
	background: #82BC2B;
	color: #ffffff;
}

#footer {
	clear: both;
	height: 100px;
	padding: 25px 0;
	background: #EDEBD5 url(images/img04.gif) repeat-x;
}

#footer p {
	margin: 0;
	text-align: center;
	font-size: 77%;
}

#footer a {
	color: #666666;
}

*/
