/* Overall document */

body {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    background-attachment: fixed;
    background-image:  url("afb/achtergrond1_2x2.jpg"); 
    background-repeat: repeat;
    background-position: left top;
    color: #990000;
    font-size: 10pt;
}

/* Debugging layout 
div {
    border: solid thin red;
}
td {
    border: dashed thin red;
}
*/


/* Top box */
div#logo{
    position: absolute;
    top: 10px;
    left: 10px;

}

div#contact{
    font-size: 8pt;
    position: absolute;
    top: 10px;
    left: 486px;
    width: 300px;
}
#contact p{margin-top: 0px;}


/* Navigation box*/
div#nav {
    position:  absolute;
    top: 149px;
    left: 10px;
	}

#nav h1{
    font-size: 10pt;
    margin-left: 0px;
	}

#nav a {
	font-size: 8pt;
	background-color: #FFCC00;
	height: 15px;
	width: 150px;
	border: 1px solid #000000;
	clear: left;
	/* float: left;*/
    display: block;
	font-weight: bold;
	text-decoration: none;
	padding: 2px;
	color: #000000;
	text-align: center;
	margin-bottom: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-variant: small-caps;
	}
    
#nav a:hover {
	text-decoration: underline;
}

/* Language box */
#languages {
position:absolute;
width:300px;
height:23px;
left: 486px;
top: 107px;
}
#languages  img {
    border-color: #990000;
}

/* topic box */
div#topic{
    position: absolute;
    top: 149px;
    left: 179px;
}

#topic h1, #topic h2, #topic h3, #topic h4 {clear: left; margin-top: 0px;}
#topic h1 {font-size: 18pt;}
#topic h2 {font-size: 14pt;}
#topic h3 {font-size: 12pt;}
#topic h4 {font-size: 10pt;}
#topic p {font-size: 10pt; margin-top: 0px;} 
#topic li {font-size: 10pt; margin-left: 14px;}

#topic table {margin-top:0px; margin-bottom: 12px;}



/* Other elements */
p.status {font-size: 8pt;}

p.label{
	font-style: italic;
	font-size: 10pt; /* no effect icw topic id */
	margin-top: 0px;
	}
.rem {
    font-size: 8pt;
    color: black;
    font-weight: normal;
}
.msg{color: black;}

img.float {
    float: left;
    margin-right: 10px;
    margin-bottom: 14px;
    }
img.right {
    float: right;
    margin-right: 10px;
    margin-bottom: 14px;
    }
.sep {padding-top: 20px}
.sep2{margin-top: 14px}

/* Printing attributes */

@media print {
  div#nav {visibility: hidden;}
  div#topic{left: 10px;
            page-break-inside: auto;}
}



