/* 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;
}

#main {
width:800px;
height:600px;
margin:auto;
background-image:url(hm.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: 800px;
	/*height: 150px; dit was de oude hoogte */ 
height: 200px;
}

/* FOOTER */
#footer {
width: 800px; 
height: 20px;
/*background: url(slider.png) no-repeat;*/
}


/* MENU CONTAINER */

#hm-container { 
position: relative;
width: 750px;
height: 400px;
/*
margin-left:25px;
padding-left:1px;
margin: 0 auto;
border:thin;
border-color:#000000;
border-style:solid;
*/
background: transparent; 
}


/* MENU */
#mn-fotografie {
height:75px;
background: transparent;
}

#mn-illustratie {
height:75px;
background: transparent;
}

#mn-curses {
height:75px;
background: transparent;
}

#mn-contact {
height:75px;
background: transparent;
}

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

p2 {
	color:#000000;
	text-align:left;
	font-weight:normal;
	font-size:14pt;
	opacity:100;
}

h2 {
	color:#000000;
	text-align:left;
	font-weight:normal;
	font-size:14pt;
	opacity:100;
}
