* {
	margin: 0px;
	padding: 0px;
}

body
{
	font-family: Arial, Helvetica, sans-serif;
	color: #0856A3;
	font-size: 10pt;
	background-color: #0856A3;
}
#wrapper
{
	position: absolute;
	left: 50%;
	margin-left: -450px;
	margin-top: 10px;
	text-align: center;
	background-color: #FFFFFF;
	border: 2px solid #041e37;
}
#logo
{
	float: center;
	position: relative;
	text-align: center;
	height:175px;
	background-color: #FFFFFF;
}
#menu
{
	float: center;
	position: relative;
	margin: 10px;
	text-align: center;
	height: 25px;
	background-color: #FFFFFF;
}
#formOnSite
{
	float: left;
	position: relative;
	margin: 0px;
	line-height: 35px;
	height: 100px;
	background-color: #FFFFFF;
}
fieldset
{
	text-align: right;
	padding: 10px;
	border: 2px solid #F06524;
}
legend
{
	margin-left: 10px;
	padding-left: 5px;
	padding-right: 5px;
	border: 2px solid #F06524;
}
#contactFormOnSite
{
	float: right;
	position: relative;
	margin: 0px;
	text-align: right;
	line-height: 35px;
	height: 230px;
	background-color: #FFFFFF;
}
a.menuActive
{
	color: #F06524;
	letter-spacing: 3px;
	text-decoration: none;
	padding-bottom: 5px;
	border-bottom: 2px solid #0856A3;
}
a:hover.menuActive
{
	color: #F06524;
	border-bottom: 2px solid #0856A3;
}
a.menuLinks
{
	color: #0856A3;
	letter-spacing: 3px;
	text-decoration: none;
	padding-bottom: 5px;
}
a:hover.menuLinks
{
	color: #F06524;
	border-bottom: 2px solid #0856A3;
}
a.contentLinks
{
	color: #0856A3;
}
a
{
	color: #0856A3;
}
#content
{
	background-image: url(../images/beeldmerk_creatorz.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
	float: center;
	position: relative;
	width: 900px;
	height: 500px;
	margin: 5px;
	text-align: left;
	margin-left: 20px;
}
