html,body {
        margin: 0px;
        padding: 0px;
        background-color: #dedede;
        font-family: "Times New Roman";
        font-size: 13px;
        color: #3e3c3c;
        line-height: 0px;
}

table,td,input {
        color: #3e3c3c;
        font-family: "Times New Roman";
        font-size: 13px;
        line-height: 20px;
}

div {
        font-size: 1px;  
        line-height: 0px;  
        border: 0px;
        margin: 0px;
        padding: 0px;
        background-color: #dedede;
}

img {
        border: none;
}

div.container {
        position: relative;
        padding: 0px;
        margin: 0px;
        left: 50%;
        top: 0px;
        margin-left: -350px;
        width: 710px;
        height: 100%;
}

div.maakgrijs {
        position: relative;
        left: 0px;
        top: 0px;
        width: 710px;
        height: 155px;
        background-image: none;
}

div.tekstvlak {
        position: absolute;
        top: 155px;
        left: 0px;
        width: 710px;
	background-image: url(../img/full_back.gif);
	background-repeat: repeat-y;
}

div.vierkanten {
        position: relative;
        float: left;
        left: 50px;
        margin-top: 30px;
        font-size: 13px;
        line-height: 20px;
	background-color: #f9f9f9;
}

div.tekst {
        position: relative;
        display: block;
        font-size: 13px;
        line-height: 20px;
        top: 0px;
        left: 0px;
        width: 470px;
        margin-left: 200px;
        margin-top: 30px;
	background-color: #f9f9f9;
}

div.hoekje {
        position: absolute;
        top: 155px;
        left: 680px;
        height: 21px;
        width: 30px;
	background-image: url(../img/hoekje.jpg);
}

div.header {
        position: absolute;
        top: 13px;
        width: 700px;
        height: 95px;
        left: 0px;
	background-image: url(../img/header.jpg);
	background-repeat: norepeat;
}

div.vlag {
        position: absolute;
        top: 89px;
        left: 657px;
        height: 13px;
        width: 20px;
}

div.header_schaduw_onder {
        position: absolute;
        display: block;
        top: 108px;
        width: 700px;
        height: 6px;
        left: 0px;

        background-image: url(../img/schaduw_onder.gif);
	background-repeat: norepeat;
}

div.header_schaduw_rechts {
        position: absolute;
        top: 13px;
        width: 10px;
        height: 101px;
        left: 700px;
	background-image: url(../img/header_schaduw_rechts.gif);
	background-repeat: norepeat;
}

div.knoppen {
        position: absolute;
        top: 120px;

        height: 26px;
        left: 0px;
}

div.titelbalk {
        position: absolute;
        text-align: right;
        top: 120px;
        width: 391px;
        height: 26px;
        left: 309px;
	background-image: url(../img/titelbalk.gif);
}

div.titelbalk_schaduw_onder {
        position: absolute;
        top: 146px;
        width: 700px;
        height: 6px;
        left: 0px;
	background-image: url(../img/schaduw_onder.gif);
}

div.titelbalk_schaduw_rechts {
        position: absolute;
        top: 120px;
        width: 10px;
        height: 32px;
        left: 700px;
	background-image: url(../img/titelbalk_schaduw_rechts.gif);
}

div.sfeerbeeld {
        overflow: hidden;
        width: 90px;
        height: 90px;
}

span.titel {
        font-weight: bold;
        font-size: 16px;
        color: black;
        line-height: 18px;
}

span.datum {
        color: #9b9b9b;
}

A:link                  {text-decoration: none; color: #e5541c; font-size: 12px;}
A:visited               {text-decoration: none; color: #e5541c; font-size: 12px;}
A:active                {text-decoration: none; color: #e5541c; font-size: 12px;}
A:hover                 {text-decoration: none; color: #f19875; font-size: 12px;}
