/*
kleuren

oranje						#efa013
oranje - zwart - 30%		#a7700d
oranje - zwart - 60%		#754e09
oranje - zwart - 90%		#523606
oranje - wit - 30%		#f4bd5a
oranje - wit - 60%		#f7d18c
oranje - wit - 90%		#f9dfaf

groen							#27b530
groen - zwart - 30%		#1b7e22
groen - zwart - 60%		#135818
groen - zwart - 90%		#0d3d11
groen - wit - 30%			#68cb6f
groen - wit - 60%			#96db9a
groen - wit - 90%			#b6e6b8

*/

BODY, HTML
{
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
}


BODY, #container
{
	font-family: verdana, tahoma, arial;
	font-size: 11px;
	background-color: #333333;
	background-image: url(../images/layout/bg.gif);
	background-repeat: repeat-y;
	background-position: 50%;
}


A
{
	color: #efa013;
	text-decoration: underline;
}
A:hover
{
	color: #f7d18c;
	text-decoration: none;
}


#container
{
	width: 980px;
	height: 100%;
	min-height: 100%;
	margin: 0px auto -15px auto;
	padding: 0px;
}
HTML > BODY #container
{
	height: auto;
}


#container2
{
	width: 940px;
	min-height: 292px;
	margin: 0px;
	padding: 0px 20px 0px 20px;
	background-image: url(../images/layout/bg2.gif);
	background-repeat: no-repeat;
	background-position: 50% top;
}


#menu
{
	width: 150px;
	margin: 0px;
	padding: 50px 0px 10px 0px;
	float: left;
}
#menu UL
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menu UL UL LI:first-child
{
	background-image: url(../images/layout/menu.bg.png);
	background-repeat: repeat-x;
	background-position: left top;
}
#menu UL UL
{
	background-image: url(../images/layout/menu.bg.last.png);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-color: #f4bd5a;
}
#menu UL UL UL
{
	background-color: #f7d18c;
}
#menu UL UL UL UL
{
	background-color: #f9dfaf;
}
#menu LI
{
	margin: 0px;
	padding: 0px;
}
#menu A
{
	margin: 0px;
	padding: 4px 10px 4px 10px;
	display: block;
	border-bottom: 1px solid #a7700d;
	color: #222222;
	text-decoration: none;
}
#menu A:hover
{
	text-decoration: underline;
}
#menu .home
{
	margin: 0px;
	padding: 4px 10px 4px 10px;
	display: block;
	border-bottom: 1px solid #a7700d;
	color: #f9dfaf;
}
#menu .active
{
	color: #000000;
	font-weight: bold;
}


#centerColumn
{
	width: 640px;
	min-height: 440px;
	margin: 0px;
	padding: 0px;
	float: left;
	background-repeat: no-repeat;
	background-position: right top;
}


#ticker
{
	width: 450px;
	height: 30px;
	margin: 0px;
	padding: 0px 0px 0px 190px;
}


#homeContent, #content
{
	width: 300px;
	margin: 0px;
	padding: 30px 0px 20px 20px;
	color: #AAAAAA;
	line-height: 170%;
}
#homeContent H1, #content H1
{
	margin: 0px 0px 30px 0px;
	padding: 0px 0px 30px 0px;
	color: #FFFFFF;
	font-size: 26px;
	font-weight: normal;
	line-height: normal;
	border-bottom: 1px solid #888888;
	width: 215px;
}
#homeContent H2, #content H2
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: normal;
	line-height: normal;
}
#homeContent H3, #content H3
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: normal;
	line-height: normal;
}
#homeContent .title, #content .title
{
	color: #FFFFFF;
}
#homeContent SMALL, #content SMALL
{
	color: #777777;
	font-size: 9px;
}
#homeContent HR, #content HR
{
	margin: 30px 0px 30px 0px;
	padding: 0px;
	border: none;
	border-bottom: 1px solid #888888;
	height: 1px;
}
#homeContent FORM, #content FORM
{
	margin: 0px;
	padding: 0px;
}
#homeContent .lockedPageInfo, #content .lockedPageInfo
{
	color: #00CCFF;
}
#homeContent .txtIntend
{
	margin: 0px -300px 0px 20px;
	padding: 0px;
	float: right;
	clear: right;
	height: 20px;
}


#content
{
	width: 440px;
}
#content H1
{
	width: 220px;
}
#content .txtIntend
{
	margin: 0px -120px 0px 20px;
	padding: 0px;
	float: right;
	clear: right;
	height: 20px;
}
#content .archiveItem
{
	color: #f7d18c;
}
#content IFRAME
{
	width: 640px;
	height: 600px;
	border: none;
	border-collapse: collapse;
	margin: 0px 0px 0px -20px;
	padding: 0px;
	background-color: #FFFFFF;
}


