body, html { margin:0px;padding:0px; }



h1,h2,h3,h4,h5,h6 {font-weight:bold; color:#666666; font-family:Verdana,Arial,sans-serif,helvetica; line-height:140%; }
h1 { margin: 0 0 10px 0; color:#666666;}
h2 { font-size:11px; margin:10px 10px 8px 0; }
h3 { font-size:11px; margin:10px 10px 8px 0;  }
h4 { font-size:10px; font-weight:normal; margin:5px 20px 8px 75px; color:#ffffff;}
p { font-size:11px; margin:0; color:#666666; font-family:Verdana,Arial,sans-serif,helvetica; line-height:140%; }
a { text-decoration:none; color:#F44D0A; border: none;}
a:hover { color:#666666; text-decoration:underline;}

h1.kop { font-size:12px; }
h1.onderkop { font-size:12px; margin: -10px 10px 8px 0;  color:#F44D0A;}

a.footer { color:#ffffff; text-decoration:none;}
a.footer:hover { color:#666666; text-decoration:underline;}
.portfolio { position:absolute;bottom:0;padding: 0 0 15px 10px;display:inline; }
.onderschrift {font-size: 9px; margin: 0; color:#cccccc; }
h1.citaat { margin: 0px 70px 0px 0; font-family: georgia, garamond, lucida bright, times; font-size: 23px; font-style: italic; font-weight: normal; color:#F44D0A; }

body {
  font-family:verdana,sans-serif,helvetica,arial;
  color:#000;
  font-size:70%;
  text-align:center;
  line-height:170%;
  background:#fff url('../images/webachtergrond.jpg') top center repeat-x;
}


div#container {
  width: 750px;
  height: 620px;
  text-align: left;
  border:0;
  margin:0 auto;
  padding:0;
}
div#header {
  height: 220px;
  border: 0;
  padding: 0;
  margin: 0;
  background: #fff  url('../images/kop.jpg') top center no-repeat;
}
div#main {
  text-align: left;
  border:0;
  padding: 0;
  margin: 0px 0px 0px 0px;
  width:750px;
  height: 320px;
  background: #fff  url('../images/main.jpg') top center no-repeat;
  background-color: #fff;
}
div#tekst {
  border: 0;
  width: 585px;
  height: 320px;
  overflow: none;
  margin: 0px 20px 0 75px;
  padding: 0px 0 0 0;
}
div#download {
  border: 0;
  width: 450px;
  height: 320px;
  overflow: none;
  margin: 0px 20px 0 75px;
  padding: 20px 20px 20px 20px;
}

div#menu {
  border: 0;
  width: 150px;
  height: 320px;
  position: relative; 
  float: left;
  margin: 0px 5px 0px 0px;
  overflow: none;
  padding: 0 10px 0 0px;
}

div.portfolio {
  border: 0;
  width: 320px;
  height: 60px;
  margin: 0px 45px 0px 0px;
  padding:0px 45px 0px 0px;
  position:relative;
  float: right;
  display: inline;
}

div#footer {
  border:0;
  padding: 0;
  margin: 0;
  height: 45px;
  background: #fff  url('../images/footer.jpg') top center no-repeat;
}

#author { padding: 125px 0 10px 10px; }
#author a { border: none; }

img { border: none; }

img.noborder {
	border: 0;
	margin: 0px 5px 0px 0px;
	padding: 0px 5px 0px 0px;
	width: 60px;
  height: 60px;
}

img.home {
border: 0;
	margin:-35px 5px 0px 0px;
	 float: right;
	}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 150px; /* Width of Menu Items */
	border-bottom: 2px solid #fff;
	}

ul li {
	position: relative;
	}
	
li ul {
	position: absolute;
	left: 149px; /* Set 1px less than menu width */
	top: 0;
	display: none;
	}

/* Styles for Menu Items */
ul li a {
	display: block;
	text-decoration: none;
	color: #777;
	background: #eee; /* IE6 Bug */
	padding: 5px;
	border: 2px solid #fff;
	border-bottom: 0;
	}

/* Fix IE. Hide from IE Mac \*/
* html ul li { float: left; height: 1%; }
* html ul li a { height: 1%; }
/* End */

ul li a:hover { color: #ffffff; background: #EC6C39; text-decoration: none;} /* Hover Styles */
ul li a.selected { color: #ffffff; background: #cccccc; text-decoration: none;}		

li ul li a { padding: 2px 5px; } /* Sub Menu Styles */
		
li:hover ul, li.over ul { display: block; } /* The magic */
