@charset "utf-8";
/* CSS Document */

body {
	background-attachment: fixed;
	background-image: url(../afbeeldingen/bodyjpg.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	margin-top: 20px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: rgba(255,255,255,1);
}

h2 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	font-size: 22px;
	color: rgba(255,153,0,1);
}
h3 {
	margin-top: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	margin-left: 10px;
	padding-bottom: 10px;
	color: rgba(51,153,255,1);
}

#container {
	width: 900px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

#top {
	height: 200px;
}

#header h1 {
	font-size: 5px;
	color: rgba(255,153,0,1);
	text-shadow: 3px 3px 5px rgba(0,0,0,1);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	text-indent:-9999px;
}


#nav {
	line-height: 40px;
	height: 40px;
	background-color: rgba(0,0,0,.7);
	border-radius: 10px;
}

#nav ul {
	list-style-type: none;
	margin: 0px;
}
#nav ul li a {
	display: block;
	float: left;
	text-transform: capitalize;
	margin-left: 2px;
	margin-right: 25px;
	text-decoration: none;
	font-weight: bold;
	color: rgba(255,255,255,1);
}
#nav ul li a:link {
	color: rgba(255,255,255,1);
}
#nav ul li a:hover {
	color: rgba(255,0,0,1);
	font-weight: bold;
}


	
#artikel {
	width: 900px;
	background-color: rgba(0,0,0,.8);
	border-radius: 10px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 10px;
	padding-left: 0px;
}
#artikel h4 {
	line-height: 0.4em;
	margin: 10px;
	font-size: 18px;
}
p {
	margin: 10px;
	font-size: 18px;
}
#antwform {
	margin: 10px;
}
a {
	text-decoration: none;
	color: rgba(255,255,255,1);
}
