@charset "UTF-8";
/* CSS Document */


* { margin:0; padding:0; }
BODY { 

font-family:"Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
font-size:0.8em;
text-align:center;
line-height: 1.5em;
}

H3 {font-size: 110%; margin-bottom: 20px;}

a { color:#ee7f01;
text-decoration:none; }
a:hover { text-decoration:underline; }

#container {
display:block;
text-align:left;
width: 960px;
background: url(images/backleft.gif) repeat-y;
}
#navigatie {
	position:absolute;
	margin-left:39px;
	top:33px;
	width:128px;
	height:128px;
	z-index:1;
}
	#animatiehome {
	position:absolute;
	z-index:2;
	
	top: 212px;
	width: 249px;
	height:319px;
	}

#header { padding:0; display:block; height: 102px; }
#left { float:left;
width:249px;
 }
#right { 
float:right;
width:221px;
padding:8px;
height:100%;
display:block;

 }
 	#zijkader {
	display: block;
	margin-top: 60px;
	width: 193px;
	font-size: 90%;
	
	}
		.kadertekst {
		margin-top: -10px;
		display:block;
		padding-left: 10px;
		}
		.kadertekst A {
		color:#000000;
		}
		
		#zijkader.twee {
		margin-top: 20px;
		
		}
		#zijkader.twee A:link {
		color: #000;
		text-decoration: underline;
		}
		#zijkader.twee A:visited {
		color: #000;
		text-decoration: underline;
		}
		#zijkader.twee A:active {
		color: #000;
		text-decoration: underline;
		}
		#zijkader.twee A:hover {
		color: #000;
		text-decoration: none;
		}
		#zijkader.twee UL {
		list-style-type: none;
		}
		
		#zijkader.twee LI {
		margin-bottom: 7px;
		}
		
	
	
#center { 
margin-right:120px;
margin-left:258px;
padding:8px;

 }
 #center IMG {padding: 10px;}
 #centerstartpagina {
 	margin-right:120px;
margin-left:258px;
padding:8px;
 
 }
 	#altnav {
	margin-top: 60px;
	font-size: 100%;
	margin-bottom: 20px;
	}
		#altnav a:link {
		color: #004e9c;
		}
		#altnav a:visited {
		color: #004e9c;
		}
		#altnav a:active {
		color: #004e9c;
		}
		#altnav a:hover {
		color: #004e9c;
		}
		
	
	#center UL {
	margin-left: 40px;	}
#footer { 
clear:both;
background-color:#f7eab2;
text-align: right;
padding-right: 40px;
font-size: 100%;
font-weight:bold;
 }
 
	#footer A {color:#000000;}
