/* body {
	font-family: Verdana;
	color: #000000;
	background: rgb(211, 226, 195);
}  
*/

body {
	background:  #FED772;
/*	color: #FED772; */
/*	background: #d3e2c3; */
/*	background-image: url('../images/bg.png') */
/*	font-size: 12px; */
	font-family: Verdana, Tahoma, sans-serif; 
/*	color: #d3e2c3 */
	margin: 0 auto;
	padding: 0;
}

div.page {
	width: 918px;
	padding-top: 35px;
  margin: 0px auto;
	 
/*	background: #455900; */
}
.title {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:18px;
	font-weight:bold;
	color: #FED772;
}

.subtitle {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #FED772;
}

.texttitle {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align: left;
	color: #FED772;
}

.bodyText {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #FFFFFF;
	line-height: 180%;
	margin-left: 50px;
	margin-right: 25px;
	text-align: left;
	width: 918px;
}

.text {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	text-align: left;
	color: #FFFFFF;
	line-height: 180%;
}

.textred {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #FF0000;
	font-weight:bold;
}
.textblockred {
	background-color: #FF0000;
}
.textpurple {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #FF00FF;
	font-weight:bold;
}
.textblockpurple {
	background-color: #FF00FF;
}
.textgreen {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #00FF00;
	font-weight:bold;
}
.textblockgreen {
	background-color: #00FF00;
}

.textyellow {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #FFFF00;
	font-weight:bold;
}
.textblockyellow {
	background-color: #FFFF00;
}

.code, .codehighlight {
	background-color: #FFFF99;
	color: #000000;
	font-family: Verdana, Tahoma, sans-serif;
	font-size: 13px;
	text-align: left;
	border: 1px dashed gray;
	word-wrap:break-word;
	width:98%;
	left:0;
	margin-right: 30px;
	padding: 5px;
}


.box { 
/*  background: #C6D2A2; */
  background: #455900;
  width:90%;
}
.boxtop { 
  background: url('../corners/ne.gif') no-repeat top right; 
}
.boxtop div { 
  height: 20px; 
  background: url('../corners/nw.gif') no-repeat top left; 
}
.boxbottom { 
  background: url('../corners/se.gif') no-repeat bottom right; 
}
.boxbottom div { 
  height: 20px; 
  background: url('../corners/sw.gif') no-repeat bottom left; 
}
.boxcontent {
  padding: 0px 20px 0px 20px;
}

a {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #FED772;
	text-decoration: none;
}

a:hover {
	font-family: Verdana, Tahoma, sans-serif;
	font-size:12px;
	color: #EBE6E3;
	text-decoration: none;
}





/* -- Menu -- */

div.menu {
text-align: center;
position: fixed;
font-family: sans-serif;
font-size: 12px;
font-weight: bold;
margin: 0;
/* color: #fff; */
/* z-index: 500; */
top: 0px;
width: 918px;
}

ul.top {
background:  #FED772;
display: block;
padding: 4px 0px 4px 0px;
margin: 0;
height: 50px;
line-height: 180%;
}

li.top, li.meerpop {
width: 183px;
display: block;
float: left;
margin: 0;
}
li.top a{
background: #455900;
color: #FED772;
display: block;
border-left: 1px solid;
border-right: 1px solid;
text-decoration: none;
}
li.meerpop span {
background: #455900;
color: #FED772;
display: block;
border-left: 1px solid ;
text-decoration: none;
}
li.meerpop span {
border-right: 1px solid;
}
li.meerpop a {
background: #455900;
color: #FED772;
display: block;
/* border-left: 1px solid ; */
text-decoration: none;
}



li.top:hover a {
background:  #FED772;
color: #455900;
}

li.meerpop:hover ul {
display: block;
}

li.meerpop:hover span {
background:  #FED772;
color: #455900;
}

ul.meer {
display: none;
margin: 0 0 0 0;
border: 1px solid #FED772;
padding: 0;
background: #455900;
}
ul.meer li {
background: #455900;
display: block;
float: none;
text-decoration: none;
text-align: left;
margin: 10px;
padding: 0px;
line-height: 80%;
}
ul.meer li a:link {
border-left: 0px solid;

padding: 0px;
}
ul.meer li a:hover {
padding: 2px;
background: #FED772;
color: #455900;
}


.input {
border: 0px;
font-family: Verdana, Arial, Helvetica, sans-serif;
color: #FED772;
height: 22px;
/* width: 183px; */
font-weight: bold;
font-family: sans-serif;
font-size: 12px;
background-color: #455900;
margin-left:1px;
}

.inputbox {
height: 18px;
border:2px solid #455900;
width:172px;
text-align:center;
margin-left:1px;
}

.background {
height: 50px;
background-color: #455900;
width: 183px;
}
/* Einde Menu */
//-->