/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

/*BODY*/

body {
	background-color: #FFFFFF;
	color: #bbb;
	font: 12px/18px "Lucida Grande", Geneva, Arial, Verdana, sans-serif;
}

#enter {
width:1024px;
height:724px;
margin:auto;
background-image:url(enter.jpg);
background-repeat:no-repeat;
background-position:center;
}

/* COMMON */
a { color: #ccc; }
a: hover { color: #fff; }
img, div { behavior: url(iepngfix.htc); }


/* HEADER */
#header {
	width: 1024px;
	/*height: 150px; dit was de oude hoogte */ 
height: 535px;
}

/* MENU CONTAINER */

#enter-container { 
position: relative;
width: 1024px;
height: 50px;
color:#1F8F03;
background: transparent; 
}


/*FONT*/
h1 {
	/*padding-left:85px;*/
padding-right:138px;
	color:#1F8F03;
	text-align:right;
	font-weight:normal;
	font-size:14pt;
}

a
	{
	color:#1F8F03;	
	width: 100%;
	white-space:nowrap;
	}

a,  a:visited						/* all menus at rest */
	{
	color: 1F8F03;	
	text-decoration:none;				       	/* removes underlines from links */
	}
