@charset "UTF-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background: url(../images/bg.jpg) repeat-x #b30c15;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	font-size: 10pt;
}
h3{
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #b30c15;
}
#container {
	width: 818px;
	margin: 0 auto;
	text-align: left;
}
#header {
	position: relative;
	background: url(../images/header_img.jpg) no-repeat; 
	padding: 0;
	height: 216px;
	margin: 0 auto;
	width: 735px;
}
#navbar{
	background: url(../images/navbar_bg.png) repeat-x; 
	height: 39px;
	padding: 18px 5px 0 5px;
	position: absolute;
	width: 750px;/*730px*/
	top: 171px; 
	left: -11px;
	text-align: center;
	font-family:Georgia, "Times New Roman", Times, serif;
	color: #FFFFFF;
	font-size: 12pt;
	z-index: 2;
}
* html #navbar{
	top: 170px;
}
#navbar a{
	text-decoration: none;
	color: #FFCC00;
	padding: 0 5px;
}
#mainContent {
	padding: 30px 60px;
	background: url(../images/bg_content.png);
	min-height:700px;
	height:auto !important;
	height: 700px;
	z-index: 1;	
}
#mainContent table {
	width:700px;
	/*border:1px solid #B30C15;*/
}

#mainContent table td {
	width:200px;
	vertical-align:top;
	font-size:10px;
}

#mainContent table td img {
	padding:5px;
	background-color:#FFFFFF;
	border:solid #B30C15 1px;
}


#footer {
	background: url(../images/bg_bottom.gif) no-repeat;
	padding: 0 40px;
	text-align: right;
	color: #FFCC00;
	font-size: 8pt;
}
#footer p {
	margin: 0;
	padding: 10px 0;
}

a:link {color: #b30c15}
a:visited {color: #b30c15}
a:hover {color: #b30c15}
a:active {color: #b30c15}

a img{
	border: 0px;
}

#prod_list{
	border: 1px solid #b30c14; 
	margin: 5px; 
	padding: 6px; 
	background-color: #ffcc00; 
	float: left; 
	width: 300px; 
	font-weight: bold;	
}

#prod_list_img{
	float: left;
}

#prod_list_img img{
	border: 0px;	
	margin: 5px;
}
  
a.prod_list{
	color: #000000;
	text-decoration: none;
}

a.prod_list:hover{
	color: #b30c15;
	text-decoration: underline;
	border: 0px;
}


.product_l{
	border: 1px solid #b30c14; 
	margin: 10px; 
	padding: 10px; 
	background-color: #ffcc00; 
	float: left; 
	width: 650px;
}

.product_left{
	float: left;
	margin-right: 30px;
	border: 1px solid #B30C15;
	background-color: #FFFFFF;
}

.product_left img{
	border: 0px;	
	margin: 5px;
}

.product_right{
	width: 465px; 
	float: right;
}

.product{
	border: 1px solid #b30c14; 
	margin: 10px; 
	padding: 10px; 
	background-color: #ffcc00; 
	float: left; 
	width: 650px;
}

.producten{
	border: 1px solid #b30c15;
	background-color: #f2f2f2;
}

.errormess{
	background-color: #FFFFFF;
	color: #000000;
	border: 3px double #B30C15;
	padding: 5px;
}

#top_link{
	width: 735px;
	height: 176px;
	cursor: pointer;
}
