@charset "utf-8";
/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	font-size: 12px;
}
#head {
	background-image:url(images/head.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 150px;
}
#menu {
	width: 800px;
	height:5px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom: 40px;
}
#menu table {
	margin-top: 71px;
	margin-left:auto;
	margin-right:auto;
}
#menu table tr td {
	width: 107px;
	padding-right: 20px;
}
#menu table tr td a {
	padding-right: 65px;
	padding-bottom: 10px;
	padding-top: 10px;
}
#home {
	background-image: url(img/menu_home.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#profiel {
	background-image: url(img/menu_profiel.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#works {
	background-image: url(img/menu_works.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#contact {
	background-image: url(img/menu_contact.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#current_home, #home:hover {
	background-image: url(img/menu_home_current.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#current_profiel, #profiel:hover {
	background-image: url(img/menu_profiel_current.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#current_works, #works:hover {
	background-image: url(img/menu_works_current.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#current_contact, #contact:hover {
	background-image: url(img/menu_contact_current.jpg);
	background-repeat:no-repeat;
	height:44px;
}
#content {
	margin-left:auto;
	margin-right:auto;
	width: 800px;
	padding-left: 20px;
}
h1 {
	font-size:20px;
	font-weight:normal;
	color: #c8c8c8;
	padding-bottom: 15px;
	padding-top: 15px;
}
h2 {
	font-size:14px;
}
#links {
	width: 350px;
	float:left;
	padding-left: 20px;
}
p {
	padding-top: 10px;
}
#rechts {
	width: 350px;
	padding-right: 30px;
	float: right;
}
#rechts h2 {
	padding-top: 10px;
}
span {
	visibility:hidden;
}
#menu a {
	text-decoration:none;
}
#menu a:hover {
	text-decoration:none;
}
a {
	text-decoration:underline;
	color: #666666;
}
a:hover {
	text-decoration:none;
}
ul li {
	list-style-image:url(img/pijlke.gif);
	padding-bottom: 10px;
}
em {
	font-style:normal;
	font-weight:bold;
}
#footer {
	background-image:url(images/footer.jpg);
	background-repeat:no-repeat;
	background-position:center;
	width: 800x;
	height: 70px;
	clear:both;
	padding-top: 20px;
}
/*FORM*/
#form {
	width: 350px;
}
input, textarea {
	margin-top: 10px;
	margin-right: 10px;
	width: 175px;
	float: right;
}
label {
	margin-top: 10px;
	margin-left: 10px;
	width: 110px;
	display: block;
	float: left;
}
form br {
	clear:both;
}
input[type=submit] {
	margin-right: 10px;
	width: 110px;
}
input[type=reset] {
	width: 60px;
}
input[type=reset], input[type=submit] {
	margin-bottom: 5px;
	float: right;
}
