html, body 
{
   margin: 0;
   padding: 0;
}

body
{
    color: #696969;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11pt;
}

A
{
    text-decoration: underline;
    font-style: normal;
    color: #696969;
}

.indent
{
    textIndent: 20px;	
}

.important
{	
	color: red;
}

.gone
{
	text-decoration:line-through;
}

/* Header begin */
div #header
{
    position: relative;
    margin-right: 10px;
    margin-left: 10px;
    margin-top: 5px;
    height: 115px;
    text-align: left;
    clear: both;
    /*border-bottom: #163C61 15px solid;*/
    background-image:url(img/blueglassbg.jpg);
    background-position:left bottom;
    background-repeat:repeat-x;   

} 

div #logo
{
    background-image: url(img/logo.png);
    background-repeat: no-repeat;
}

div #header h1 
{
  margin-top: 1em;
}


#follow-us-links 
{
  position:absolute;
  right:0;
  top:0;
  margin:15px;
}

/* Header end */

/* inhoud begin */
div #inhoud 
{
  position: relative;
  padding: 10px;
  margin-left: 210px;
  min-height: 300px;
} 

div #inhoud p.bodytext {
  margin-left: 1em;
}
/* Content end */

/* Menu begin*/
div #menu
{
    position: absolute;
    left: 10px;
    top: 120px;
    width: 200px;
    background: white;
}
 
div #menu ul
{
    margin-left: 1em;
    margin-top: 1em;
    list-style: none;
    font-family: Verdana, Arial, Sans Serif;
    font-size: 14px;
    position: static;
    padding: 0px;
}


div #menu ul li ul {
  margin-left: .5em;
  margin-top: 0;
}

div #menu ul li a {
  text-decoration: none;
  color: #163C61;
  display: block;
  width: 160px;
}

div #menu ul li ul li a {
  text-decoration: none;
  color: #163C61;
  font-size: .9em;
}

div #menu ul li a:hover {
  background-color: #163C61;
  background-image: none;
  color: white;
}

div #menu ul li .actief a {
  font-weight: bold;
}

div #menu ul li .actief ul li a {
  font-weight: normal;
}

div #menu ul li.actief ul li .actief a {
  font-weight: bold;
}

div #menu ul li ul li a:hover, div #menu ul li .actief ul li a:hover {
    background-color: #163C61;
    background-image: none;
    color: white;
}
/* Menu end */

/* Footer begin */

div #footer
{
    position: relative;
    text-align: center;
    clear: both;
    display: block;
    background-color: #163C61;
    background-image:url(img/blueglassbg.jpg);
    background-position:left top;
    background-repeat:repeat-x;
    height:20px;    
    margin-right: 10px;
    margin-left: 10px;
    color: white;
}

.copyrightnotice
{
    font-size:small;
}

.copyrightnotice a
{
    font-size:small;
    color: white;
}
    
/* Footer end */


