body {
	margin				: 0px;
	padding				: 0px;	
	background-color	: #FFFFFF;
	font-family			: "Trebuchet MS", Verdana, Arial;
	font-size			: 12px;
	font-weight			: normal;
	color				: #808080;
	overflow-y			: scroll;
	overflow-x			: hidden;
}

p {
	font-family			: Verdana, Trebuchet MS, Arial;
	font-size			: 11px;
	font-weight			: normal;
	text-decoration		: none;
	line-height			: 16px;
	color				: #666666;
	margin-top			: 7px;
	margin-right		: 10px;
	margin-bottom		: 3px;
	margin-left			: 24px
}

a:link {
	color				: #666666;
}

a:hover {
	color				: #D00022;
}

a:visited {
	color				: #666666;
}

a:visited:hover {
	color				: #D00022;
}

a:active {
	color				: #666666;
}

h1 {
	font-family			: Arial, Trebuchet MS, Verdana;
	font-size			: 16px;
	font-style			: normal;
	font-weight			: bold;
	color				: #D00022;
	text-decoration		: none;
	margin-top			: 20px;
	margin-right		: 0px;
	margin-bottom		: 12px;
	margin-left			: 24px;
}

h2 {
	font-family			: Arial, Trebuchet MS, Verdana;
	font-size			: 16px;
	font-style			: normal;
	font-weight			: bold;
	color				: #D00022;
	text-decoration		: none;
	margin-top			: 20px;
	margin-right		: 0px;
	margin-bottom		: 12px;
	margin-left			: 24px;
}

.kolom {
	padding-right		: 45px;
}

/* Kleuren */
.rood {
	color				: #D00022;
}

.groen {
	color				: #00CC00;
}

.blauw {
	color				: #6699FF;
}

.grijs {
	color				: #999999;
}

.roze {
	color				: #CA26A2;
}

.oranje {
	color				: #FF6600;
}

/* Submenu items */
.submenu {
	background-color	: #EEEEEE;
	background-image	: url(../img/submenu_back.jpg);
	background-repeat	: repeat-x;
	background-position	: top;
	border				: 1px solid #DDDDDD;
	padding-bottom		: 20px;
	line-height			: 16px;
	margin-top			: 56px;
}

.titel {
	margin-left			: 15px;
}

.tekst {
	margin-left			: 15px;
	border-bottom		: 1px solid #FFFFFF;
	width				: 170px;
}

.subtekst {
	font-style			: italic;
	margin-left			: 25px;
	border-bottom		: 1px solid #FFFFFF;
	width				: 160px;
}

div.ModalContainer {
	position			: absolute;
    width				: 100%;
    height				: 100%;
	z-index				: 100;
	background-color	: #000000;
    display				: block;
	opacity				: 0.60;
	filter				: alpha(opacity=60);    
	visibility			: hidden;
}

div.ModalContainer {
    left				: 0px;
    right				: 0px;
    top					: 0px;
    bottom				: 0px;
}

div.HiddenContainer {
	position			: absolute;
	z-index				: 1000;
	background-color	: #FFFFFF;
	border				: 1px #000000 solid;
	visibility			: hidden;
}
