﻿body, html
{
	background-color:#e0e0e0;
	font-family: Arial, Helvetica, sans-serif;
	font-size:12px;
	margin: 0px;
}
h1
{
    font-size:14px;    
}
a
{
	color:#c41615;
	text-decoration:none;
}
#container
{
	background-color:#fff;
	margin: auto;
	width: 998px;
	border: solid 1px #bebdbd;
}
#header
{
	background-image: url('/images/design/header-back.png');
	height: 113px;
}
#logocontainer
{
	width:113px; 
	float:left
}
#logocontainer img
{
	padding-left:23px;
	width:113px;
	height:113px;
	border:0px
}
#rightheader
{
	float:right; 
	height:113px; 
	width:832px;	
}
#fotoheader
{
	visibility:hidden;
	display:none;
}
#fotoheader img
{
	width:998px;	
}
#main
{	
	background-color:#fff;
	min-height: 500px;
	overflow: auto;
}
#leftmenu
{
	float:left;
	padding-bottom:15px;
	padding-top:5px;
	width:245px;
}
#leftmenu ul
{
	margin: 0px;
	padding: 0px;
}
#leftmenu li
{
	list-style-type: none;
}
#leftmenu a
{
	background-color:#888d93;
	color:#fff;
	display: block;
	font-weight:bold;
	height:22px;
	text-decoration:none;
	padding:8px 0px 0px 25px ;
	margin-top: 10px;
}
#leftmenu .activeItem
{
	background-color:#000;
	font-weight: bold;	
}
#leftmenu a:hover
{
	background-color:#000;
}
#rightheader select
{
	height:20px;
	margin-right:25px;
}
#rightheadertop
{
	margin-top:15px;
	margin-bottom:10px;
}
#rightheaderbottom
{
	margin-left:165px;
}
#rightheader a
{
	color:#FFF;
	font-weight: bold;	
}
.searchbox
{
	height:14px;
	width:125px;
}
.searchbutton
{
	margin-right:45px;	
}
#topmenu
{
	width:832px;
}
#topmenu ul{
	margin: 0; padding: 0;
	float: left;
	list-style: none;
	position: relative;
	font-size: 1.2em;
	background-color: #888d93;
}
#topmenu li {
	float: left;
	margin: 0; padding: 0;
	border-right: 1px solid #555;
}
#topmenu li a {
	padding: 10px 15px 9px;
	display: block;
	color: #f0f0f0;
	text-decoration: none;
}
#topmenu li:hover { background: #000; }
.activeItem { background: #000; }
#content
{
	margin-left: 255px;
	margin-top:15px;
	padding-bottom:10px;
	width: 725px;
}
#content img
{
	border: solid 1px #ccc;	
}
#footer
{
	background-image:url('/images/design/footer-back-nl-be.jpg');
	height: 111px;
	width: 998px;
}
#footerredline
{
	height:7px;
	background-color:#c41615;	
}

/* custom css solutions */

#productlist
{
	margin: auto;
	width:720px;
}

div.productitem
{
	background-color: #e2dcdc;
	border: solid 1px #ccc;
	width: 152px;
	height:200px;
	margin: 10px;
	padding: 0px;
	float: left;
}

div.spacer
{
	clear: both;
}

div.productitem img
{
	margin-left: 0px;
}
div.productitem img:hover
{
	cursor:pointer;
}

div.productitem p
{
	font-size: 14px;
	font-weight:bold;
	text-align: center;
}

/* custom css news */

div.newsitem
{
	margin-bottom:20px;
}
.notopmargin{
	margin-top:0px;
	margin-bottom:0px;
}

/* custom css jobs */
.jobtitle{ font-weight:bold; color:#c41615;}
.jobsubtitle{font-weight:bold;}