/**
  * Stylesheet
  */
body
{
	background-color : #66C466;
	_background-color : #5BBE5B;
	font-family : verdana, Arial, Helvetica;
	font-size : 10px;
}

/**
 * Divs
 */
div.container
{
	position : relative;
	width : 850px;
	margin-left : auto;
	margin-right : auto;
}

div.header
{
	position : absolute;
	top : 0px;
	left : 48px;
	background-image : url('../images/layout/header.png');
	width : 802px;
	height : 180px;
}

div.header_left
{
	position : absolute;
	top : 0px;
	left : 0px;
	background-image : url('../images/layout/header_left.png');
	width : 48px;
	height : 180px;
}

div.nav 
{
	position : absolute;
	top : 180px;
	left : 104px;
	background-image : url('../images/layout/nav.png');
	width : 626px;
	height : 44px;
	padding-left : 120px;
	padding-top : 5px;
	color : #FFFFFF;
}

div.content
{
	position : absolute;
	top : 203px;
	left : 104px;
	background-image : url('../images/layout/bodybg.png');
	/*background-color : #FFFFFF;*/
	background-repeat : repeat-y;
	width : 737px;
	padding-left : 10px;
	margin-top : 26px;
	margin-bottom : 10px;
}

div.content_small
{
	width : 450px;
}

div.news {
	position : absolute;
	top : 50px;
	left : 496px;
	width : 230px;
	height : 200px;
	overflow : auto;
}

div.aanbieding
{
	background-color : #ECECEC;
	border : 1px solid #B4B4B4;
	width : 300px;
	margin-left : 30px;
	_margin-right : 2px;
	_margin-left : 18px;
	margin-bottom : 30px; 
	float : left;
	padding : 5px 5px 5px 5px;
}

div.article
{
	background-color : #ECECEC;
	border : 1px solid #B4B4B4;
	width : 635px;
	margin-left : 30px;
	_margin-right : 2px;
	_margin-left : 18px;
	margin-bottom : 30px; 
	padding : 5px 5px 5px 5px;
	clear : both;
}

div.footer 
{	
	background-image : url('../images/layout/footer.png');
	background-repeat : repeat-y;
	position : relative;
	margin-left : -70px;
	top : 10px;
	width : 802px;
	background-color : #FFFFFF;
	text-align : center;
}

div.cont
{
	position : relative;
	top : 10px;
	margin-bottom : 20px;
	padding-bottom : 20px;
}

div.wwinkelcat
{
	border : 1px solid  #1E541E;
	background-color : #ECECEC;
	width : 250px;
	padding : 5px 5px 5px 5px;
	float : left;
	_margin-left : 12px;
}

div.wwinkelhead
{
	background-color :  #1E541E;
	color : #FFFFFF;
	width : 240px;
	font-weight : bold;
	padding : 5px 5px 5px 5px;
}

div.wwinkelpro
{
	border : 1px solid  #1E541E;
	background-color : #ECECEC;
	width : 250px;
	position : relative;
	float : right;
	padding : 5px 5px 5px 5px;
	margin-right : 20px;
	_top : -10px;
}

div.related
{
	border : 1px solid #1E541E;
	background-color : #ECECEC;
	width : 450px;
	padding : 5px 5px 5px 5px;
}

div.relatedhead
{
	background-color : #1E541E;
	color : #FFFFFF;
	width : 440px;
	font-weight : bold;
	padding : 5px 5px 5px 5px;
}

/**
 * a
 */
a.nav
{
	font-size : 13px;
	font-weight : bold;
	color : #FFFFFF;
	text-decoration : none;
}

a.nav:hover
{
	font-size : 13px;
	font-weight : bold;
	color : #CE543F;
	text-decoration : none;
}

a
{
	color : #1E541E;
	text-decoration : none;
}

/**
  * table
  */

tr.wwagen_top
{
	background-color:#999999;
	padding-top:5px;
	padding-bottom:5px;
}

tr.wwagen_alt1 
{
	background-color : #ECECEC;
}

tr.wwagen_alt2 
{
	background-color : #FFFFFF;
}	

th
{
	background-color :  #1E541E;
	text-align : left;
	padding : 5px 5px 5px 5px;
}

tr.search
{
	border : 1px solid #198EC5;
	background-color : #198EC5;
	color : #FFFFFF;
}

td.search
{
	padding : 5px 5px 5px 5px;
}

tr.search_alt1 
{
	background-color : #ECECEC;
}

tr.wsearch_alt2 
{
	background-color : #FFFFFF;
}

/**
 * misc
 */
 
span.wwinkel_image
{
	float : right;
	clear : both;
}

hr
{
	background-color : #1E541E;
	border : 1px solid #1E541E;
	height : 1px;
	width : 98%;
	_margin-top : -5px;	
}

hr.related 
{
	background-color:#1E541E;
	border : none;
	height:1px;
	width:100%;
	margin-top : 0px;
}

p
{
	_margin-top : -10px;
}

h3
{
	color : #1E541E;
	font-size : 12px;
}

.titel
{
	color : #1E541E;
	font-size:13px;
}

input,textarea,option {
	border:1px solid #1E541E;
	background-color:#FFFFFF;
	font-weight:bold;
	color:#1E541E;
	font-size:10px;
	}

