// header 

#header {
 position:absolute;
 z-index: 0;
 }
#header_achtergrond {
 background-image: url(index/background_smooth.jpg); 
 background-repeat: repeat-y;
 background-color: #1a1474;
 }
#header_logo {
 position: absolute; 
 z-index: 5; 
 margin-left: 1px; 
 margin-top: 1px;
 }
#header_lichtjes {
 position: absolute;
 z-index: 6;
 margin-left: -35px;
 margin-top: -35px;
 }
#header_animatie {
 position:absolute; 
 margin-top: 10; 
 margin-left: 200; 
 z-index: 0;
 }
#header_mededelingenbalk {
 position: absolute;
 z-index: 99;
 margin-left: 475;
 margin-top: 5;
 }
#header_menubalk {
 position: absolute; 
 z-index: 3; 
 margin-left: 150; 
 margin-top:140;
 }
#header_menu_items {
 position:absolute; 
 z-index:4; 
 margin-left: 190;
 margin-top: 140;
 }
#header_menu {
 position:relative; 
 z-index:0; 
 margin-top: -42; 
 color:#FF0000;
 font-weight:bold;
 font-family:Trebuchet MS; 
 font-size:12pt;
 }
#vuurwerk {
 position: absolute; 
 z-index: 0; 
 margin-left: 750; 
 margin-top: -15;
 }
#gelukkig_nieuwjaar {
 position: absolute; 
 z-index: 2; 
 margin-left: 663; 
 margin-top: 150;
 }


// gedraging van het menu
a:active.menu { 
	color: #FF0000; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:12pt;
	}
a:link.menu { 
	color: #000080; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:12pt;
	}
a:visited.menu { 
	color: #000080; 
	font-weight:bold; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:12pt;
	}
a:hover.menu { 
	color: #FF0000; 
	font-weight:bold; 
	font-family:Trebuchet MS; 
	font-size:12pt; 
	text-decoration:none 
	}

// gedragingen van het menu onderaan
a:active.onderaan { 
	color: #000080; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:10pt;
	}
a:link.onderaan { 
	color: #000080; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:10pt;
	}
a:visited.onderaan { 
	color: #000080; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:10pt;
	}
a:hover.onderaan { 
	color: #FF0000; 
	font-family:Trebuchet MS; 
	font-size:10pt; 
	text-decoration:none;
	}
// gedragingen van het menu bij assortiment
a:active.menu_ass { 
	color: #000080; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:10pt;
	}
a:link.menu_ass { 
	color: #000080; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:10pt;
	}
a:visited.menu_ass { 
	color: #000080; 
	text-decoration:none; 
	font-family:Trebuchet MS; 
	font-size:10pt;
	}
a:hover.menu_ass { 
	color: #FF0000; 
	font-family:Trebuchet MS; 
	font-size:10pt; 
	text-decoration:underline
	}

.tabelkop {
	background-color: #F3E99D;
	border-style:solid; 
	border-width: 1px; 
	border-color: #000080;
	}
.rand_om_cel {
	border-style:solid; 
	border-width: 1px; 
	border-color: #000080;
	}
	
	
// overig

.afbeelding1px {
	margin-top: 1px;
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	}

#preloadImg  { display:none; } // laad afbeeldingen zonder ze te laten zien.

pagina_rand	   { border-style: solid; border-width: 2px; border-color: #000080 }
.rand_om_cel	{border-style:solid; border-width: 1px; border-color: #000080}
p            { font-family: Trebuchet MS; font-size: 10pt; color: #000080; margin-top:0 }
li            { font-family: Trebuchet MS; font-size: 10pt; color: #000080; margin-top:0 }
td            { font-family: Trebuchet MS; font-size: 10pt; color: #000080; margin-top:0 }
bolletje	{position: relative; z-index: 1; margin-top: 5}
h1			{ margin:0; font-family: Trebuchet MS; font-size: 12pt; color:#000080 }
h2			{ margin:0; font-family: Trebuchet MS; font-size: 10pt; color:#000080; font-weight:bold }

/* png-fix */
img, div 		{ 
				behavior: url(iepngfix/iepngfix.htc) 
				}