HTML {
	overflow: -moz-scrollbars-vertical;
	overflow: scroll;
}
BODY {
	background: #131313 url(images/bg.gif);
	text-align: center;
	margin: 20px;
	
	font-family: Arial;
	font-size: 12px;	
}
IMG {
	border: 0;
}
A {
	color: #666666;
}
IFRAME {
	border: 0;
}
HR {
	margin-top: 0;
	border: 1px;
	height: 1px;
	color: #cccccc;
	background: #777777;
}
A:hover {
	color: #000000;
}
#container {
	width: 966px;
	text-align: left;
	margin: 0 auto;
}
#container_float {
	float: left;
	width: 100%;
	padding-bottom: 25px;
}
#top {
	float: left;
	width: 100%;
	height: 96px;
	background: url(images/top_bg.gif) no-repeat;
}
#logo {
	float: left;
	margin: 8px 0px 0px 8px;
}
#adres {
	float: right;
	margin: 10px 15px 0px 0px;
	text-align: right;
}
#middle {
	float: left;
	width: 100%;
	background: #ffffff url(images/middle_bg.gif) repeat-y;
}
#middle_inside {
	float: left;
	padding: 0px 3px 0px 3px;	
}
#menu {
	float: left;
	width: 960px;
	height: 45px;
	background: #424242 url(images/menu_bg.gif) repeat-x;
	overflow: hidden;
}
#menu TABLE {
	width: 955px; 
	height: 45px;
}
#menu TD {
	border-width: 0px 1px 0px 1px;
	border-style: solid;
	border-color: #000000 #000000 #bbb #bbb;
}
#menu td.menuleft {
	border-width: 0px 1px 0px 0px;
}
#menu td.menuright {
	border-width: 0px 0px 0px 1px;
}
.spacer_20px_big {
	float: left;
	width: 960px;
	height: 20px;
}
.spacer_20px {
	float: left;
	width: 100%;
	height: 20px;
}
#productmenu {
	float: left;
	width: 210px;
	margin-left: 20px;
}
#productmenu UL {
	margin: 0px;
	padding: 0px;
}
#productmenu UL LI {
	list-style: none;
}
#product LI A {
	display:block;
	height: 40px;
	width: 210px;
	background: url(images/product_bg.gif) no-repeat;
}
#product LI UL LI A {
	height: 25px;
	background: url(images/product_sub_bg.gif) no-repeat;
	background-position: 0px;
}
#afdrukservice {
	float: left;
	height: 40px;
	width: 210px;
	background: url(images/product_highlight.gif) no-repeat;
}
#advertisement {
	float: left;
	width: 210px;
	height: 227px;
	background: #dbdada url(images/advertisement_bg.gif) repeat-x;
}
.advertisement_inside {
	padding: 15px;
}
#slideshow {
	width: 180px;
	height: 180px;
	overflow: hidden;
}
#content {
	float: left;
	width: 430px;
	margin-left: 20px;
}
#content H1 {
	float: left;
	width: 100%;
	height: 40px;
	background: #bdbdbd url(images/content_title_bg.gif) no-repeat;
	line-height: 40px;
	text-indent: 20px;
	margin: 0;
	padding: 0;
}
#content TABLE {
	float: left;
}
#content_border {
	float: left;
	border: solid #a0a0a0;
	border-width: 0px 1px 1px 1px;
	padding: 20px;
	width: 388px;
}
TH {
	padding: 10px;
	text-align: left;
	background: #E1E1E1;
	color: #222222;
}
.cells TD {
	border-bottom: 1px solid #BBBBBB;
}
.cell_picture {
	width: 100px;
	padding: 5px;
}
.cell_product {
	padding: 10px;
	width: 285px;
}
.cell_price {
	padding: 10px;
	width: 55px;
}
#bestellen {
	float: left;
	width: 210px;
	height: 40px;
	background: url(images/product_dark.gif) no-repeat;
}
#right {
	float: right;
	width: 260px;
	text-align: right;
}
#groen_button {
	float: right;
	width: 260px;
	height: 40px;
	background: url(images/groen_button.gif) right no-repeat;
	margin-bottom: 20px;
	text-align: left;
	text-indent: 30px;
	cursor: pointer;
}
#grijs_button {
	float: right;
	width: 260px;
	height: 40px;
	background: url(images/grijs_button.gif) right no-repeat;
	margin-bottom: 20px;
	text-align: left;
	text-indent: 55px;
}
#bestel_button {
	float: right;
	width: 200px;
	height: 29px;
	background: url(images/bestel_button.gif) right no-repeat;
	text-align: left;
	text-indent: 30px;
	cursor: pointer;
}
#shoppingcart {
	padding: 20px;
}
#legallinks {
	float: right;
	margin: 15px 20px 0px 0px;
}
#bottom {
	float: left;
	width: 100%;
	height: 20px;
	background: url(images/bottom_bg.gif) no-repeat;
}
	

/* TEXT */
#adres {
	color: #656565;
	line-height: 16px;
}
#menu TD A {
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-decoration: none;
}
#menu TD A:hover {
	color: #dddddd;
}
.advertisement_inside {
	text-align: center;
	line-height: 19px;
}
#content H1 {
	font-size: 13px;
	font-weight: bold;
	color: #353535;
}
TH {
	font-size: 14px;
}
.cell_price {
	font-size: 15px;
	font-weight: bold;
	color: #656565;
}
#product LI A {
	line-height: 40px;
	font-size: 13px;
	color: #797979;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
}
#product LI A:hover {
	color: #222222;
}
#product LI .active {
	color: #000000;
}
#product LI UL LI A {
	line-height: 25px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
}
#product LI UL LI A:hover {
	color: #cccccc;
}
#bestellen {
	line-height: 40px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
}	
#grijs_button, #groen_button {
	font-family: Verdana;
	font-size: 15px;
	font-weight: bold;
	line-height: 40px;
}
#bestel_button {
	font-family: Verdana;
	font-size: 13px;
	font-weight: bold;
	line-height: 29px;
}
#groen_button {
	color: #ffffff;
}
#grijs_button {
	color: #555555;
}
#bestel_button {
	color: #ffffff;
	text-decoration: none;
}
#shoppingcart {
	font-size: 11px;
	color: #555555;
}
#legallinks a {
	font-size: 11px;
	text-decoration: none;
	line-height: 23px;
}
#legallinks a:hover {
	text-decoration: underline;
}
#afdrukservice {
	line-height: 40px;
	font-size: 13px;
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
	text-indent: 20px;
}
