@charset "utf-8";
body {
	background-image: url(images/header_bg.gif);
	background-repeat: repeat-x;
    border: 0;
    padding: 0;
	margin: 0;
    height: 96%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10pt;
}
#werklaag {
    width: 990px;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}
.top {
	position: relative;
	height: 54px;
	width: 100%;
}
.top_rotator {
	position: relative;
	padding-left: 555px;
	padding-top: 10px;
}
.header {
	position: relative;
	width: 100%;
	height: 185px;
}
.header_logo {
	padding-top: 20px;
	width: 360px;
	height: 165px;
	float: left;
}
.header_menu {
	padding-top: 25px;
	padding-left: 175px;
	width: 440px;
	height: 160px;
	float: left;
}
.content {
	position: relative;
	height: 100%;
	width: 100%;
}
.tekstveld {
	float: left;
	margin: 5px;
}
.tekstveld_kop {
	background-color: #ececec;
	background-image: url(images/kop.gif);
	background-repeat: no-repeat;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 15pt;
	font-weight: bold;
	padding-left: 60px;
	height: 30px;
	padding-top: 3px;
}
.tekstveld_content {
	padding-left: 20px;
}
/*, a:menu.de_winkel, a:menu.cartriges, a:menu.webshop, a:menu.links, a:menu.contact */
a.menuhome, a.menudewinkel, a.menucartriges, a.menuwebshop, a.menulinks, a.menucontact {
	display: block;
	width: 269px;
	height: 21px;
	text-decoration: none;
	font-size: 0px;
	color: #0093d0;
}
/*, a:hover.menu_de_winkel, a:hover.menu_cartriges, a:hover.menu_webshop, a:hover.menu_links, a:hover.menu_contact {*/
a:hover.menuhome, a:hover.menudewinkel, a:hover.menucartriges, a:hover.menuwebshop, a:hover.menulinks, a:hover.menucontact {
	background-position: 0 0;
	font-size: 0px;
	color: #0093d0;
}
a.menuhome {
	background: url("images/menu/home.gif") -269px 0 no-repeat;
}
a.menudewinkel {
	background: url("images/menu/de_winkel.gif") -269px 0 no-repeat;
}
a.menucartriges {
	background: url("images/menu/cartriges.gif") -269px 0 no-repeat;
}
a.menuwebshop {
	background: url("images/menu/webshop.gif") -269px 0 no-repeat;
}
a.menulinks {
	background: url("images/menu/links.gif") -269px 0 no-repeat;
}
a.menucontact {
	background: url("images/menu/contact.gif") -269px 0 no-repeat;
}
a, a:active, a:visited, a:link, a:hover
{
	color: #0093d0;
	font-weight: bold;
}
a:hover
{
  color: #00709f;
}