#content #contactForm
{
	width: 260px;
	float: left;
	margin: 20px 20px 20px 0px;
	padding: 10px;
	background-color: #222222;
}
#content #contactForm H3
{
	margin: 0px 0px 10px 0px;
}
#content #contactForm DIV
{
	margin: 0px 0px 0x 0px;
	padding: 1px 0px 1px 0px;
	text-align: right;
}
#content #contactForm INPUT, #content #contactForm TEXTAREA
{
	width: 170px;
	margin: 0px 0px 0px 4px;
	padding: 2px;
	border: 1px solid #888888;
	background-color: #444444;
	color: #FFFFFF;
	vertical-align: top;
	font-family: verdana, tahoma, arial;
	font-size: 11px;
}
#content #contactForm TEXTAREA
{
	height: 100px;
}
#content #contactForm .button
{
	width: 90px;
	border: 1px solid #444444;
	background-color: #888888;
	color: #FFFFFF;
}
#content #contactForm .required
{
	border: 1px solid #DDDDDD;
}
#content #contactForm .error
{
	text-align: center;
	background-color: #990000;
	color: #FFFFFF;
	margin: 0px 0px 1px 0px;
}


#content TABLE
{
	border-collapse: collapse;
	margin: 10px 0px 10px 10px;
	/*width: 420px;*/
}
#content TH, #content TD
{
	border: 1px solid #111111;
	padding: 2px 4px 2px 4px;
	vertical-align: top;
}
#content TH
{
	text-align: left;
	background-color: #111111;
}
#content TABLE .right
{
	text-align: right;
}
#content TABLE .center
{
	text-align: center;
}
#content TABLE .spacer
{
	font-size: 1px;
	padding: 0px;
	height: 4px;
}


#autoCompleteInput
{
	border: 1px solid #444444;
	background-color: #222222;
	color: #CCCCCC;
	width: 196px;
}
#autoCompleteSubmit
{
	border: 1px solid #444444;
	background-color: #CCCCCC;
	color: #222222;
}


#autoComplete
{
	width: 200px;
	border: 1px solid #000000;
	background-color: #222222;
	margin: 0px;
	padding: 0px;
	z-index: 100;
	position: absolute;
	display: none;
}
#autoComplete A
{
	display: block;
	text-decoration: none;
	color: #888888;
	margin: 0px;
	padding: 0px 4px 0px 4px;
	border-bottom: 1px solid #333333;
	width: auto;
	
}
#autoComplete A:hover
{
	background-color: #444444;
}


#menuSmall
{
	float: left;
	width: 230px;
	background-color: #00FFCC
}
#menuSmall UL
{
	margin: 0px;
	padding: 0px;
	list-style: none;
}
#menuSmall LI
{
	margin: 0px;
	padding: 0px;
	float: left;
}


#rightColumn
{
	width: 150px;
	margin: 0px;
	padding: 0px;
	float: right;
}
#rightColumn DIV
{
	margin: 0px;
	padding: 10px;
	border-bottom: 1px solid #a7700d;
	color: #222222;
}
#rightColumn SMALL
{
	font-size: 9px;
	color: #f9dfaf;
	display: block;
	text-align: right;
	margin: 0px;
	padding: 0px;
}
#rightColumn B
{
	color: #000000;
}
#rightColumn .readMore
{
	color: #f9dfaf;
	display: block;
	text-align: right;
}



#rightColumn #rightImages
{
	padding-top: 40px;
	border: none;
}
#rightColumn #rightImages IMG
{
	width: 130px;
	height: 130px;
	display: block;
	margin: 0px 0px 10px -20px;
	border: 1px solid #efa013;
	float:left;
}



#languages IMG
{
	border: 1px solid #efa013;
}
#languages IMG:hover
{
	border: 1px solid #FFFFFF;
}
#languages .active
{
	border: 1px solid #f7d18c;
}


#rightColumnForm, #rightColumnTagCloudForm
{
	margin: 0px;
	padding: 0px;
}
#rightColumnForm INPUT
{
	width: 128px;
	margin: 2px 0px 0px 0px;
	padding: 0px;
	border: 1px solid #754e09;
	background-color: #523606;
	color: #FFFFFF;
}
#rightColumnForm .formSubmit
{
	width: 65px;
	margin: 2px 0px 0px 65px;
	padding: 0px;
	border: 1px solid #a7700d;
	background-color: #efa013;
	color: #FFFFFF;
	font-size: 10px;
}


.clear
{
	clear: both;
}


#footer
{
	width: 640px;
	height: 14px;
	margin: 0px auto 0px auto;
	padding: 1px 0px 0px 0px;
	font-size: 9px;
	color: #555555;
	text-align: center;
	background-color: #111111;
	clear: both;
}

