#placeholder{
	margin-top:40px;
	margin-left:auto;
	margin-right:auto;
	width:1024px;
	height:768px;
}

#head{
	position:relative;
	float:left;
	width:1024px;
}

#aboutt{
	position:relative;
	float:left;
	left:00px;
	top:12px;
	width:90px;
	height:25px;
}

#aboutt:hover{
	cursor:pointer;
}

#diensten{
	position:relative;
	float:left;
	left:23px;
	top:12px;
	width:115px;
	height:25px;
}

#diensten:hover{
	cursor:pointer;
}

#portfolio{
	position:relative;
	float:left;
	left:45px;
	top:12px;
	width:115px;
	height:25px;
}

#portfolio:hover{
	cursor:pointer;
}

#contact{
	position:relative;
	float:left;
	left:65px;
	top:12px;
	width:105px;
	height:25px;
}

#contact:hover{
	cursor:pointer;
}

#mid{
	position:relative;
	float:left;
	width:1024px;
}

#bottom{
	position:relative;
	float:left;
	top:100px;
	width:1024px;
	height:200px;	
	background-image:url('../images/line.png');
	background-position:top;
	background-repeat:no-repeat;
	padding-top:20px;
}

#form_left{
	position:relative;
	float:left;
	width:300px;
	height:200px;
}

#form_right{
	position:relative;
	float:left;
	width:300px;
	height:200px;
}

#form_text{
	position:relative;
	float:left;
	width:300px;
	height:20px;
	margin-top:10px;
	color:#c1832c;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:16px;
	margin-left:5px;
}

#form_field_small{
	position:relative;
	float:left;
	width:300px;
	height:50px;
	margin-top:5px;
	background-image:url('../images/text_small.png');
	background-repeat:no-repeat;
}

#form_field_big{
	position:relative;
	float:left;
	width:300px;
	height:150px;
	margin-top:5px;
	background-image:url('../images/text_big.png');
	background-repeat:no-repeat;
}

#checkbox_form{
	color:#c1832c;
	font-family:Verdana, Geneva, sans-serif;
}

#button{
	position:relative;
	float:left;
	width:150px;
	height:50px;
	margin-top:10px;
	background-image:url('../images/button.png');
	background-repeat:no-repeat;
}

.button{
	position:relative;
	float:left;
	width:100px;
	margin-top:10px;
	margin-left:14px;
	color:#c1832c;
	font-family:Verdana, Geneva, sans-serif;
	font-style:italic;
	font-size:16px;
	background-color:#FFF;
	border:none;
}

.field_small{
	width:195px;
	margin-top:15px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border:none;
}

.field_big{
	width:225px;
	height:105px;
	margin-top:10px;
	margin-left:10px;
	font-family:Verdana, Geneva, sans-serif;
	font-size:14px;
	border:none;
}

#logo{
	position:relative;
	top:50px;
	left:0px;
	background-image:url('../images/logo.png');
	background-repeat:no-repeat;
	height:162px;
	width:367px;
	float:left;
}

#menu{
	position:relative;
	left:20px;
	top:120px;
	background-image:url('../images/menu.png');
	background-repeat:no-repeat;
	width:499px;
	height:52px;
	float:left;
}

#page_title{
	position:relative;
	float:left;
	width:62px;
	height:250px;
	background-image:url('../images/page_title.png');
	background-repeat:no-repeat;
	top:100px;
}

#page{
	position:relative;
	float:left;
	width:900px;
	top:75px;
	left:100px;
	color:#606052;
	font-family:Verdana;
	font-size:16px;
}

ul{
	list-style-type:circle;
	line-height:25px;
}

body{
	background-image:url("../images/background.png");
	background-repeat:repeat-x;
	background-color:#cacaca;
	
}
	
a{
	color:#900;
}