*{
  box-sizing: border-box;
  -moz-box-sizing: border-box;
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
}


a:link {
	text-decoration: none;
}

a:visited {
	text-decoration: none;
}

a:active{
	text-decoration: none;
}
a:hover{
	color: #3C4335;
}

body {
	background-color: #3C4335;
  background-image: url('../images/gradient.gif');
  background-position: left top;
  background-repeat: repeat-x;
	margin: 0px;
	padding: 0px;
}

#main {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-align: left;
}

#main #top {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 166px;
  background-image: url('../images/header.gif');
  background-position: 0px 15px;
  background-repeat: no-repeat;
}

#main #menu {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 30px;
  background-image: url('../images/menu.gif');
  background-position: center top;
  background-repeat: no-repeat;
  color: #C7CCB3;
}

#nav {
	position: absolute;
	top: 168px;
	left: 50%;
	margin-left: -345px;
	width: 690px;
	letter-spacing: 1px;
}

#nav li {
	width: 125px; 
	border-right: solid 0px #3C4335;	
}

ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}


#nav li ul li {
	width: 12em; 
	text-align: left;
}

li { /* all list items */
	float: left;
	position: relative;

}

.mainItem a {
	display:block;
	width: 100%;
	font-size: 14px;
	text-decoration: none;
	padding: 3px;
  color: #C7CCB3;
}

li ul { /* second-level lists */
	display: none;
	position: absolute;
	top: 22px;
	left: 0;
	background-color: #FFFFFF;
	border: solid 1px #C7CCB3;
}

.subItem a {  
	color: #7E826F;
}
.subItem a:hover {  
	color: #7E826F;
	background-color: #DDDDDD;
}


li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
}

li ul a.menunav {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	width: 180px;
	text-align: left;
}

a.menunav:hover {
	text-decoration: underline;
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	width: 180px;
	text-align: left;
}

a.menunav:visited {
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	width: 180px;
	text-align: left;
}

a.menunav:visited:hover {
	text-decoration: underline;
	display: block;
	font-weight: normal;
	color: #000000;
	padding: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	width: 180px;
	text-align: left;
}

#main #sfeer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 272px;
}

#main #sfeer img {
	position: relative;
	top: 0px;
	left: 0px;
}

#main #content {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
  background-color: #FFFFFF;
  font-size: 12px;
  color: #676767;
}


#main #content table{
	padding: 5px;
	margin: 0px;
  font-size: 12px;
}


#main #content .tbltitel{
	background-color: #bbbbbb;
	font-weight: bold;
}

#main #content .odd{
	background-color: #eeeeee;
}

#main #content .even{
	background-color: #dddddd;
}

#main #content h1 {
  font-size: 18px;
  font-weight: bold;
	margin: 0px;
	padding: 0px;
	padding-bottom: 3px;
	margin-bottom: 3px;
  color: #676767;
  margin-left: 10px;
  margin-top: 10px;
  margin-right: 10px;
}

#main #content p {
	line-height: 15px;
	margin: 0;
	padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

#main #content .code {
	background-color: #DDDDDD;
	border: solid 1px #BBBBBB;
	padding: 5px;
}

.fotoboek {
	padding: 5px;
}

#main #content #minHeight {
	position: relative;
	top: 0px;
	right: 0px;
	width: 0px;
	height: 100px;
}



#main #footer {
	position: relative;
	top: 0px;
	left: 0px;
	width: 700px;
	height: 14px;
  background-image: url('../images/footer.gif');
  background-position: center top;
  background-repeat: no-repeat;
  font-size: 9px;
  text-align: center;
}

.contentImage {
	border: solid 1px #DDDDDD;
	margin: 6px;
	padding: 6px;
	margin-left: 11px;
	margin-right: 11px;
}

a {
	color: #3C4335;
}

#webdesign {
	display: none;
  font-size: 9px;
}
