html,body {
	margin:0;
    padding:0;
    height:100%;
    border:none;
	background-color:#3398CC;
}
.kop {
	background-image: url(images/header.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
.hoofdtekst {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333333;
	height: 100%;
	line-height: 20px;
}
a.home:link {
	text-decoration: none;
	color: #FFFFFF;
}
a.home:hover {
	text-decoration: none;
	color: #CC0000;
}
a:link {
	text-decoration: none;
	color: #333333;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	text-decoration: none;
	color: #CC0000;
}
a:active {
	color: #333333;
	text-decoration: none;
}
.container {
	height: 100%;
	background-image: url(images/baseachtergrond.gif);
	background-repeat: repeat;
}
.achtergrondgroenbottom {
	background-image: url(images/template/achtergrondgroenbottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
}
.achtergrondgroentop {
	background-image: url(images/template/achtergrondgroentop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.achtergrondgroenmid {
	background-image: url(images/template/achtergrondgroenmid.gif);
	background-repeat: repeat-y
}
.achtergrondhome{
	background-image: url(images/template/achtergrondhome.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.achtergrondknop{
	background-image: url(images/template/achtergrondknop.gif);
	background-repeat: no-repeat;
	background-position: top;
}
.
.achtergrondlogo{
	background-image: url(images/achtergondlogo.gif);
	background-repeat: no-repeat;
	background-position: right bottom;
}
body {
	background-image: url(images/bg_site.jpg);
	background-repeat: repeat-x;
	background-position: top;
}

