html, body {
	background-color	: #FFFCE8;
	margin				: 0px;
	padding			: 0px;
	text-align			: center;
	font-family			: Arial, Helvetica, sans-serif;
	font-size			: 11pt;
	overflow-x			: hidden;
	overflow-y			: hidden;
}

#eventpopup table tbody tr th
{
	width: 185px;
	text-align: right;
}

#eventpopup table tbody tr td
{
	padding-left: 5px;
}

#wrapper{
	position 				: relative;
	margin					: 0 auto;
	width					: 1010px;
	height					: 586px;
	background-color		: #FFFCE8;
	overflow				: none;
	border					: 1px solid black;
}

#wrapper #header{
	position 				: absolute;
	top						: 0;
	left					: 0; 
	width					: 1010px;
	height					: 140px;
	background-image		: url(/sitePics/header.png);
}

#wrapper #header #logo{
	position 				: absolute;
	top						: 0;
	left					: 0; 

}

#wrapper #menutop {
   position					: absolute;
   left						: 200px;
   top						: 140px;
   height					: 20px;
   width					: 810px;
   background-color			: #000000;
   font-weight				: bold;
   font-size				: 0.8em;
   text-align				: left;
}

#wrapper #menutop  a {
   font-weight				: bold;
   text-decoration			: none;
   color					: #ffffff;
}

#wrapper #menutop a:hover {
   color					: #999999;
}

#wrapper #menutop ul {
   margin					: 0px;
   padding					: 0px;
   float					: left;
  }
 
#wrapper #menutop li {
   display					: inline;
   margin-left				: 15px;
} 

#wrapper #left{
	position				: absolute;
	top						: 140px;
	left					: 0px;
	width					: 200px;
	height					: 447px;
	background-image		: url(/sitePics/bgmenu.png);
	z-index					: 1;
}

#wrapper #left #bottom {
	position				: absolute;
	left					: 0px;
	top						: 390px;
	width					: 200px;
	z-index					: 2;
	float					: left;
}

#wrapper #left #bottom #buttons {
	position				: absolute;
	left					: -20px;
	top						: 0px;
	width					: 100px;

}

#wrapper #left #bottom #zoek {
	position				: absolute;
	left					: 5px;
	top						: 20px;
}

#wrapper #left #bottom #zoek #arrow {
	position				: absolute;
	left					: 130px;
	top						: 0px;
}

#wrapper #left #submenu{
	position				: absolute;
	top						: 40px;
	left					: 2px;
	text-align				: left;
	color					: red;
}

#wrapper #left #submenu ul{
	list-style-position		: outside;
	list-style-image		: url(/sitePics/rood menu blokje.png);
	marker-offset			: 10px;
}

#wrapper #left #submenu ul li{
	width					: 130px;
	border-bottom			: 1px solid white;
}

#wrapper #left #submenu a{
	text-decoration			: none;
	font-size				: 0.8em;
	color					: #ffffff;
}	

#wrapper #main{
	position				: absolute;
	left					: 230px;
	top					: 180px;
	width					: 600px;
	height					: 380px;
	background-color			: #FFFCE8;
	text-align				: left;
	overflow-y				: auto;
	overflox-x				: hidden;
	font-size				: 0.9em;
}

#wrapper #main a {
	text-decoration			: none;
	color					: #9F0002;
}

#wrapper #main a:hover {
	color					: #9F0002;
	text-decoration			: underline;
}

#wrapper #main #sitemap{
	position				: absolute;
	left					: 0px;
	top					: 30px;
	width					: 550px;
	height					: 380px;
	margin					: 0px;
}

#wrapper #main #sitemap ul{
	margin					: 3px;
	margin-left				: 50px;
}

#wrapper #main #sitemap ul li{
	
}

#wrapper #news{
	position				: absolute;
	left					: 830px;
	top						: 160px;
	width					: 170px;
	height					: 417px;
	padding-left			: 10px;
	padding-top				: 10px;
	background-image		: url(/sitePics/bgnews.png);
	text-align				: left;
	font-size				: 8pt;
	color					: #FFFFFF;
}

#wrapper #news h1{
	font-size				: 12pt;
	color					: #FFFCE8;
}

#wrapper #news h2{
	font-size				: 9pt;
	font-weight				: bold;
	color					: #FFFFFF;
}


#wrapper #footer {
   position					: absolute;
   left						: 200px;
   top						: 567px;
   height					: 20px;
   width					: 810px;
   background-image			: url(/sitePics/bgnews.png);
   font-weight				: bold;
   font-size				: 0.8em;
   text-align				: left;
}

#wrapper #footer #footertext {
	position				: absolute;
	left					: 20px;
	top						: 2px;
	color					: #FFFCE8;
	font-size				: 8pt;
	font-weight				: normal;
}
  
  
h1 {
	font-size				: 14pt;
	color					: #9F0002;
}

h2 {
	font-size				: 12pt;
	color					: #323232;
}

a {
	text-decoration			: none;
	color					: #FFFCE8;
}

a:hover {
	color					: #FFFCE8;
	text-decoration			: underline;
}


input {
	color					: #000000;
	border					: 1px solid #9F0002;
	background-color		: #FFFCE8;
	}
	
button {
	color					: #FFFCE8;
	border					: 1px solid #FFFCE8;
	background-color		: #9F0002;		
}

textarea {
	background-color		: #FFFCE8;
	color					: #000000;
	height					: 100px;
	width					: 200px;
	border					: 1px solid #9F0002;
	overflow				: hidden;
}

select {
	background-color		: #FFFCE8;
	color					: #000000;
	border					: 1px solid #9F0002;
}