body
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	color: #333333;
	background: none transparent;
	letter-spacing: 0px;
}

.ButtonRow
{
	background-color: white;
	border: 2px solid #EFE61B;
}

.Button
{
	background-color: white;
	color: #333333;
	font-size: 0.9em;
	text-decoration: none;
	border: 0px solid #333333;
}

.Button:hover
{
	color: #333333;
	text-decoration: underline;
	font-weight: normal;
}

.ButtonActive
{
	color: #333333;
	font-size: 0.9em;
	text-decoration: underline;
	font-weight: normal;
}

.MainBackground
{
	background-image: url('images/background.jpg');
	/* background-color: #EFE61B; */
}

.MainContent
{
	border: 0px solid #EFE61B;
}

.Content
{
	font-size: 0.9em;
}

.Content p
{
	margin: 0px 0px 10px 0px;
}

.Content a
{
	font-size: 1.1em;
	color: #333333;
	text-decoration: none;
}

.Content a:hover
{
	text-decoration: underline;
}

.Content h2
{
	font-size: 1.1em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.Content h3
{
	font-size: 0.9em;
	font-weight: bold;
	margin: 0px 0px 0px 0px;
}

.FloatRight
{
	border: 1px solid #333333;
	float: right;
	margin: 0px 0px 12px 12px;
}

.FloatLeft
{
	border: 1px solid #333333;
	float: left;
	margin: 0px 12px 12px 0px;
}

.NoFloat
{
	border: 1px solid #333333;
}

.Link a
{
	font-size: 0.9em;
	color: #333333;
	text-decoration: none;
}

.Link a:hover
{
	text-decoration: underline;
}

.footer
{
	font-size: 0.7em;
	color: #333333;
	background-color: white;
	border: 0px solid #333333;
}

.EmailAdress
{
	text-decoration: none;
	color: #333333;
}

.EmailAdress:hover
{
	text-decoration: underline;
}

.Gastenboek
{
	font-size: 0.9em;
}

.Gastenboek th
{
	border: 0px solid #EFE61B;
}

.Gastenboek td
{
	border: 2px solid #EFE61B;
}

.InfoLinksMedia
{
	font-weight: bold;
	font-size: 1.2em;
}