/* CSS Document */
body {
	background-color: #dddddd;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	color: black;
	font-size: small;
}

#Totaal{
	width: 1000px;
	margin: auto;
}

#top{
	background: url(images/boven.png);
	background-repeat: no-repeat;
	width: 1000px;
	height: 150px;
}
		
#banner{
	height: 110px;
	width: 980px;
	padding: 5px;
	margin: 0px;
	float: left;
}
	
#menu{
	height: 40px;
	width: 960px;
}

#bottom{
	width: 1000px;
	overflow-y: auto;
	background: url(images/bottom.png);
	background-repeat:repeat-y;
}

#subject{
	width: 900px;
	padding: 10px;
	padding-left: 50px;
	padding-right: 20px;
	padding-top: 20px;
	float: left;
	margin: 0px;
}
	
h1{
	padding-top: 10px;
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #009900;
}

	h1 a{
		text-decoration: none;
	}

h2{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-left: 10px;
	color: #009900;
}

.links10{
	margin-left: 10px;
}

a:link{
	color: #339900;
}

a:visited{
	color: #336600;
}

a:hover{
	color: #33CC00;
}
	
#afsluiting{
	width: 1000px;
	height: 32px;
	background: url(images/copy.png);
	background-repeat: no-repeat;
	padding-left: 50px;
}

#taal{
	width: 950px;
	height: 20px;
	padding-right: 50px;
	text-align: right;
}

img{
	border: none;
}


/* Het uitzicht van het gebruikte lettertype op de menubalk */
div.WinBalk, div.WinBalk a.WinKnop, div.menu, div.menu a.WinItem {
  font-family: "MS Sans Serif", Arial, sans-serif;
  font-size: 10pt;
  font-style: normal;
  font-weight: normal;
  color: white;
}

/* De achtergrondkleur van de bovenste menubalk */
div.WinBalk { 
  padding: 4px 2px 4px 2px;
  text-align: left;
  width: 900;
  margin-left: 50px;
}


/* De 'normale' kleur van de tekst op de bovenste menubalk */
	div.WinBalk a.WinKnop {
	  background-color: #44aa00;
	  border: 1px solid #003300;
	  color: white;
	  cursor: default;
	  left: 0px;
	  margin: 1px;
	  padding: 2px 6px 2px 6px;
	  position: relative;
	  text-decoration: none;
	  top: 0px;
	  z-index: 100;
	}

		/* De kleur bij muisover van de tekst op de bovenste menubalk */
		div.WinBalk a.WinKnop:hover {
		  background-color: #006600;
		  border-color: #003300;
		  color: white;
		}

		/* De kleur van de actieve (= aangeklikte) tekst op de bovenste menubalk */
		div.WinBalk a.WinKnopActive, div.WinBalk a.WinKnopActive:hover {
		  background-color: #006600;
		  border-color: #003300;
		  color: white;
		  left: 1px;
		  top: 1px;
		}

/* De achtergrondkleur van de submenu's */
div.menu {
  background-color: #44aa00;
  border: 1px solid;
  border-color: #003300;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  z-index: 101;
}

	/* De 'normale' tekstkleur van de submenu's */
	div.menu a.WinItem {
	  color: white;
	  cursor: default;
	  display: block;
	  padding: 3px 1em;
	  text-decoration: none;
	  white-space: nowrap;
	}
		
		/* Achtergrondkleur en tekstkleur submenu's bij mouseover */
		div.menu a.WinItem:hover, div.menu a.WinItemOplichten {
		  background-color: #006600;
		  color: #white;
		}

		div.menu a.WinItem span.WinItemText {}

		div.menu a.WinItem span.WinItempijltje {
		  margin-right: -.75em;
		}

	div.menu div.WinItemlijntje {
	  border-top: 1px solid #CC9900;
	  border-bottom: 1px solid #CC9966;
	  margin: 4px 2px;
	}
