/* CSS Document */
html, body, ul, li, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
body {
	/*background: #ec9045;*/
	background: #000;
	font: 14px arial, sans-serif;
	color: #CCC;
	padding: 30px 5px;
}
#header{
	margin: 0px 25px 10px 99px;
	border: 5px solid #CCC;
	padding: 5px;
	display:inline;
	float: left;
	width:900px;
}
#menu ul {
	margin: 0px 25px 10px 99px;
	border: 5px solid #CCC;
	padding: 5px;
	display:inline;
	float: left;
	width:900px;
}
#menu li {
	display:inline;
	padding: 13px;
}
#menu ul a {
	text-decoration:none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bolder;
	color: #f3e9d9;
	text-transform: uppercase;
}
#menu ul a:hover{
	color: #FC7324;
}

#content{
	margin: 0px 25px 10px 99px;
	border: 5px solid #CCC;
	padding: 5px;
	display:inline;
	float: left;
	width:900px;
}

#nieuws{
	margin: 0px 25px 10px 99px;
	border: 5px solid #CCC;
	height: auto;
	padding: 5px;
	display:inline;
	float: left;
	width:900px;
}

#update{
	margin: 0px 25px 10px 99px;
	border: 5px solid #CCC;
	padding: 5px;
	display:inline;
	float: left;
	width:900px;
}

#footer{
	margin: 0px 25px 10px 99px;
	border: 5px solid #CCC;
	padding: 5px;
	display:inline;
	float: left;
	width:900px;
}
a:link {
	color: #CCC;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #CCC;
}
a:hover {
	text-decoration: underline;
	color: #FC7324;
}
a:active {
	text-decoration: none;
	color: #CCC;
}

.speciaal {color:#FF0000}



table.guestbook { border: 1px solid #FFF; border-top: none; border-left: none;}
table.guestbook th.name { border: 1px solid #FFF; border-bottom: none; padding: 3px; border-right: none; vertical-align:middle; background-color: #CCC; color: #000; }
table.guestbook th.country { border: 1px solid #FFF; border-bottom: none; padding: 3px; border-left: none; border-right: none; vertical-align:middle; background-color: #CCC; font-size: 12px; color: #000; }
table.guestbook tr { border: 1px solid #FFF; border-bottom: none; }
table.guestbook td { border: 1px solid #FFF; padding: 2px; border-bottom: none; border-right: none; line-height: 21px;}
table.guestbook td.date { border-bottom: none; font-size: 10px; line-height: 21px; border-top: none }
table.guestbook td.text { border-top: none; line-height: 21px;}


a.page:link { color: #000; text-decoration: underline;  }
a.page:active { color: #000; text-decoration: underline; }
a.page:visited { color: #000; text-decoration: underline; }
a.page:hover { color: #FC7324; text-decoration: underline; }
