/* CSS Document*/
/* links */
a:link { color: #758F12; text-decoration: underline}
a:visited { color: #758F12; text-decoration: none}
a:hover { color: #758F12; text-decoration: underline}
a:active { color: #758F12; text-decoration: none}
/* body structuur */
body { height: 100%; margin: 0px; background-repeat: repeat; background-color:#FFFFFF; }

/* content */
.c-header { font-family: Geneva, Arial, Helvetica, sans-serif; font-size: 130%; font-weight: bold; color: #758F12; text-decoration: none; }
.c-content { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; font-weight: normal; color: #5A5051; text-decoration: none; line-height: 20px; }
.c-nieuwsbrief { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 80%; font-weight: bold; color: #FFFFFF; text-decoration: none; line-height: 20px; width: 150px; }
.c-content-s { font-family: Verdana, Arial, Helvetica, sans-serif; font-size: 70%; font-weight: normal; color: #5A5051; text-decoration: none; line-height: 20px; }


.nieuwsbrief
{
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 95%;
font-weight: normal;
color: #FFFFFF;
text-decoration: none;
margin-left: 0.3cm;
}

/* Afbeeldingen */

.img_background_brown {
	background-image: url(../images/background_brown.jpg);
	background-repeat: repeat-y;
}

.img_background_content {
	background-image: url(../images/content_backgr.jpg);
	background-repeat: repeat-y;
}

.img_background_nieuwsbrief {
	background-image: url(../images/nieuwsbrief-backgr.jpg);
	background-repeat: repeat-y;
}