@charset "UTF-8";
/* CSS Document */
body {
	color: #454545;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 23px;
	margin: 0;
}

p, form {
	margin: 10px 0 0 0;
	padding: 0 0 20px 20px;
}

p.dotted {
	border-bottom: 1px dotted #c3c3c3;
}

p.error, span.error  {
	color: #DD4747;
	font-weight: bold;
}

p.succes {
	color: #5d2580;
	font-weight: bold;
}

p a {
	font-weight: bold;
	color: #454545;
	text-decoration: underline;
}

p a:hover {
	text-decoration: none;	
}

h1 {
	color:#000000;
	font-size:27px;
	font-weight:bold;
	letter-spacing:-2px;
	margin: 20px 0 0 20px;
}

h1.yellow, a.yellow {
	color: #fdb21b;
}

h1.red, a.red {
	color: #e92100;
}

h1.green, a.green {
	color: #56bb21;
}

h1.blue, a.blue {
	color: #2564b4;
}

h1.purple, a.purple {
	color: #6f2b98;
}

div#contact h1 {
	font-size: 18px;
	margin: 10px 0 0 0;
	letter-spacing:  -1px;
}

div#contact a {
	text-decoration: none;
}

div#contact a:hover {
	text-decoration: underline;
}

img {
	border: 0;
}

input, textarea {
	border: 1px dotted #C3C3C3;
	width: 300px;
	padding: 5px;
	color: #5d2580;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

input:hover, input:focus, textarea:hover, textarea:focus {
	border: 1px dotted #5d2580;	
}

div#site {
	width: 845px;
	margin: 0 auto;
	overflow: auto;
	overflow-x:hidden;
}

div#menu {
	width: 450px;
	height: 35px;
	border-bottom: 1px dotted #c3c3c3;
	float: right;
	text-align: right;
	padding: 10px 0 0 0;
}

div#logo {
	float: right;
	margin: 60px 20px 40px 0;
	width: 100%;
	text-align: right;
}

div#left {
	clear: both;
	width: 264px;
	padding: 0 42px 0 0;
	border-top: 1px dotted #c3c3c3;
	float: left;
	text-align: right;
}

div#right {
	float: left;
	width: 539px;
	border-top: 1px dotted #c3c3c3;
}

div#contact {
	float: right;
	width: 580px;
	border-top: 1px dotted #c3c3c3;
	margin: 60px 0 0 0;
	text-align: right;
	height: 50px;
}

div#contact img {
	margin: 10px 20px 0 0;	
}

div#twitter {
	float:left;
	position: absolute;
	width: 80px;
	height: 99px;
	background-image: url('images/twitter.jpg');
	z-index: 20;
	margin: -6px 0 0 190px;
	cursor: pointer;
}

div#footer {
	height: 200px;
	widows: 100%;
	background-repeat: repeat-x;
	margin: 0;
	padding: 0;
}

div#paint_home {
	position: absolute;
	width: 334px;
	height: 368px;
	background-image: url('images/home/brush.jpg');
	z-index: 10;
	top: 0;
	right: 50%;
	margin-right: 140px;
}

div#paint_aanbieding {
	position: absolute;
	width: 352px;
	height: 172px;
	background-image: url('images/aanbieding/paint.jpg');
	z-index: 10;
	top: 0;
	right: 50%;
	margin-right: 205px;
}

div#paint_portfolio {
	position: absolute;
	width: 343px;
	height: 224px;
	background-image: url('images/portfolio/paint.jpg');
	z-index: 10;
	top: 0;
	right: 50%;
	margin-right: 120px;
}

div#paint_wiewijzijn {
	position: absolute;
	width: 384px;
	height: 232px;
	background-image: url('images/wiewijzijn/paint.jpg');
	z-index: 10;
	top: 0;
	right: 50%;
	margin-right: 195px;
}

div#paint_contact {
	position: absolute;
	width: 570px;
	height: 256px;
	background-image: url('images/contact/paint.jpg');
	z-index: 10;
	top: 0;
	right: 50%;
	margin-right: 50px;
}

div#stage {
	width:851px; 
	overflow: hidden;
	margin:0 auto;
	position: relative;

}

ul#myList {
	width: 10000px;
	border:0; 
	margin:0; 
	padding:0; 
}

ul#myList li{
	list-style:none; 
	margin:0; 
	padding:0; 
	border:0; 
	width:851px;
	float: left;
	height: 475px;
}

div.pf_right {
	width: 510px;
	float: left;
	margin: 0 0 0 30px;
	position: relative;
	z-index: 10;
}

div.pf_right img{
	width: 510px;
}

div.pf_left {
	float: left;
	width: 295px;
	position: relative;
	z-index: 10;
}

div.pf_left h1 {
	margin-top: 0;
}

div#portfolio_menu {
	clear: both;
	padding: 10px 0 25px 325px;
	border-top: 1px dotted #C3C3C3;
}

div.wwz_left {
	width: 525px;
	float: left;
	margin: 0 30px 0 0;
	position: relative;
	z-index: 10;
}

div.wwz_right {
	float: left;
	width: 270px;
	position: relative;
	z-index: 10;
}

div#wwz_menu {
	clear: both;
	padding: 10px 0 10px 30px;
	border-top: 1px dotted #C3C3C3;
}