﻿/* Common Layout */
body
{
	font-family : Arial,Helvetica,sans-serif;
	MARGIN: 0px;
	BACKGROUND-COLOR: #339832;
}

* 
{
	margin: 0px;
	padding: 0px;
}

a:link, a:visited 
{
	color: #012607;
}

a:link, a:visited 
{
	text-decoration:  underline;
	font-weight: bold;
}

/* Page */
.MainPage
{
	background-color : White;
}

/* Top Menu Layout */
.topMenu 
{
	PADDING-RIGHT: 0px;
	DISPLAY: block;
	PADDING-LEFT: 0px;
	PADDING-BOTTOM: 0px;
	OVERFLOW: hidden;
	PADDING-TOP: 0px;
}
.topMenu .logo 
{
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: auto;
	text-align : center;
}

.promotiefolders 
{
	padding-top: 5px;
	padding-bottom: 5px;
	width:50%; 
	margin-left:25%; 
	margin-right:25%;
	border: thin solid #C0C0C0
}
.promofolderitem {
	text-align: center;
}
.opendeur {
	font-size: xx-large;
	color: #090;
	font-style: italic;
	font-weight: bold;
}
.mededeling {
	color: #F00;
	font-weight: bold;
}

