
/* CSS-Stijlsheet Zingeving.net */

/* BODY {color: black; font-family: "Arial"; Margin:15px} */
BODY {font-family: "Arial"; Margin:15px}
H1, H2, H3, P {font-family: "Arial"} 


/* scroll balk ter linkerzijde in firefox */
html {
    overflow: -moz-scrollbars-vertical;
}

/* Menu-items */

/* Hoofdmenu-item */
.p1 {font-family: "Arial"; font-weight: bold; text-decoration: none;} 					
/* Actief menu-item */
.p2 {font-family: "Arial"; font-weight: bold; background:#D90000;text-decoration: none;}
/* submenu-item */
.p3 {font-family: "Arial"; text-decoration: none;} 			
/* Actief submenu-item */
.p4 {font-family: "Arial"; color:#D90000; text-decoration: none; font-weight: bold; } 

/* Footer etc. */
.p8 {font-size: 80%; }
.p9 {font-size: 80%; text-decoration:none}

/* Titels en koppen */
H1 {font-size: 200%; font-weight: bold}

H2 {font-size: 150%; font-weight: bold }

H3 {font-weight: bold;  }


/* Links */
A {color: black;}

/* Links waar je muis op staat */
a:hover {color: #FE9301; }

/* Links in menu en submenu*/
/* en herhaal de menu-itmes van hierboven met A. ervoor, om onderlining te voorkomen van links in het menu in Firefox... */
A.p1 {font-family: "Arial"; font-weight: bold; text-decoration: none;} 					
A.p2 {font-family: "Arial"; font-weight: bold; background:#D90000;text-decoration: none;}
A.p3 {font-family: "Arial"; text-decoration: none;} 			
A.p4 {font-family: "Arial"; color:#D90000; text-decoration: none; font-weight: bold; } 
A.p8 {font-size: 80%; }
A.p9 {font-size: 80%; text-decoration:none}