﻿H1
{
  font-size: 16pt;
  font-weight: bold;
  color: Green;
}

H2
{
  font-size: 14pt;
  font-weight: bold;
  color: #e84c00;
}

H3
{
  font-size: 12pt;
  font-weight: bold;
  color: Green;
}

H4
{
  font-size: 10pt;
  font-weight: bold;
  color: Blue;
}

H5
{
  font-size: 9pt;
  font-weight: bold;
  color: Green;
}

H6
{
  font-size: 9pt;
  font-weight: normal;
  color: Green;
}

a
{
  color: Red;
}

/*
 *  Container
 */

div#container
{
  margin: auto auto;
  padding: 0px;
  text-align: center;
  width: 970px;
}

/*
 * Header
 */

div#header
{
  width: 100%;
  height: 100px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/PAG_header.jpg);
}

.headerTitle
{
  display: block;
  float: left;
  width: 600px;
  height: 35px;
  margin-left: 0px;
  margin-top: 55px;
  padding-left: 210px;
  text-align: left;
  font-size: 24pt;
  font-weight: normal;
  color: #ffff65;
}

/*
 * Nav
 */
.nav
{
  float: left;
  text-align: right;
  width: 100%;
  height: 22px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/PAG_oranje.gif);
}

.sitemappath
{
  float: right;
  width: 400px;
  height: 16px;
  margin-right: 0px;
  margin-top: 2px;
  padding-right: 12px;
  text-align: right;
  font-weight: normal;
}


/*
 * Content
 */

div#content
{
  float: left;
  text-align: left;
  width: 100%;
  height: auto;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/PAG_content.gif);
  background-repeat: repeat;
}

div#left
{
  float: left;
  text-align: left;
  width: 174px;
  padding: 0px 10px 5px 14px; /* top right bottom left */
}

#left_treeview
{
  text-align: left;
  padding: 20px 0px 20px 5px;
}

#left_maria
{
  text-align: center;
}

div#right
{
  float: left;
  width: 765px;
  height: auto;
  margin: 0px;
  padding: 0px;
}

div#tekst
{
  width: 740px;
  min-height: 400px;
  margin: 10px 5px 10px 10px; /* top right bottom left */
  padding: 0px 0px 0px 0px;
  line-height: 1.5em;
  color: #666666;
}

div#TITLE
{
  display : block ;
  margin-top: 20px;
  margin-bottom : 10px;
  font-size: 12pt;
  font-weight: bold;
  color: Green;
  text-align : left;
}


/*
 * Footer
 */

div#footer
{
  clear: both;
  width: 100%;
  height: 50px;
  margin: 0px;
  padding: 0px;
  background-image: url(../images/PAG_footer.gif);
}

/**
 * Andere items
 */
#login
{
  display: block;
  width: 350px;
  height: 180px;
  margin-top: 100px;
  margin-left: 150px;
  text-align: center;
}





/*
 * ???
 */

.bijschrift
{
  font-size: 9pt;
  font-weight: normal;
  color: #008000;
}

.achtergrond_tekst
{
  color: #666666;
}

.naam
{
  font-size: 10pt;
  font-weight: bold;
  color: Blue;
}

.datalist
{
  margin-left: 10px;
  line-height: 1.4em;
}

.listbox
{
  font-family: Verdana, Arial, Helvetica, sans-serif;
  color: yellow;
  background-color: Blue;
  border-style: hidden;
  text-align: center;
}

.overzicht
{
  font-size: 9pt;
  font-weight: normal;
  color: red;
}

