@charset "UTF-8";
/* CSS Document */
html {
	overflow-x: hidden;
}
body {
	font-family: Helvetica, Arial, sans-serif;
}
#background {
	overflow: hidden;
	top: 0;
	left:0;
	min-height:100%;
	min-width:100%;
	overflow:hidden;
	position:fixed;
	z-index:-10;
}
#vanlieshout {
	width: 927px;
	margin: auto;
}
#head {
	background: url(../images/bg_head.png);
	width: 927px;
	height: 91px;
	padding: 0px 7px;
	margin: 90px 0 0 -7px;
}
#head #top {
	height: 46px;
	margin-right: 7px;
}
#head #top h1 {
	color: #666666;
	display: none;
}
#head #top #logo {
	float: left;
	margin-top: 16px;
}
#head #top .icon {
	margin-top: 8px;
	float: right;
	height: 35px;
}
#head #bottom {
	height: 45px;
	line-height: 37px;
	letter-spacing: 3px;
	text-transform: uppercase;
	font-size: 12px;
	margin-left: 38px;
	margin-right: 47px;
}
#head #bottom h2 {
	color: #FFFFFF;
	font-size: 14px;
	font-weight: normal;
	float: left;
}
#head #bottom #buttons {
	width: 600px;
	height: 37px;
	float: right;
	overflow: hidden;
}
#head #bottom ul {
	float: right;
	margin-right: -1px;
}
#head #bottom li {
	float: left;
	color: #FF3300;
	background: url(../images/bbbuttons.gif) no-repeat right;
	padding: 0px 10px;
}
#head #bottom li a {
	color: #FFFFFF;
	text-decoration: none;
}
#head #bottom li a:hover {
	color: #FF3300;
}
#content_maps {
	float: left;
	margin: auto;
	margin-top: 26px;
}
#content {
	background:url(../images/bg_content.png) repeat;
	width: 375px;
	display: block;
	float: right;
	margin-top: 26px;
	padding: 45px 45px 35px 45px;
}
#content p{
	font-size: 12px;
	line-height: 16px;
	margin-bottom: 10px;
}
#content h1{
	font-size: 12px;
	font-weight: bold;
}
#content em{
	font-size: 11px;
}
#content a{
	color: #000;
	text-decoration: none;
}
#content a:hover {
	color: #FF3300;
}
#content #images {
	margin: 20px -45px -45px -45px;
}
