h1
{
	font-size: 18px;
	font-weight: bold;
	color: #FF0000;
}

h2
{
	font-size: 14px;
	font-weight: bold;
	color: #FF0000;
}

.box
{
	padding: 10px; 
	background-color: #949494; 
	color: #FFFFFF;
	

}

.box h2
{
	font-size: 11px;
	font-weight: normal;
	color: #000000;
	padding: 0px;
	margin: 0px;
	
}


.box h1
{
	font-size: 15px;
	font-weight: normal;
	color: #FFFFFF;
	padding: 0px;
	margin: 0px;
	
}

.main_bg
{
	width: 50%; 
	height: 378px; 
	background-image: url("../images/layout/bg.gif"); background-repeat: repeat-x; background-position: left top; background-color: #CECECE; 
	border-top: 1px solid #CECECE; border-bottom: 1px solid #CECECE;
}


.readmore
{
	display: block;
	width: 66px;
	height: 17px;
	background-image: url('../images/layout/readmore.gif'); background-repeat: no-repeat; background-position:  left top;
}

.readmore:hover
{
	background-image: url('../images/layout/readmore2.gif');
}

.viewbasket
{
	display: block;
	width: 99px;
	height: 17px;
	background-image: url('../images/layout/viewbasket.gif'); background-repeat: no-repeat; background-position:  left top;
}

.viewbasket:hover
{
	background-image: url('../images/layout/viewbasket2.gif');
}

.backtoindex
{
	display: block;
	width: 115px;
	height: 47px;
	background-image: url('../images/layout/back.gif'); background-repeat: no-repeat; background-position:  left top;

}

.backtoindex:hover
{
	background-image: url('../images/layout/back2.gif');

}

.basket
{
	display: block;
	width: 201px;
	height: 47px;
	background-image: url('../images/layout/basket.gif'); background-repeat: no-repeat; background-position:  left top;

}

.basket:hover
{
	background-image: url('../images/layout/basket2.gif');

}

.bg_ruler
{
	background-image: url('../images/layout/bg_ruler.gif'); background-repeat: repeat-x; background-position:  left top;
	height: 47px;

}

.relevantproducts
{
	background-image: url('../images/layout/relevantproducts.gif'); background-repeat: no-repeat; background-position:  left top;
	background-color: #CECECE;
	padding: 14px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-top: 18px;
	height: 65px;
}

.yourshoppingbasket
{
	background-image: url('../images/layout/yourshoppingbasket.gif'); background-repeat: no-repeat; background-position:  left top;
	background-color: #CECECE;
	padding: 14px;
	padding-top: 20px;
	padding-bottom: 5px;
	margin-top: 18px;
	height: 65px;
}

.productimage
{
	width: 120px;
	height: 120px;
	background-image: url('../images/layout/bg_img.gif'); background-repeat: no-repeat; background-position:  left top;
	text-align: center;
	vertical-align: middle;
}

.productimage:hover
{
	background-image: url('../images/layout/bg_img2.gif');
}


.link_special
{
	color: #FF0000;
	background-image: url('../images/icons/arrow_red.gif'); background-repeat: no-repeat; background-position:  left top;
	padding-left: 8px;
}

html
{
	height: 100%;
}

body
{
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	padding: 0px;
	margin: 0px;
	background-color: #ffffff;
	height: 100%;	
}

table
{
	border: 0px;
}

td
{
	border: 0px;
	font-family: Arial;
	font-size: 11px;
	color: #808080;
	vertical-align: top;
	text-align: left;
}

img
{
	border: 0px;
}

a
{
	color: #808080;
	text-decoration: underline;
	font-weight: bold;
}

a:visited
{
	color: #808080;
}

a:active
{
	color: #808080;
}

a:hover
{
	color: #333366;
}

.header td
{
	width: 970px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	background-color: #FF0000;
	color: #FFFFFF;
}

.content
{
	width: 938px; 
	border: 1px solid #CECECE;

}

/*
.submenuitem
{
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	margin-bottom: 5px;
	margin-right: 20px;
}
.submenuitem:active
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenuitem:visited
{
	color: #FFFFFF;
	text-decoration: none;
}
.submenuitem:hover
{
	color: #333366;
}

.submenu
{
	background-color: #7F7F7F; 
	
	height: 90px; 
	padding: 7px; 
	color: #FFFFFF; 
	
	background-image: url("../images/icons/close.gif"); background-repeat: no-repeat; background-position: right top;

}


.menu
{
	background-color: #EEEEEE;
	width: 190px;

}
*/

.sidebar
{
	background-color: #EEEEEE;
	width: 190px;
}

.footer td
{
	width: 970px;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 10px;
	text-align: right;
	background-color: #DDDDDD;
	color: #999999;	
}

.space
{
	padding: 0px;
}

.menuitem
{
	margin-top: 1px;
	display: block;
	background-color: #CCCCCC;
	line-height: 36px;
	text-indent: 11px;
	color: #0000FF;
}

