﻿html
{
	min-height: 100%;
	height: auto;
	height: 100%;
}

body
{
	min-height: 100%;
	height: auto;
	height: 100%;
}

table
{
	margin: 0px;
	padding: 0px;
	width: 100%;
	vertical-align: top;
	overflow: hidden;
}

td
{
	vertical-align: top;
	overflow: hidden;
}

h1
{
	padding: 0px;
	margin: 0px;
	font-size: 34pt;
	color: Orange;
	text-align: right;
}

h2
{
	color: Black;
	font-size: 12pt;
	font-weight: bold;
}

A:link
{
	color: #ff9933;
	text-decoration: none;
}
A:visited
{
	color: #ff9933;
	text-decoration: none;
}
A:active
{
	color: #ff9933;
	text-decoration: none;
}
A:hover
{
	color: #ff9933;
	text-decoration: underline;
}

.leftMenu
{
	margin: 0px;
	padding: 0px;
	min-height: 100%;
	height: auto;
	height: 100%;
	background-image: url(  'images/menu_toplevels.jpg' );
	background-repeat: no-repeat;
}

.leftMenu_vervolg
{
	margin: 0px;
	padding: 0px;
	height: 500px;
	min-height: 500px;
	background-image: url(  'images/menu_vervolg.jpg' );
	background-repeat: no-repeat;
}

.menufiller
{
	background-image: url(  'images/menufiller.jpg' );
	background-repeat: repeat-y;
}

.background_home
{
	font-family: Arial, verdana, arial, helvetica, sans-serif, X;
	font-size: 10pt;
	width: 100%;
	min-height: 100%;
	height: auto;
	height: 100%;
	color: White;
	margin: 0px;
	padding: 0px;
	background: url(  'images/achtergrond_home.jpg' );
	background-repeat: no-repeat;
	background-position: 215px 0px;
	background-color: #323266;
}

.background
{
	font-family: Arial, verdana, arial, helvetica, sans-serif, X;
	font-size: 10pt;
	margin: 0px;
	padding: 0px;
	width: 100%;
	min-height: 100%;
	height: auto;
	height: 100%;
	color: White;
	background: url(  'images/achtergrond.jpg' );
	background-repeat: no-repeat;
	background-position: 215px 0px;
	background-color: #323266;
}

.title
{
	padding-top: 0px;
	margin: 0px;
	padding-right: 20px;
}

.Footer
{
	vertical-align: bottom;
}

.slogan
{
	margin-top: 43px;
	text-align: left;
	color: #FF9966;
}

.slogan img
{
	margin-bottom: 5px;
}

.slogantext
{
	color: #ff9966;
	font-family: Verdana;
	font-size: 2;
}

.menulinks
{
	margin-top: 25px;
	z-index: 100;
}

.menulinks a
{
	padding-left: 25px;
	color: #339999;
	text-decoration: none;
	font-weight: bold;
}

.menulinks a:hover
{
	background-image: url(  'images/selected.gif' );
	background-repeat: no-repeat;
	background-position: 12px;
}

.menuitem
{
	padding-bottom: 5px;
}

.selected
{
	background-image: url(  'images/selected.gif' );
	background-repeat: no-repeat;
	background-position: 12px 4px;
}

.submenuitem
{
	
}

.submenuitem a
{
	color: White;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
	display: inline;
	padding-right: 25px;
	background-image: url(  'images/submenuoption.gif' );
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
}

.submenuitem a:hover
{
	background-image: url(  'images/submenuoption_hover.gif' );
	background-repeat: no-repeat;
	background-position: right;
	margin-right: 5px;
}

.submenu
{
	text-align: right;
}

.subjectlist
{
	font-weight: bold;
	font-size: 7pt;
	color: #20c8cb;
	text-align: right;
	padding-right: 25px;
}

/*********************************************************************************************************************/
/*Level 3 pagina's*/
/*********************************************************************************************************************/

.navigateback
{
	text-align: right;
	margin-right: 20px;
}

.navigateback a
{
	font-weight: bold;
	color: #ffffff;
	padding-right: 20px;
	background-image: url(  'images/submenuoption.gif' );
	background-repeat: no-repeat;
	background-position: right;
}

.navigateback a:hover
{
	padding-right: 20px;
	background-image: url(  'images/submenuoption_hover.gif' );
	background-repeat: no-repeat;
	background-position: right;
}

.detailpage
{
	min-height: 100%;
	height: auto;
	height: 100%;
	overflow: hidden;
	border: 0px;
	margin-top: 35px;
	background-image: url(  'images/rechterframe_wit.jpg' );
	background-repeat: repeat;
}

.detailtitle
{
	text-align: center;
}

.detailsubtitle
{
	text-align: center;
	color: #339999;
	font-weight: bold;
}

.detailcontent
{
	color: Black;
}

.fixer
{
	/*min-height: 100%;
	height: auto;*/
	height: 100%;
}

