html {
 margin: 0;
 padding: 0 }
/* basic rules for body, individual IDs will only have variations from these rules */
body {
	color: black;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:13px;
	line-height:normal;
	background-color: white;
	background-repeat: no-repeat;
	background-position: 20px 20px;
	margin-top: 0;
	margin-left: 45;
	margin-right: 45;
	padding: 0;
}
/* element tags */
h1 {
 color: #66c;
 font-size: 2em;
 line-height: 1.25em;
 margin-top: 0;
 margin-bottom: 0 }
h1+h2 {
 color: navy;
 font-size: 1.25em;
 line-height: 1.25em;
 text-align: right;
 margin-top: 0;
 margin-bottom: 0.25em;
 border-bottom: 1px solid navy }
h2 {
 color: navy;
 font-size: 1.5em;
 line-height: 1.25em;
 text-align: right;
 margin-top: 0;
 margin-bottom: 0.25em;
 border-bottom: 1px solid navy }
p {
 margin-top: 0.8em;
 margin-bottom: 0 }
p:first-child {
 margin-top: 0;
 margin-bottom: 0.8em }
ul, ol {
 margin-top: 0.33em;
 margin-bottom: 0.8em;
 margin-left: 0.5em;
 padding-left: 1em }
ol ul, ul ul {
 color: black;
 font-weight: normal;
 list-style-type: disc;
 margin-bottom: 0;
 margin-left: 0;
 padding-left: 1em }
li {
 margin-bottom: 0.2em }
li:hover {
 color: #66c }
code {
 color: gray;
 font-size: 1.15em;
 font-family: "Courier New", Courier, Monaco, monospace;
 font-weight: bold;
 line-height: 1.4em;
 letter-spacing: 2px }
a:link {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}
a:visited {
	color: #3CA329;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #66c;
	text-decoration: underline;
}
strong {
 color: navy;
 font-weight: bold }
/* rules for IDs */
img {
	display:block;
	border: 0;
}
#floatleft {
	float: left;
	margin:15px 10px 10px 0;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #999;
}
#floatright {
	float: right;
	margin:15px 0px 10px 10px;
	background-color: #fff;
	padding: 0px;
	border: 1px solid #999;
}
#header {
	width:950px;
	font-size: 1em;
	font-weight: bold;
	height: 45px;
	background-color: white;
}
#header h1 {
	font-size:15px;
	color:navy;
	border-bottom: 1px dotted silver;
}
#navigatie {
	float: left;
}
#nav a {
	color: gray;
	font-weight: normal;
	text-decoration: none }
#main {
	width:950px;
}
#mainnav {
 color: silver;
 visibility: visible;
 position: absolute;
 top: 460px;
 left: 20px;
 width: 260px;
 font-size: 0.85em; }
#navmenu   {
  line-height: 1.5;
  background-color: #99ccff;
  position: absolute;
  top: 2em;
  left: 0;
  width: 100% }
#mainnav a:link, #mainnav a:visited   {
color: #cd6a00;
font-weight: normal;
display: block;
width: 100% }
#mainnav a:hover  {
 color: #66c;
 font-weight: normal;
 text-decoration: none;
 display: block;
 width: 100%;}
#navmenu ul  {
line-height: 1;
list-style-type: none;
margin: 0;
padding: 0.5em 0.1em;
width: auto;
border: double 3px silver;
}
#navmenu a:link, #navmenu a:visited {
	color: gray;
	padding: 0.1em 0.5em;
}
#navmenu a:visited {
	color: silver;
}
#navmenu a:hover {
	color: #66c;
} 
#iemac{color:silver;font-size:75%;line-height:1.3;clear:both}
#iemac h3{color:gray;font-size:1.2em;margin-bottom:.25em;padding:0}
#iemac p{margin:0 0 0.8em}
/* commented backslash hack for IE/Mac \*/
#iemac {display:none}
/* recover from hack */
#Copyright p  {
	width:950px;
	text-align: center;
	font-size: 1em;
	font-weight: bold;
	line-height: 1em;
	background-color: white;
	margin-top: 2em;
	padding-top: 0.5em;
	padding-bottom: 0em;
	border-top: 1px dotted silver;
}
