﻿/***************************************************
	These are the style specifications for 
	the masterpage
***************************************************/

body
{
	margin: 0px;
	padding: 0px;
	height: 100%;
	width: 100%;
	background-color: #00aeef;
	text-align: center;
}

#ContainerDiv
{
	width: 806px;
	height: 100%;
	text-align: left;
	margin-left: auto;
	margin-right: auto;
}

.InactivePageWarning
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FF0000;
}
.AdministratorMessage
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #00AA00;
}
.Header
{
	font-weight: bold;
}

.newsBody
{
	height: 100%;
	width: 210px !important;
	margin: 0px;
	padding: 0px;
}
.newsHeader
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0002;
}
.newsTitle
{
	font-size: 12px;
	font-weight: bold;
	color: #0065A8;
}
.newsMessage
{
}
.newsLink
{
}



.flagEN
{
	position: absolute;
	background-image: url(../Images/vlagEN.gif);
	z-index: 1000;
	bottom: 5px;
	right: 5px;
}

.flagNL
{
	position: absolute;
	background-image: url(../Images/vlagNL.gif);
	z-index: 1000;
	bottom: 5px;
	right: 5px;
}


.kopRood
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0002;
}

.kopBlauw
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0065A8;
}

.kopGrijs
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #999999;
}

.KopRood a:link
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0002;
}

.KopRood a:visited
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #CA0002;
}

.KopRood a:hover
{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #0065A8;
}
