/* mac hide\*/
html, body {height:100%}
/* end hide */
body {
	padding:0;
	margin:0;
	text-align:center;
	min-width:982px;/* for mozilla*/
	background: url(/images/bg_top.jpg) no-repeat center top #FFFFFF;
	color: #000000;
	font-size: 10pt;
	font-family: Verdana, Trebuchet MS, Trebuchet, Arial, Helvetica, sans-serif;
}

h1{
	font-size: 12pt;
	margin: 0px;
	color: #550080;
}
h2{
	font-size: 10pt;
	margin: 0px;
	color: #550080;
}
img{
	border: 0;
}
#outer{
	height:100%;
	min-height:100%;
	width:980px;
	color: #000000;
	text-align:left;
	margin:auto;
	position:relative;
	position:relative;
}
 
html>body #outer{height:auto;} /*for mozilla as IE treats height as min-height anyway*/
#innerwrap {/* enables content first */
	float:left;
	width:720px;
}
#header{
	position:absolute;
	top:0;
	left:-1px;
	width:980px;
	height:130px;
	overflow:hidden;
	color: #000000;
	z-index:100;
	background: #FFFFFF;
}
#header_left{
	float: left;
	width: 220px;
	height: 120px;
	background: url(/images/bg_header_left.gif) repeat-x;
}
#header_left_upper img{
	margin-top: 15px;
}
#header_left_upper{
	height: 70px;
}
#header_left_lower{
	height: 30px;
	background: url(/images/corner_grey.gif) no-repeat;
}
#header_left_lower img{
	margin-top: 8px;
	margin-left: 25px;
}
#header_right{
	float: right;
	width: 760px;
	height: 120px;
	background: url(/images/bg_header_right.gif) repeat-x;
}
#header_right_upper{
	height: 70px;
}
#top_links{
	color: #550080;
	float: right;
	margin: 25px 0 0 0;
}
#top_links a{ 
	color: #550080;
	font-weight: bold;
	text-decoration: none;
}
#header_right_lower{
	height: 30px;
	background: url(/images/corner_purple.gif) no-repeat;
	color: #FFFFFF;
}
#top_search{
	float: right;
	margin-top: 3px;
}
#left {
	position:relative;/*ie needs this to show float */
	width:210px;
	float:left;
	padding-top:162px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
	padding-left: 10px;
}


#left ul{
	list-style-type: none;
	margin: 10px 0 25px 0px;
	padding: 0px;
}
#left li{
	margin-bottom: 5px;	
}
#left a{
	color: #550080;
	padding-left: 10px;
	text-decoration: none;
}
#left a:hover{
	color: #000080;
	text-decoration: none;
	padding-left: 10px;
	background: url(/images/arrow.gif) no-repeat 0px 2px;
}


#right {
	position:relative;/*ie needs this to show float */
	width:260px;
	float:right;
	padding-top:162px;/*needed to make room for header*/
	padding-bottom:32px;/* needed to make room for footer */
}

#footer {
	width:980px;
	clear:both;
	height:30px;
	color: #000000;
	text-align:center;
	left:0;
	bottom:0;
	position: absolute;
	font-size: 8pt;

}
* html #footer {/*only ie gets this style*/
	\height:32px;/* for ie5 */
	he\ight:30px;/* for ie6 */
}
div,p  {margin-top:0}/*clear top margin for mozilla*/
#centrecontent {
	width:468px;
	float:right;
	padding: 162px 15px 32px 15px; 
	border-left: 1px dotted #cccccc;
	border-right: 1px dotted #cccccc;
	min-height: 350px;
	_height: 350px;
}
#clearfooter {width:100%;height:52px;clear:both} /* to clear footer */

.news{
	margin-left: 10px;
	font-size: 10pt;
}
.news img{
	margin: 3px 5px 5px 0px;
	border: 1px solid #cccccc;
}


#productlist{
	margin-top: 20px;
}
.product_l{
	border: 1px solid #DDDDDD;
	min-height: 120px;
	_height: 120px;
	width: 465px;
	float: left;
	margin-bottom: 10px;
}
.product_r{
	border: 1px solid #DDDDDD;
	min-height: 120px;
	_height: 120px;
	width: 465px;
	float: left;
}
.product_left{
	width: 175px;
	padding: 6px;
	float: left;
	min-height: 130px;
	_height: 130px;
}
.product_right{
	float: left;
	width: 260px;
	padding: 6px;
	font-size: 10pt;
	min-height: 130px;
	_height: 130px;
}
.euro{
	font-size: 10px;
	/*color: #E4001E;*/
	font-weight: bold;
}
.price{
	font-size: 12px;
	/*color: #E4001E;*/
	font-weight: bold;
}
.product_right a:link, .product_right a:active, .product_right a:hover, .product_right a:visited{ 
	color:#003be2; 
}
.errormess{
 	border: 3px double #d50000;
	margin-top: 10px;  
	margin-bottom: 10px;  
	padding: 3px;
}
.nav{
	text-align: center;
	margin-top: 20px;
}
.nav span{
	font-size: 11px;
	margin: 0 2px 0 2px;
	font-weight: bold;
}
.nav a{
	margin: 0 2px 0 2px;
	color: #000000;
}


/* product */
.product {
	background-color: #EFEFEF;
	min-height: 100px;
	width: 465px;
	border: 1px solid #550080;
	margin-top: 5px;
	margin-bottom: 5px;
	float: left;
}
.product_foto {
	background: #FFFFFF;
	padding: 15px;
}
.product_content {
	min-height: 100px;
	_height: 100px;
	padding: 8px;
}
a.product_link:link { color:#003be2; text-decoration:underline; }
a.product_link:visited { color:#003be2;	text-decoration:underline; }
a.product_link:hover { color:#003be2; text-decoration:underline; outline-style: none; }
a.product_link:active {	color:#003be2; text-decoration:underline; }

ul#copyright {
	width: 950px;
	list-style-position: outside;
	list-style-type: none;
	margin: 0px;
	padding: 5px;
	float: left;
}
ul#copyright li {
	background: url(/images/icons/blok.jpg) no-repeat left;
	font-size: 8pt;
	color: #e2001a;
	padding: 0px 2px 2px 8px;
	display: inline;
}
.rood_groot {
	font-size: 10pt;
	color: #E4001E;
	font-weight: bold;
}

.pdb-button1{
	background: #CCCCCC;
	color:#000000;
	border: 1px solid #666666;
	padding: 4px;
}
.pdb-button2{
	background: #550080;
	color:#FFFFFF;
	border: 1px solid #666666;
	padding: 4px;
	font-weight: bold;
}

a.news_l:link { color:#550080; text-decoration:none; }
a.news_l:visited { color:#550080; text-decoration:none; }
a.news_l:hover { color:#550080; text-decoration:underline; }
a.news_l:active {	color:#550080; text-decoration:none; }

a:link { color:#000; text-decoration:underline; }
a:visited { color:#000; text-decoration:underline; }
a:hover { color:#000; text-decoration:underline; }
a:active {	color:#000; text-decoration:underline; }
