﻿@import url("htmlstijlen.css");
hr
{
  font-family: Verdana, Arial, 'Microsoft Sans Serif';
  font-size: 8pt;
  color: #cc0033;
}
#Kop
{
    background-image: url('../images/Kop.jpg');
    width: 760px;
    height: 57px;
}
#Onderkop
{
    background-image: url('../images/Onderkop.jpg');
    width: 760px;
    height: 13px;
    background-repeat: no-repeat;
}
#Navigatie
{
    width: 760px;
    background-color: #e0e0e0;
}

.stHoofdmenu
{
    font-weight: bold;
    font-size: 10pt;
    text-decoration: underline;
}

.stJustified
{
  text-align: justify;
}
.stCentered
{
  text-align: center;
}
.Rubriek
{
	font-size: 12pt;
	font-weight: bold;
}
.Titel
{
  font-weight: bold;
  font-size: 12pt;
}
.OeuvreTitel
{
  font-weight: bold;
  font-size: 9pt;
}
.Error
{
  font-weight: bold;
  font-size: 10pt;
  color: red;
}
.Afdeling
{
  font-weight: bold;
  font-size: 12pt;
}
.accordionHeader
{
    background-color: #CCCCCC;
    font-weight: bold;
    font-size: 12px;
}
.Linkerkant
{width: 140px;
  float: left; 
  text-align: right;
}
.Rechterkant
{float: left; 
 margin-left:5px;
}
