/*[variables]
colors
{
	@00: #000000;
}
*/
HTML
{
	height: 100%;
}
BODY
{
	margin: 0px;
	text-align: center;
	height: 100%;
}
TABLE
{
	font-size: 12px;
}
#container
{
	width: 1000px;
	margin: 0px auto;
	background: #FF9A9A;
}
#up
{
	width: 100%;
	height: 8px;
	position: relative;
	float: left;
	background: black;
}
#menu
{
	width: 100%;
	height: 42px;
	position: relative;
	float: left;
	background: url(../images/menu.jpg);
}
#hoofdmenu
{
	color: white;
	margin: 0px;
	list-style: none;
	font-size: 11px;
}
#hoofdmenu LI
{
	float: left;
	color: white;
	display: block;
	height: 41px;
}
#hoofdmenu LI A
{
	display: block;
	float: left;
	position: relative;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 16px;
	outline: none;
	color: white;
	font-size: 13px;
	text-decoration: none;
	font-family: "Trebuchet MS", sans;
}
#hoofdmenu LI:hover
{
	color: white;
	background: url(../images/opacity.png);
	background-position: 0px 5px;
	background-repeat: repeat-x;
	height: 41px;
}
.bullet A:hover
{
	background: url(../images/bullet.png);
	background-repeat: no-repeat;
	background-position: center top;
}
#hoofdmenu LI A:hover
{
	color: #000000; /*[e]@00*/
	text-decoration: underline;
}
#hoofd
{
	width: 100%;
	height: 136px;
	float: left;
	position: relative;
	background: url(../images/hoofd.jpg) no-repeat;
}
#hoofd_kop
{
	text-align: left;
	margin: 30px 60px;
	font-size: 35px;
	font-family: "Myriad Pro";
	font-weight: bold;
}
#hoofd_slogan
{
	text-align: left;
	margin: -30px -17px 0px 160px;
	font-size: 18px;
	font-family: Verdana;
	font-weight: bolder;
}
#links
{
	width: 12px;
	background: #FFFFFF url(../images/gradient.png) repeat-x;
	float: left;
	position: relative;
	border-right: 1px solid #DBDBDB;
	border-top: 1px solid #FFFFFF;
	height: 100%;
}
#zijmenu
{
	width: 219px;
	float: left;
	position: relative;
	height: 100%;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF;
}
.hoofdkop
{
	background: url(../images/menu_zijkant_boven.png);
	height: 36px;
	width: 100%;
	float: left;
	position: relative;
	color: #FFFFFF;
	text-align: left;
}
.hoofdkop UL
{
	margin: 0px;
	list-style: square;
}
.hoofdkop UL LI
{
	margin: 11px 0px 0px -6px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
#zijmenu_mid
{
	text-align: left;
	position: relative;
	float: left;
	width: 100%;
	margin: 0px;
}
.navcontainer
{
	float: left;
	width: 100%;
	margin: 0px auto;
	font-size: 11px;
	text-align: center;
}
.spacer_zijmenu
{
	float: left;
	position: relative;
	width: 100%;
	height: 3px;
	margin-top: -2px;
}
#tweede_hoofdkop
{
	background: url(../images/menu_zijkant_beneden.png);
	height: 36px;
	width: 100%;
	float: left;
	position: relative;
	color: #FFFFFF;
	text-align: left;
}
#tweede_hoofdkop UL
{
	margin: 0px;
	list-style: square;
}
#tweede_hoofdkop UL LI
{
	margin: 11px 0px 0px -6px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
#tweede_zijmenu
{
	float: left;
	position: relative;
	width: 100%;
}
UL.navlist
{
	text-align: left;
	padding: 0;
	margin: 0 auto;
	width: 100%;
}
UL.navlist LI
{
	display: block;
	margin: 0;
	padding: 0;
}
UL.navlist LI A
{
	display: block;
	width: 100%;
	padding: 1em 0 1em 8%;
	background: url(../images/menu_zijkant.png) no-repeat;
	margin: 0px auto;
	color: #626262;
	text-decoration: none;
}
UL.navlist LI A:hover
{
	display: block;
	width: 100%;
	padding: 1em 0 1em 8%;
	background: url(../images/menu_zijkant.png) no-repeat;
	margin: 0px auto;
	color: #626262;
	text-decoration: underline;
}
#content
{
	float: left;
	position: relative;
	width: 530px;
	height: 100%;
	background: #FFFFFF;
	border-left: 1px solid #FFFFFF;
	border-top: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(../images/gradient2.png);
}
#content_kop
{
	width: 100%;
	float: left;
	position: relative;
	background: url(../images/content_kop.png);
	height: 36px;
}
#content_hoofdkop
{
	background: url(../images/content_kop.png);
	height: 36px;
	width: 100%;
	float: left;
	position: relative;
	color: #FFFFFF;
	text-align: left;
}
#content_hoofdkop UL
{
	margin: 0px;
	list-style: square;
}
#content_hoofdkop UL LI
{
	margin: 11px 0px 0px -6px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
#content_tekst
{
	width: 100%;
	height: 100%;
	background: url(../images/gradient2.png) repeat-y;
	text-align: left;
	float: left;
	position: relative;
	font-size: 12px;
}
#content_tekst a
{
	text-decoration: none;
	color: #000;
}
#content_tekst a:hover
{
	text-decoration: underline;
}
#rechtermenu
{
	width: 220px;
	float: left;
	position: relative;
	background: #FFFFFF;
	height: 100%;
	border-top: 1px solid #FFFFFF;
	border-left: 1px solid #DBDBDB;
	border-right: 1px solid #DBDBDB;
}
#rechts_extra_div
{
	width: 11px;
	height: 100%;
	float: left;
	border-left: 1px solid #FFFFFF;
	position: relative;
}
#rechts
{
	width: 100%;
	background: #FFFFFF url(../images/gradient.png) repeat-x;
	border-left: 1px solid #DBDBDB;
	float: left;
	position: relative;
	height: 100%;
}
#footer
{
	width: 100%;
	height: 36px;
	float: left;
	position: relative;
}
#footer a
{
	color: #FFFFFF;
}
#footer_wrapper
{
	width: 12px;
	float: left;
	position: relative;
	height: 35px;
	border-right: 1px solid #DBDBDB;
	border-top: 1px solid #FFFFFF;
}
#footer_wrapper2
{
	width: 11px;
	float: left;
	position: relative;
	height: 100%;
	border-left: 1px solid #DBDBDB;
}
#inner_footer
{
	width: 973px;
	height: 100%;
	float: left;
	position: relative;
	border-left: 1px solid #FFFFFF;
	border-right: 1px solid #FFFFFF;
	background: url(../images/footer.png);
}
/*** IE Hacks ***/
*:first-child+HTML .hoofdkop UL LI
{
	margin: 5px 0px 0px 34px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
*:first-child+HTML #content_hoofdkop UL LI
{
	margin: 5px 0px 0px 34px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
*:first-child+HTML #tweede_hoofdkop UL LI
{
	margin: 5px 0px 0px 34px;
	text-align: left;
	font-size: 11px;
	font-weight: bold;
}
P
{
	color: #626262;
	font-size: 11px;
	font-family: Verdana;
	margin: 3px;
}
#footer_tekstlinks
{
	float: left;
	position: relative;
	color: #FFFFFF;
	padding: 12px;
	font-family: verdana, sans;
	font-size: 11px;
	font-weight: bold;
}
#footer_tekstrechts
{
	float: right;
	position: relative;
	color: #FFFFFF;
	padding: 12px;
	font-family: verdana, sans;
	font-size: 11px;
	font-weight: bold;
}
