body {
	margin: 0px;
	padding: 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-color: #000;
	background-image: url(../beelden/achtergrond.png);
	background-repeat: no-repeat;
	background-position: left top;
}
#wrapper {
	width: 700px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 250px;
}
#header {
	background: url(../beelden/header.png) no-repeat -125px bottom;
	width: 700px;
	margin: 0px auto;
	height: 150px;
	position: relative;
}
#menu {
	width: 600px;
	height: 30px;
	float: right;
	position: absolute;
	bottom: 25px;
	right: 25px;
	margin: 0px;
	padding: 0px;
}
#menu ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}
#menu li {
	float: right;
	width: 100px;
	margin: 0px;
	padding: 0px;
}
#menu li a {
	padding-top: 2px;
	padding-right: 10px;
	padding-bottom: 2px;
	padding-left: 10px;
	background-color: #333;
	display: block;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #F30;
	text-align: center;
}
#menu li a:hover {
	color: #D6D6D6;
	text-decoration: underline;
	background-color: #666;
}


#content {
	border: 2px solid #999;
	width: 644px;
	padding: 5px 25px;
	background-repeat: repeat-x;
	background-position: bottom;
}
#footer {
	color: #FFF;
	padding: 25px;
	font-size: 10px;
}
.centered {
	display: block;
	float: right;
	margin: 0px;
	padding: 0px;
}
.portfolio_img {
	padding: 2px;
	border: 2px solid #999;
}
p {
	font-size: 13px;
	color: #999;
	margin: 0px;
	padding: 5px 0px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: normal;
}

h1 {
	color: #F30;
	font-weight: normal;
	font-size: 1.5em;
	margin: 0px;
	padding: 20px 0px 5px;
	font-family: Georgia, "Times New Roman", Times, serif;
}
a {
	color: #FFF;
	text-decoration: none;
	outline:none;
}
a:hover {
	text-decoration: underline;
}
a:link, a:visited {
	color: #FFF;
	text-decoration: none;
}
#wrapper #content table tr td p {
	vertical-align: top;
}
#content table tr td {
	padding: 10px;
}
#contact label {
	clear:both;
	width: 65px;
	float: left;
}
#contact input, #contact textarea {
	background: #FFC;
	border: 1px solid #999;
}
.contactdiv {
	margin-bottom: 25px;
	color: #F30;
}
fieldset {
	padding-top: 25px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 10px;
	background-color: #000;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #666;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #666;
	margin-bottom: 25px;
}
#content p img {
	padding: 0px;
	margin-bottom: 10px;
}
.fakelink {
	color: #FFF;
}
.oranjetxt {
	font-size: 10px;
	color: #F30;
}
.groenetxt {
	font-size: 10px;
	color: #090;
}
.prijs {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 32px;
	color: #0F0;
}
.springin {
	background-color: #063;
	padding: 10px;
	margin-left: 10px;
	width: 250px;
	border: 2px dashed #030;
	margin-top: 10px;
}
