/* AGConsult Style Sheet v3.0 Rev0 11/09/2002 */


/* Standard elements */
body, body, td, p
{ font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: small;
  color: #000000;
}
h1
{ font-size:100%;
font-weight: bold;
margin-bottom: 0; 
margin-top:0;
}
h2
{ font-size:100%;
font-weight: bold;
margin-bottom: 0; 
margin-top:0;
}
h3
{ font-size:100%;
display: inline;
font-weight: normal;
margin-bottom: 0; 
margin-top:0;
}
a:link
{
  color: #003399;
}
a:active {
  color: blue;
}
a:visited
{
  color: #990099;
}
a:hover
{
  color: blue; 
}
.slagzin
{ 
  font-size: 85%;
  color: white;
  font-weight: bold;
}
a.slagzin:link
{
  color: white;
  text-decoration: none;
}
a.slagzin:active {
  color: white;
  text-decoration: none;
}
a.slagzin:visited
{
  color: white;
  text-decoration: none;
}
a.slagzin:hover
{
  color: white; 
  text-decoration: none;
}

/* navigation */
.nav
{
    font-weight: bold;
    color: #003399;
    text-decoration: none;
}
a.nav:link
{
    color: black;
}
a.nav:visited
{
    color: black;    
}
a.nav:hover
{
    color: #003399;
    text-decoration: underline;
}
.navhigh
{
    font-weight: bold;
    text-decoration: none;
}
a.navhigh:link
{
    color: #003399;
}
a.navhigh:visited
{
    color: #003399;    
}
a.navhigh:hover
{
    color: #003399;
    text-decoration: underline;
}

/* Language choice */
.language
{ 
  font-size: 90%;
  color: #003399;
}
A.language:link
{ 
  color: #003399;
}
A.language:visited
{ 
  color: #003399;
}
A.language:hover
{ 
  color: blue; 
}

/* Footer */
.wit
{
  color: #FFFFFF;    
}
A.wit:link
{ 
    color: #FFFFFF;
    text-decoration: none;
}
A.wit:visited
{ 
  color: #FFFFFF;
  text-decoration: none;   
}
A.wit:hover
{
    color: #FFFFFF;
    text-decoration: underline;    
}

.small
{
    font-size: 80%;
}
A.small:link
{ 
    color: #003399;
}
A.small:visited
{ 
    color: #003399;
}
A.small:hover
{
    color: blue;
}




/* Titel */
.titel
{
    font-weight: bold;
    color: #FFFFFF
}
A.titel:link
{ 
    color: #FFFFFF;
    text-decoration: none;
}
A.titel:visited
{ 
    color: #FFFFFF;
    text-decoration: none;
}
A.titel:hover
{
    color: #FFFFFF;
    text-decoration: none;
}


/* blokjes */
a.blok:link
{
  color: #000000;
  text-decoration: none;
  cursor:pointer;
}
a.blok:visited
{
  color: #000000;
  text-decoration: none;  
}
a.blok:hover
{
  color: blue; 
}


/* Zwarte link */
.zwart
{
    font-weight: bold;
  color: #000000;    
}
A.zwart:link
{ 
    text-decoration: none;
  color: #000000;
}
A.zwart:visited
{ 
    text-decoration: none;
  color: #000000;    
}
A.zwart:hover
{
    text-decoration: none;
  color: #000000;    
}


/* Form */
.error
{
    font-weight: bold;
    color: red;
    font-family: verdana;
}