/* CONTENT OPMAAK */
body
{
	font-family: Arial;
	font-size: 12px;
}
.content
{
	color: #5B1C49;
	text-align: justify;
}

.header
{
	font-size: 19px;
	font-weight: bold; 
	text-transform:uppercase;
}
.location
{
	font-size: 11px;
	text-align: right;
}

.menutop a
{
	font-size: 16px;
	font-weight:700;
	color: #B2BB1B;
	text-decoration: none;
	line-height: 20px;
}
.menutop a:hover
{
	text-decoration: underline;
}
#active
{
	color: #5B1C49;
}
.menupage
{
	font-size: 14px;
	color: #5B1C49;
	text-decoration: none;
}

a
{
	text-decoration:underline;
	color: #5B1C49;
}
a:hover
{
	font-weight: bold;
}

.mail
{
	background-color : white;
	font-size : 13px;
	width : 260px;
	border : 1px solid #5B1C49;
}
.button
{
	border-width: 1px;
	border-color: #000000;
	background-color: #5B1C49;
	font-size: 13px;
	color: white;
	width: 130px;
}
