/* Style sheet voor Chemielokaal Digitale School*/
/* M.J.W. Beck*/


/*instellingen voor standaard tekst*/
BODY            {
                 font-family: 'Andale Mono';
                 margin-left: 0px;
                 margin-right: 0px;
                 margin-top: 10px;
                 color: #CCCCCC;
                 background-color: #2E5C5C;
                 font-size: 10pt;
                 text-align: justify;
                 background-attachment : fixed;
                 }

/*paginatitel*/
H2              {
                font-family: 'Andale Mono','Courier New';
                font-style: bold;
                font-size: 180%;
                text-align: center;
                color:  #FF8080;
                background: transparent;
                }

H3              {
                font-family: 'Andale Mono','Courier New';
                font-style: bold;
                font-size: 100%;
                text-align: left;
                color:  #00FFFF;
                background: transparent;
                }

/*Afwijkende tekstgedeelten*/
DIV             {
                font-family: 'Andale Mono','Courier New';
                font-size: 10pt;
                margin-left: 60px;
                margin-right: 60px;
                background: #2E5C5C;
                color:  #CCCCCC;
                text-align: justify;
                }

PRE             {
                font-family: 'Andale Mono','Courier New';
                font-size: 10pt;
                }
/*links*/
A               {
                font-family: 'Andale Mono','Courier New';
                font-size: 10pt;
                text-decoration: none;
                }
A:link          { text-decoration:none; color: #CCCCCC; }
A:visited       { text-decoration:none; color: #CCCCCC; }
A:hover         {color: #000000; background-color: #80FF80; }


/*gecentreerde weergave aan einde van pagina*/
P               {
                font-family: 'Andale Mono','Courier New';
                text-align: center;
                }
/*formulieren*/
FORM            {
                font-family: 'Andale Mono','Courier New';
                }
.klok           {text-align: center;}


/*tabellen*/
TR              {
                font-family: 'Andale Mono','Courier New';
                font-size: 10pt;
                color: #CCCCCC;
                }
.menu           {
                font-family: 'Andale Mono','Courier New';
                background: #014558;
                font-weight: normal;
                height: 40px;
                }
.kop            {
                font-family: 'Andale Mono','Courier New';
                font-size: 10pt;
                color: yellow;
                background: #438585;
                font-weight: bold;
                }
.kolom          {
                font-family: 'Andale Mono','Courier New';
                font-size: 10pt;
                color: #CCCCCC;
                text-align: left;
                }
                <style type="text/css">

/* padding geeft poisitie aan op scherm */
div.pdmenu {
	padding: 0px;
}

.pdmenu ul {                           /* hoofdcel */
	margin: 0;
	padding: 0px 0px 0px 0px;         /* bovenmarge nvt nvt linker marge*/
	list-style-type: none;

}

.pdmenu li  {
	width:100px;                       /* breedte van de cel */
	margin: 0 -1px 0 0;                /* marge tussen hoofdcellen */
	padding: 0;
	border:1px solid #014558;         /* randkleur hoofdcel */
	color:#438585;
	text-decoration:none;
	background-color:#014558;
	float:left;
}

.pdmenu a {
	text-decoration: none;
	display: block;
	color: black                     /* tekstkleur hoofdcel en subcel*/
	background-color: #014558        /* achtergrondkleur hoofdcel en subcel*/
	padding: 5px;                    /* hoogte van de hoofdcel */
}

.pdmenu a:hover {
	text-decoration: none;
	color: black;                   /* hovertekstkleur hoofdcel en subcel*/
	background-color: #00FFFF;      /* hoverachtergrondkleur hoofdcel en subcel*/
}

.pdmenu li ul {
	display: none;
}

.pdmenu li:hover ul {
	visibility: visible;
	display: block;
	position:absolute;
	z-index:1;
	width:100px;                     /* breedte subcel */
	padding: 0px;                    /* opschuiving van subcel (op 0 stellen) */
	margin: 0px;                     /* idem (op 0 stellen) */
	border:1px solid #014558;        /* randkleur en -dikte subcel.*/
}

.pdmenu li li {
	border: none;
	}

.pdmenu li li a {
	padding: 0px 2px 2px 0px;     /* bovenmarge rechter marge ondermarge linkermarge subtekst*/
   }

.support {
	clear: both;}


