/********************\
* GLOBAL PAGE LAYOUT *
\********************/


*
{
	text-align: left;
	font-family: Arial;
	font-size: 12px;
}

html
body
{
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body
{
	/* IE 6 center hack */
	text-align: center;
	background-color: #EAEAEA;
}

body *
{
	text-align: left;
}

form
{
	margin: 0;
	padding: 0;
	border: 0;
}

img
{
	border: 0;
}

.centerholder
{
	margin: 0 auto 0 auto;
	width: 900px;
	height: 100%;
}

/*********\
* TOP BAR *
\*********/

.topbar
{
	background-image: url(../gfx/bgtopbar.jpg);
	background-repeat: no-repeat;
	height: 82px;
}

.toplogo
{
	width: 215px;
	padding: 15px 0 0 20px;
	float: left;
}

.topradio
{
	/* we'll use a custom GUI radio stuff per customer request */
	display: none;
}

.topgui
{
	padding-top: 45px;
	width: 490px;
	float: left;
}

.topsearchwhat
{
	padding-left: 50px;
	padding-bottom: 6px;
}

.topsearchwhat table tr td
{
	padding: 0 2px 0 2px;
	text-align: center;
	cursor: pointer;
}

/* custom gui radio "buttons" */
.topguiactive
{
	color: white;
}

.topguiinactive
{
	color: #EF7F74;
}

.topguiinactive .triangle,
.topguiactive .triangle
{
	margin: 0 auto 0 auto;
	width: 10px;
	height: 10px;
	background-repeat: no-repeat;
	font-size: 1px;                   /* IE 6 div height hack */
}

.topguiinactive .triangle
{
	background-image: url(../gfx/triBottomInactive.gif);
}

.topguiactive .triangle
{
	background-image: url(../gfx/triBottomActive.gif);
}

.searchtext
{
	color: white;
	padding: 0 5px 0 2px;
}

.rightlogo
{
	float: left;
	width: 66px;
	height: 65px;
	padding: 5px 0 0 5px;
}

.searchlogin
{
	padding-left: 320px;
}

.searchinput
{
	padding-left: 8px;
	padding-top: 3px;
}

.topinput
{
	border: 0;
	background-color: Transparent;
	background-image: url(../gfx/bgsearchinput.jpg);
	padding-left: 10px;
	padding-top: 5px;
	width: 169px;
	height: 19px;
	color: White;

}

.topbutton
{
	border: 0;
	background-color: Transparent;
	background-image: url(../gfx/bgsearchbutton.jpg);
	text-align: center;
	width: 61px;
	height: 25px;
	color: White;
}

/**********\
* MENU BAR *
\**********/

.topmenudiv
{
	background-image: url(../gfx/menuInActive.bmp);
	background-repeat: repeat-x;
	height: 23px;
}

.topmenudiv ul
{
	padding: 0;
	margin: 0;
	list-style: none;
}

.topmenudiv a
{
	display: block;
	padding: 3px 7px 0 7px;
	height: 20px;
	color: White;
	text-decoration: none;
}

.topmenudiv a:hover,
.topmenudiv a.active,
.topmenudiv li.hover a
{
	background-image: url(../gfx/menuActive.bmp);
	background-repeat: repeat-x;
}

.topmenudiv a.active,
.topmenudiv a.active:hover
{
	font-weight: bold;
}

.menusub a:hover
{
	font-weight: bold;
}

.topmenudiv li
{
	float: left;
}

.menusub
{
	position: absolute;
	border-bottom: 1px solid #F30303;
	border-right: 1px solid #F30303;
	border-left: 1px solid #F30303;
	z-index: 999;
}

.menusub a,
.topmenudiv li.hover ul li a,
.topmenudiv li.hover ul li a:hover
{
	background-image: none;
	background-color: #EAEAEA;
	border-top: 1px solid #F30303;
	color: #F30303;
}

.menusub li
{
	float: none;
}

.menusub_login a
{
	width: 150px;
}

.menusub_overalberts a
{
	width: 100px;
}

.menusub_bestel a
{
	width: 120px;
}

.menusub_download a
{
	width: 62px;
}

.menusub_contact a
{
	width: 133px;
}

.topmenudiv li ul
{
	display: none;
}

.topmenudiv li.hover ul
{
	display: block;
}

/*********************\
* LEFT NAVIGATION BAR *
\*********************/

.leftmenu
{
	float: left;
	width: 114px;
	height: 412px;
	background-color: #F30303;
}

.leftmenu ul
{
	background-image: url(../gfx/bgvertical.jpg);
	padding: 0;
	margin: 0;
	list-style: none;
	height: 326px;
}

.leftmenu li a
{
	display: block;
	padding: 4px 7px 0 7px;
	height: 21px;
	color: White;
	text-decoration: none;
}

.leftmenu li a:hover
{
	font-weight: bold;
}

/**********************\
* MAIN CONTENT GENERIC *
\**********************/

.restrictor
{
	background-color: #F30303;
}

.restrictor td
{
	height: 100%;
}

.maincontent
{
	background-color: #FFFFFF;   
	background-repeat: no-repeat;
	width: 786px;
	height: 412px;
}

/* Only div's should float, or else FF will give a bonus pixel */
div.maincontent
{
	float: left;
}

.mainbutton
{
	display: block;
	color: white;
	text-align: center;
	background-color: transparent;
	border: 0;
	background-image: url(../gfx/menuInActive.bmp);
	text-decoration: none;
}

input.mainbutton
{
	height: 23px;
}

a.mainbutton
{
	padding-top: 3px;
	height: 20px;
	cursor: default;
}

a.active
{
	font-weight: bold;
}

input.zoekbox
{
	background-color: White;
	border: 1px solid black;
}

/***************\
* LEVELx STYLES *
\***************/

.kop
{
	padding: 19px 7px 4px 6px;
	font-weight: bold;
	color: White;
}

.navigatieblok
{
	width: 113px;
	height: 140px;
	float: left;
	padding: 6px;
	text-align: center;
}

.navigatieblok a
{
	text-decoration: none;
	color: Black;
}

.product
{
	padding-top: 15px;
}

.l5titel
{
	font-weight: bold;
}

.highlight
{
	background-color: #FFCC00;
	color: Black;
	font-weight: bold;
}

/* CMS geneuzel */
blockquote
{
	margin-top: 0;
	margin-bottom: 0;
}


div.updatediv
{
	border:2px solid red;
	font-weight:bold;
	padding:5px;
	cursor:pointer;
	vertical-align:top;
	background-color:Yellow;
	width:130px;
	height:90px;
	text-align:center;
}