/* CSS Document */


BODY {
	margin: 0;
	padding: 0;
	background-color: #dce9e7;
	background-image: url(gfx/streep.gif);
	background-position:center;
	background-repeat: repeat-y;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #656565;
	}
	
#ani {
	position: relative;
	width: 194px;
	height: 135px;
	top: 10px;
	left: 145px;
}	

#info {
	position: relative;
	width: 295px;
	height: 275px;
	top: 50px;
	left: 40px;
	padding: 5px;
	background-color: #fff;
	}
	
#news {
	position: relative;
	width: 295px;
	height: 130px;
	top: 60px;
	left: 40px;
	background-color: #FFF;
	padding: 5px;
	}
 
#containerTop {
	width : 765px;
	height: 135px;
	margin : 0 auto;
} 
	
#containerSplash {
	width : 765px;
	margin : 0 auto;
} 
	
#container {
	width : 765px;
	margin : 0 auto;
	border: 0px solid black;
	}
	
#menu-top {
	position: relative;
	width: 230px;
	height: 19px;
	top: 57px;
	left: 523px;
	}
	
#menu-werk {
	position: relative;
	width: 330px;
	height: 19px;
	top: 85px;
	left: 430px;
	}
	
P {	
	margin-top: 10px;
	margin-right: 60px;
	margin-bottom: 10px;
	margin-left: 30px;
	text-align:justify;
	}
	
.info {
	margin-top: 0px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	padding: 0;
	text-align:left;
	font-size: 10px;
	}
	
.quote {
	margin-top: 4px;
	margin-right: 4px;
	margin-bottom: 4px;
	margin-left: 8px;
	padding: 0;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	}

A.intern {
	color: #FFF;
	padding-top: 1px;
	padding-left: 18px;
	padding-bottom: 1px;
	padding-right: 3px;
	text-decoration:none;
	background-color: #99a8af;
	background-image:url(gfx/bullet.gif);
	background-repeat: no-repeat;
	border-top: 1px solid #67818a;
	border-bottom: 1px solid #67818a;
	}
	
A.intern:hover {
	color: #000;
	}
	
A.linkje {
	color: #5c2b1d
	}
	
A.linkje:hover {
	color: #5c2b1d;
	text-decoration: none;
	}
	
#copy {
	position: relative;
	width: 65px;
	height: 12px;
	top: 235px;
	left: 5px;
	background-color: #fff;
	}

