* {
	margin: 0;
	padding: 0;
}

body { 
	font: 12px Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	background: url(../img/bg/body.gif) repeat-x #c10000;
	text-align: justify;
}

body ::selection { background: #ffc000; color: #fff; }
body ::-moz-selection { background: #ffc000; color: #fff; }

a { text-decoration: none; color: #00aeff; }
h1, h1 a { font-size: 13px; color: #000; }
h2 { font-size: 29px; height: 29px; color: #000; font-weight: normal; line-height: 29px; background: #fff; border-right: 3px solid #65c3e2; margin-bottom: 10px; }
h3 { font-size: 29px; height: 29px; color: #fff; font-weight: normal; line-height: 29px; }
h4 { font-size: 29px; height: 29px; color: #fff; font-weight: normal; line-height: 29px; text-transform: uppercase; }
h5 { font-size: 18px; color: #fff; font-weight: normal; margin-bottom: 20px; background: #c10000; border-right: 3px solid #000; padding: 2px; clear: both; }
p { margin-bottom: 20px; }
ul { list-style: none; }
img { border: 0; }
table { margin-bottom: 20px; }
td { vertical-align: top; }
input { padding: 2px; font-family: Trebuchet MS, Tahoma, Verdana, Arial, Helvetica, sans-serif; font-size: 12px; margin-left: 20px; }

#container {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	height: 225px;
	background: url(../img/bg/header.jpg);
	border-bottom: 1px solid #fff;
}

#topmenu {
	float: right;
	margin: 20px 5px 0 0;
	list-style: none;
}

#topmenu li { display: inline; }
#topmenu li a { padding: 5px 10px; }
.home a { background: url(../img/icons/home_up.gif) no-repeat left; }
.sitemap a { background: url(../img/icons/sitemap_up.gif) no-repeat left; }
.contact a { background: url(../img/icons/contact_up.gif) no-repeat left; }
.home a:hover { background: url(../img/icons/home_over.gif) no-repeat left; }
.sitemap a:hover { background: url(../img/icons/sitemap_over.gif) no-repeat left; }
.contact a:hover { background: url(../img/icons/contact_over.gif) no-repeat left; }

#mainmenu { 
	background: url(../img/bg/mainmenu.gif) #1e83a0;
	height: 49px;
	border-bottom: 3px solid #7f7f7f;
	border-left: 1px solid #fff;
	border-right: 1px solid #fff;
}

#mainmenu ul { list-style: none; }
#mainmenu ul li { display: inline; position: relative; float: left; }
#mainmenu ul li a { color: #0d3846; font-weight: bold; padding: 15px 20px 16px 20px; display: block; }
#mainmenu ul li a:hover { border-bottom: 3px solid #000; }

#mainmenu ul li ul {
	position: absolute;
	visibility: hidden;
	padding: 3px 0;
	display: block;
	opacity: .94;
	filter: alpha(opacity=94); 
	-moz-opacity: 0.94;
	text-align: left;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	background: #fff;
}

#mainmenu ul li ul li a {
	display: block;
	float: none;
	width: 100px;
	color: #000;
	text-decoration: none;
	padding: 5px 20px;
}

#mainmenu ul li ul li a:hover {
	background: #65c3e2;
	color: #fff;
	padding: 5px 20px 2px 17px;
	border-left: 3px solid #000;
	border-bottom: 3px solid #65c3e2;
}

#nieuwskort {
	height: 29px;
	background: url(../img/bg/nieuws_kort.gif);
	border: 1px solid #fff;
	padding: 4px 19px;
	overflow: hidden;
	color: #fff;
}

#nieuwskorttitel { float: left; width: 235px; }
#scroll { float: left; width: 685px; margin-top: 5px; }

#ticker { overflow: hidden; width: 685px; height: 40px; margin-top: -13px; padding: 13px; }
#ticker a { color: #fff; }
#ticker a:hover { text-decoration: underline; }

#content {
	width: 960px;
	background: url(../img/bg/content.gif) #fff;
	overflow: hidden;
	line-height: 20px;
}

#left {
	float: left;
	width: 617px;
	padding: 20px;
	overflow: hidden;
}

#left a:hover { border-bottom: 1px dotted #000; }
#left img { border: 3px solid #ccc; }


.nieuwsitem {
	border-left: 3px solid #65c3e2;
	padding-left: 20px;
	margin-bottom: 40px;
	overflow: hidden;
}

#right {
	float: left;
	width: 263px;
	padding: 20px;
	overflow: hidden;
}

.quicklink { background: url(../img/bg/quicklink.gif); width: 242px; height: 35px; padding: 5px 0 0 20px; margin-bottom: 10px; }
.quicklink a { font-size: 20px; letter-spacing: 0; text-align: left; text-transform: uppercase; color: #e5afaf; }
.quicklink a:hover { color: #fff; }

.quicklink1 { background: url(../img/bg/quicklink1.gif); width: 242px; height: 35px; padding: 5px 0 0 20px; margin-bottom: 10px; }
.quicklink a { font-size: 20px; letter-spacing: 0; text-align: left; text-transform: uppercase; color: #e5afaf; }
.quicklink a:hover { color: #fff; }

.sponsor { text-align: center; margin-bottom: 20px; }
.sponsor img { border: 3px solid #ccc; }
.sponsor img:hover { border: 2px solid #00aeff; padding: 1px; }

#urllinks { 
	background: #000;
	border: 1px solid #fff;
	padding: 0 0 0 19px;
}

#footer {
	margin-top: 1px;
	border-top: 3px solid #fff;
	border-bottom: 3px solid #fff;
	padding: 40px 20px;
	background: url(../img/bg/footer.gif) no-repeat top;
	overflow: hidden;
	clear: both;
}

#footer li { display: inline; }
#footer li a { color: #e5afaf; display: block; width: 144px; padding: 3px 0 3px 20px; margin-right: 20px; float: left; }
#footer li a:hover { border-left: 3px solid #fff; color: #fff; padding-left: 17px; }

#footerbottom {
	background: url(../img/bg/footer_bottom.gif) no-repeat top;
	color: #fff;
	padding: 20px 0;
	text-align: right;
	line-height: 24px;
}

#footerbottom a { color: #e5afaf; }
#footerbottom a:hover { border-bottom: 1px dotted #fff; padding-bottom: 2px; }
#footerbottom p { margin: 0; }

.aminput { border: 1px solid #999; width: 200px; margin-bottom: 5px; }
.aminput:focus { border: 1px solid #000; }

.gastenboek { width: 617px; height: 5000px; border: 0; }

.imgleft { float: left; margin-right: 10px; }
.imgright { float: right; margin-left: 10px; }
.floatleft { float: left; }
.floatright { float: right; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.tac { text-align: center; }
.geel { color: #65c3e2; }
.witbg { background: #fff; }
.smalltext { font-size: 10px; color: #9d9d9d; }
.smalltext a { color: #000; }
.smalltext a:hover { color: #00aeff; }
.cb { clear: both; }
.oh { overflow: hidden; }
.mb10 { margin-bottom: 10px; }
.mb20 { margin-bottom: 20px; }
.quote { font-size: 18px; text-align: center; }
.spacer { width: 685px; height: 20px; }
.contentlist { list-style: circle; padding-left: 20px; margin-bottom: 20px; }
.contentlist li ul { list-style: circle; padding-left: 20px; }
