@charset "UTF-8";
/* CSS Document */

* {
/* all styles padding and margin = 0*/
padding:0;
margin:0;
}

body {
	background-color: #d4d0c8;
	background-image: url(img/back.jpg);
	background-repeat: repeat-y;
	background-attachment: scroll;
	background-position: 0px 0px;
}

a:link { color:#064547; text-decoration:none }
a:visited { color:#146080; text-decoration:none }
a:hover { color:#146080; text-decoration:underline }

/******* POSITION ********/

#bannernl,#bannerfr,#banneruk {
	position: absolute; 
	top: 0px; 
	left: 0px;
	width: 761px;
	height: 171px;
	background-position: 0px 0px;
	/*background-color:#00FF00*/
}

#bannernl { background-image: url(img/upper_nl.jpg); }
#bannerfr { background-image: url(img/upper_fr.jpg); }
#banneruk { background-image: url(img/upper_uk.jpg); }

#menu { position: absolute; top: 171px; left: 0px; width: 150px }

#content {
	width:460px;
	position: absolute; 
	top: 171px; 
	left: 220px
}

#gallery img{
/*background-color:#E3DCC9;
padding: 10px;
padding-top: 2px;*/
/*position:absolute;
clip:rect(0px 50px 50px 0px);*/
width: 65px;
height: 65px;
border: solid 3px #146080;
float: left;
margin-right: 10px;
margin-bottom: 20px;
}

#gallery li{
clear: both;
list-style-type: none;
margin-left: -13px;
}


#member {
background-color:#E3DCC9;
padding: 10px;
padding-top: 2px;
}

#lanbar {
position:absolute;
top: 83px;
left:670px;
}

#lanbar img{
border:0;
margin-right: 5px;
}

.pasfoto { 
	float:left;
	height: 100px; 
	width: 80px;
	/*clip:rect('top', 'right', 'bottom', 'left');*/
	margin-right: 10px;
	margin-bottom: 10px
}

.nameTag { 
	clear: both;
}

.wrapper {
/*width: 250px;*/
border: 1px solid #000000;
margin-bottom: 16px;
}

.header,.body,.contact {
	padding: 2px;

}

.header {
	background-color: #146080;
}

.body {
	background-color: #ffffff;
}

.contact {
	background-color: #d4d0c8;
}

h1,h2,h3,h4 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight:bold;
	}
	
h1 {
	font-size: 18px;
	color: #146080;
	margin-bottom:18px;
	margin-top:18px;
}

h2 {
	font-size: 11px;
	color: #ffffff;
}

h3 {
	font-size: 12px;
	color: #146080;
	margin-top:18px;
}

h4 {
	font-size: 12px;
	color: #064547;
	margin-top:18px;
	margin-bottom:18px;
}

hr { margin-top:18px; margin-bottom:18px }

p, li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 0.7em; /* = 11px */
	line-height: 16px;
	color: #000000;
}

ul { margin-left: 14px;}
ol { margin-left: 20px;}

/********************* overrides ***************************/

#raad li {
	margin-bottom: 8px;
}

#member p {
	font-size: 9px;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 2px;
	margin-top: 8px;
}



/********************* input ***************************/

input, select {
	background-color: #ffffff;
	border:1px solid #a5acb2;
	padding: 2px;
/*	margin: 6px;
	margin-bottom: 0px;*/
}

input[type=submit] {
	margin-top: 8px;
	background-color: #165080;
	color: #FFFFFF;
}

input[type=text] {
	width: 20px;
}

select {
	padding: 1px;
}

option {
	border-bottom: dashed;
	border-bottom-color:#a5acb2;
	border-bottom-width: 1px;
	margin-left: 2px;
	padding-right:10px;
}

/*
.tdbar { background-color: #146080; padding: 2px }
.tdquestion { padding-top: 20px; padding-bottom: 3px }
.tdopm { padding-top: 5px; padding-bottom: 0px }
.tdpraat { background-color: #146080; padding: 2px; border: #000000 solid 1px; border-bottom: #000000 solid 0px}
.tdcontact { background-color: #D4D0C8; padding: 2px; border-left: #000000 solid 1px; border-right: #000000 solid 1px }
.tdframe { padding: 3px; border: #000000 solid 1px; border-top: #000000 solid 0px }
.tdframe2 { padding: 3px; border-right: #000000 solid 1px; border-left: #000000 solid 1px }

.txtlev02 { font-family: verdana; font-size: 18px; color: #146080; font-weight: bold }
.txtlev01 { font-family: verdana; font-size: 12px; color: #064547; font-weight: bold }
.txtlev00 { font-family: verdana; font-size: 11px; color: #000000 }
.txtbar { font-family: verdana; font-size: 13px; color: #ffffff; font-weight: bold }
.txtquestion { font-family: verdana; font-size: 12px; color: #064547; font-weight: bold }
.txtopm { font-family: verdana; font-size: 11px; color: #555555 }
.txtpraat { font-family: verdana; font-size: 11px; color: #ffffff; font-weight: bold }*/


