/*layout.css
samson*/

body {
	margin : 0 0 0 0;
	padding : 0 0 0 0;
}
#wrap{
	width:850px;
	position: relative;
	top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#user1{
	/*bestemd voor logo*/
	height: 125px;
	width: 570px;
	float: left;
	background-image : url(../images/logosamson.png);
	background-repeat : no-repeat;
	margin-left : 20px;
}
#user2{
	/*bestemd voor zoekmodule*/
	float: left;
	position: relative;
	top: 40px;
	left: 0px;
}
.search .button{
	width: 90px;
	height: 30px;
	margin-top: 10px;
}
#menu{
	clear: left;
	height: auto;
	padding-left: 10px;
}
#left{
	float: left;
	width: 570px;
}
#user3{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
#user3 p{
	line-height: 90%;
	margin : 0 0 0 0;
	padding: 0 0 0 0;
}
#user3 img{
	margin : 0 0 0 0;
	border : none;
}
#content{
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
}
#right{
	float: left;
	width: 280px;
}
#right .moduletable, #right .moduletablecontact{
	margin-left: 20px;
	margin-right: 20px;
}
.moduletablecontact{
	background-image : url(../images/contact.jpg);
	background-position : bottom;
	background-repeat : no-repeat;
}
#footer{
	clear: left;
	margin-top: 0px;
	padding-top: 5px;
	padding-bottom:5px;
}

/*form*/
.Contact input#verzenden{
	background-image : url(../images/button90x30.png);
	width: 90px;
	height: 30px;
	border-width : 0 0 0 0;
	cursor:pointer;
}

