*{
  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{
	text-decoration: none;
}

HTML {
	height: 100%;
}

body {
	margin: 0px;
	padding: 0px;
	height: 100%;
  background-image: url('../images/achtergrond.jpg');
  background-position: center middle;
  background-repeat: no-repeat;
	background-attachment:fixed;
	background-color: #C9C365;
}

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

#main #top {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 287px;
}

#punchline {
	position: absolute;
	top: 237px;
	left: 280px;
	margin: 0px;
	padding: 0px;
}

#main #footer {
	position: relative;
	top: 0px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	height: 70px;
	font-size: 10px;
	text-align: center;
  background-image: url('../images/footer.gif');
  background-position: center bottom;
  background-repeat: no-repeat;	
}

#main #footer a {
	color: #444444;
}

#maincontent { 
  background-image: url('../images/mainback.gif');
  background-position: left top;
  background-repeat: repeat-y;	 
}
#main #menu {
	position: relative;
	float: left;
	left: 10px;
	width: 180px;
  background-image: url('../.images/mainback.gif');
  background-position: left top;
  background-repeat: repeat-y;	
  padding-left: 26px;
  padding-top: 6px;
}

#main #menu h2 {
	font-size: 14px;
	margin: 0px;
	padding: 0px;
	color: #700000;
}

#main #menu a {
	display:block;
	width: 100%;
	font-size: 12px;
	text-decoration: none;
  color: #000000;
}

#main #menu a:hover {
  color: #C4914F;
}

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


#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;
	float: right;
	width: 660px;
  font-size: 12px;
  color: #676767;
  background-image: url('../.images/mainback.gif');
  background-position: right top;
  background-repeat: repeat-y;	
  padding-top: 6px;
  padding-right: 26px;
}

#main #content a {
  color: #700000;
}

#main #content a:hover {
  color: #C4914F;
}

#main #content table{
	padding: 0px;
	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 #contentDiv {
	line-height: 15px;
	margin: 6px;
	padding: 0px;
  margin-left: 10px;
  margin-right: 10px;
}

#main #content p {
	line-height: 15px;
	margin: 0;
	padding: 0px;

}

#main #content .title {
	color: #700000;
	font-size:11px;
	font-weight: bold;
}


#main #content .path {
	color: #700000;
	font-size:11px;
}

#main #content .middle {
	color: #000000;
	font-size:11px;
	padding-top:5px;
	padding-bottom:5px;
}

#main #content .footer {
	color: #860000;
	font-size:11px;
	border-top: 0px solid #000000;
	font-style: italic;
}

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



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



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