* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: none;
}
html, body { 
	width: 100%; 
	height: 100%;
}
body {
	background: url(../img/wood.jpg);
}
.left {
	float: left;
}
.right {
	float: right;
}
a { text-decoration: none; }
h1 {
	display: none;
}
#shadow {
	 width: 100%; 
	 height: 100%; 
	 position: fixed; 
	 z-index: 1;
	 top: 0;
	 left: 0;
	 clear: both;
}
#notes {
	background: url(../img/notes.png) no-repeat center top;
	position: absolute;
	top: 0;
	z-index: 2;
	width: 100%;
}
#wrap {
	width: 705px;
	height: 817px;
	background: url(../img/bg.png) no-repeat 0 0;
	margin: 20px auto 0 auto;
	padding: 20px 0px 0px 45px;
	position: relative;
	z-index: 2;
}
#menu {
	display: block;
	list-style: none;
	margin: 20px 0px 0px -18px;
	height: 75px;
}
	#menu li, #menu li a {
		display: inline-block;
		float: left;
	}
		#menu li a {
			font: 30px "Century Gothic";
			color: #8d8d8d;
			text-decoration: none;
			padding: 0px 33px 10px 19px;
			text-align: center;
		}
#content {
	float: left;
	width: 400px;
	height: 620px;
	overflow: hidden;
}
	#content div.panel {
		height: 620px;
		width: 400px;
		float: left;
	}
	#content h2 {
		font: 16px "Century Gothic";
	}
	#content p, #content address, #content ul.opsomming {
		font: normal 13px "Century Gothic";
		color: #444444;
		line-height: 21px;
		padding-bottom: 1em;
		letter-spacing: 0px;
	}
		#content p a {
			text-decoration: none;
		}
		#content p a:hover {
			text-decoration: underline;
		}
		#content ul.opsomming {
			list-style-type: disc;
			margin-left: 20px;
			line-height: 20px;
		}
	#content h3 {
		font: bold 14px "Century Gothic";
		color: #666666;
		line-height: 22px;
	}
	#portfolio ul li {
		width: 393px;
		overflow: visible;
		display: block;
		line-height: 0px;
	}
		#portfolio ul li img {
			width: 391px;
			height: 60px;
			cursor: pointer;
			margin-bottom: 8px;
			border: 1px solid #999;
		}
		#portfolio ul li p {
			font-size: 12px;
			clear: both;
			text-align: justify;
			padding: 0 1px;
			height: 75px;
			margin: -5px 0px 0px 0px;
		}
			#portfolio ul li p a {
				text-transform: uppercase;
				font-size: 11px;
			}
		#portfolio ul li p b {
			float: left;
			font-size: 14px;
			font-weight: normal;
			
		}
		#portfolio ul li p span {
			float: right;
			color: #999;
			font-size: 11px;
		}
		span.info {
			border-bottom: 1px dotted #666666;
		}
#sidebar {
	float: right;
	width: 305px;
}
	#portfolio-slider {
		height: 214px;
		overflow: hidden;
	}
		#portfolio-slider ul {
			list-style: none;
			z-index: 1;
			width: 234px;
			height: 194px;
			margin: 20px 0px 0px 50px;
		}
			#portfolio-slider img {
				width: 200px;
			}
		#portfolio-slider .overlay {
			position: absolute;
			z-index: 2;
			width: 234px;
			height: 194px;
			background: url(../img/portfolio-overlay.png);
			margin: 0px 0px 0px 20px;
		}
		#portfolio-titel {
			width: 150px;
			height: 38px;
			text-indent: -9999px;
			display: block;
			margin: 0px 0px 0px 75px;
			z-index: 3;
		}
	#sticky {
		width: 160px;
		height: 180px;
		padding: 15px 30px 0px 25px;
		margin-left: 20px;
		background: url(../img/sticky.png) no-repeat;
		overflow: hidden;
		font: 13px "Lucida Handwriting";
		color: #414141;
		text-align: center;
		line-height: 19px;
		
	}
		#sticky p {
			padding-bottom: 10px;
		}
	#sticky-titel {
		width: 185px;
		height: 43px;
		text-indent: -9999px;
		display: block;
		margin: 40px 0px 0px 45px;
		z-index: 3;
		position: relative;
	}
#colorchooser {
	position: absolute;
	margin: 638px 0px 0px 589px;
	z-index: 5;
	top: 115px;
}
	#colorchooser li {
		display: block;
		float: left;
		margin: 0px 0px 0px 2px;
		padding: 1px;
		border: 1px solid #818181;
		cursor: pointer;
	}
		#colorchooser a {
			display: block;
			width: 8px;
			height: 8px;
		}
		#c1 a { background: #3dca00; }
		#c2 a { background: #a600ca; }
		#c3 a { background: #008aca; }
		#c4 a { background: #ca0000; }
		
	#contact-mailform fieldset {
		height: auto !important;
		margin-bottom: 4px;
	}
	#contact-mailform label {
		width: 100px;
		float: left;
		font: normal 13px "Trebuchet MS";
		color: #444444;
	}
	#contact-mailform label.error {
		clear: both;
		margin-left: 100px;
		color: #f00;
		width: 300px;
		height: 14px;
	}
	#contact-mailform input, #contact-mailform textarea {
		border: 1px solid #818181;
		font: 12px "Trebuchet MS";
		color: #000;
		height: 18px;
		padding: 2px 0px 0px 2px;
		width: 249px;
		float: left;
		background: #fff;
	}
	#contact-mailform textarea {
		height: 100px;
		overflow: auto;
	}
	#contact-mailform #verzenden {
		width: 70px;
		height: 24px;
		margin: 4px 0px 0px 100px;
		padding: 2px 1px 2px 0;
	}

#footer {
	width: 646px;
	clear: both;
	background: url(../img/footer-bg.png) top center no-repeat;
	overflow: auto;
	margin: 653px 0px 0px 0px;
	padding: 5px 0px 0px 0px;
	position: absolute;
	top: 115px;
}
	#footer * {
		font: 12px "Century Gothic";
		color: #adadad;
		text-decoration: none;
	}