/***************************************************** general */
* {
	margin: 0;
	padding: 0;
}

body {
	color: #000;
	font-family: Arial,Helvetica,sans;
	font-size: 12px;
	color: #303030;
	line-height: 1.3em;
}

h1 {
	font-size: 18px;
	margin-bottom: 10px;
}

h2 {
	font-size: 16px
}

h3 {
	font-size: 14px
}

ul, ol, p {
	padding-bottom: 10px;
}

div#right ul li,
div#right ol li {
	list-style-position: inside;
}

a {
	color: #005372;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.right {
	float: right;
}

img {
	border: none;
}

fieldset {
	border: none;	
}

/***************************************************** columns */
div#header {
	width: 948px;
	height: 156px;
	padding: 10px 0 0 10px;
}

div#left {
	min-height: 500px;
	width: 208px;
	float: left;
	border-right: 2px solid #fff; 
}

div#right {
	padding: 20px 20px;
	float: left;
	width: 708px;
}

div#footer {
	width: 958px;
	height: 25px;
	background: #b3b3b3;
	clear: both;
}

/***************************************************** mainmenu */
div#mainmenu {
	clear: both;
	width: 958px;
	background: #d7d7d7;
	display: table;
}

div#mainmenu ul {
	list-style-type: none;
}

div#mainmenu ul li {
	border-right: 2px solid #fff;
	text-align: center;
	width: 158px;
	height: 70px;
	float: left;
}

div#mainmenu ul li.last {
	border-right: none;
}

div#mainmenu ul li a {
	background: #d7d7d7;
	color: #8e8e8e;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 10px 5px;
	height: 50px;
}

div#mainmenu ul li.act a,
div#mainmenu ul li a:hover {
	background: #005372;
	color: #fff;
}

/***************************************************** submenu */
div#submenu {
	clear: both;
	width: 958px;
	background: #005372;
	display: table;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
}

div#submenu ul {
	list-style-type: none;
	background: #005372;
	padding: 10px 0;
	width: 200px;
	display: table; /* voor rechter witte lijn */
	float: left;
}

div#submenu ul li {
	border-right: 1px solid #fff;
	width: 200px;
	float: left;
	padding-right: 10px;
}

div#submenu ul li a {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
	padding: 5px 0;
	margin-left: 20px;
}

div#submenu ul li.act a,
div#submenu ul li a:hover {
	color: #93ADBA;
}

/***************************************************** subsubmenu */
div#subsubmenu ul {
	list-style-type: none;
}

div#subsubmenu ul li {
	border-bottom: 2px solid #fff;
	padding: 5px 20px;
	background: #93ADBA;
}

div#subsubmenu ul li a {
	color: #005372;
	font-weight: bold;
	text-transform: uppercase;
	display: block;
}

div#subsubmenu ul li.act a,
div#subsubmenu ul li a:hover {
	text-decoration: none;
	color: #fff;
}

/***************************************************** footer */
div#footer p {
	text-align: center;
	color: #fff;
	padding: 5px;
}

/***************************************************** exxtramenu */
div#header ul {
	list-style-type: none;
	position: absolute;
	top: 10px;
	left: 120px;
}

div#header ul li {
	border-bottom: 1px solid #ccc;
	padding: 2px 5px;
}

div#header ul li a {
	font-size: 11px;
}

div#header ul li a:hover {
	text-decoration: none;
}

/***************************************************** productcataloque */
div.product {
	background: #F5F7F8;
	padding: 10px 10px;
	height: 110px;
	margin-bottom: 20px;
	position: relative;
	clear: both;
}

div.product div.info {
	position: absolute;
	left: 120px;
	width: 580px;
}

div.product:hover {
	background: #DEE6EA;
}

div.product img {
	float: left;
	margin-right: 10px;
}

div.product .info a.readmore {
	background: url(../img/arrow-right.gif) no-repeat right;
	padding: 0px 13px 2px 0px;
}

a.back {
	background: url(../img/arrow-left.gif) no-repeat left;
	padding: 0px 0px 0px 13px;
}

/***************************************************** paginator */
ul.paginator {
	margin: 10px 0 10px 3px;
	height: 20px;
	list-style-type: none;
}

ul.paginator li {
	float: left;
	width: 25%;
}

ul.paginator li.pages {
	width: 50%;
	text-align: center;	
	display: block;
}

ul.paginator li span.current {
	font-weight: bold;	
}

ul.paginator li a:hover {
	text-decoration: underline;	
}

ul.paginator li.page a {
	margin: 0 5px 0 5px;
}

ul.paginator .prev {
	text-align: left;
}

ul.paginator .prev a {
	background: url(../img/arrow-left.gif) no-repeat left;
	padding: 0px 0px 0px 13px;
}

ul.paginator .next {
	text-align: right;
}

ul.paginator .next a {
	background: url(../img/arrow-right.gif) no-repeat right;
	padding: 0px 13px 2px 0px;
}