body{background-image:url(images/background.jpg);
		background-repeat:repeat;
		}

/* hier definieer ik het algemene lettertype voor de site */
TD{font-family:arial;
		font-size:12px;
		font-weight:400;
		color:#000000;}
TABLE{font-family:arial;
		font-size:12px;
		font-weight:500;
		color:#000000;}
		
/* Algemene links */
a:visited {color:#191970;
           text-decoration: underline;}
		   
a:link {color:#191970;
        text-decoration: underline;}
	
a:hover {color:#3366FF;
         text-decoration: none;
	     }	
/* lijntje : mogelijkheden:solid,dotted,dashed*/
HR {color:#2a3b30;height:2px; background-color:#2a3b30;}

/* kopteksten */
H1{
	font-family:arial;
	font-size:14px;
	font-weight:700;
	color:#000000;
	padding:0px;
	margin:0px;
}
		
H2{font-family:verdana;
		font-size:12px;
		font-weight:600;
		color:#ffffff;padding:0px;margin:0px;}
	
.top{padding-left:0px;
		padding-top:0px;
		padding-bottom:0px;
		}
		
.mov{padding-left:20px;
		padding-top:20px;
		padding-bottom:20px;
		}

.text{padding-left:20px;
		padding-top:20px;
		padding-right:20px;
		padding-bottom:20px;
		width:375px;
		min-width:375px;		
		}

.bottom{background-image:url(images/bottom.jpg);
		background-repeat:no-repeat;
		background-position:top;
		}

