/* colors: darklue = 78,78,138 = #4e4e8a
           lightblue = 169,169,219 = #a9a9db
*/

body {
	behavior:url("ie_hover.htc");
}

img {
   behavior:url("ie_png.htc");
}

html {
	font-family:arial,tahoma,verdana,helvetica, sans-serif;
	font-size:12px;
	background-image:url('images/background.jpg');
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 100% 100%;

}

h1 { font-size:140%; color:#951126;}
h2 { 
	font-size:125%; 
	text-align:center;
	color:#951126;
}

h3 {color:#951126;
	font-weight:bold;
	}


#first_page ul{
	margin-left:2em;
	list-style-type: disc;
	padding:0px;
	border:0px solid white;
	background: transparent;
	color:black;
}

#first_page li{
	display:list-item;
	color:black;
	position:relative;
	padding:0px;
	width:auto;
	background:transparent;
	border:0px solid white;
	border-right:0px;
	z-index:1;
}


#first_page a{
	color:#777;
	font-weight:normal;
	text-decoration:none;
	background: transparent;
}

#first_page div.klein {
  	font-size:80%; 
}

#first_page div.kopje {
	 color:#951126;
	 font-weight:bold;
}

#first_page div.klein.a {
  	font-size:80%; 
}
#content ul{
	margin-left:2em;
	list-style-type: disc;
	padding:0px;
	border:0px solid white;
	background: transparent;
	color:black;
}



#content li{
	display:list-item;
	color:black;
	position:relative;
	padding:0px;
	width:auto;
	background:transparent;
	border:0px solid white;
	border-right:0px;
	z-index:1;
}

#content ul ul {
	position:relative;
	display:list-item;
	right:0px;
	background: transparent;
	top:0px;
}

#content a{
	color:#777;
	font-weight:normal;
	text-decoration:none;
	background: transparent;
}



#content div.sem {
	float: right; 
	position: relative; 
	margin: 10px;
  	margin-right: -75px; 
  	width:200px;
  	font-size:80%; 
  	font-weight: bold; 
  	text-align: center;
}

#content div.graph {
	float: right; 
	position: relative; 
	margin: 10px;
  	margin-right: -75px; 
  	width:300px;
  	font-size:80%; 
  	font-weight: bold; 
  	text-align: center;
}
	
	
#content div.kopje {
	 color:#951126;
	 font-weight:bold;
}

#menu a{
	display:block;
	font-weight:normal;
	text-decoration:underline;
	padding:2px;
	margin:0px;
	border:0px;
	background: transparent;  /* url('images/darkblue.gif');*/
} 

#menu a:link {
	text-decoration:underline;
	color:#a9a9db;
	border:0px;

	background: transparent;  /* url('images/darkblue.gif');*/
} 

#menu a:visited {color:#a9a9db;
	border:0px;}	

#menu a:hover {
	color:#4e4e8a;
	border:0px;

	background: transparent;  /* url('images/lightblue.gif');*/
}
#menu a:visited:hover {
	color:#4e4e8a;
	border:0px;
}



li {color: #a9a9db;}
li:hover {color: #4e4e8a;}

/* algemeen */

div#topbar {
	margin-left:0px;
	margin-top:0px;
}


div#content {
	margin-left:200px;
	margin-top:0px;
	width:450px;
	text-align:justify;
	background:transparent;
}


div#first_page {
	margin-left:200px;
	margin-top:0px;
	width:525px;
	text-align:left;
	background:transparent;
}

ul#menu {
	position:absolute;
	left:25px;
	top:100px;
}

/* Het 100% CSS menu */

ul, li {
	margin:0px;
	padding:0px;
	display:block;
	background: white;
	z-index:2;
}

ul {
	list-style:none;
	padding:1px solid white;  /* 1px */
	border:0px;
	background: #4e4e8a;
}

li {
	position:relative;
	padding:0px;   /* 2px */
	width:150px;
	background: url('images/darkblue.gif');
	border-top:0px #4e4e8a;
	border-left:0px #4e4e8a;
	border-bottom:0px #4e4e8a;
	border-right:8px solid #a9a9db;
	z-index:9;
}

li.submenu {
	border-right-color:#4e4e8a;
	padding:0px;
	background: url('images/darkblue.gif');
}

/* decoratieve hover */

li:hover {
	border:0px;
	background:url('images/lightblue.gif');
	border-right:8px solid #a9a9db;
	z-index:15;
}

/* Alle subnavigatie hidden */

ul ul {
	position:absolute;
	display:none;
	right:-115px;
	top:-5px;
	background: #4e4e8a;
}

/* :hover, met specificity */

li:hover ul ul {
	display:none;
	color:#4e4e8a;
}

li:hover ul, li:hover li:hover ul {
	display:block;
	color:#4e4e8a;
	border:1px solid white;
	background: url('images/lightblue.gif');
}
