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

a {
	color:#000;
}

a img {
	border-style:none;
}

body {
	position:relative;
	width:900px;
	margin:0px auto;
	background-color:#dadada;
	font-family:Arial, Helvetica, sans-serif;
}

h4 {
	margin:3px;
	font-weight:bold;
}

h2 {
	margin:0px;
	padding-top:0px;
	font-size:20px;
	font-weight:normal;
	text-align:center;
}

.bladzijde {
	width:900px;
	height:29px;
}

.center {
	text-align:center;
}

.contact {
	position:relative;
	width:300px;
	margin:0px auto;
	border:1px solid black;
	padding:20px;
}

.container {
	margin-top:10px;
}

.content {
	background-image:url(../images/textarea.jpg);
	width:850px;
	padding:25px;
	padding-top:15px;
}

.contentindex {
	background-image:url(../images/textarea.jpg);
	width:900px;
	height:520px;
}

.header {
	background-image:url(../images/header.jpg);
	width:900px;
	height:118px;
}

.menu {
	text-align:center;
	padding-top:10px;
	background-image:url(../images/menu.jpg);
	widht:900px;
	height:30px;
	font-size:17px;
}

.menu a {
	color:#000;
	text-decoration:none;
	padding-left:18px;
	padding-right:18px;
}

.menu a:hover {
	color:white;
}

.footer {
	background-image:url(../images/footer.jpg);
	width:900px;
	height:50px;
	color:#FFF;
	text-align:left;

	margin:0px;
}