body{
	margin:0;
	padding:0;
	background-image:url(../images/body_bg.jpg);
	background-repeat:repeat-x;
	background-color:#FFF;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
}

.container{
	position:relative;
	margin:0 auto;
	width:740px;
	background-image:url(../images/container_bg.jpg);
	background-repeat:repeat-y;
}

.header{
	position:relative;
	height:325px;
	width:100%;
	background-image:url(../images/header_bg.jpg);
	background-repeat:no-repeat;
}

.searchbar{
	position:absolute;
	width:700px;
	height:30px;
	top:0px;
	margin-left:23px;
	line-height:30px;
	vertical-align:middle;
}

.menu1{
	position:absolute;
	width:700px;
	height:50px;
	bottom:0px;
	margin-left:23px;
	line-height:40px;
	vertical-align:50%;
}
.content{
	position:relative;
	height:250px;
	margin:0 auto;
	width:675px;
	margin-top:25px;
	margin-bottom:25px;
}

.content img{
	margin:0 auto;
	border:1px solid #F60;
	margin:5px;
	margin-bottom:0px;
}

.center{
	text-align:center;
margin:0 auto;
height:inherit;
}

.footer{
	position:relative;
	height:50px;
	width:100%;
	background-image:url(../images/footer_bg.jpg);
	background-repeat:no-repeat;
	bottom:0px;
}

/*Opmaak onderdelen searchbar--------------------------------------------------------------------------------------------*/
.searchbar p{
	margin:0;
	margin-left:12.5px;
	font-size:12px;
	font-weight:bold;
	text-transform:uppercase;
	color:#e26f23;
}

.searchbar form{
	position:absolute;
	margin:0;
	width:225px;
	right:0px;
	top:0px;
	height:30px;
}

/*Opmaak onderdelen menu--------------------------------------------------------------------------------------------*/
.menu1 ul{
margin-left:20px;
padding:0;
margin:0;
}
.menu1 li {
	list-style: none;
	margin-bottom: 5px;
	width:50px;
	float:left;
	text-align:center;
	border-right:#e3e3e4 1px solid;
}

.menu1 a:link, .menu1 a:visited, .menu1 a:active, .menu1 a:hover {
	display: block;
	padding: 2px;
	color:#e26f23;
	text-decoration:none;
}

.menu1_current  {
	border-bottom: 1px dashed #999999;
	font-weight:bold;
}

/*Opmaak onderdelen footer--------------------------------------------------------------------------------------------*/
.footer p{
	margin:0;
	margin-left:32px;
}
