body {
	background-color:		#000000;
	color:				#f9efcc;
	font-family:			Verdana, Arial, Helvetica, sans-serif;
	font-size:			12px;
}

#wrapper {
	width:				800px;
	height:				600px;
	margin:				0 auto;
	border:				solid 1px #8a2003;
}

#header {
	width:				800px;
	height:				103px;
	background-image:		url(assets/images/slc_01.jpg);
	float:				left;
}

#menu {
	width:				591px;
	height:				25px;
	background-image:		url(assets/images/slc_02.jpg);
	float:				left;
	padding-left:			20px;
	padding-top:			5px;
}

#adres {
	width:				188px;
	height:				48px;
	background-image:		url(assets/images/slc_03.jpg);
	float:				right;
	padding-top:			15px;
	padding-left:			1px;
	font-size:			10px;
	text-align:			center;
}

#space {
	width:				606px;
	height:				33px;
	background-image:		url(assets/images/slc_04.jpg);
	float:				left;
padding-left:5px;
}

#space a {
	width:				85px;
	height:				20px;
	display:			inline-block;
	margin-left:			2px;
	padding-top:			3px;
	color:				#f9efcc;
	background-color:		#000000;
	text-decoration:		none;
	text-align:			center;
	border:				solid 1px;
	font-size:			11px;
}

#space a:hover {
	background-color:		#a72a09;
}

#aanbiedingen {
	width:				189px;
	height:				304px;
	background-image:		url(assets/images/slc_07.jpg);
	float:				right;
	text-align:			center;
	padding-top:			130px;
/*padding te veranderen, met een andere aanbieding*/
}

#aanbiedingen img {
	border:				solid 1px;
	}

#sidebar {
	width:				54px;
	height:				434px;
	background-image:		url(assets/images/slc_05.jpg);
	float:				left;
}

#content {
	width:				547px;
	height:				390px;
	background-image:		url(assets/images/slc_06.jpg);
	float:				left;
	overflow:			auto;
	padding:			5px;
        overflow-x:                     hidden;
}
#footer {
	width:				557px;
	height:				34px;
	background-image:		url(assets/images/slc_08.jpg);
	float:				left;
}
#linksallandshoeve{
        width: 400px;
        height: 20px;
        float: left;
        margin-top: 10px;
        margin-left: 130px;
        color: #a72b09;
}
#linksallandshoeve a{
        color: #a72b09;
}
#linksallandshoeve a:hover{
        color: #f9efcc;
}

h1 {
	font-size:			14px;
}

a {
	color:				#f9efcc;
}

a:hover {
	color:				#000;
}

