@import url(/include/css/editor.php);
body 	{
	background-color: #FFFFFF;
	/*      T R B L  */
	margin: 0 0 0 0;
	scrollbar-arrow-color: #C8C8C8; 
	scrollbar-3dlight-color: #FFFFFF; 
	scrollbar-highlight-color: #C8C8C8; 
	scrollbar-face-color: #FFFFFF; 
	scrollbar-shadow-color: #C8C8C8; 
	scrollbar-track-color: #FFFFFF; 
	scrollbar-darkshadow-color: #FFFFFF; 
	overflow: -moz-scrollbars-vertical;
}

a.wit:link, a.wit:visited, a.wit:hover, a.wit:active {color:#FFF;}
a.zwart:link, a.zwart:visited, a.zwart:hover, a.zwart:active {color:#000;}
a.wit:hover, a.zwart:hover{text-decoration:none;}
a.bruin:link, a.bruin:visited, a.bruin:hover, a.bruin:active {color:#533518;}
a.groen_groot:link, a.groen_groot:visited, a.groen_groot:hover, a.groen_groot:active,
a.groen:link, a.groen:visited, a.groen:hover, a.groen:active {font-weight:bold; text-decoration: none;color:#AEA832;}
a.groen_groot:link, a.groen_groot:visited, a.groen_groot:hover, a.groen_groot:active{font-size:12px;}
a.groenNoBold:link, a.groenNoBold:visited, a.groenNoBold:hover, a.groenNoBold:active {text-decoration: none;color:#AEA832;}
a.groen:hover	{ text-decoration:underline;}	

.border	{border : 1px solid #000000;}

.button	{
	border: 1px none #FFFFFF;
	color : #FFFFFF;
	background-color : #000000;
}
.form  	{
	border: 1px solid #000000;
	background-color: #FFFFFF;
}

.tekstWit{
	color:#FFF;
}

h1.tekstWit {
	font-size: 30px;
}

.top{
	background:url('/image/header_bg.jpg') no-repeat top center;
}

.footer{
	color:#FFF;
	padding-left:25px;
	padding-top:5px;
}

.leftBorder{
	border-right:1px solid #CCC;
}

.topLeft, .topRight, .midLeft, .midRight, .bottomLeft, .bottomRight{
	width:20px;
}

.topLeft{
	background:url('/image/hoek_linksboven.gif') no-repeat bottom left;
}

.topRight{
	background:url('/image/hoek_rechtsboven.gif') no-repeat bottom left;
}

.midLeft{
	background:url('/image/zijkant_links.gif') repeat-y top right;
}

.midRight{
	background:url('/image/zijkant_rechts.gif') repeat-y top left;
}

.footer{
	background:url('/image/footer_bg.jpg') no-repeat top left;
}

.bottomLeft{
	background:url('/image/hoek_linksonder.gif') no-repeat top right;	
}

.bottomRight{
	background:url('/image/hoek_rechtsonder.gif') no-repeat top left;	
}

.midTopLeft{
	background: url("/image/hoek_midtopleft.gif") no-repeat top left;
}

.midBottomLeft{
	background: url("/image/hoek_midbottomleft.gif") no-repeat bottom left;
}

.midTopRight{
	background: url("/image/hoek_midtopright.gif") no-repeat top right;
}

.midBottomRight{
	background: url("/image/hoek_midbottomright.gif") no-repeat bottom right;
}

.blokWelkom{
	background-color: #A2946B;
	height:174px;
	vertical-align:top;
	padding:20;
	color:#514A35;
	font-size:12px;
}

.btnProduct{
	background:url('/image/btnProduct.jpg') no-repeat top left;	
	vertical-align:middle;
	padding-left:10px;
	color:#FFF;
	height:38px;
}

.btnProductContainer{
	cursor:pointer;cursor:hand;
}

.noLeftPadding{
	padding-left:4px;
	margin-left:13px;
}

.rightContainer{
	border-left:1px solid #CCC;
	padding: 10 10 0 10;
}

.rightBlok{
	padding-bottom:10px;
}

.bgActueel{
	background: #FFF url('/image/bg_actueel.gif') no-repeat top left;
}

img.embedImg{		
	margin: 5 0 25 25;
}

ul.leesmeer{
	list-style-image:url('/image/pijl_groen.gif');
}

ul.leesmeer li{
	margin-top:10px;	
}