/* De volgende code reset alle CSS voordat nieuwe CSS wordt geladen */
/* Dit is nodig omdat verschillende browsers verschillende standaard CSS waardes hebben */

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,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* ------------------------------------------ Hier begint de layout CSS ------------------------------------------ */

body {
	background-color: #210f03;
	background-image: url(../beeld2009/ag.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
#container {
	height: 100%;
	width: 960px;
	margin-left: -480px;
	left: 50%;
	position: relative;
}
#header {
	float: left;
	height: 200px;
	width: 100%;
	position: relative;
}
h1 {
	font-size: 180%;
}
h2 {
	width: 100%;
	font-family:Helvetica, Arial, sans-serif;
	font-size: 150%;
	color: #923d01;
	padding-bottom: 1em;
	float: left;
}
h3 {
	font-size: 100%;
	color: #923d01;
	padding-bottom: 0.2em;
}

#home-link {
	height:119px;
	width:510px;
	position:absolute;
	text-indent:-9999px;
	background-image: url(../beeld2009/logo.png);
	background-repeat: no-repeat;
	top: 20px;
}
#workshop {
	height:197px;
	width:326px;
	position:absolute;
	text-indent:-9999px;
	background-image: url(../beeld2009/workshop.png);
	background-repeat: no-repeat;
	right: 0px;
	top: -20px;
}
#workshop:hover {
	background-image: url(../beeld2009/workshophover.png);
}
#header ul {
	list-style:none;
	padding-left: 60px;
	padding-top: 172px;
  }
#header li {
	float:left;
	margin:0;
	padding:0 0 0 15px;
	background-image: url(../beeld2009/left.png);
	background-repeat: no-repeat;
	background-position: left top;
  }
#header ul a {
	float:left;
	display:block;
	padding:9px 17px 5px 2px;
	text-decoration:none;
	letter-spacing: 0.1em;
	color:#9c703e;
	background-image: url(../beeld2009/right.png);
	background-repeat: no-repeat;
	background-position: right top;
	font-size: 90%;
	font-family: Courier, monospace;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#header ul a {float:none;}
/* End IE5-Mac hack */
#header a:hover {
	color:#000000;
  }
#home #nav-home, #over #nav-over, #portfolio #nav-portfolio, #contact #nav-contact, #weeshuis #nav-weeshuis {
	background-image:url(../beeld2009/left_on.png);
  }
#home #nav-home a, #over #nav-over a, #portfolio #nav-portfolio a, #contact #nav-contact a, #weeshuis #nav-weeshuis a  {
	background-image:url(../beeld2009/right_on.png);
	color:#210f03;
	padding-bottom: 5px;
  }

#main {
	height: 100%;
	width: 960px;
	float: left;
}
#top {
	background-image: url(../beeld2009/top.png);
	float: left;
	height: 40px;
	width: 100%;
	background-repeat: no-repeat;
	background-position: center;
}
#content {
	background-image: url(../beeld2009/contentag.png);
	background-repeat: repeat-y;
	width: 100%;
	min-height: 300px;
	background-position: center;
	float: left;
	font-size: 90%;
}
#maincontent {
	width: 535px;
	padding-left: 60px;
	float: left;
}
#workshopcontent #maincontent, #portfolio #maincontent, #portfolio2 #maincontent, #portfolio3 #maincontent, #contact #maincontent, #weeshuis #maincontent {
	width: 840px;
}
#maincontent p {
	line-height: 1.3em;
	padding-bottom: 1em;
}
#agenda {
	width: 332px;
	float: right;
	height: 100%;
	font-family: Courier, monospace;
}
#agendatop {
	float: left;
	background-image: url(../beeld2009/agendatop.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 101px;
	width: 100%;
}
#agendatop h3 {
	color: #923d01;
	font-size: 130%;
	padding-right: 54px;
	padding-left: 20px;
	text-align: center;
	font-weight: normal;
	padding-top: 50px;
}
#agendacontent {
	background-image: url(../beeld2009/agendatag.png);
	background-repeat: repeat-y;
	float: left;
}
#agendacontent p {
	color: #923d01;
	padding-right: 64px;
	padding-left: 30px;
	font-size: 90%;
	text-align: center;
	width: 243px;
	padding-bottom: 1.5em;
	line-height: 1.2em;
}
#main a {
	color: #724d23;
}
#main a:hover {
	color: #210f03;
}
#agendabottom {
	float: left;
	background-image: url(../beeld2009/agendabottom.png);
	background-repeat: no-repeat;
	background-position: left top;
	height: 79px;
	width: 100%;
}
#footer {
	background-image: url(../beeld2009/bottom.png);
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 88px;
	float: left;
	margin-bottom: 40px;
}
#footer ul {
	margin:0;
	list-style:none;
	padding-left: 60px;
	padding-top: 55px;
  }
#footer li {
	float:left;
	margin:0;
  }
#footer ul a {
	float:left;
	display:block;
	text-decoration:none;
	letter-spacing: 0;
	color:#724d23;
	font-family: Courier, monospace;
	font-size: 80%;
	padding-right: 1.4em;
  }
/* Commented Backslash Hack
   hides rule from IE5-Mac \*/
#footer ul a {float:none;}

/* End IE5-Mac hack */
#footer a:hover {
	color:#000000;
  }
  
  /* ------------------------------------------ Hier begint de portfolio CSS ------------------------------------------ */

#portfolio #thumbnails p, #portfolio2 #thumbnails p, #portfolio3 #thumbnails p {
	float: left;
}
#portfolio img, #weeshuis img, #portfolio2 img, #weeshuis img, #portfolio3 img, #weeshuis img {
	display: block;
	border-bottom-color: #666666;
	border-left-color: #eee;
	border-top-color: #eee;
	margin-top: 0;
	margin-right: 16px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 40px;
	padding-left: 10px;
	background-color: #FFFFFF;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #666666;
	float: left;
}
#portfolio img:hover, #portfolio2 img:hover, #weeshuis img:hover {
	background-color: #f6f6f6;
	border-top-color: #dedede;
	border-right-color: #b6b6b6;
	border-bottom-color: #b6b6b6;
	border-left-color: #dedede;
}
/* ------------------------------------------ Hier begint de portfolio CSS ------------------------------------------ */

#thumbnails {
	float: left;
	margin-bottom: 20px;
}
#thumbnails2 {
	float: left;
}


/* ------------------------------------------ Hier begint de style CSS ------------------------------------------ */

.accent {
	color:#ff0000;
}
.zwart {
	color:#724D23;
}
