/*=================================
PSD2HTMLCSS BY GW MEDIA, GWMEDIA.NL
=================================*/
html, body {
	margin: 0px;
	padding: 0px;
	color: #2a4f0a;
	background: url("../img/background.jpg") repeat-x;
}

a:active{outline: none;}
:-moz-any-link:focus {outline: none;}

body,td,th,input,select,textarea {
	font-size: 12px;
	font-family: Trebuchet MS, Arial, Tahoma, sans-serif;
	line-height: 18px;
}

input,textarea { line-height: normal; }

p { margin-bottom: 10px; }

a {
color: #91c91e;
}
a:hover {
color: #91c91e;
}
a:active {}
img { border: none; }
fieldset { border: none; }
caption { display: none; }

ul {}
ol {}

table { border-collapse: collapse; }
th, td {}
th {}
thead th {}
tbody th {}
tfoot th {}
tfoot td {}

dl dt {}
dl dd {}

strong { font-weight: bold; }
em { font-style: italic; }

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a { text-decoration: none; }

h1 a:hover,h2 a:hover,h3 a:hover,h4 a:hover,h5 a:hover,h6 a:hover { }

h1 { font-size: 22px; margin: 0px; color: #91c91d;}
h2 { font-size: 14px; margin: 0px; color: #304d0a;}
h3 { font-size: 14px; margin: 5px 0px 0px 0px; color: #1e3406;}

#wrapper{
	width: 900px;
	margin: 0 auto;
	padding-left: 5px;
	padding-right: 5px;
	background: url("../img/wrapperbg.png") repeat-y;
}

#header{
	width: 900px;
	height: 150px;
	float: left;
	background: url("../img/headerbg.jpg") no-repeat;
	border-bottom: 5px solid #2f4e0a;
}

#logo{
	width: 500px;
	float: left;
}

#logo img{
	margin: 20px;
}

#main{
	width: 900px;
	float: left;
	background: url("../img/mainbg.jpg") repeat-y;
}

#mainl{
	width: 170px;
	float: left;
	background: #e0ffb7;
}

.mainbox{
	width: 170px;
	float: left;
}

.mainboxtitle{
	width: 160px;
	height: 25px;
	float: left;
	padding: 10px 5px 0px 5px;
	background: url("../img/boxtitlebg.jpg") repeat-x;
}

.mainboxitems{
	width: 166px;
	float: left;
	padding: 2px;
}

.mainboxitems ul{
	margin: 0 auto;
	padding: 0px;
}

.mainboxitems ul li {
	list-style: none;
	float: left;
	margin-bottom: 1px;
}

.mainboxitems ul li a {
	width: 161px;
	height: 22px;
	display: block;
	text-decoration: none;
	font-size: 12px;
	color: #2f4e0a;
	padding: 8px 0px 5px 5px;
	border-bottom: 1px dotted #2b4e0a;
}

.mainboxitems ul li a:hover{
	color: #444;
	background: url("../img/boxitembg.jpg") repeat-x;
	border-bottom: 1px dotted #2b4e0a;
}


.mainboxadd{
	width: 130px;
	float: left;
	padding: 20px;
	text-align: center;
}

#mainr{
	width: 726px;
	float: left;
	padding: 2px;
}

#ads{
	width: 726px;
	float: left;
	border-bottom: 3px solid #2f4e0a;
}

.adsbox{
	width: 232px;
	float: left;
	padding: 10px 5px 15px 5px;
}

.adsboxtitle{
	width: 232px;
	float: left;
	font-weight: bold;
}

.adsboxinfo{
	width: 232px;
	float: left;
	font-size: 13px;
}

#content{
	width: 686px;
	float: left;
	padding: 20px;
}

#title{
	width: 686px;
	float: left;
	margin-bottom: 10px;
}

#text{
	width: 686px;
	float: left;
	line-height: 24px;
}

#aanbiedingen{
	width: 706px;
	float: left;
	padding: 15px 10px 10px 10px;
}

.aanbieding{
	width: 704px;
	height: 133px;
	float: left;
	border: 1px solid #dddfdb;
	background: url("../img/aanbiedingbg.jpg") repeat-x;
	margin-bottom: 10px;
}

.aanbiedingtop{
	width: 694px;
	float: left;
	padding: 5px;
}

.aanbiedingtitle{
	width: 500px;
	float: left;
}

.aanbiedinglink{
	width: 194px;
	float: left;
	text-align: right;
}

.aanbiedinglink a{
	color: #91c91e;
}

.aanbiedinginfo{
	width: 580px;
	float: left;
	line-height: 24px;
	padding: 5px;
}

.aanbiedingimg{
	width: 108px;
	float: left;
	text-align: right;
	padding: 10px 0px 10px 0px;
}

.aanbiedingimg img{
	border: 1px solid #93cb20;
	float: right;
}

#footer{
	width: 900px;
	height: 30px;
	float: left;
	border-top: 5px solid #93cb20;
	background: #1e3406;
	text-align: center;
	color: #fff;
	padding-top: 10px;
	*margin-bottom: -20px;
}

.clear{
	width: 100%;
	clear: both;
}
