html, body {
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 11px;
	text-align: left;
	margin-top: 0px;
	height: 100%;
	margin:0; 
	padding:0;
	color: #FFFFFF;
	background-color: #000000;

}

#container {
	position: absolute;
	width: 700px;
	height: 100%;
  margin-left: 0xp;
  text-align: left;
  color: #000000;

  
}
#header {
	position: absolute;
	height: 200px;
	width: 100%;
	color: #ff9900;
	background-color: #000000;
	margin-left: 175px;
	
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
  font-size: 11px;
	
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
	  font-size: 11px;
}
a:hover {
	color: #FFFFFF;
	text-decoration: underline;	
	
}
#popup {
	padding: 5px;
	position: absolute;
	height: 100%;
	width: 100%;
	background-color: #201f21;
	border: 1px;
	border-color: #FFFFFF;
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 10px;
	color: white;
	
}
#popup1 {
	padding: 5px;
	position: absolute;
	height: 300px;
	width: 300px;
	background-color: #201f21;
	border: 1px;
	border-color: #FFFFFF;
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 10px;
	color: white;
	
}
#popup2 {
	padding: 5px;
	position: absolute;
	height: 400px;
	width: 500px;
	background-color: #201f21;
	border: 1px;
	border-color: #FFFFFF;
	font-family: Verdana, Times New Roman, Times, serif;
	font-size: 10px;
	color: white;
	
}
#menu {
	position: absolute;
	margin-top: 0xp;
	
	height: 100%;
	z-index: 100px;
 	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 200px;
	background-color: #000000;
	border: 1px;
	border-color: #FFFFFF;
	background-image: url(kopje.gif);
	background-repeat: no-repeat; 
 	background-position: 30% 5% ;

}
TABLE { border-collapse: collapse; border: 1px solid #000000; }
TD    { border: 1px solid #000000; text-align: left; font-size: 11px;}
#content {
	position: absolute;
	margin-left: 200px;
	margin-top: 100px;
	z-index: 100px;
 	min-height: 100%;
	height:auto !important; /* voor moderne browsers */
	height:100%; /* voor IE */
	width: 700px;
	background-color: #ff9900;
	color: #000000;

	
}
.contenttext {
	color: #FFFFFF;
	padding-top: 25px;
	padding-left: 25px;
	font-size: 10px;

}
.menuitems {
	padding-left: 25px;
	font-size: 14px;
}
#login {
position: absolute;
top: 200px;
left: 40%;
width: 300px;
height: 180px;
border : solid 1px #000000;
background : #fcfcfc; 
color: #000000;
}
#fontlogin {
font-size: 30px;
font-weight: bold;
color: #000000;
}
#error {
font-size: 10px;
color: red;
}
.textbig 
{
 color: #ff9900;
 font-size: 18px;
}

