/* CSS Document */

#curvis {
	text-decoration:underline;
	color:#0099FF;
}

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}

a:link {	
	color: black; text-decoration: none;
	}
	
a:visited {
	color: black;text-decoration: none;
	}
	
a:hover {
	color: black;text-decoration: none;
	}
	
a:active {
	color: red;text-decoration: underline;
	}

#container {
	width:800px;
	height:550px;
	background-image:url(../afbeeldingen/gradientRWB.jpg);
	background-repeat:repeat-x;
	margin: 0 auto;
	overflow:hidden;
}

#menu {
	position: relative;
	height: 65px;
	width: 610px;
	left: 185px;
	top: 5px;
	background-image: url(../afbeeldingen/knoppen.png);
	background-repeat: no-repeat;
		
		}

#submenu {
	position: relative;
	height: 25px;
	width: 610px;
	left: 185px;
	top: 10px;
	background-color:#00FF00;
	background: transparent;
		}		
		
#logo {
	position:relative;
	height: 65px;
	width:175px;
	left: 5px;
	top: -85px;
	background-image: url(../afbeeldingen/Logo%20site.png);
	background-repeat:no-repeat;
	}
#foto {
	position:relative;
	height: 470px;
	width:175px;
	left:5px;
	top: -80px;
	}
#tekst {
	position:relative;
	height: 310px;
	width: 570px;
	left: 185px;
	top: -530px; 
	padding-left:20px;
	padding-top:20px;
	padding-right:20px;
	padding-bottom:20px;
	background-color:#FFFFFF;
	background-imag: url(../afbeeldingen/tekstvlak.png);
	background-position: 65% 40%; 
	background-attachment:fixed;
	background-repeat:no-repeat;
	overflow: auto; 

	}
#foto1 	{
	position:relative;
	height: 95px;
	width: 200px;
	left: 185px;
	top: -525px;
	}
	
#foto2 {	
	position:relative;
	height: 95px;
	width: 200px;
	left: 390px;
	top: -620px; 	
	}
	
#foto3 {	
	position:relative;
	height:95px;
	width: 200px;
	left: 595px;
	top: -715px; 		
	}

