/*
	lichtgrijs		: #9c9d9f
	donkergrijs		: #707172
*/
body {
	font-family: Verdana, Arial;
	font-size: 12px;
	color: #000000; /* #9c9d9f;	*/
	margin: 0px;
	text-align: center;
	background-image: url(images/background_website_avek.jpg);
}
td {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000; /* #707172;	*/
	line-height: 17px;
}
input, select {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #000000; /* #707172;	*/
}
h1 {
	font-size: 10px;
	color: #000000;
}
h2 {
	font-size: 10px;
	font-weight: bold;
	color: #000000;
	margin: 0px;
}
a {
	color: #00164f;
	text-decoration: none;
}
a:hover {
	color: #000000;
	text-decoration: underline;
}
a.bodemtypes {
	color: #707172;
	text-decoration: underline;
	font-weight: bold;
}
.donkergrijs {
	color: #707172;
}
.donkergrijs_bold {
	color: #707172;
	font-weight: bold;
}
.menu, .menu a, .menu a:hover {
	font-size: 13px;
	color: #9c9d9f;
	text-decoration: none;
	line-height: 24px;
}
.menu a:hover {
	color:#707172;
	text-decoration: underline;
}

div.content {
	overflow: auto;
	height: 380px;
	padding: 0px 20px 0px 12px;
}

/* submenus */
/* in script.js worden de waarden voor gecko bepaald */

#submenu_boxsprings {
	display: none;
	position: absolute;
	margin-left: -74px;
	margin-top: 20px;
}
#bottom_row_submenu_boxsprings {
	display: none;
	position: absolute;
	margin-left: -4px;
	margin-top: -126px;
	z-index: 9;
}
#submenu_spiraalbodems {
	display: none;
	position: absolute;
	margin-left: -98px;
	margin-top: 20px;
}
#submenu_matrassen {
	display: none;
	position: absolute;
	margin-left: -70px;
	margin-top: 20px;
}



.taal{

	font-family: Verdana, Arial;

	font-size: 9px;
	
	color:#FFFFFF;

	font-weight: bold;

}

.taal a:link{

	text-decoration: none;

	color:black;

	display: block;

}

.taal a:visited{

	text-decoration: none;

	color:black;

	display: block;

}

.taal a:hover{

	text-decoration: none;

	font-weight: bold;

	color: #C02020;

	text-decoration: underline;

	display: block;

}
