@charset "utf-8";
/* CSS Document */

body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #666666;
	background-color: #333333;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	line-height: 18px;
}

a:link {	color: #cc0033;	text-decoration: none;}
a:visited {	color: #cc0033;	text-decoration: none;}
a:hover {	color: #000000;	text-decoration: underline;}
a:active {	color: #999999;	text-decoration: underline;}

#header {
	background-color: #333333;
	background-image: url(../img/layout/titel_01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#intro {
	background-image: url(../img/layout/achtergrond_intro01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content01 {
	background-image: url(../img/layout/achtergrond_content_top01.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}

#content02 {
	background-color: #FFFFFF;
}

