/* Start of CMS style sheet 'Vormgeving: Voorpagina' */
html, body {
   margin: 0;
   padding: 0;
   text-align: center;
}

body {
   background-color:#000000;
   color: #999;
   margin:0;
   text-align: center;
   font-family: Georgia, Trebuchet MS, Times New Roman, Geneva, Serif;
   font-size: 14px;
   line-height: 1em;
   overflow: hidden;
}

div {
   font-size: 1em;
}

img {
   border: 0;
}

a,
a:link 
a:active {
   text-decoration: none;
   background-color: inherit; /* from parent element */
   color: #cc9933;
}

a:visited {
   text-decoration: none;
   background-color: inherit;
  color: #cc9933;
}

a:hover {
   text-decoration: underline;
   color: #cc9933;
}

div#pagewrapper {
   border: 1px solid #bc8433;
   margin: 0;
   background-color: #454d5d;
   color: #999999;
   z-index: 2;
   /*\*/
   position: absolute;
   top: 1em;
   left: 1em;
   right: 1em;
   bottom: 1em;
   /* Exclude all previous props for Mac IE5 */
 }

div#content {
  margin: 0;
  z-index: 5;
}

div#flashwrapper {
   margin: 15px auto;
   margin: 0;
   padding: 20px;
   background-color: #454d5d;
   scrollbar-arrow-color:000000;
   scrollbar-track-color:#454d5d;
   scrollbar-shadow-color:#454d5d;
   scrollbar-face-color:#666e7e;
   scrollbar-highlight-color:#454d5d;
   scrollbar-darkshadow-color:#454d5d;
   scrollbar-3dlight-color:#454d5d;
   color: #999999;
   /*\*/
   position: absolute;
   top: 0px;
   left: 0px;
   right: 0px;
   bottom: 0px;
   overflow-x: hidden;
   overflow-y: auto;
   /* Exclude all previous props for Mac IE5 */
   overflow: auto;
}

.flashcontainer {
   position: relative;
   top: 50%;
   height: 50%;
   margin-top: -200px;
}
/* End of 'Vormgeving: Voorpagina' */

