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

a {
	text-decoration: none;
}

a img {
	border: 0 none;
}

body {
	color: #666666;
	font-family: "Lucida Grande","Lucida Sans Unicode",Arial,Verdana,sans-serif;;
	/*font-family:Georgia,"Times New Roman",Times,serif;*/
	background: #4c4c4c;
	font-size: 12px;
}

#header {
	width: 100%;
	height: 20px;
	background: url(/templates/images/header_info_bg.png) repeat-x;
}

#header .info {
	width: 908px;
	margin: 0 auto;
}

#header .info div {
	float: right;
	width: 260px;
	height: 20px;
	background: url(/templates/images/header_info.png) repeat-x;
}

#header .info div span {
	float: left;
	margin: 3px 0 0 22px;
	width: 225px;
	height: 18px;
	color: #c5c5c5;
	font-size: .8em;
	letter-spacing: 0px;
}

#topbar {
	position: relative;
	width: 908px;
	height: 104px;
	margin: 0 auto 10px auto;
}

#topbar #logo {
	position: absolute;
	left:  20px;
	top: 0;
	width: 200px;
	height: 104px;
	background: url(/templates/images/logo.png) no-repeat;
}

#topbar #logo a {
	display: block;
	height: 104px;
	width: 200px;
}

#topbar ul {
	position: absolute;
	right: 20px;
	bottom: 15px;
	list-style: none;
	line-height: 24px;
}

#topbar ul li {
	float: left;
	margin-left: 15px;
}

#topbar ul li a {
	color: #ffffff;
	float: left;
	height: 24px;
	letter-spacing: 1px;
	font-size: 11px;
}

#topbar ul li a span {
	float: left;
	height: 24px;
	padding: 0 5px;
}

#topbar ul li:hover a {
	background: #6c6c6c url(/templates/images/navitembg_right_hover.jpg) right no-repeat;
}

#topbar ul li:hover a span {
	background: url(/templates/images/navitembg_left_hover.jpg) no-repeat;
}

#topbar ul li.active a {
	background: #ffa900 url(/templates/images/navitembg_right.jpg) right no-repeat;
	color: #000000;
}

#topbar ul li.active a span {
	background: url(/templates/images/navitembg_left.jpg) no-repeat;
}


#container {
	width: 908px;
	margin: 0 auto;
	overflow: hidden;
}

/* frontpage */

.frontpage #container {
	background: url(/templates/images/full_bg.png) repeat-y;
}

.frontpage #container .top {
	float: left;
	width: 908px;
	background: url(/templates/images/top_width_full.png) no-repeat;
	height: 10px;
}

.frontpage #container .bottom {
	float: left;
	width: 908px;
	background: url(/templates/images/bottom_width_full.png) bottom no-repeat;
	height: 20px;
}

#highlight {
	position: relative;
	float: left;
	width: 900px;
	height: 316px;
	background: url(/templates/images/highlightbg.jpg) no-repeat;
	margin-left: 4px;
}

#highlight .text h1 {
	font-size: 15px;
	margin-bottom: 10px;
}

#highlight .text {
	position: absolute;
	color: #000000;
	height: 280px;
	width: 275px;
	top: 10px;
	left: 10px;
	overflow: hidden;
}

#highlight .text p {
	line-height: 18px;
	margin-bottom: 10px;
}

#container .column {
	float: left;
	margin: 20px 0 0 20px;
	width: 276px;
}

#container .column p {
	color: #999999;
	font-size: 11px;
}

#container .column a, #container .column a:visited {
	color: #e99b05;
}

#container .column h1 {
	font-weight: normal;
	color: #ffffff;
	font-size: 14px;
	margin-bottom: 5px;
}

#container .column p {
	line-height: 18px;
	margin-bottom: 10px;
}

/* content pages */

.content #container {
	background: url(/templates/images/column_bg.jpg) repeat-y;
}

.content #container .top {
	background: url(/templates/images/top_width_column.png) top no-repeat;
	height: 10px;
}

.content #container .bottom {
	float: left;
	width: 908px;
	background: url(/templates/images/bottom_width_column.png) bottom no-repeat;
	height: 20px;
}

#container #pagenav {
	float: left;
	color: #cfcfcf;
	width: 174px;
	margin: 10px 0 0 4px;
	padding: 0 20px;
}

#container #pagenav ul {
	list-style: none;
}

#container #pagenav ul li a {
	line-height: 18px;
	height: 18px;
	font-size: 11px;
	color: #cfcfcf;
display: block;
}

#container #pagenav ul li a:hover, #container #pagenav ul li a.active {
	color: #e99b05;
}

#container #pagenav ul.sub {
	margin-left: 10px;
}

