@charset "UTF-8";
/* CSS Document */
body{
margin:0;
padding:0;	
}
#box{
	width:800px;
	margin-left:auto;
	margin-right:auto;
}

#box_home{
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	margin-top:5em;
	margin-bottom:2em;
}

/* linkenn home */ 
a.home_knop{
	font-size:24px;
	text-decoration:none;
	padding-left:220px;
	color:#a6a19b;
}

a:visited{
	font-size:24px;
	text-decoration:none;
	padding-left:220px;
	color:#F70004;
}

a:hover.home_knop{
	font-size:24px;
	text-decoration:none;
	padding-left:220px;
	color:#22627C;
}


/* andere pagina */ 
#tekst{
	border-left:#A8A5A5 1px solid;
	border-right:#A8A5A5 1px solid;
	width:790px;
	min-height:450px;
	padding-left:10px;
	padding-top:5px;
}

ul#navlist
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#navlist li
{
display: inline;
list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited
{
color: #fff;
background-color:#9D9A9A;
text-decoration: none;
}

#navlist a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}

#current a:link, #current a:visited
{
color: #fff;
background-color: #369;
text-decoration: none;
}

/* reserveren knoppen */
#respage ul
{
margin-left: 0;
padding-left: 0;
white-space: nowrap;
}

#respage li
{
display: inline;
list-style-type: none;
}

#respage a { padding: 3px 10px; }

#respage a:link, #respage a:visited
{
color: #fff;
background-color:#9D9A9A;
text-decoration: none;
}

#respage a:hover
{
color: #fff;
background-color: #369;
text-decoration: none;
}
