body
{
	/*background-image: url('images/achtergrond.jpg');
	background-repeat: no-repeat;*/
	background-color: black;
	margin: 0px;
	color: #FFCC99;
}

div.bg
{
	z-index:2;
	background-image: url('images/achtergrond.jpg');
	position: absolute; 
	margin:0px;
	padding:0px; 
	height:100%; 
	width:100%;
}

a
{
	color: yellow;
}

a:hover
{
	color: orange;
}

table.main
{
	width: 100%;
	border: 0px;
	border-collapse: collapse;
}

tr.mainmenu
{
	background-color: #f5821f;
	border: 0px;
	height: 30px;
}

td.lang
{
	text-align: center;
}

td.mainmenu
{
	text-align: center;
	width: 90%;
}

div.submenu
{
	position: absolute;
	margin-top: 10px;
	margin-left: -50px;
	background-color: #ffa963;
	border: 1px solid black;
	display: none;
}

img.lang
{
	border: 0px;
	vertical-align: middle;
}

td.mainmenu_item
{
	background-image: url('images/button.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: black;
	cursor: pointer;
	width: 100px;
	height: 30px;
}

td.mainmenu_item_hover
{
	background-image: url('images/button_hover.png');
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	color: black;
	cursor: pointer;
	width: 100px;
	height: 30px;
}

td.content
{
	padding: 10px;
}

td.welkom
{ 
	text-align: center;
	border-bottom: 1px solid #f5821f;
}

table.assortiment
{
	border-collapse: collapse;
	border: 1px solid #f5821f;
}

td.assortiment
{
	border: 1px solid #f5821f;
	vertical-align: top;
	text-align: center;
}

img.assortiment
{
	border: 0px;
	width: 100px;
	vertical-align: top;
}

a.link
{
	color: yellow;
	text-decoration: none;
	font-size: 10pt;
}

a:hover.link
{
	color: orange;
	text-decoration: none;
	font-size: 10pt;
}

td.assortiment2
{
	border: 1px solid #f5821f;
	background-color: white;
	color: black;
	vertical-align: top;
	text-align: center;
}

table.news
{
	width: 75%;
	border: 0px solid white;
}

td.kop
{
	background-color: white;
	color: black;
	font-size: 14pt;
	filter: alpha(opacity=100, style=1);
}

td.bericht
{
	padding: 10px;
}

td.datum
{
	border-top: 1px dotted white;
	font-size: 10pt;
}

span.bottom
{
	width: 100%;
	text-align: right;
	font-size: 12pt;
}

td.bouqet
{
	border: 1px solid orange;
}

img.bouqet
{
	height: 200px;
	border: 0px;
}
