/* Basis Style sheet voor HWPhO site*/
body { 
margin-left: 10px;
margin-right: 10px;
margin-top: 0;
margin-bottom: 0;
background-color: #FFFFFF;

font-family: Arial, Verdana, Helvetica, sans-serif;
font-size: 1em;

scrollbar-3dlight-color:#000066;
scrollbar-highlight-color:#BDCED7;
scrollbar-face-color:#BDCED7;
scrollbar-shadow-color:#BDCED7;
scrollbar-track-color:#000066;
scrollbar-arrow-color:#000066;
scrollbar-darkshadow-color:#000066;
}
body.agenda { 
background-color: #bdced7; 
margin-top: 10px;
margin-left: 3px;
margin-right: 0;
}

/* header en paragraaf opmaak */
/* margin op -1 ivm door browser toegevoegde lege regel */
h1 {
margin-top: -1px;
margin-bottom: -1px;
font-family: Arial;
font-size: 14px;
text-align: left;
font-weight: bold;
color: #000066;
}

h2 {
margin-top: -1px;
margin-bottom: -1px;
font-family: Arial;
font-size: 13px;
font-weight: bold;
}
h5 {
margin-top: -1px;
margin-bottom: -1px;
line-height: 1.3em;
font-weight: normal;
font-size: 1.2em;
}
p {
margin-top: -1px;
margin-bottom: -1px;
font-size: 0.75em;
font-weight: normal;
text-align: left;
/*padding-right: 12px;*/
line-height: 1.3em;
}
p.agenda {
line-height: 1.2em;
}

hr {
height: 1px;
background-color: #000066;
color: #000066;
}

a {
font-size: 1em;
}

ul {
font-size: 0.75em;
text-align: left;
padding-right: 12px;
line-height: 1.3em;
margin-top: 0;
margin-bottom: 0;
}

table {
font-size: 1em;
border-collapse: collapse;
}

td {
/*font-size: 0.75em;*/
border: solid #000066 1px;
padding-left: 2px;
}

/* opmaak links */
a:link {
background-color: #ffffff;
text-decoration: underscore;
font-family: Arial;
}

a:visited {
background-color: #ffffff;
text-decoration: underscore;
}

a:hover {
background-color: #bdced7;
}

a:active {
background-color: #ffffff;
}

/* <div> document onderdelen */
#navbar {
background-color: #bdced7;
margin-left: 0;
margin-right: 0;
margin-top: 10px;
}

#navbar ul {
margin: 0;
font-size: .9em;
color: #ffffff;
text-align: center;
padding-right: 0px;
}

#navbar ul li { 
list-style-type: none;
font-size: .9em;
color: #ffffff;
text-align: center;
margin-top: 1px;
}

#navbar ul li a:link, #navbar ul li a:visited {
text-decoration: none;
display: block;
background-color: #000066;
color: #ffffff;
border: solid #000000 1px;
padding-top: 0px;
padding-bottom: 0px;
}

#navbar ul li a:hover {
background-color: #bdced7;
border: solid #000000 1px;
color: #000066;
}
#navbar ul li a:active {
background-color: #bdced7;
border: solid #000000 1px;
color: #000066;
}

a.totop:link, a.totop:hover, a.totop:visited, a.totop:active {
color: #003399;
background-color: #ffffff;
font-weight: bold;
font-size: 11px;
font-family: Arial;
text-decoration: none;
}

a.nws:link, a.nws:visited, a.nws:active {
color: #000099;
margin-bottom: -1px;
background-color: #ffffff;
font-weight: normal;
font-size: 11px;
font-family: Arial;
text-decoration: none;
}

a.nws:hover {
color: #00A2FF;
background-color: #003399;
font-weight: normal;
font-size: 11px;
font-family: Arial;
text-decoration: underscore;
}

#menu {
background-color: #bdced7;
margin-left: 0;
margin-right: 0;
margin-top: 5px;
color: #000066;
font-size: .9em;
text-align: center;
}

#menu ul li { 
list-style-type: none;
font-size: .9em;
color: #000066;
text-align: center;
margin-top: 1px;
}

#menu a:link, #menu a:visited {
text-decoration: none;
/*display: block;*/
font-size: .9em;
background-color: #bdced7;
/* background-color: #000066; */
color: #000066;
/*border: solid #000000 1px; */
padding-right: 10px;
padding-left: 10px;
padding-top: 1px;
padding-bottom: 10px;
}

#menu a:hover {
background-color: #bdced7;
/*border: solid #000000 1px;*/
color: #000066;
}
#menu a:active {
background-color: #bdced7;
/*border: solid #000000 1px;*/
color: #FFFFFF;
}
	
