h1 {
font-size: x-large;
text-transform: uppercase;
}
h2 {
font-size: large;
text-transform: uppercase;
}
h3 {
font-size: medium;
text-transform: uppercase;
}
h4 {
font-size: smaller;
text-transform: uppercase;
}
html, body {
text-align: justify;
margin: 0;
height: 100%;
font-family: Verdana, Tahoma, Helvetica, Arial;
background-color: #eceded;
}
#container {
margin: 0;
width: 100%;
height: 100%;
padding-top: 17%;
}
#placeholder {
height: 17%;
width: 17%;
}
#header {
position: absolute;
left: 0;
top: 0;
height: 17%;
width: 100%;
background-color: #f8f8f8;
color: #162983;
z-index: 4;
}
html>/**/body #header {
position: fixed;
}
#mainnav {
position: absolute;
left: 0;
top: 17%;
float: left;
width: 10%;
height: 83%;
font-size: 7pt;
z-index: 4;
}
html>/**/body #mainnav {
position: fixed;
}
#mainnav A:link { text-decoration: none; color: white; }
#mainnav A:visited { text-decoration: none; color: white; }
#mainnav A:active { text-decoration: none; color: white; }
#mainnav A:hover { text-decoration: none; color: white; }
tr {
text-align: center;
}
tr.navhome {
background-color: #6c9d30;
}
tr.navpers {
background-color: #f7951d;
}
tr.navklin {
background-color: #ed1c24;
}
tr.navlehr {
background-color: #984f05;
}
tr.navfors {
background-color: #2e3092;
}
tr.navpubl {
background-color: #bc1a8d;
}
#rnav {
position: absolute;
right: 0;
top: 17%;
float: right;
width: 25%;
height: 83%;
background-color: yellow;
z-index: 4;
}
html>/**/body #rnav {
position: fixed;
}
#subnav {
height: 79%;
background-color: blue;
padding-left: 10px;
}
#subnav A:link { text-decoration: none; color: white; }
#subnav A:visited { text-decoration: none; color: white; }
#subnav A:active { text-decoration: none; color: black; }
#subnav A:hover { text-decoration: none; color: white; }
#search {
height: 21%;
background-color: grey;
}
#contents {
position: relative;
margin-top: 1%;
margin-left: 11%;
margin-right: 27%;
}
.level0 {
/*
text-transform: uppercase;
*/
margin: 5px 5px 0px -20px;
font-variant: small-caps;
color: white;
list-style-image: url(list-line.gif);
}
.level1 {
margin: 0px 5px 5px -20px;
color: white;
list-style-type: disc;
font-size: small;
}

