﻿html
{
    padding: 0px;
    margin: 0px;
}
form2
{

    height: 800px;
    background-color:White;
    }
body
{
    background-color: #99CCFF;
    color: #000000;
    font-family: Arial, Tahoma, Helvetica, sans-serif;
    font-size: 12px;
    padding: 0px 20px;
    margin: 0px;
}
#header
{
    position: absolute;
    background-color: #FFFFFF;
    left: 20px;
    right: 20px;
    height: 80px;
    padding: 10px;
    margin: 0px;
    top: 0px;
}
.piccenter
{
    border: none;
    margin-left: 10px;
    margin-right: 10px;
}
.mnihr
{
	color:#99CCFF;
	height:1px;
}
.inhead
{
    color: #00598A;
    letter-spacing :0.1em;
    font-weight:bolder;
}
.inheadgrey
{
    color: #dddddd;
    letter-spacing :0.1em;
    font-weight:bolder;
}

#menu
{
    position: absolute;
    width: 150px;
    left: 20px;
    top: 95px;
    height: 665px;
    padding: 20px;
    margin: 0px;
    background-color: White;
    border: solid 1 silver;
}

#menu a
{
    font-size: 12px;
}
#content
{
    position: relative;
    background: #FBFBFB;
    background-image: url('/images/Wereld.png');
    background-repeat: no-repeat;
    background-position: center center;
    height: 705px;
    margin-left: 191px;
    margin-right: 191px;
    font-size: 12px;
    top: 95px;
    overflow: auto;
    padding: 0px 10px 0px 10px;
}
#contentr
{
    position: absolute;
    width: 150px;
    right: 20px;
    top: 95px;
    height: 665px;
    padding: 20px;
    margin: 0px;
    background-color: White;
    border: solid 1 silver;
}
#contentr a
{
    font-size: 12px;
}

h1
{
    color: #00598A;
    font-size: large;
    padding-top: 10px;
}
h2
{
    color: #00598A;
    padding-top: 10px;
}
h3
{
    color: #00598A;
    padding-top: 10px;
}
h4
{
    font-size: large;
    color: #00598A;
}
h5
{
    font-size: large;
    color: #00598A;
    margin: 20px 0px 0px 0px;
}
h6
{
    color: #00598A;
}

A:LINK, A:VISITED
{
    color: #00598A;
}

A:HOVER
{
    background-color: #F0F0F0;
    color: #00009F;
    text-decoration: none;
}

DIV.contactheader
{
    font-family: Arial, Tahoma, Verdana, Helvetica, sans-serif;
    font-size: x-small;
    text-align: right;
}

.arrowlistmenu
{
    width: 140px; /*width of menu*/
}

.arrowlistmenu .headerbar
{
    font: bold 14px Arial;
    color: white;
    background: #00598A url(/images/titlebar.png) repeat-x center left;
    margin-bottom: 10px; /*bottom spacing between header and rest of content*/
    /*text-transform: uppercase;*/
    padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul
{
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li
{
    padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a
{
    color: #00598A;
    background: url(/images/arrowbullet.png) no-repeat center left; /*custom bullet list image*/
    display: block;
    text-align: left;
    padding: 2px 0;
    padding-left: 19px; /*link text is indented 19px*/
    text-decoration: none;
    font-weight: bold;
    border-bottom: 1px solid #dadada;
    font-size: 90%;
}
.arrowlistmenu .greyed a
{
    color: #dddddd;
}
.arrowlistmenu .greyed a:visited
{
    color: #dddddd;
}
.arrowlistmenu .greyed a:hover
{
    color: #dddddd;
}
.arrowlistmenu ul li a:visited
{
    color: #00598A;
    text-align: left;
}

.arrowlistmenu ul li a:hover
{
    color: black;
    background-color: #F3F3F3;
    text-align: left;
}
#tablemp
{
    width :100%;
    border :0;
    padding:0;
    margin :0;
        
    }
.tablehead
{
    background-color:#99CCFF;
    color :#dddddd;
    font-size :smaller ;    
    }