﻿/***************************************************
	These are the style specifications for 
	the masterpage layout.
***************************************************/



body
{
	background-color: #6F6F6F;
	background-image: url(../Images/SiteStyle/bg.jpg);
	background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}
#molens
{
	position: absolute;
	left: 0px;
	top: 410px;
	width: 317px;
	height: 317px;
	z-index: 1;
	background-image: url(../Images/SiteStyle/molens.jpg);
}
#logo
{
	position: absolute;
	left: -2px;
	top: 0px;
	width: 286px;
	height: 245px;
	z-index: 3;
	background-image: url(../Images/SiteStyle/logo.jpg);
}
.apDiv_loginfield
{
	position: absolute;
	right: 10px;
	top: 10px;
	width: 200px;
	height: 80px;
	z-index: 111111;
}
#apDiv_loginfield_image
{
	position: absolute;
	right: 30px;
	top: 0px;
	width: 190px;
	height: 200px;
	z-index: 0;
	background-image: url(../Images/SiteStyle/belletjes.jpg);
}
.apDiv_footer
{
	border-bottom: solid 2px #FF6600;
}





/***************************************************
	These are the style specifications for 
	controls shown on contentpages when an 
	administator is logged in.
***************************************************/
.InactivePageWarning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Yellow;
}
.AdministratorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: Yellow;
}

/***************************************************
	These are the style specifications for 
	the newscontrol.
***************************************************/
.newsHeader
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.newsTitle
{
	font-family: Verdana;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
}
.newsMessage
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}
.newsLink
{
	font-family: Verdana;
	font-size: 12px;
	color: #FFFFFF;
}

