/* begin menu */
#menu {
	list-style: none;
	padding: 0;
  	width: 950px;
	height: 90px;
	position: relative;
	overflow: hidden;
}
#menu a {
  display: block;
  text-indent: -900%;
  position: absolute;
  outline: none;
}
#menu a:hover {
  background-position: left bottom;
}
#menu .home {
  width: 190px;
  height: 90px;
  background: url(images/home.png) no-repeat;
  left: 0px;
  top: 0px;
}
#menu .peter {
  width: 190px;
  height: 90px;
  background: url(images/peter.png) no-repeat;
  left: 190px;
  top: 0px;
}
#menu .school {
  width: 190px;
  height: 90px;
  background: url(images/school.png) no-repeat;
  left: 380px;
  top: 0px;
}
#menu .projecten {
  width: 190px;
  height: 90px;
  background: url(images/projecten.png) no-repeat;
  left: 570px;
  top: 0px;
}
#menu .contact {
  width: 190px;
  height: 90px;
  background: url(images/contact.png) no-repeat;
  left: 760px;
  top: 0px;
}

#menu .schoolactive {
  width: 190px;
  height: 90px;
  background: url(images/schoolover.png) no-repeat;
  left: 380px;
  top: 0px;
}

#menu .peteractive {
  width: 190px;
  height: 90px;
  background: url(images/peterover.png) no-repeat;
  left: 190px;
  top: 0px;
}
#menu .homeactive {
  width: 190px;
  height: 90px;
  background: url(images/homeover.png) no-repeat;
  left: 0px;
  top: 0px;
}

/* einde menu */

/* begin submenu */
#submenu {
	background: black; 
	height:20px;
	line-height: 20px;
	width: 914px;
	text-align:left;
	font-family: arial;
	padding-left: 40px;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
}

#submenu ul li {
background: black;
color: white;
display: inline;
padding-right: 20px;

}
a:link.petersub {
color: white;
text-decoration: none;
}
a:visited.petersub{
color: white;
text-decoration: none;
}
a:hover.petersub{
color: #fbc9c3;
text-decoration: none;
}
a:link.petersubactive {
color: #fbc9c3;
text-decoration: none;
}
a:visited.petersubactive{
color: #fbc9c3;
text-decoration: none;
}
/* einde submenu */

#container {
width: 950px;
margin: 0 auto;
text-align: left;
} 

body {
	text-align: center;
	background-image: url('images/bgimage.jpg');
}

h1 {
	font-size:20pt; 
	padding: 0px 20px 0px 20px; 
	text-align:left;
	}
h2 {
	font-size:18pt; 
	padding: 0px 20px 0px 20px; 
	text-align:left;
	}
	
h3 {
	font-family: arial;
	padding: 0px 20px 0px 20px; 
	text-align:left;
	font-weight: bold;
	font-size: 14pt;
	}

	
p {
	font-family: arial;
	padding: 0px 20px 0px 20px; 
	text-align:left;
	line-height:1.1;
	}

#inhoud {
	padding: 0px;
  	width: 950px;
	height: auto;
	position: relative;
	border: 2px solid;
	vertical-align: top;
	background: white;
	-moz-box-shadow: 5px 5px 20px #000;
	-webkit-box-shadow: 5px 5px 20px #000;
} 


/* RESET */

html, body, div, span, applet, object, iframe, h5, h6, 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;
	vertical-align: baseline;
	}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

:focus {
	outline: 0;
}

ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
