/*body*/
body {
	font: 78%/1.5 arial, helvetica, serif;
	background: black url(home-achtergrond.jpg) fixed; 
	background-repeat:no-repeat;
	background-position:center;
	text-align: center;
	font-size: 0.70em;
	padding: 0;
	margin: 2em;
}

/*container*/
#container {
	width: 900px;
	background: #FFFFFF;
	text-align: left;
	border: 6px solid white;
	margin: 0 auto;
	margin-top: 100px;
	
	
}
a.snowman:link {
	color: blue;
}

a.snowman:visited {
	color: purple;
}

a.snowman:active {
	color: red;
}

a.snowman:hover {
	text-decoration: none;
	color: blue;
	background-color: yellow;
}



/*letter grootte*/

h2 {font-size:12px;}
h3 {font-size:13px;}
h4 {font-size:14px;}
h5 {font-size:15px;}
h6 {font-size:11px; color:#666666}

/*navigatie bar*/
#nav, #nav ul {
	float: left;
	width: 900px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	border: solid orange;
	border-width: 1px;
	margin: 0 0 1em 0;
}
/*geen idee*/
#nav a {
	display: block;
	width: 10em;
	w\idth: 6em;
	color: black;
	text-decoration: none;
	padding: 0.4em 0.3em;
}


/*balk als je er over gaat, bovenste gedeelte*/
#nav li {
	float: left;
	padding: 0;
	width: 90px;
}
/*verborgen menu*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 88px;
	font-weight: normal;
	border-width: 1px;
	margin: 0;
}
/*balk als je er over gaat, verborgen gedeelte*/
#nav li li {
	padding-right: 1em;
	width: 77px;
}
/*geen idee*/
#nav li ul a {
	width: 13em;
	w\idth: 9em;
}

#nav li ul ul {
	margin: -1.75em 0 0 14em;
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	left: auto;
}
/*kleur van de bal als je over menu gaat*/
#nav li:hover, #nav li.sfhover {
	background: orange;
}

#content {
	clear: left;
}
/*kleur link, maar werkt niet op 1 of andere manier*/
#content a {
	color: #7C6240;
}
/*kleur link, maar werkt niet op 1 of andere manier*/
#content a:hover {
	text-decoration: none;
	}
/*footer*/
#footer {
	width: 858px;
	height: 18px;
	background-color: orange;
	font-family: arial, helvetica, serif; 
	font-size:10px;
	color: white;
	text-align:center;
	
	voice-family: "\"}\""; 
	voice-family:inherit;
	}
