* {
	margin: 0;
	padding: 0;
}

.c { clear: both; }

body {
	background: #009bdd url('images/background.jpg') no-repeat top center;
	font-family: Georgia, Times;
	font-size: 14px;
	text-align: center;
}

#wrapper {
	margin: auto;
	width: 890px;
	text-align: left;
}

#header {
	height: 148px;
}

#nav {
	list-style-type: none;
}

#nav li { display: inline; }
#nav li a {
	float: left;
	display: block;
	height: 47px;
}
#nav li a span { display: none; }

#nav-home a {
	width: 82px;
	background: url('images/buttons/home_off.jpg') no-repeat;
}
#nav-home a:hover { background: url('images/buttons/home_on.jpg') no-repeat; }
#nav-producten a {
	width: 95px;
	background: url('images/buttons/producten_off.jpg') no-repeat;
}
#nav-producten a:hover { background: url('images/buttons/producten_on.jpg') no-repeat; }
#nav-overons a {
	width: 93px;
	background: url('images/buttons/overons_off.jpg') no-repeat;
}
#nav-overons a:hover { background: url('images/buttons/overons_on.jpg') no-repeat; }
#nav-fotoboek a {
	width: 86px;
	background: url('images/buttons/fotoboek_off.jpg') no-repeat;
}
#nav-fotoboek a:hover { background: url('images/buttons/fotoboek_on.jpg') no-repeat; }
#nav-servicepunten a {
	width: 121px;
	background: url('images/buttons/servicepunten_off.jpg') no-repeat;
}
#nav-servicepunten a:hover { background: url('images/buttons/servicepunten_on.jpg') no-repeat; }
#nav-contact a {
	width: 79px;
	background: url('images/buttons/contact_off.jpg') no-repeat;
}
#nav-contact a:hover { background: url('images/buttons/contact_on.jpg') no-repeat; }

#sidebar {
	float: right;
	width: 190px;
	margin-top: 0px;
}

#sidebar a {
	display: block;
	margin-bottom: 10px;
}

#sidebar a img {
	border: 0;
}

#content {
	clear: left;
	margin-top: 20px;
	margin-right: 200px;
}

.content-box {
	width: 685px;
}

#sidebar .content-box {
	width: 164px;
}

#sidebar .content-box a {
	margin: 0;
}

#sidebar .content-box-content {
	padding: 0 15px 0 15px;
}

.content-box-top {
	background: url('images/background-top.png') no-repeat;
	padding-top: 15px;
}
.content-box-bottom {
	background: url('images/background-bottom.png') no-repeat bottom left;
	padding-bottom: 16px;
}
.content-box-content {
	background: url('images/background.png') repeat-y;
	padding: 0 30px 0 30px;
}

#container a {
	color: #000;
	text-decoration: underline;
}

#content h1 {
	padding: 0 0 5px 0;
	font-family: Georgia, Times;
	font-size: 21px;
}

#content p {
	padding: 5px 0 5px 0;
}

#content .home {
	margin-right: 30px !important;
	margin-right: 29px;
	margin-bottom: 30px;
}

#copyright {
	padding: 20px;
	font-family: Tahoma;
	font-size: 10px;
	color: #fff;
}
td.homelinks {
	width: 323px;
	height: 174px;
}
td.homelinks a {
	display: block;
	width: 323px;
	height: 174px;
}
.submenu_link {
font-size: 14px;
font-weight: bold;
color: white;
text-decoration: none;
}
.submenu_link:hover {
color: black;
text-decoration: none;
}
div.content {
font-size: 14px;
padding-left: 15px;
padding-right: 15px;
}
div.content li {
text-indent: 20px;
}
div.content p {
margin: 10px;
}
div.content a {
color: white;
text-decoration: none;
}

ul {
	margin-left:50px;
}