.menuitem:visited
{
	color: #6666FF;
}

.menuitem:active
{
	color: #6666FF;
}

.menuitem:hover
{
	background-color: #DDDDDD;
	color: #FF0000;
}

.menuitem_selected
{
	margin-top: 1px;
	display: block;
	background-color: #FF0000;
	line-height: 36px;
	text-indent: 11px;
	color: #FFFFFF;
}

.menuitem_selected:visited
{
	color: #EEEEEE;
}

.menuitem_selected:active
{
	color: #FFFFFF;
}

.menuitem_selected:hover
{
	color: #FFFFFF;
}

.menuitem_sub
{
	display: block;
	background-color: #999999;
	line-height: 24px;
	text-indent: 11px;
	color: #FFFFFF;
	font-weight: normal;
}

.menuitem_sub:visited
{
	color: #EEEEEE;
}

.menuitem_sub:active
{
	color: #FFFFFF;
}

.menuitem_sub:hover
{
	background-color: #DDDDDD;
	color: #0000FF;
}

.menuitem_sub_selected
{
	display: block;
	background-color: #FF6666;
	line-height: 24px;
	text-indent: 11px;
	color: #FFFFFF;
	font-weight: normal;	
}

.menuitem_sub_selected:visited
{
	color: #EEEEEE;
}

.menuitem_sub_selected:active
{
	color: #FFFFFF;
}



.arrow_l
{
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	background-image: url('../images/icons/arrow_l.gif'); background-repeat: no-repeat; background-position: left top;

}
.arrow_l:hover
{
	text-decoration: none;
	background-image: url('../images/icons/arrow_l2.gif');

}

.arrow_l_disabled
{
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	
	background-image: url('../images/icons/arrow_l3.gif'); background-repeat: no-repeat; background-position: left top;

}

.arrow_r
{
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	background-image: url('../images/icons/arrow_r.gif'); background-repeat: no-repeat; background-position: left top;

}
.arrow_r:hover
{
	text-decoration: none;
	background-image: url('../images/icons/arrow_r2.gif');

}

.arrow_r_disabled
{
	display: block;
	width: 30px;
	height: 30px;
	padding: 0px;
	
	background-image: url('../images/icons/arrow_r3.gif'); background-repeat: no-repeat; background-position: left top;

}


.form_text
{
	border: 1px solid #999999;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	width: 250px;
}

.form_textarea
{
	border: 1px solid #999999;
	font-weight: bold;
	font-family: Arial;
	font-size: 11px;
	width: 250px;
}

.form_submit
{

}

.notification
{
	background-color: #EEEEEE;
	padding: 5px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: 1px solid #999999;
}

.paginate
{
	width: 100%;

}

.paginate_previous
{
	width: 100px;
}

.paginate_previous div
{
	color: #CCCCCC;
	font-weight: bold;
}

.paginate_view
{
	text-align: center;
}

.paginate_view a
{
	padding: 5px;
}

.paginate_view span
{
	padding: 5px;
	background-color: #CCCCCC;
}

.paginate_next
{
	width: 100px;
	text-align: right;

}

.paginate_next div
{
	color: #CCCCCC;
	font-weight: bold;
}

.overview
{
	margin-bottom: 10px;
	width: 100%;
}

.overview_title
{
	padding-top: 10px;
	font-weight: normal;
	font-size: 15px;
}

.overview_title a
{
	font-weight: normal;
	text-decoration: none;
}

.overview_date
{
	padding-top: 10px;
	color: #AAAAAA;
	font-size: 10px;
	text-align: right;
}

.overview_message
{
	padding-top: 5px;
	padding-bottom: 10px;
	border-bottom: 1px solid #999999;
}


.overview_menuitem
{
	line-height: 24px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	
	border-bottom: 1px solid #999999;
}


.overview_menuitem_selected
{
	line-height: 24px;
	padding: 5px;
	padding-left: 15px;
	padding-right: 15px;
	border-left: 1px solid #999999;
	border-top: 1px solid #999999;
	border-right: 1px solid #999999;
	border-bottom: 0px solid #FFFFFF;
	color: #999999;
}

.overview_menuitem_selected:visited
{
	color: #999999;
}

.overview_menuitem_selected:active
{
	color: #999999;
}

.overview_name
{
	font-weight: bold;
}

.overview_date
{
	color: #AAAAAA;
	font-size: 10px;
	text-align: right;
}

.overview_form td
{
	padding-right: 8px;
	padding-bottom: 10px;
}

.overview_formname
{
	padding-top: 4px;
}

.overview_formname2
{
	padding-top: 12px;
}

.overview_formitem
{

}

.leden_loginform
{
	padding: 5px;
}

.leden_loginform td
{
	padding: 5px;
}

.sidebar_div
{
	padding: 5px;
}

.sidebar_div td
{
	padding: 5px;
}


