* {
	margin: 0;
	padding: 0;
	border: 0;
}

/**
	Algemeen
**/

html,body {
	text-align: center;
	background-image: url("images/bg_repeat.png");
	background-repeat: repeat-x;
	font: 9pt Tahoma;
	color: #333;
}

ul {
	margin-top: 10px;
	margin-left: 20px;
	margin-bottom: 10px;
}


table.mytable { width: 100%; padding: -2px; border: none; float: left;}


/**
	Id's
**/

#container {
	margin: 0 auto;
	width: 803px;
}

#header {
	width: 803px;
}

#h_logo {
	float: left;
	width: 215px
}

#h_menu {
	float: left;
	height: 60px;
	width: 588px;
}

#h_bottom {
	width: 588px;
	height: 130px;
	float: left;
}

#h_bottom_left {
	float: left;
	width: 241px;
}

#h_bottom_right {
	float: right;
	width: 337px;
	padding-top: 30px;
	text-align: left;
}

#h_bottom_right_left {
	float: left;
}

#h_bottom_right_right {
	padding-top: 12px;
	float: left;
}

#h_bottom_search {
	width: 583px;
	background-image: url("images/header_bottom.png");
	padding: 5px 0 5px 0;
	float: right;
}

#h_bottom_search_right {
	float: right;
	margin-right: 10px;
}

#content {
	width: 803px;
	clear: both;
}

#content_left {
	width: 215px;
	float: left;
	background-image: url("images/nav_repeater.png");
}

#content_right {
	float: right;
	width: 585px;
}

#content_sort{
	padding: 0 3px 0 3px;
}

#right_ad {
	height: 30px;
}

#right_boxes {
	width: 588px;
}

#footer {
	width: 583px;
	height: 43px;
	background-image: url("images/footer.png");
	clear: both;
	float: right;
	line-height: 43px;
	text-align: left;
	margin-top: 10px;
}

/**
	Classes
**/

.h_menu_tab:link {
	background-image: url("images/menu.png");
	width: 87px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	float: left;
	margin-right: 2px;
	text-decoration: none;
}

.h_menu_tab:visited {
	background-image: url("images/menu.png");
	width: 87px;
	height: 37px;
	line-height: 37px;
	color: #fff;
	float: left;
	margin-right: 2px;
	text-decoration: none;
}
.h_menu_tab:hover {
	background-image: url("images/menu_over.png");
	width: 87px;
	height: 60px;
	line-height: 60px;
	color: #fff;
	float: left;
	margin-right: 2px;
	text-decoration: none;
}

.h_input {
	border: 1px solid #b0b0b0;
	padding: 0px 2px 0px 2px;
	margin-bottom: 5px;
	color: #c8c8c8;
}

.h_input_zoeken {
	border: 1px solid #7b806c;
	padding: 5px 2px 5px 2px;
	margin-top: -7px;
	text-align: right;
	vertical-align:middle;
	line-height: 25px;
	font: 10pt Tahoma;
	color: #cececc;
}

a {color: #9bcb1c;text-decoration: none;}
a:hover {color: #9bcb1c;text-decoration: underline;}
a:active {color: #9bbb1c;text-decoration: none;}
a:visited:hover {color: #9bcb1c;text-decoration: underline;}

.copyrightlink{color: #000000;}
.copyrightlink:hover{color: #000000; text-decoration: underline;}
.copyrightlink:active{color: #000000; text-decoration: underline;}
.copyrightlink:visited:hover{color: #000000; text-decoration: underline;}

.h_submit {
	background-image: url("images/submit.png");
	width: 73px;
	height: 25px;
}

.formfield{
	border: 1px solid;
	color: #cececc;
	font: 10pt Tahoma;
	padding-left: 2px;
	padding-right: 2px;
}

.formsubmit{
	border: 1px;
	font: 10pt Tahoma;
}

.h_submit_zoeken {
	width: 30px;
	height: 25px;
	background-image: url("images/header_submit_zoeken.png");
}

.nav_list {
	list-style-image: url("images/list.png");
	text-align: left;
	margin-left: 10px;
}

.nav_list_twee {
	list-style-image: url("images/list.png");
	text-align: left;
	margin-left: 10px;
}

.box {
	float: left;
	background-image: url("images/box_repeater.png");
	width: 187px;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.box1 { 

		background-image: url("images/box_repeater.png");
	width: 187px;
	margin-left: 2px;
	margin-bottom: 2px;
	text-align: left;
}

.box1_top { 
	background-image: url("images/categorie.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	font-weight: 800;
}


.box_top { 
float: left;

	background-image: url("images/categorie.png");
	background-repeat: no-repeat;
	width: 187px;
	height: 30px;
	line-height: 30px;
	padding-left: 4px;
	font-weight: 800;
}

.box_list {
	list-style-image: url("images/box_list.png");
	margin-left: 4px;
	padding-right: 12px;
}

.nav:link {
	color: #333;
	text-decoration: none;
}
.nav:visited {
	color: #333;
	text-decoration: none;
}

.nav:hover {
	color: #333;
	text-decoration: underline;
}
