﻿body
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 11pt;
	color: Black;
	background-color: #CCFF00;
	background-image: url('../img/BG2.png');
	background-repeat: repeat;
	background-attachment: fixed;
	background-position: center;
	margin: 0px;
}

a
{
	color: Black;	
}

a.Nav
{
	color: White;
}

a:hover
{
	background-color: #CCFF00;
}

a.Inverted:hover
{
	color: #CCFF00;
	background-color: Black;
}

a.Nav:hover
{
	background-color: #3300FF;
}

a.NoFx:hover
{
	background-color: inherit;
}

H1
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 13pt;
	color: Black;
	font-variant:small-caps;
}

H2
{
	font-family: Arial, Verdana, Sans-Serif;
	font-size: 12pt;
	color: Black;
	font-variant:small-caps;
}

P.Date
{
	font-size: 7pt;
	color: #7F7F7F;
}

.center
{
	text-align: center;
}

IMG
{
	border: none 0;
}

IMG.Centered
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

IMG.NextButton
{
	vertical-align: middle;
}

DIV.Container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

DIV.Head
{
	width: 1000px;
	height: 100px;
}

DIV.Head IMG.HeadLogo
{
	margin-top: 20px;
	margin-left: 68px;
	width: 428px;
	height: 61px;
	border: none 0;
	float: left;
}

DIV.Head DIV.HeadItems
{
	/*width: 200px;*/
	float: right;
	margin-right: 84px;
	margin-top: 20px;
}

DIV.Head DIV.HeadItems SELECT
{
	float: right;
	width: 120px;
	margin-top: 20px;
}

DIV.Head DIV.HeadItems IMG
{
	float: right;
}

DIV.Navigation
{
	width: 1000px;
	height: 41px;
	margin-bottom: 10px;
}

DIV.Navigation DIV.L
{
	margin-left: 50px;
	width: 14px;
	height: 41px;
	background-image: url('../img/Hl.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

DIV.Navigation DIV.C
{
	width: 872px;
	height: 41px;
	background-image: url('../img/Hc.png');
	background-repeat: repeat-x;
	float: left;	
}

DIV.Navigation DIV.R
{
	width: 14px;
	height: 41px;
	background-image: url('../img/Hr.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

DIV.Navigation DIV.C DIV.NavHome
{
	width: 20px;
	margin-top: 12px;
	float: left;	
}

DIV.Navigation DIV.C DIV.NavItem
{
	/*width: 120px;*/
	margin-top: 16px;
	margin-left: 20px;
	float: left;	
}

DIV.Navigation DIV.C DIV.Search
{
	width: 120px;
	margin-top: 12px;
	margin-right: 20px;
	float: right;	
}

DIV.Navigation DIV.C DIV.Search INPUT
{
	width: 120px;	
}

DIV.ContentOuter
{
	width: 1000px;
	background-image: url('../img/Cbg.png');
	background-repeat: repeat-y;
	/*margin-bottom: 2px;*/ /* WORDT BEPAALD IN USERCONTROL */
}

DIV.ContentInner
{
	width: 864px;
	margin-left: 68px; /* 50 + 18 */	
	margin-right: 68px;
}

DIV.ContentInner DIV.Column1
{
	width: 285px;
	/*background-color: #DDFFDD;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	float: left;
}

DIV.ContentInner DIV.Column15
{
	width: 573px;
	/*background-color: #DDFFDD;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	float: left;
}

DIV.ContentInner DIV.Column2
{
	width: 573px;
	/*background-color: #FFDDDD;*/
	padding-top: 20px;
	padding-bottom: 20px;
	margin-right: 3px;
	float: left;
}

DIV.ContentInner DIV.Column3
{
	width: 861px;
	/*background-color: #DDDDFF;*/
	padding-top: 20px;
	padding-bottom: 20px;
	float: left;
}

DIV.ContentInner DIV.ClearColumn /* Fixes disappearance of ContentOuter/Inner when having floating Column<x>'s inside */
{
	clear: both;
}

DIV.Footer
{
	width: 1000px;
	height: 30px;
	margin-top: 8px;
	margin-bottom: 40px;
}

DIV.Footer DIV.L
{
	margin-left: 50px;
	width: 14px;
	height: 30px;
	background-image: url('../img/Fl.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

DIV.Footer DIV.C
{
	width: 872px;
	height: 30px;
	background-image: url('../img/Fc.png');
	background-repeat: repeat-x;
	float: left;	
	text-align: center;
	color: White;
	padding-top: 4px;
}

DIV.Footer DIV.R
{
	width: 14px;
	height: 30px;
	background-image: url('../img/Fr.png');
	background-repeat: no-repeat;
	background-position: left top;
	float: left;
}

DIV.Box
{
	float: left;
	width: 285px;
	margin-right: 2px;
}

DIV.BoxTop
{
	width: 285px;
	height: 39px;
	background-image: url('../img/BoxTop.png');	
}

DIV.BoxContent
{
	width: 281px;
	border-left: solid 2px;
	border-right: solid 2px;
	overflow: hidden;
}

DIV.BoxContent DIV
{
	width: 241px;
	margin-left: 20px;
	margin-right: 20px;
	overflow: hidden;
}

DIV.BoxContent IMG.BoxImage
{
	display: block;
	margin-left: auto;
	margin-right: auto;
}

DIV.BoxBottom
{
	width: 285px;
	height: 19px;
	background-image: url('../img/BoxBottom.png');	
}

DIV.Ref
{
	width: 168px;
	height: 310px;
	float: left;
	text-align: center;
	margin-right: 2px;
	margin-bottom: 20px;
}

DIV.Active
{
	color: #009900;
}

DIV.Future
{
	color: Black;
}

DIV.Past
{
	color: #AAAAAA;
}

DIV.Ref IMG.Ref
{
	width: 100px;
	height: 230px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	border: none 0;
}

.FormField
{
	width: 300px;
	font-family: Arial, Verdana, Sans-Serif;
}

DIV.Partner
{
	width: 280px;
	min-height: 100px;
	margin-bottom: 20px;
	float: left;
	text-align: center;	
}