#container #pagenav h1 {
	color: #ffffff;
	font-size: 15px;
	margin-bottom: 10px;
}

#container ul#categories {
	list-style: none;
}

#container ul#categories ul {
	margin-left: 10px;
}

#container #content {
	display: inline;
	float: left;
	padding: 10px 20px;
	width: 646px;
}

#container #content ul {
	margin-left: 20px;
	font-size: 11px;
}

#container #content #subnav {
	background: black url(/templates/images/subnav_top.jpg) no-repeat;
	width: 200px;
	float: right;
	margin: 0 0 20px 20px;
}

#container #subnav ul {
	margin: 6px 0 0 0;
	list-style: none;
	padding-bottom: 6px;
	overflow: hidden;
	background: url(/templates/images/subnav_bottom.jpg) bottom no-repeat;
}

#container #subnav ul li a {
	line-height: 18px;
	font-size: 11px;
	color: #cfcfcf;
	margin: 10px;
}

#container #subnav ul li a:hover, #container #subnav ul li.active a {
	color: #e99b05;
}

#container #content h1 {
	color: #333333;
	font-size: 15px;
	margin-bottom: 10px;
}

#container #content p {
	font-size: 11px;
	line-height: 18px;
	margin-bottom: 10px;
}

#container #content a {
	color: #e99b05;
}

#container #content b, #container #content strong {
	color: #333333;
	font-size: 12px;
}

/* headers */

#header_producten {
	margin: 10px auto;
	background: url(/templates/images/header_producten.jpg) no-repeat;
	height: 118px;
	width: 908px;
}

#header_showrooms {
	margin: 10px auto;
	background: url(/templates/images/header_showrooms.jpg) no-repeat;
	height: 118px;
	width: 908px;
}

#header_informatie {
	margin: 10px auto;
	background: url(/templates/images/header_informatie.jpg) no-repeat;
	height: 118px;
	width: 908px;
}

#header_links {
	margin: 10px auto;
	background: url(/templates/images/header_links.jpg) no-repeat;
	height: 118px;
	width: 908px;
}

/* generic */

.image {
	/*background: url(/templates/images/img_bg.jpg) no-repeat;*/
	border: 1px solid #999999;
	padding: 2px;
	/*width: 150px;*/
	/*height: 150px;*/
}

img.image {
	/*width: 146px;*/
	/*height: 146px;*/
	padding: 2px;
	overflow: hidden;
}

a.fancy img {
	background: url(/templates/images/fancy.jpg) no-repeat;
}

a.left, img.left {
	margin: 2px 8px 2px 0;
}

a.right, img.right {
	margin: 2px 0 2px 8px;
}

.left {
	float: left;
}

.right {
	float: right;
}

/* footer */

#footer {
	font-size: .8em;
	color: #939393;
	width: 908px;
	margin: 10px auto;
	padding-bottom: 20px;
	overflow: hidden;
}

#footer .left {
	float: left;
	margin: 0 0 20px 20px;
	width: 200px;
}

#footer .right {
	float: right;
	margin: 0 20px 20px 0;
	width: 200px;
	text-align: right;
}

/* webshop */
.winkelwagen {
	margin: 10px 0;
}

.articlelink, .maat, .pootset, .aantal, .bttn {float: left; margin-right: 5px;}

.articlelink {width: 100px;}
.maat {width: 200px;}
.pootset {width: 200px;}
.aantal {width: 50px;}
.bttn {width: 50px;}

.articlecontainer {
	width: 100%;
	float: left;
}

pagination {
    float: left;
    width: 100%;
    margin: 6px 0;
    border-top: 1px solid #cccccc;
    text-align: right;
    padding-top: 8px;
}

.pagination strong {
    border: 1px solid #E97000;
    padding: 1px 4px;
    background-color: #E99B05;
    color: #000;
    font-weight: normal;
}

.pagination a {
    font-size: 12px;
    padding: 0 2px;
    color: #000;
    text-decoration: none;
}

.prijsbutton {
	float: right;
	margin-left: 10px;
}

.vanprijs {
	text-decoration: line-through;
	font-size:15px;
	margin:0 10px 0 0;
}

.voorprijs {
	color: #000000;
	font-size:15px;
	margin-bottom:10px;
}

/* linkitems */
.linkitem {
	width: 320px;
	float: left;
}

.linkitem p {
	margin-right: 30px;
}

.linkitem .category {
	color: #ffffff;
	background: #999999;
	font-size: 8px;
	padding: 2px;
}

.field {
	float: left;
	display: block;
	width: 100%;
}

.field flabel {
	width: 300px;
	float: left;
}

.field input {
	float: left;
	width: 100px;
}

#nav_cat_archive ul {
	margin-left: 10px;
}