/*This is the core style sheet of the FVA site*/

html, body {
height: 100%;
}

body {
background-color: #d5d6e7;
color: #444444;
font-family: Arial, Helvetica, Verdana, sans-serif;
font-size: 1em;
margin: 0px;
}

h1 {
font-size: 1.5em;
font-style: italic;
letter-spacing: 4px;
line-height: 1em;
}

h2 {
font-size: 1.4em;
line-height: 1em;
}

h3 {
font-size: 0.8em;
line-height: 1em;
letter-spacing: 5px;
text-align: right;
}

p {
font-size: 0.8em;
text-align: justify;
line-height: 1.3em;
}

ul {
font-size: 0.8em;
text-align: justify;
line-height: 1.3em;
}

ol {
font-size: 0.8em;
text-align: justify;
line-height: 1.3em;
}

a:link {
color: #464593;
text-decoration: none;
font-weight: bold;
} 

a:visited {
color: #666666;
text-decoration: none;
font-weight: bold;
}

a:hover {
color: #666666;
text-decoration: underline;
}

a:active {
color: #666666;
background-color: #e2ebed;
}

#container {
position: relative;
min-height: 100%;
height:auto !important; /* voor moderne browsers */
height:100%; /* voor IE */
line-height: 100%;
margin-right: auto;
margin-left: auto;
text-align: left;
padding: 0px;
width: 780px;
background-color: #ffffff;
border: 0px solid #464593;
}

#content {
position: relative;
width: 780px;
background-color: #ffffff;
}

#navbar {
position: absolute;
top: 10px;
left: 0px;
width: 180px;
background-color: #ffffff;
text-align: right;
}

#navbar ul {
text-align: right;
font-size: 1em;
}

#navbar ul li {
list-style-type: none;
margin: 0px;
padding: 0pt;
}

#navbar ul li a:link, #navbar ul li a:visited {
display: block;
color: #464593;
text-decoration: none;
font-weight: bold;
font-size: 0.8em;
border-bottom: 2px #464497 solid;
border-right: 2px #464497 solid;
padding-top: 3px;
padding-bottom: 3px;
padding-right: 3px;
}

#navbar ul li a:hover {
color: #464593;
background-color: #d5d6e7;
}

#main-frame {
background-color: #ffffff;
margin-left: 200px;
padding: 10px 10px 25px 10px;
}

#navtop {
width: 550px;
}

#navtop p {
font-size: 0.8em;
text-align: right;
line-height: 1.5em;
}

#text {
}

#foot p {
position: absolute;
bottom: 0; /* heel belangrijk */
font-size: 0.7em;text-align: center;
line-height: 1.5em;
margin-bottom: 0;
width: 100%;
}

hr {
border: 0;
width: 100%;
color: #464497;
background-color: #464497;
height: 2px;
}