﻿/* layout */

html, body {
 font-family: verdana, sans-serif;
 font-size: 10pt;
 text-align: justify;
 height: 100%;
 margin: 0px;
}

div.anahata {
 position: relative;
 width: 800px;
 height: 100%;
 margin: 0px auto 0px auto;
}

div.disclaimer {
 position: absolute;
 bottom: 10px;
}

div.extern {
 position: relative;
 float: left;
 clear: none;
 width: 490px;
 height: 100%;
 background-image: url('../../images/extern-achtergrond.jpg');
 repeat: repeat;
 color: #006600;
 padding: 0px 5px 0px 5px;
 overflow-x: hidden;
 overflow-y: scroll;
}

div.inhoud {
 position: relative;
 clear: both;
 width: 800px;
 height: 80%;
 background-image: url('../../images/menu-achtergrond.jpg');
 repeat: repeat;
}

div.main {
 position: relative;
 float: left;
 clear: none;
 width: 490px;
 height: 100%;
 background-image: url('../../images/main-achtergrond.jpg');
 repeat: repeat;
 color: #006600;
 padding: 0px 5px 0px 5px;
 overflow-x: hidden;
 overflow-y: scroll;
}


div.menu {
 position: relative;
 float: left;
 clear: left;
 width: 150px;
 height: 100%;
 background-image: url('../../images/menu-achtergrond.jpg');
 repeat: repeat;
}


div.nieuws {
 position: relative;
 float: right;
 clear: right;
 width: 150px;
 height: 100%;
 background-image: url('../../images/menu-achtergrond.jpg');
 repeat: repeat;
}

div.sterven {
 position: relative;
 float: left;
 clear: none;
 width: 490px;
 height: 100%;
 background-image: url('../../images/sterven-achtergrond.jpg');
 repeat: repeat;
 color: #006600;
 padding: 0px 5px 0px 5px;
 overflow-x: hidden;
 overflow-y: scroll;
}

div.titel {
 position: relative;
 float: left;
 clear: both;
 width: 800px;
 height: 156px;
 background-image: url('../../images/titel.jpg');
}

div.winkel {
 position: relative;
 float: left;
 clear: none;
 width: 490px;
 height: 100%;
 background-image: url('../../images/winkel-achtergrond.jpg');
 repeat: repeat;
 color: #006600;
 padding: 0px 5px 0px 5px;
 overflow-x: hidden;
 overflow-y: scroll;
}

/* opmaak */

a {
 color: #006600;
}

a.menu {
 color: #000000; 
 text-decoration: none; 
}

a.nieuws {
 color: #000000; 
 text-decoration: none;
}

h1 {
 font-size: 125%;
 font-weight: bold;
 text-align: left;
}

h2 {
 font-size: 100%;
 font-weight: bold;
 text-align: left;
}

p.center {
 text-align: center;
}

p.italic {
 font-style: italic;
}

p.vajra {
 text-align: center;
}

td.menu { 
 background-image: url('../../images/achtergrond.jpg'); 
 repeat: repeat; 
 width: 140px; 
 height: 20px; 
 text-align: center;
 padding: 0;
 font-family: verdana, sans-serif;
 font-size: 10pt;
}

td.nieuws { 
 background-image: url('../../images/achtergrond.jpg');
 repeat: repeat;
 width: 140px;
 text-align: center;
 padding: 0;
 font-family: verdana, sans-serif;
 font-size: 10pt;
}