body{
	margin: 0px;
	padding: 0px;
	background: url('../images/bg.png') repeat;
	font-family: arial;
	font-size: 12px;
}
img {
    border:0px;
}
.logo{
	z-index: 20;
	position: absolute;
	left: 50%;
	margin-left: -720px;
	color: white;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	width: 560px;
}
.logo h1{
	display: none;
}

.merken{
	position: absolute;
	left: 50%;
	margin-left: -150px;
	color: white;
	font-style: italic;
	font-size: 14px;
	text-align: right;
	width: 560px;
}

.main{	
	position: absolute;	
	left: 50%;
	top: 152px;
	margin-left: -250px;
	width: 675px;	
}
.maincontent{
	background:url('../images/main_bg1.png') repeat-x;
	background-color: white;
	overflow: hidden;
	color: black;
}
.maincontent .banner{
	background:url('../images/schaduw.png') repeat-x bottom;
	text-align: right;
	position: relative;
	right: -2px;
	top: 4px;
	width: 675px;
	padding-bottom: 8px;
}
.maincontent .maintekst{
	display: block;
	position: relative;
	min-height: 200px;
	width: 600px;
	left: 50px;
}
.maincontent .mainimages{
	text-align: center;
	background-color: white;
	color: black;
	display: block;
	position: relative;
	padding-bottom: 1px;
}
.main .mainfooter{
	background-color: transparent;
	height: 20px;
	position: relative;
}

.menu{
	z-index: 10;
	position: absolute;
	top: 150px;
	left: 50%;
	margin-left: -415px;
}

.menu1{
	width: 209px;
	height: 203px;
	background: url('../images/menu_bg1.png') no-repeat;
}

.menu1 .menutekst{	
	line-height: 22px;
	position: relative;
	left: 20px;
	top: 10px;
	font-size: 14px;
	color: white;
	font-style: italic;
}
.menu1 .menutekst .totaal{
	font-size: 14px;
	color: #e5e811;
	font-style: normal;
}
.menu1 .input{
	position: relative;
	left: 108px;
	top: -120px;
}
.menu1 .zoek{
	position: relative;
	top: -120px;
	left: 125px;
	width: 70px;
	height: 28px;
	background: url('../images/zoeken.png') no-repeat;
	border: 0;
}

.menu2{	
	width: 209px;
	min-height: 200px;	
	background: url('../images/menu_bg2.png') repeat-y;
}
.menu2 .menutekst{
	width: 150px;
	display: block;
	font-size: 14px;
	position: relative;
	left: 40px;
	text-decoration: none;
}
.menu2 .menutekst a:hover{
	color: #e5e811;
	text-decoration: none;
}
.menu2 .menutekst a{
	color: white;
	text-decoration: none;
}
.menu2 .menutekst hr{
	border: 1px solid #e5e811;
	width: 135px;
	text-align: left;
	margin: 0 auto 0 0;
}
.menu3{
	color: white;
	font-size: 9px;
	width: 209px;
	height: 203px;
	background: url('../images/menu_bg3.png') no-repeat;
}
.menu3 .tijden{
	position: relative;
	left: 35px;
	top: 25px;
}
.menu3 .adres{
	position: relative;
	left: 100px;
	top: 28px;
}
a, a:visited, a:link{
	text-decoration: none;
	color: #0091c9;
}
a:hover{
	text-decoration: underline;
	color: #002649;
}