html, body {
	margin: 0px;
	padding: 0px;
	color: #4c555b;
	background-color: #96a9b9;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a { color: #4c555b; }
a:hover { color: gray; }
a:active { color: gray; }
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

/* HEADINGS */

h1,h2,h3,h4,h5,h6 {
	margin-bottom: 5px;
	color: #333;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover {  }

h1 { font-size: 22px; padding: 20px; }
h2 { font-size: 18px; }
h3 { font-size: 16px; }
h4 { font-size: 14px; }
h5 { font-size: 13px; font-weight: bold; }

/* CSS */

#container{
	height: 500px;
	width: 800px;
	margin: 100px auto;;
	border: 1px solid #333;
	background: url("../img/kuiper.jpg") no-repeat #ededed;
}

#left{
	height: 500px;
	width: 190px;
	float: left;
}

#right{
	height: 500px;
	width: 610px;
	float: right;
}

#header{
	height: 110px;
	width: 610px;
}

#menu{
	width: 610px;
	height: 15px;
	float: left;
	margin-bottom: 20px;
	padding-top: 3px;
}

#menu ul{
	margin: 0px;
	padding: 0px;
}

#menu ul li {
	list-style: none;
	float: left;
}

#menu ul li a {
	display: block;
	text-decoration: none;
	margin-right: 10px;
	color: #4c555b;
}

#menu ul li a:hover{
	color: #fff;
}

#content{
	height: 277px;
	padding-top: 20px;
	padding-right: 20px;
	padding-bottom: 20px;
	overflow:auto;
	margin-right: 5px;
}

#title{
	font-weight: bold;
}

#text{
	margin-bottom: 25px;
}


#contact{
	font-weight: bold;
}


#footer{
	clear: both;
	height: 25px;
	padding-top: 10px;
	padding-right: 5px;
	color: #fff;
	float: right;
}

#adresgegevens{
	float: left;
	margin-right: 167px;
}

#copyright{
	float: right;
}