body {
	margin:0; 
	padding:0	;
	text-align:center;
/*	background-image: url(/fileadmin/images/background/background.jpg);
	background-image: url(/fileadmin/templates/main/images/back3.jpg);  
	background-repeat: repeat-x;
	background-attachment: fixed; */
	background-color:#CCCCCC;
	}

#wrapper {
	margin: 0px auto;
	text-align:left;
	width:800px;
	}

#breadcrumbs {
	font-size: .7em;
	color:#CC0033;
	padding:2px;
	background-color:#CCCCCC;
	border-bottom: 3px solid #0066cc;
	}

#header {
*/	border: 1px solid #000;
	}
	
#navigatie {
	z-index:101;
	}

#inhoud {
	width:100%;
	background-color:#FFFFFF;
	overflow:hidden;
	text-align:left;
	min-height:580px;
	}
	

#left_content {
	float:left;
	width:150px;
	padding:5px;
	}


#content {
	width:450px;
	float:left;
	padding:5px 10px;
	border-left: 3px solid #999999;
	}

#right_content {
	width:150px;
	padding:5px;
	float:right;
	}

#footer {
	background-color:#cccccc;
	height:20px;
	color:#000;
	text-align:center;
	font-size: .9em;
	font-style: italic;
	border-top: 2px solid #FFF;
	border-left: 3px solid #FFF;
	border-right: 3px solid #FFF;
	border-bottom: 3px solid #666;
	}


	
body, p, ol, ul, div {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .95em;
	color: #333333;
	font-style: normal;
	}

H1,H2,H3,H4,H5 {
	font-family: "Trebuchet MS", Verdana, Arial, sans-serif;
	color: #53777A;
	font-style: normal;
	border-bottom: 3px solid #666666;
	border-right: 2px solid #666666;
	}
	
#content p.bodytext { 
	font-size:1em;
	}
	
#content H1 { 
	font-size:1.3em;
	text-align:center;
	color:#FFFFFF;
	background-color:#990000;
	}
	
#content H4 { 
	font-size:1.1em;
	text-align:center;
	color:#FFFFFF;
	background-color:#990000;
	}

#content H5 { 
	font-size:1em;
	text-align:left;
	color:#FFFFFF;
	background-color:#990000;
	}

#right_content H1, #left_content H1 { 
	font-size:1.1em;
	color:#FFFFFF;
	background-color:#990000;
	}

#right_content p.bodytext, #left_content p.bodytext { 
	font-size:.85em;
	}

.leftmenu {
	font-family: Verdana, Arial, sans-serif;
   	font-size: 13px;
   	font-weight: bold;
   	margin-left:0;
   	}

.rootline {
   font-family: Verdana, Arial, sans-serif;
   font-weight: bold;
   font-variant: small-caps;
   padding: 5px; 
} 
  
.rootline a:link {
   font-weight: bold;
   text-decoration: none;
   color: white;    
}

.rootline a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #880000;
}

.rootline a:hover {
   font-weight: bold;
   text-decoration: underline;
   color: #542437;
  #    color: #ff6600;    
}

.rootline_act a:link {
   font-weight: bold;
   text-decoration: none;
   color: #364061;
}

.rootline_act a:visited {
   font-weight: bold;
   text-decoration: none;
   color: #364061;
}

.rootline_act a:hover {
   font-weight: bold;
   text-decoration: underline;
   color: #ff6600;    
}


