/********************************************
   AUTHOR:  			RM 
	TEMPLATE NAME:		site cms
	DATE:          		Maart 2010          	
 *******************************************/

 
/********************************************
   HTML ELEMENTS
********************************************/ 

/* Top Elements */

body {
	font: 12px/1.75em arial, sans-serif;
	color: #000000;
	margin: 0 0 15px 0;
	background-color: #D7E9CE;
	background-attachment: fixed;
	background-image: url(base_pics/bkg.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}

/* links */
a, a:visited {
	color: #5AAD49;
	background: inherit;
	text-decoration: none;
	font-weight: bold;
	padding-bottom: 0;
}
a:hover {
	color: #5AAD49;
	font-weight: bold;
	background: inherit;
	text-decoration:underline;
}

/* headers */
h1, h2, h3 {
	font-family: arial, Sans-serif;
	font-weight: Bold; 	
	color: #333;		
}

h1 {
	font-size: 150%;	
	font-weight: normal;
}
h2 {
	font-size: 130%;
}
h3 {
	font-size: 110%;	
}

h1, h2, h3, {
	margin: 0;
}

.groot {
	font-size: 300%;	
}
.klein {
	font-size: 9px;	
}
.rand_gr {
	border-collapse: collapse;
	border:1px solid #00aa00;
	}