/* CSS Document - PRfection*/

/*reset*/
body, html, div, blockquote, img, label, h1, h2, h3, h4, h5, h6, pre, p, ul, ol, li, dl, dt, dd, form, a, fieldset, input, th, td {margin: 0; padding: 0; border: 0; outline: none;}   

	
body {
	background: #2D2D2D;	
	height: 100%;
	width: 100%;
	min-width: 900px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 62.5%;
	color: #FFF;
	}


#header {
	background: url(img/logo.png) no-repeat center top;
	margin: 0 auto;
	height: 200px;
	text-align: center;
	}
#header h1 {
	text-indent: -9999px;
	height: 200px;
	margin: 0 auto;
}

#header h1 a {
	display: block;
	width: 100%;
	height: 200px;
	}
#main {
	background: #3c382c url(img/bg_main.jpg);
	height: 378px;
	}	

.container {
	width: 1024px;
	margin: 0 auto;
	}
	
#menu {
	background: url(img/bg_menu.jpg) no-repeat;
	height: 49px;
	width: 595px;
	float: left;
	}

#contactform {
	margin-top: 25px;
	float: right;
	padding-right: 5px;
	}

#content {
	background:url(img/bg_content.jpg) no-repeat top;
	height: 282px;
	width: 595px;
	float: left;
	}

#contact {
	background:url(img/bg_contact.jpg) no-repeat right top;
	height: 282px;
	width: 429px;
	float: right;
	}



/*menu*/



#menu li {
	list-style: none;
	display: inline;
	}

#menu img {
	margin-top: 18px;
	border: 0px;
	}	



.contactform {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.4em;
	text-transform:uppercase;
	}

a.scrollover {
	color: #fff;
	text-decoration: none;
	}

a.scrollover em:first-line {
	color: #3fb30c;
	text-decoration: none;
   }
   
/*
.contactform a:link {
	color: #fff;
	text-decoration: none;
	}

.contactform a:visited {
	color: #fff;
	text-decoration: none;
	}

.contactform a:hover {
	color: #fff;
	text-decoration: none;
	}
*/





/*uitlijnen menu*/

.prfection {
	margin-left: 100px;
	}

.diensten {
	margin-left: 70px;
	}

.portfolio {
	margin-left: 70px;
	}





/*content*/

.text {
	margin: 25px 25px 20px 20px;
	font-size: 1.1em;
	text-align: justify;
	}	

.text a:link {
	color: #3C382C;
	}

.text a:visited {
	color: #3C382C;
	}

.text a:hover {
	color: #fff;
	text-decoration: none;
	}

h1 {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
	color: #EFEFEF;
	text-transform: uppercase;
	margin-bottom: 10px;
	}	

p {
	font-size: 1.1em;
	color: #3C382C;
	margin-bottom: 8px;
	}

#content ul {
	color: #3C382C;
	margin: 0px 0px 10px 20px;
	font-size: 1.1em;
	list-style: none;
	}
	
#content li {
	margin: 2px 0px;
	}

.opsomming{
	margin-right: 10px;
	}

#left {
	float:left;
	width: 260px;
	}

#right {
	float: right;
	margin: 0px 20px 20px 0px;
	width: 235px
	}

.highlight {
	font-size: 1.1em;
	color: #FFF;
	}

.form {
	margin-left: 25px;
	color: #3C382C;
	font-size: 1.1em;
	font-weight: bold;
	text-transform: uppercase;
	}

.form img {
	margin-top: 10px;
/*	margin-left: 109px;*/
	}

.input {
	border-top: #3C382C 1px solid;
	border-right: #3C382C 2px solid;
	border-left: #3C382C 1px solid;
	border-bottom: #3C382C 2px solid;
	margin-bottom: 5px;
	}

.star {
	color:#3fb30c;
	font-size:1.4em;
	margin-left: 10px;
	}

#portfolio img{
	margin-left: -5px;
	}

#portfolio p {
	margin: 15px 0px 10px 0px;
	}


#footer {
margin-top: 3px;
width: 100%;
text-align: center;
}
#footer li {display: inline; list-style-image: none; padding-right: 10px;}
#footer a {color: #fff; text-decoration: none;}


/* Fix up IE6 PNG Support */  
* { behavior: url(iepngfix.htc) }