@charset "utf-8";
/* CSS Document */

a:link {
	color: #000000;
	text-decoration: none;
}
a:visited {
	color: #000000;
	text-decoration: none;
}
a:hover {
	color: #ff028b;
	text-decoration: none;
}
a:active {
	color: #ff028b;
	text-decoration: none;
}

body{ text-align: left; background: #FFF; margin: 0px; width:100%; height:100%; }

#wrapper{
	width: 950px;
	height: 450px;
	margin: 100px auto 0px auto;
	}
	
#top{
	width: 950px;
	height: 30px;
	background: #000 url('afbeeldingen/welkom2.jpg') no-repeat right;
	display: block; 
	}
	
#middle{
	width: 950px;
	height: 390px;
	background: #FFFFFF;
	display: block; 
	}
	
	
#imageLeft{
	width: 150px;
	height: 390px;
	background: #00FFFF url('afbeeldingen/logo_links.jpg') no-repeat right;
	display: inline;
	float: left; 
	}
	
#content{
	width: 790px;
	height: 390px;
	font-family: sans-serif;
	font-size: 11px;
	background: #FFFFFF;
	overflow: auto;
	display: inline;
	float: left; 
	text-align: left;
	margin-left: 10px;
	}

#content_index{
	width: 950px;
	height: 390px;
	background: #FFFFFF url('afbeeldingen/sneeuw.jpg') no-repeat right;;
	overflow: auto;
	display: inline;
	float: left; 
	}
	
#footer{
	width: 950px;
	height: 30px;
	background: #000000;
	display: block; 
	}
	
	
p{
	}
	
#menu {
	width:790px;
	height:20px;
	margin-left:10px;
	font-family: sans-serif;
	padding:0px;
	text-align:left;
	}
	
#menu ul {	
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	display:inline;
	margin: 0px; 
	padding: 0px; 
	border: 0px;
	}	
	
#menu ul li a {
	color: #FFFFFF;
	font-size: 13px;
	text-decoration: none;
	padding-left: 0px;
	padding-right: 1px;
	background-color: transparent;
	}	
	
#menu ul li a.active {
	color: #FFFFFF;
	}
	
#menu ul li a:hover {
	color: #ff028b;
}

div.contact {
	background: url('afbeeldingen/mail.jpg') no-repeat;
	height: 35px;
}