* {
	padding: 0;
	margin: 0;
}
img, input.image {
	vertical-align: bottom;
}
a img {
	border: 0;
}
input, textarea, select {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: white;
	background-color: black;
}
input.checkbox {
	background-color: transparent;
	color: white;
}
p, dl, form, ul, table, fieldset, h2, h3, h4 {
	margin-bottom: 1em;
}
h2 {
	font-size: 14px;
	font-weight: bold;
}
h3 {
	font-size: 12px;
	font-weight: bold;
}
h4 {
	font-size: 11px;
	font-weight: bold;
}
fieldset {
	border: 0;
}
legend {
	display: none;
}
label {
	float: left;
	display: block;
	width: 120px;
}
dt {
	width: 100px;
	display: block;
	float: left;
	font-weight: bold;
}
dd {
	display: block;
	margin-left: 100px;
}
dl.small dt {
	width: 50px;
}
dl.small dd {
	margin-left: 50px;
}
th {
	text-align: left;
}
fieldset.list input, fieldset.list select, fieldset.list textarea {
	margin-bottom: 0.5em;
}
html, body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	background-color: black;
	color: white;
}
a:link {
	color: white;
	text-decoration: underline;
}
a:visited {
	color: white;
	text-decoration: underline;
}
a:hover {
	color: white;
	text-decoration: none;
}
a:active {
	color: white;
	text-decoration: underline;
}
input.readonly {
	background-color: #EEEEEE;
	color: black;
}
#container {
	background-color: black;
	color: white;
	width: 770px;
	margin: 5px auto 5px auto;
}
#error {
	padding: 10px;
	height: 400px;
}
#main {
	background-image: url(../images/background.jpg);
	background-repeat: no-repeat;
	width: 770px;
	min-height: 400px;
	overflow: visible;
	padding-top: 20px;
}
#content {
	width: 450px;
	float: left;
	padding-top: 1em;
}
#extended_content {
	width: 600px;
	float: left;
}
#left_bar, #right_bar {
	width: 150px;
	padding: 5px;
	margin-bottom: 1em;
	float: left;
}
#footer {
	background-color: #B90000;
	color: white;
	width: 766px;
	clear: both;
	padding: 2px;
	height: 12px;
}
h1 {
	display: block;
	background-image: url(../images/header.jpg);
	background-repeat: no-repeat;
	width: 770px;
	height: 86px;
	margin-bottom: 0;
}
h1 span {
	display: none;
}
#menu {
	list-style-type: none;
	list-style-position: outside;
	background-color: #B90000;
	color: white;
	padding: 5px;
	margin-bottom: 1em;
}
#menu li {
	display: inline;
	margin-right: 12px;
}
#menu li a {
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: white;
	background-color: #B90000;
}
#menu li a:hover {
	color: black;
	background-color: #B90000;
}
h2#welcome {
	display: block;
	text-align: center;
	font-size: 30px;
	margin-top: 100px;
}
#promotions, #events {
	list-style-position: outside;
	list-style-type: none;
}
#breadcrumb {
	/* not implemented (yet) */
	display: block;
	background-color: black;
	color: white;
	padding: 2px;
	margin: 1em 0 1em 0;
}
#breadcrumb p {
	margin: 0;
}
#sidebar fieldset {
	margin: 0;
}
ul.catalogus {
	list-style-position: outside;
	list-style-type: none;
	padding-left: 1em;
}
ul.list {
	margin-left: 3em;
}
#footer {
	padding: 3px;
}
#footer p {
	margin-bottom: 0;
	text-align: center;
}
#bottom_menu {
	list-style-type: none;
	list-style-position: outside;
	float: left;
}
#bottom_menu li {
	display: inline;
	margin-right: 10px;
}
#bottom_menu li a {
	color: white;
	background-color: #B90000;
}
p.dealer_box {
	display: block;
	padding: 1em;
	border: 1px solid #B90000;
	background-color: #555555;
	color: white;
	float: right;
}
.submenu, .message {
	background-color: #555555;
	color: white;
	border: 1px solid #B90000;
}
form.submenu {
	padding-bottom: 1em;
}
div.submenu {
	margin-bottom: 1em;
}
div.message {
	width: 420px;
	margin: 0 auto 1em auto;
	padding: 5px;
}
.submenu fieldset {
	padding-left: 5px;
	margin: 0;
}
 .submenu p {
	padding-left: 5px;
}
p.header {
	background-color: #B90000;
	color: white;
	padding: 2px;
	margin: 0;
	font-weight: bold;
}
.bold {
	font-weight: bold;
}
.italic {
	font-style: italic;
}
.underline {
	text-decoration: underline;
}
.larger {
	font-size: 12px;
}
.center {
	text-align: center;
}
.hide {
	display: none;
}
.hand {
	cursor: pointer;
}
.clear {
	clear: both;
}
.error {
	color: red;
}
.promotion {
	font-weight: bold;
	font-style: italic;
	color: red;
}
.strike {
	text-decoration: line-through;
}
.light_shade {
	background-color: #555555;
	color: white;
}
.dark_shade {
	background-color: #333333;
	color: white;
}
td.top {
	vertical-align: top;
}
img.promo {
	border: 1px solid #B90000;
	margin: 0 auto 1em auto;
	display: block;
}
.indent {
	margin-left: 3em;
}
.board_description {
	display: block;
	padding: 1em;
	float: left;
	padding-right: 250px;
	background-position: right;
	background-repeat: no-repeat;
}
.board32 {
	background-image: url(../images/32board.gif);
}
.board36 {
	background-image: url(../images/36board.gif);
}
.board42 {
	background-image: url(../images/42board.gif);
}
#video_list {
	list-style-type: none;
	margin: 1em 1em 1em 4em;
}
#video_list li {
	float: left;
	margin-bottom: 1em;
	margin-right: 3em;
}
#news_list {
	list-style-type: none;
	margin: 1em;
}
#gallery_list {
	margin: 0 auto 1em auto;
}
#gallery_list td {
	text-align: center;
	vertical-align: bottom;
}
div.gallery_nav {
	border: 1px solid #B90000;
	padding: 2px;
	text-align: center;
}
div.gallery_nav p {
	margin: 0;
}
.gallery_thumb {
	border: 1px solid #B90000;
}
.gallery_image {
	border: 1px solid #B90000;
	display: block;
	margin: 1em auto 1em auto;
}