html{
	height:100%;
}
body{
	margin: 0;
	padding: 0;
	background: url('../images/html-bg.jpg') repeat-x;
	font-size: 12px;
	font-family: arial;
}
a 
{
   font-family:  arial;
   font-size: 12px;
   color: #4a4a4a;
   text-decoration: none;
}
a:hover 
{
   font-family:  arial;
   font-size: 12px;
   color: #030303;
   text-decoration: underline;
}
br.clear { 
	clear: both;
	font-size: 0.1em;
}
/* container */
#container {
	margin: 0 auto;
	width: 763px;
}
#container ul li  a {	
	text-decoration: none;
	color: #4a4a4a;
}
#container ul li  a:hover {	
	text-decoration: none;
	color: #030303;
}

/* header */
#header{
	height:89px;
	background: url('../images/logo.jpg') no-repeat; 
	padding: 10px 0 0 0;
	text-align: right;
}
#header img {
	border: none;
}
/* aanmelden */
#aanmelden {
	background: url('../images/aanmeld-bg.jpg') no-repeat;
	height: 209px;
	padding: 7px 0 0 16px;
}
#aanmelden img {
	border: none;
}
/* container 2 */
div#container2 {
	width: 714px;
	margin: 0 auto;
}
/* topmenu */
ul#topmenu {
	margin: 0;
	padding: 0 0 0 47px;
	height: 69px;
	background: url('../images/topmenu-bg.jpg') no-repeat; 
}
ul#topmenu li {
	float: left;
	display: block;
	height: 33px;
}
ul#topmenu li a {
	display: block;
	float: left;
	height: 33px;
	text-indent: -99999px;
	overflow: hidden;
}
ul#topmenu li a.home	{	width: 135px;	background: url('../images/buttons/beginpagina.jpg') no-repeat; }
ul#topmenu li a.help	{	width: 78px;	background: url('../images/buttons/help.jpg') no-repeat; }
ul#topmenu li a.login	{	width: 200px;	background: url('../images/buttons/adverteerders-login.jpg') no-repeat; }
ul#topmenu li a.av		{	width: 221px;	background: url('../images/buttons/av.jpg') no-repeat; }

/* left */
#left {
	width: 147px;
	background: #ededed;
	float: left;
}
#left h3 {
	height: 36px;
	margin: 0;
	padding: 0;
}
#left h3.menu			{	background: url('../images/menu-kopjes/menu.jpg') no-repeat; }
#left h3.extra			{	background: url('../images/menu-kopjes/extra.jpg') no-repeat; }
#left h3.advertenties	{	background: url('../images/menu-kopjes/advertenties.jpg') no-repeat; }
#left ul {	margin: 0;	padding: 6px 10px;	list-style: none;	line-height: 14px; }
#left ul li {	
	background: url('../images/menu-li.jpg') no-repeat 0px 7px;
	padding: 0 0 0 6px;
}
#left ul li  a {	
	text-decoration: none;
	color: #4a4a4a;
}
#left ul li  a:hover {	
	text-decoration: underline;
	color: #030303;
}
/* content */
#right {
	float: left;
	width: 532px;
	padding: 0 0 0 30px;
	color: #7b7b7b;
}

.welkom {
	padding: 40px 0 0 143px;
	background: url('../images/content-bg.jpg') no-repeat -23px 0;
	height: 142px;
}

/* footer */
#footer {
	width: 100%;
	height: 21px;
	background: url('../images/footer-bg.jpg') repeat-x;
	margin-top: 10px;
}
#footer span {
	display: block;
	height: 21px;
	width: 800px;
	margin: 0 auto;
	background: url('../images/footer2.jpg') no-repeat;
