@CHARSET "ISO-8859-1";

/* Main style */
body,html {
	height: 100%;
	width: 100%;
	padding: 0px;
	margin: 0px;
}


body {
	
	background-repeat: repeat;
	font-family: Verdana, "Lucida Grande", Arial, Georgia, sans-serif;
	font-size: 11pt;
}

p {
	margin: 0px;
	padding: 0px;
	padding-bottom: 5px;
}
a img {
	border-width: 0px;
	text-decoration: none;
}

h1, h2, h3 {
	margin: 0px;
	padding: 0px;
	color: #1a4303;
}
h1 {
	font-size: 16pt;
	}
	
h2 {
	font-size: 14pt;
	}

#bg-top {
	position: absolute;
	background-image: url("images/bg-top.png");
	background-repeat: no-repeat;
	background-position: center;
	height: 387px;
	width: 100%;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	background-position: center;
}


#logo {
	position: relative;
	width: 438px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 20px;
	}

#tekst {
	position: relative;
	width: 438px;
	margin-left: auto;
	margin-right: auto;
	}

.column {
	float: left;
	width: 210px;
	}
/* menu */
#menu {
	width: 900px;
	height: 43px;
	background-image: url("images/menu-bg.png");
	width: 900px;
}

.menu {
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
	padding-left: 4px;
}

.menu lu {
	padding: 0px;
	margin: 0px;
}

.menu li {
	display: inline;
	float: left;
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.menu li a {
	display: block;
	float: left;
	height: 19px;
	width: 140px;
	font-size: 19px;
	color: #1a4303;
	text-decoration: none;
	text-align: center;
	padding-bottom: 12px;
	padding-top: 4px;
}

.menu li a.active {
	background: transparent url(images/menu-button-active.png) no-repeat
		left;
}

.menu li a:hover {
	background: transparent url(images/menu-button-hover.png) no-repeat left;
}

/* voor de contact button */
#menu-contact {
	float: right;
	padding-right: 4px;
}



/* Default CSS ends here */ /* layout */
#wrapper {
	position: relative;
	width: 900px;
	margin-left: auto;
	margin-right: auto;
}

#logo {
	position: relative;
	padding-top: 30px;
	padding-left: 20px;
	padding-top: 30px;
}



.spacer {
	position: relative;
	width: 900px;
}

.leftbox {
	float: left;
	padding-top: 10px;
	width: 588px;
	
}

.rightbox {
	float:right;
	padding-top: 10px;
	padding-left: 20px;
	width: 268px;
	
	}
.footer {
	float:left;
	padding-left: 50px;
	padding-top: 5px;
	width: 800px;	
	font-size: 10pt;
	}
	

.aanbieding {
	position:relative;
	margin-top: 10px;
	padding-left: 20px;
	padding-top: 8px;
	width: 580px;
	height: 50px;
	background-image: url(images/aanbieding.jpg);
	background-repeat: no-repeat;
}
.aanbieding-tekst {
	float:left ;
	padding-left: 20px;
	width: 300px;
}
.aanbieding-arrow {
	float:left;
	width: 59px;
	height: 29px;
	margin-top: 5px;
	}
.aanbieding-titel
	{
	color: #1a4303;
	font-size: 14pt;
	}
.aanbieding-btn a {
	margin-top: 5px;
	display: block;
	float: left;
	height: 19px;
	width: 160px;
	font-size: 19px;
	color: #1a4303;
	text-decoration: none;
	text-align: center;
	padding-bottom: 8px;
	padding-top: 4px;
	background: transparent url(images/aanbieding-button.png) no-repeat
		left;
}

.aanbieding-btn a:hover {
	background: transparent url(images/aanbieding-button-hover.png) no-repeat
		left;
}

