/*body*/
body {
	font: 78%/1.5 arial, helvetica, serif;
	background:#000; 
	background-image:url(-10jaar.jpg);
	background-position:top left;
	background-repeat:no-repeat;
	padding: 0;
	margin: 2em;
	
	
	
}

/*container*/
#container {
	width: 900px;
	background:#FFF;
	margin: 0 auto;
	margin-top: 10px;
	font-size:11px;
	
	
	
	
	
}
a:link{
color: orange;
}

a:visited{
color:#666;
}

a:hover{
color:#999;
}

a:active{
color: #FF0;
}   



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}
h7 {color: #e5232a}

/*navigatie bar*/
#nav, #nav ul {
	float: left;
	width: 900px;
	list-style: none;
	line-height: 1;
	background: white;
	font-weight: bold;
	padding: 0;
	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: 100px;
}
/*verborgen menu*/
#nav li ul {
	position: absolute;
	left: -999em;
	height: auto;
	width: 14.4em;
	w\idth: 100px;
	font-weight: normal;
	margin: 0;
	z-index:99;
}
/*balk als je er over gaat, verborgen gedeelte*/
#nav li li {
	padding-right: 0;
	width: 100px;
}
/*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 balk 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;
	}

/*header*/
#header {
	height: 31px;
	font-size:24px;
	color:#CCC;
	background-image:url(menu-header.jpg);
	}




/*menu*/
#menu {
	background-color: white;
	z-index:99;
	}

/*foto*/
#foto {
	background-color: white;
	}

/*news*/
#news {
	background-color: black;
	}
	
 /*footer*/
#footer {
	height: 31px;
	font-size:14px;
	color:#CCC;
	background-color: black;
	background-image:url(news-footer.jpg);
	}
	
 .kwicks {
                width: 900px;
                height: 400px;
            }
            .kwicks > li {
                width: 800px;
                height: 400px;
                /* overriddenby kwicks but good for when JavaScript is disabled */
                margin-left: 0px;
                float: left;
            }

            #panel-1 { background-color: #000; }
            #panel-2 { background-color: #000; }
            #panel-3 { background-color: #000; }
            #panel-4 { background-color: #000; }
			#panel-5 { background-color: #000; }
 
.kwicks {
	display: block;
	list-style-type: none;
	list-style: none;
	position: relative;
	margin: 0;
	padding: 0;
	z-index: 1;
}
.kwicks > * {
	display: block;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.kwicks.kwicks-processed > * {
	margin: 0;
	position: absolute;
}
.kwicks-horizontal > * {
	float: left;
}
.kwicks-horizontal > :first-child {
	margin-left: 0;
}
.kwicks-vertical > :first-child {
	margin-top: 0;
}


