/***** initialization ******/
*
{
	margin: 0;
	padding: 0;
	font-family:arial,helvetica, sans-serif;
	font-size: 12px;
}

html, body, body form
{
	height: 100%;
}
  h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    margin-bottom: 1em;
}
img
{
	border: 0;
}

a:focus {
	outline: none !important; /* mozilla */
}
/**** foundation *****/
body 
{
	background-color: white;
	text-align: center;
	color: black;
	/*line-height: 18px;*/
}

#wrapper
{
	position: relative;
	margin: 0 auto;
	background-color: #cfea2b;
	background-image: url('/images/himmelwike_bg.gif');
	background-repeat: repeat-y;
	width: 750px;
	text-align: left;
	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/*border: 3px solid fuchsia; */
}


#Container
{
	position: relative;

	min-height: 100%;
	height: auto !important;
	height: 100%;
	
	/*

	border: 3px solid white;*/
}
#Container, #footer, #subhead
{
	/*width: 967px;*/
}
#Container, #footer
{
	text-align: left;
}

#header
{
	position: relative;
	height: 182px;
	background-color: white;
	background-image: url('/images/top_home.jpg');
}

#LeftColumn, #CenterColumn, #RightColumn
{
	float: left;
	/*border: 2px solid black;*/
	z-index: 2;	
}

#LeftColumn
{
	clear: both;
	/*width: 150px;*/
	width: 153px;
	background-image: url('/images/bg_left.jpg');
	background-repeat: repeat-y;
}
#LeftColumn .faux_minheight, #CenterColumn .faux_minheight
{
	float: left;
	width: 1px;
	height: 320px;
}
#LeftColumn img
{
	border: 0;
}

#CenterColumn
{
	/*width: 480px;*/
	width: 473px;
}

#LeftColumn .faux_minheight
{
	float: left;
	width: 1px;
	height: 320px;
}

#RightColumn
{
	/* width: 120px; */
	width: 124px;
	background-image: url('/images/bg_right.jpg');
	background-repeat: repeat-y;
}
#RightColumn .faux_minheight
{
	float: right;
	width: 1px;
	height: 320px;
}
/*
#footer_wrapper, #footer
{
	position: relative;
	overflow: visible;
}

#footer_wrapper
{
	position: relative;
	margin: 0 auto;
	width: 750px;
	text-align: left;
}

#footer
{
	height: 128px;
	margin-top: -128px;
}

#footer
{
	clear: both;
	background-image: url('../images/bg_kleurlijnen_bottom.gif');
	background-repeat: repeat-x;
	background-color: white;
	text-align: left;
	z-index: 10;
}
*/
.push
{
	/*height: 128px;*/
	clear: both;
}


/*** navigaton ***/

div#uxLeftNavigation ul a
{
	text-decoration: none;
	display: block;
	color: #3e2c90;
	font-size: 13px;
	font-weight: bold;
}

div#uxLeftNavigation ul li 
{
	 list-style-type: none;
	 text-indent: 4px;
	 line-height: 32px;
	 vertical-align: middle;
}

div#uxLeftNavigation ul li a 
{
	height: 32px;
	width: 140px;
}
div#uxLeftNavigation ul li a:hover, div#uxLeftNavigation ul a.active 
{
	background: transparent url('/images/butt_big_bg.png') left center no-repeat;
}

div#uxLeftNavigation ul ul 
{
	padding-left: 1em;
	color: #fe9321;
}
div#uxLeftNavigation ul ul li 
{
	text-indent: 15px;
	line-height: 16px;
	vertical-align: middle;
}
div#uxLeftNavigation ul ul li a 
{
	height: 16px;
	width: 134px;
	font-size: 11px;
	background: transparent url('/images/butt_small_bg_or_off.png') left center no-repeat;
}
div#uxLeftNavigation ul ul li a:hover, div#uxLeftNavigation ul ul a.active 
{
	background: transparent url('/images/butt_small_bg_or_on.png') left center no-repeat;
}

div#uxLeftNavigation ul ul ul 
{
	/*padding-left: 22px;
	color: #3e2c90;*/
	padding-left: 0;
}

div#uxLeftNavigation ul ul ul li
 {
/*
	list-style-type: disc;
	display: list-item;
	*/
}
div#uxLeftNavigation ul ul ul li a 
{	
/*	text-indent: 0;*/
}
div#uxLeftNavigation ul ul ul li a, div#uxLeftNavigation ul ul ul li a:link 
{
	/*background: none;*/
	font-weight: normal;
	background: transparent url('/images/butt_small_bg_bl_off.png') left center no-repeat;
}
div#uxLeftNavigation ul ul ul li a:hover, div#uxLeftNavigation ul ul ul a.active 
{
	text-decoration: underline;
	/*background: none;*/
	background: transparent url('/images/butt_small_bg_bl_off.png') left center no-repeat;
}
div#uxLeftNavigation li ul, div#uxLeftNavigation li.active ul ul
{
	display: none;
}
div#uxLeftNavigation li.active ul, div#uxLeftNavigation li.active li.active ul 
{
	display: block;
}
/*div#uxLeftNavigation ul ul li.active ul, div#uxLeftNavigation li.active li.active ul*/
/*** end of navigation ***/

/**** end of foundation ******/
#uxContent
{
	margin: 3px;
}
#uxContent ul, #uxContent ol
{
	list-style-position: inside;
}
/*


#footer_uxFooterControl
{
            
}
*/
/* *** Float containers fix: */ 

.clearfix:after 
{
	content: "."; 
	display: block; 
	height: 0; 
	clear: both; 
	visibility: hidden;
}

.clearfix{display: inline-block;}

/* Hides from IE-mac \*/
 * html .clearfix{height: 1%;}
.clearfix{display: block;}
/* End hide from IE-mac */

