@charset "utf-8";
body {
	margin: 0px;
	padding: 0;
	background-color: #94b5ba;
	font-family: "Cambria, Century Gothic, Times New Roman";
	font-size: 11pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	}
	
h1 {
	margin-top: 16px;
	margin-left: 20px;
	margin-bottom: 0px;
	font-family: "Cambria, Century Gothic, Times New Roman";
	font-size: 30pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	float: left;
	}

h2 {
	margin-top: 35px;
	margin-left: 25px;
	margin-bottom: 0px;
	font-family: "Cambria, Century Gothic, Times New Roman";
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
	float: left;
	}

h3 {
	margin-left: 0px;
	margin-bottom: 0px;
	font-family: "Cambria, Century Gothic, Times New Roman";
	font-size: 16pt;
	color: #000000;
	font-weight: normal;
	text-decoration: none;
}

a:link  {font-family: "Trebuchet MS";	font-size: 9pt;	color: #123536;	font-weight: normal; text-decoration: none;}
a:visited {font-family: "Trebuchet MS";	font-size: 9pt;	color: #123536;	font-weight: normal;text-decoration: none;}
ar:active {font-family: "Trebuchet MS";	font-size: 9pt;	color: #123536;	font-weight: normal;text-decoration: none;}
a:hover {font-family: "Trebuchet MS";	font-size: 9pt;	color: #650707;	font-weight: normal; text-decoration: underline;}

a.menu-hover:link  {font-family: "Trebuchet MS";	font-size: 12pt;	color: #000000;	font-weight: normal; text-decoration: none;}
a.menu-hover:visited {font-family: "Trebuchet MS";	font-size: 12pt;	color: #000000;	font-weight: normal; text-decoration: none;}
a.menu-hover:active {font-family: "Trebuchet MS";	font-size: 12pt;	color: #9F1717;	font-weight: normal; text-decoration: none;}
a.menu-hover:hover {font-family: "Trebuchet MS";	font-size: 12pt;	color: #9F1717;	font-weight: normal; text-decoration: none;}

a.menu-hover1:link  {font-family: "Trebuchet MS";	font-size: 10pt;	color: #000000;	font-weight: normal; text-decoration: none;}
a.menu-hover1:visited {font-family: "Trebuchet MS";	font-size: 10pt;	color: #000000;	font-weight: normal; text-decoration: none;}
a.menu-hover1:active {font-family: "Trebuchet MS";	font-size: 10pt;	color: #9F1717;	font-weight: normal; text-decoration: none;}
a.menu-hover1:hover {font-family: "Trebuchet MS";	font-size: 10pt;	color: #9F1717;	font-weight: normal; text-decoration: none;}

#container {
	border-style: solid;
	border-color: #558aa9;
	border-width: 5px;
	background-color: #94b5ba;
	width: 780px;
	min-height: 780px;
	margin: 0em auto;
	margin-top: 25px;
	margin-bottom: 25px;
overflow: hidden;
    _height: 0;
    _overflow: visible;
	}

.header {
	float: left;
	height: 75px;
	width: 700px;
	width: auto;
	}
	
#menu {
	width: 150px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	border-right-color: #7CA2A8;
	border-right-style:solid;
	border-right-width: 2px;
	height: 650px;
	}
div[id] #menu{   /*DIV mee laten rekken, Opera en FF met min-height*/
   height:auto
   }
ul#topmenu { 
    margin: 0; 
    padding: 0; 
    list-style: none; 
	text-align: left;
	position: fixed;
	top: 115px;
}

#content{
	width: 540px;
	margin-left: 20px;
	margin-top: 15px;
	margin-bottom: 15px;
	float: left;
	height: 650px;
	overflow: auto;
	}

div[id] #content {   /*DIV mee laten rekken, Opera en FF met min-height*/
   height:auto
   }

#footer {
	margin-top: 50px;
	margin-bottom: 3px;
	margin-left: 10px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #562e22;
	font-weight: normal;
	width: 590px;
	}

#copy {
	margin-top: 50px;
	margin-bottom: 3px;
	margin-left: 10px;
	float: left;
	font-family: "Trebuchet MS";
	font-size: 10pt;
	color: #562e22;
	font-weight: normal;
	}