
body {
	font: bold 11px/1.5em Verdana;
	background-color: #000;
	background-image: url('images/bbg.gif');
}

h2 {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #000;
	margin: 0px;
	padding: 0px 0px 0px 15px;
}
img {
border: none;
}

pre {
	border: 1px solid #24618E;
	background-color: #9DB0BF;
	width: 80%;
	padding: 5px;
	margin: 5px auto;
}

#container {
	width: 750px;
	padding: 0;
	margin: 0 auto;
}

/*/////////////////////
//   Menu         
/////////////////////*/
#menu {
	width: 752px;
	height: 32px;
}

/*- Menu Tabs J--------------------------- */

    #tabsJ {
	float:left;
	width:750px;
	font-size:93%;
	line-height:normal;
	border-bottom:1px solid #FF7C47;
	
      }
    #tabsJ ul {
	  margin:0;
	  padding:8px 0px 0 0px;
	  list-style:none;
	  text-align=left;
      }
    #tabsJ li {
      display:inline;
      margin:0;
      padding:0;
      }
    #tabsJ a {
      float:left;
      background:url("") no-repeat left top;
      margin:0;
      padding:0 0 0 5px;
      text-decoration:none;
      }
    #tabsJ a span {
      float:left;
      display:block;
      background:url("") no-repeat right top;
      padding:5px 15px 4px 6px;
      color:#FF7C47;
      }
    /* Commented Backslash Hack hides rule from IE5-Mac \*/
    #tabsJ a span {float:none;}
    /* End IE5-Mac hack */
    #tabsJ a:hover span {
      color:#FFF;
      }
    #tabsJ a:hover {
      background-position:0% -42px;
      }
    #tabsJ a:hover span {
      background-position:100% -42px;
      }

/*/////////////////////
//   Header         
/////////////////////*/
#header {
	background-color: #FFF;
	background: url('images/header.gif') no-repeat left top;
	width: 750px;
	height: 183px;
	border: 1px solid #FF7C47;
}
#headervuurwerk {
	background-color: #000000;
	width: 750px;
	height: 183px;
	border: 1px solid #FF7C47;
}
#headertext {
	position: relative;
	left: 60px;
	top: 90px;
	color: #F5E0BA;
	font-size: 2em;
	font-face: Verdana;
}
#headertext1 {
	position: relative;
	left: 160px;
	top: 50px;
	color: #F5E0BA;
	font-size: 2em;
	font-face: Comic Sans MS;
}
/*/////////////////////
//   Main         
/////////////////////*/
#topmid {
	background-color: #F5E0BA;
	
	width: 752px;
	border: 0px solid #ffffff;
}

#middle {
	background-color: #F5E0BA;
	
	width: 750px;
	border: 1px solid #ffffff;
}

#main {
	padding: 10px;
	font: normal 11px/1.5em Verdana;
	
}

#table {
	width: 750px;
	border: 0px;
}

#td {
	width: 450px;
}


/*/////////////////////
//   Footer         
/////////////////////*/
#footer {
	background-color: transparent;
	width: 750px;
	height: 32px;
	color: #F5E0BA;
	padding: 5px;
	font: normal 80% Arial;
}
/*/////////////////////
//   Links         
/////////////////////*/
a:link {
	color: red;
}
a:visted {
	color: red;
}
a:hover {
	color: red;
}
a:active {
	color: #FF7C47;
}
a {
	color: #FF7C47;
}

/*/////////////////////
//chrome menu////
///////////////*/

.chromestyle{
border-bottom:1px solid #FF7C47;
}

.chromestyle:after{ /*Add margin between menu and rest of content in Firefox*/
content: "."; 
display: block; 
height: 0; 
clear: both; 
visibility: hidden;
}

.chromestyle ul{
border: 0px solid #BBB;
width: 100%;
padding: 10px 0px 2px;
margin: 0;
text-align: left;
}

.chromestyle ul li{
display: inline;
}

.chromestyle ul li a{
color: #FF7C47;
padding: 3px 11px;
margin: 0;
text-decoration: none;
border-right: 0px solid #7593AB;
}

.chromestyle ul li a:hover{
background: url(chromebg-over.gif) center center repeat-x; /*THEME CHANGE HERE*/
color: white;
}

.chromestyle ul li a[rel]:after{ /*HTML to indicate drop down link*/
content: " v";
color: #FFF;
/*content: " " url(downimage.gif); /*uncomment this line to use an image instead*/
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
position:absolute;
top: 0;
border: 1px solid #FF7C47; /*THEME CHANGE HERE*/
border-bottom-width: 0;
font:normal 10px Verdana;
line-height:12px;
z-index:100;
background-image: url('images/bbg.gif');
width: 200px;
visibility: hidden;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4); /*Add Shadow in IE. Remove if desired*/
}


.dropmenudiv a{
width: auto;
display: block;
text-indent: 3px;
border-bottom: 0px solid #BBB; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight: bold;
color: #FF7C47;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #FFf;

}