/* CSS Document */

body {
	background-color: #F5F5F6;
	background-image: url(/tpl/hondenbench/img/css/background.gif);
	background-position: top left;
	background-repeat: repeat;
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

body, table, tr, th, td, h1, h2, h3, p, div, span, form, textarea, select, img, a, hr, input {
	font-family: Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

option {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 10px;
}

a img {
	border: 0px;
}

.alink {
	color: #0B60A8;
	text-decoration: none;
}

.alink:hover {
	color: #D93E00;
	text-decoration: underline;
}

.blink {
	color: #D93E00;
	text-decoration: none;
}

.blink:hover {
	color: #D93E00;
	text-decoration: underline;
}

/* Form */

.order {
	border: 1px solid #666666;
	background-color: #F5F5F6;
	color: #000000;
}

.about a {
	color: #333333;
	text-decoration: underline;
}

.about a:hover {
	color: #D93E00;
	text-decoration: none;
}

/* Document layout */

#wrapper {
	margin-bottom: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 760px;
}


#header {
	background-image: url(/tpl/hondenbench/img/css/header.gif);
	background-position: top;
	background-repeat: no-repeat;
	height: 143px;
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 760px;
}

#menu {
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 215px;
}

#page {
	overflow: hidden;
	text-align: left;
	vertical-align: top;
	width: 545px;
}

/* Menu layouts */

.menubox1 {
	margin-right: 10px;
	margin-top: 10px;
	overflow: hidden;
	width: 205px;
}

.menubox1_top {
	height: 5px;
	overflow: hidden;
	width: 205px;
}

.menubox1_middle {
	background-image: url(/tpl/hondenbench/img/css/menu_middle.gif);
	background-position: top;
	background-repeat: repeat-y;
	width: 205px;
}

.menubox1_bottom {
	background-image: url(/tpl/hondenbench/img/css/menu_bottom1.gif);
	background-position: bottom;
	background-repeat: no-repeat;
	overflow: hidden;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	text-align: left;
	width: 195px;
}

.menulink {
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	padding-left: 10px; padding-right: 10px;
}

.menulink:hover {
	color: #CCCCCC;
}

/* Special */

#languages {
	position: relative;
	left: 10px;
	top: 5px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#languages a {
	color: #333333;
	text-decoration: none;
	font-weight: bold;
}

#languages a:hover {
	color: #D93E00;
}

#languages a img {
	border: 0px;
}

.productlink {
	color: #333333;
	display: block;
	margin-left: 5px;
	margin-bottom: 3px;
	font-weight: bold;
	text-decoration: none;
}

.productlink:hover {
	color: #D93E00;
}

.menu {
	color: #D93E00;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.menu:hover {
	color: #333333;
}

.menu2 {
	color: #333333;
	display: block;
	font-weight: bold;
	text-decoration: none;
}
.menu2:hover {
	color: #D93E00;
}