@charset "utf-8";
/* CSS Document */

/* Button: Home */
button_home {
float: left;
width: 123px;
height: 42px;
}
.button_home a {
float: left;
display: block;
width: 123px;
height: 42px;
background: url(images_general/navbar_top_home.gif) no-repeat top left;
}
.button_home a:hover {
background-position: bottom left;
}

/* Button: OverSchafer */
button_overschafer {
float: left;
width: 123px;
height: 42px;
}
.button_overschafer a {
float: left;
display: block;
width: 123px;
height: 42px;
background: url(images_general/navbar_top_over-Schafer.gif) no-repeat top left;
}
.button_overschafer a:hover {
background-position: bottom left;
}

/* Button: Specialisaties */
button_specialisaties {
float: left;
width: 124px;
height: 42px;
}
.button_specialisaties a {
float: left;
display: block;
width: 124px;
height: 42px;
background: url(images_general/navbar_top_specialisaties.gif) no-repeat top left;
}
.button_specialisaties a:hover {
background-position: bottom left;
}

/* Button: Nieuws */
button_nieuws {
float: left;
width: 124px;
height: 42px;
}
.button_nieuws a {
float: left;
display: block;
width: 124px;
height: 42px;
background: url(images_general/navbar_top_nieuws.gif) no-repeat top left;
}
.button_nieuws a:hover {
background-position: bottom left;
}

/* Button: Contact */
button_contact {
float: left;
width: 123px;
height: 42px;
}
.button_contact a {
float: left;
display: block;
width: 123px;
height: 42px;
background: url(images_general/navbar_top_contact.gif) no-repeat top left;
}
.button_contact a:hover {
background-position: bottom left;
}

/* selected button */
#buttonselected {
background-position: bottom left;
}

#footer {
	color: #FFFFFF;
	font-family: Tahoma, Verdana, Arial;
	font-size: 11px;
}
#footer a:link {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
#footer a:hover {
	color: #FFFFFF;
	text-decoration: underline;
}
#footer a:active {
	color: #FFFFFF;
	text-decoration: none;
}
