@charset "utf-8";
/* CSS Document */

/* =reset 
*****************************************************/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td{ margin:0px; padding:0px;}

	/*** standaard ***/
	ul { list-style:disc;}
	img, fieldset { border:0px;}
	h1 {font-size:16px;margin:0px 0px 10px 0px;}
	h2 {font-size:14px;margin:0px 0px 10px 0px;}
	h3 {font-size:13px;margin:0px 0px 10px 0px;}
	p {margin:0px 0px 10px 0px;}
	ul {margin:0px 0px 0px 20px;}
	ol {margin:0px 0px 0px 20px;}

/* =body
*****************************************************/
body {font-family:Arial, Helvetica, sans-serif;font-size:12px;color:#1f1c19;background:url(/images/bodyBack.jpg) center repeat-y #1f1c19;}

	#wrapperOuter {float:left;width:100%;min-height:100%;background:url(/images/wrapperBacka.jpg) top repeat-x;}
		
		/* =wrapper
		*****************************************************/
		#wrapper {position:relative;width:1000px;margin: 0 auto;background:url(/images/bodyBack.jpg) center repeat-y;}
		
			#leftShadow {width:70px;height:700px;position:absolute;top:0px;left:-70px;background:url(/images/leftBack.png) no-repeat;}
			#rightShadow {width:70px;height:700px;position:absolute;top:0px;right:-70px;background:url(/images/rightBack.png) no-repeat;}
			
		/* =header
		*****************************************************/
		#header {width:1000px;height:326px;float:left;position:relative;overflow:hidden;background:url(/images/headerBack_hout.jpg) no-repeat;}
		
			img.logoPic {position:absolute;top:182px;left:25px;}
			
			/***centering topmenu***/
			#topCenter1 {float: left; position: relative; left: 50%;}
			#topCenter2 {float: left; position: relative; left: -50%;}
			
			#topMenuLeft {width:22px;height:30px;float:left;background:url(/images/topMenuLeft.png) no-repeat;}
			#topMenuTekst {height:30px;float:left;background:url(/images/topMenuBack.png) top repeat-x;text-align:right;overflow:hidden;}
			#topMenuRight {width:22px;height:30px;float:left;background:url(/images/topMenuRight.png) no-repeat;}
			
				#menubar {list-style:none;margin:0px 0px 0px 0px;}
				#menubar li {display:inline;float:left;margin:0px 12px 0px 12px;}
				#menubar li a {color:#FFFFFF;font-size:16px;position:relative;top:4px;}
				#menubar li a:hover {color:#999149;}
				#menubar li.menubaritemselected a {color:#999149;}
				#menubar li.betweenmenubaritems img {float:left;}
		
		/* =content
		*****************************************************/
		#content {width:1000px;min-height:374px;float:left;position:relative;overflow:hidden;background:url(/images/contentBack.jpg) top no-repeat;}
		
		/* =sideBox
		*****************************************************/
		#sideBox {width:132px;min-height:1px;float:left;position:relative;overflow:hidden;padding:0px 12px 50px 30px;}
		
			#mainmenu {list-style:none;margin:0px 0px 0px 0px;}
			#mainmenu li {margin:0px 0px 5px 0px;}
			#mainmenu li a {color:#FFFFFF;font-size:13px;text-transform:lowercase;} 
			#mainmenu li a:hover {color:#1f1c19;}
			#mainmenu li.mainmenuitemselected a {color:#1f1c19;font-weight:bold;}
			
			#mainmenu ul {list-style:none;margin:2px 0px 25px 0px;}
			#mainmenu li.mainmenuitemselected ul li a {font-weight:normal;font-style:italic;}
			#mainmenu li.mainmenuitemselected ul li.submenuitemselected a {font-weight:bold;}
		
		/* =tekstContent
		*****************************************************/
		#tekstContent {width:528px;float:left;position:relative;overflow:hidden;padding:0px 0px 50px 0px;line-height:18px;}
		
		/* =actionbar
		*****************************************************/
		#actionbar {width:254px;float:right;position:relative;overflow:hidden;padding:0px 0px 50px 0px;line-height:18px;}
	
			div.actBox {width:241px;float:right;overflow:hidden;margin:0px 0px 10px 0px;}
			div.actTop {width:241px;height:21px;float:left;overflow:hidden;background:url(/images/actTop.png) no-repeat;}
			div.actTekst {width:199px;float:left;overflow:hidden;background:url(/images/actMiddle.png) repeat-y;padding:0px 15px 0px 27px;}
				div.actTekst {color:#FFFFFF;font-size:11px;}
				div.actTekst a {color:#bec37b;text-decoration:underline;}
			div.actBottom {width:241px;height:21px;float:left;overflow:hidden;background:url(/images/actBottom.png) no-repeat;}
			
A:LINK
{
color: #1F1F1F;
text-decoration: underline;
}
A:VISITED
{
color: #1F1F1F;
text-decoration: underline;
}
A:HOVER
{
color: #000000;
text-decoration: underline;
}


