/******** versie vaste lay-out 26/11/2004 *************/


body {
	margin:0;
	padding:0;
	font-family:"trebuchet ms",verdana, sans-serif;
	font-size:80%;
	background-color:#F7F7F5;
	line-height:1.40em;
}

div#container {
	margin:30px auto;
	width:750px;
	border:1px solid #CCC;
	background-color:#fff;
	position:relative;
}

div#titel {
	position: static;
	background:url("titelbalken/bloem_titel.jpg") no-repeat;
	background-color:#fff; 
	border-bottom:1px solid #ccc;
	height: 100px;
	margin:0;
}

div#inhoud {
	margin:30px auto 10px 15px;
	background-color:#fff;
	padding:0;
	width:500px;
}


/*--------- navigatie ----------- */
div#nav {
	position:absolute;
	top:100px;
	right:10px;
	width:180px;
	line-height:1.6em;
	background-color:transparent;
	font-weight:600;
	font-size:90%;
}

#nav p {
	margin:0;
}

#nav ul {
  list-style-type:none;
	margin:50px 0px 30px 0px;
	padding:0;
	line-height:1.4em;
}

#nav ul li {
  border-bottom:1px solid #CCC;
}

#nav ul li li {
	border:1px solid #eee;
}

#nav ul ul {
  margin:0 0 2px 20px;
  padding:0;
	line-height:1.25em;
	background-color:#eee;
	border:1px solid #eee;
}


#nav a {
	background-repeat:no-repeat; 
	display:block;
	background-color: transparent;
	padding:0px 2px  0px 24px;
	margin:3px 0 0 0;
}

#nav a:link {
		color:#c60; 
		text-decoration:none;
}

#nav a:visited {
 	color:#c60;
	text-decoration:none;
}

#nav a:hover {
	text-decoration:underline;
	color:#E87400;
	background-image:url('l1.gif');

}

#nav a.hier:link {
	color:#333;
}

#nav a.hier {
	background-image:url('l3.gif');
	color:#666;
}

.zichtb {
	visibility: visible;
}

.onzichtb {
	visibility: hidden;
}

/*------------- links in tekst --------*/
#inhoud a:link{
	color:#c60;
	text-decoration:underline;
}

#inhoud a:visited {
	color:#666;
}

#inhoud a:hover {
	text-decoration:none;
	color:#E87400;
}

/*------------ headers ---------------*/
h1,h2,h3,h4 {
	font-family:trebuchet,verdana,arial,sans-serif;
	color:#666;
	text-transform:uppercase;
	font-weight:bold;
}

h1 {
  font-size:120%;
  border-bottom:1px solid #ccc;
  color:#C60;
  margin-top:0;  
  padding:10px 0 7px 15px;
	}

h2 {
	font-size:110%;
	margin:1.5em 0 0.4em 0;
}

h3 {
	font-size:100%;
	margin:1.6em 0 0.6em 0;
	text-transform:none;
}


/*-------- paragrafen ---------*/
p {
	margin:0;
	text-indent:1em;
}

p.eerste {
	text-indent:0;
}

p.stelling {
	border: 1px solid #000;
	background-color:#ddd;
	padding:10px;
	margin:10px 0;
}


p.formule {
	text-align:center;
}

p.nieuws {
	border: 1px solid #ccc;
	background-color:#eee;
	padding:10px;
	margin:10px 0;
	text-indent:0;
}

/*----------- divs -------------*/
div.appcontainer {
	text-align:center;
	padding:10px;
}

/*------------ afbeeldingen -------------*/
img.floatrechts {
	float:right;
	margin:5px 0 5px 10px;
}


/*-------------- footer --------------*/
div#footer {
	position: static;
	border-top:1px solid #ccc;
	padding: 5px 0;
	margin: 30px 0 0 0;
	color:#666;
	font-size:80%;
	text-align:right;
	line-height:1.2em;
}


/*------------- lijsten -------------*/
dl {
	margin-left:1em;
}

dt {
	margin-top:0.8em;
	text-transform:none;
	color:#c60;
	font-weight:bold
}

dd {
	margin:0;
}

#inhoud ul {
	margin-left:10px;
	padding-left:10px;
}

ol ol {
	list-style-type: lower-alpha;
}

/*------------- tabel ---------------*/
th {
	text-align:left;
	color:#666;
	padding-left:2px;
	text-transform:uppercase;
}

table {
	margin-top:20px;
}