
body
{
	margin-top: 0px;
	margin-left: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #C0C0CC;
	font-family:  Times New Roman;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	width: 100%;
	background-image: url('');
}

.menu
{
	display: block;
	width: 229px;
	height: 34px;
	background-image: url('../images/layout/bg_menu.gif');

}
:hover.menu
{
	background-image: url('../images/layout/bg_menu_onmouseover.gif');
}
.menu_selected
{
	display: block;
	width: 229px;
	height: 34px;
	background-image: url('../images/layout/bg_menu_selected.gif');
}

.footer
{
	background-image: url('../images/layout/bg_o.gif');
	width: 736px;
	height: 34px;
	text-align: center;
	line-height: 34px;
	color: #FFFFFF;
}
.footer a 
{
	color: #FF9900;
}
.footer a:visited
{
	color: #FF9900;
}
.footer a:active
{
	color: #FF9900;
}
.footer a:hover
{
	color: #FFFFFF;
}

.aanbieding
{
	width: 229px; 
	height: 237px; 
	background-image: url('../images/layout/bg_aanbieding.gif');
}

.aanbieding h1
{
	background-image: url('');
	font-weight: bold;
	font-size: 18px;
	color: #663300;
	padding-left: 0px;
	padding-right: 0px;
	padding-top: 30px;
	padding-bottom: 20px;
	margin: 0px;
	text-align: center;
}

.aanbieding p
{
	padding-left: 0px;
	padding-right: 30px;
	text-align: right;
	color: #663300;
	font-size: 12px;	
}
.aanbieding a
{
	color: #000000;
}
.aanbieding a:visited
{
	color: #000000;
}

.main
{
	width: 507; 
	padding: 17px; 
	background-color: #FFFFFF;

}

