/* CSS Document */
body {
	background-image: url(afbeeldingen/bg.jpg);
	background-repeat:repeat-x
}

html {
     overflow: -moz-scrollbars-vertical;
}


.kop1 {font-family: Georgia;
font-size: 16px ;
font-weight: bold;
}

.text1 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px ;
}

.text2 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 12px ;
color:#BBBBBB;
}

.text3 {font-family: Trebuchet MS, Arial, Helvetica, sans-serif;
font-size: 14px ;
color: #ffffff;
}


a:link {
	color: #666666;
}
a:visited {
	color: #666666;
}
a:hover {
	color: #ff7200;
}
a:active {
	color: #ff7200;
}
  


