/* CSS Document */



/* Algemene Instellingen*/

body {

	/* background-image: url(../gifs/hp.gif);*/

	background-color: Aqua;

	background-repeat: no-repeat;

	background-attachment: fixed;

}



#header {

	position: fixed;

	z-index: 1;

	width: 1000px;

	height: 86px;

	left: 5px;

	top: 5px;

	border: 1px solid black;

	background-color: aqua;

	text-align: center;

	overflow: hidden;

}



#flag-left {

	position: absolute;
	left : 10px;
	top : 10px;
	width: auto;
	height: 38px;
	border: 1px solid white;
	background-color: rgb(235, 170, 20);

}



#flag-left a:hover {

	border: 2px groove gray;

}

#flag-left-it {

	position: absolute;
	left : 100px;
	top : 10px;
	width: auto;
	height: 38px;
	border: 1px solid white;
	background-color: rgb(235, 170, 20);

}

#flag-left-it a:hover {

	border: 2px groove gray;

}



#flag-right {

	position: absolute;
	left : 932px;
	top : 10px;
	width: auto;
	height: 38px;
	border: 1px solid white;
	background-color: gray;

}



#flag-right a:hover {

	border: 2px groove gray;

}





/* Horizontale menubalk met menu*/

#horz-menubar{

	position: fixed;

	z-index: 1;

	top: 98px;

	height: 30px;

	width: 1000px;

	left: 5px;

	padding-top: 5px;

	margin: 0;

	margin-top: 0px;

	border: 1px solid black;

	background-color: #0268D0;

	overflow: auto;

}







#h-menu ul{

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 5px;

	padding-left: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	/*margin: auto;*/

	/*display: inline;*/



}



#h-menu ul li{

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 5px;

	margin-bottom: 0px;

	padding-left: 1em;

	padding-top: 0px;

	padding-right: 1em;

	padding-bottom: 0px;

	border: 1px solid white;

	background-color: #00FFFF;

	list-style: none;

	display: inline;

	text-align: center;



}



#h-menu ul li.home{

	background-color: aqua;

	margin: 5px;

	padding: 0px 1em 0px 1em;

	border: 1px solid blue;

	text-align: justify;



}



#h-menu ul li a:link{

	text-decoration: none;

}



#h-menu ul li a:visited{

	text-decoration: none;

}



#h-menu ul li a:hover{

	margin: auto;

	background-color: Yellow;

	color: #00FFFF;

	display: inline;

}



/*verticale sidebar met menu*/



#left-sidebar{

	position: fixed;

	z-index: 1;

	top: 145px;

	height: auto;

	width: 130px;

	left: 5px;

	padding: 5px;

	margin: 0px;

	border: 1px solid black;

	background-color: #0268D0;

}



#v-menu ul{

	margin-left: 0px;

	margin-top: 0px;

	margin-right: 5px;

	margin-bottom: 0px;

	padding-left: 0px;

	padding-top: 5px;

	padding-right: 0px;

	padding-bottom: 0px;

	/*margin: auto;*/

	/*display: inline;*/

  border: 1px solid black;

}

#v-menu ul li{

	margin-left: 0px;

	margin-top: 5px;

	margin-right: 0px;

	margin-bottom: 0px;

	padding-left: 0px;

	padding-top: 0px;

	padding-right: 0px;

	padding-bottom: 0px;

	border: 1px solid white;

	background-color: aqua;

	list-style: none;

	/*display: inline;*/

	text-align: center;



}



#v-menu ul li.home{

	background-color: aqua;

	/*width: auto;*/

	margin: 5px;

	padding: 0px 0px 0px 0px;

	border: 1px solid blue;

	text-align: center;



}



#v-menu ul li a:link{

	text-decoration: none;

}



#v-menu ul li a:visited{

	text-decoration: none;

}



#v-menu ul li a:hover{

	margin: auto;

	background-color: Yellow;

	color: #00FFFF;

}



#voetnote {

	border: 2px solid #0268D0;

	text-align: center; /*color: #0268D0;*/

	background-color: #00FFFF;

	font-size: 9px; /*font-family : Courier,'Times New Roman','Courier New', serif ;*/

	color: Black;

}



/*Rechter sidebar*/



#right-sidebar{

	position: absolute;

	z-index: 0;

	top: 145px;

	height: auto;

	width: 130px;

	left: 865px;

	padding: 5px;

	margin: 0px;

	border: 1px solid black;

	background-color: #0268D0;

	color: #00FFFF;

	text-align: center;

}



p.blocktext {

	margin-left: auto;

	margin-right: auto;

	width: 8em

}



img.displayed {

	display: block;

	margin-left: auto;

	margin-right: auto;

}







/*HOOFDVENSTER*/



#main{

	width: 700px;

	padding: 5px 5px 5px 5px;

	border: 1px solid black;

	/*display: block;*/

	position: absolute;

	z-index: 0;

	background-color: Aqua;

	top: 145px;

	left: 150px;

	text-align: center;

	color: blue;

	overflow: auto;



}



#main p {

	text-align: center;

	font-size: 20px;

	font-family: Amienne, "Edwardian Script ITC", serif, sans-serif;

	color: blue;

	font-weight: bold;

}



#mainp1 {

	text-align: left;

	font-size: 15px;

	font-family: Arial, "Edwardian Script ITC", serif, sans-serif;

	color: blue;

	font-weight: bold;

}



#mainli {

  text-align: left;

  font-family: Arial, "Edwardian Script ITC", serif, sans-serif;

  font-size: 18px;

  color: blue;

  padding-left:5%;

}



#main-bar{

	/* position: fixed;

	z-index: 1;

	top: 145px; */

	height: auto;

	width: 40%;

	/* left: 5px; */

	padding: 10px;

	margin: 0px;

	border: 1px solid black;

	background-color: #0268D0;

}



pre {

  font-family: Arial, "Edwardian Script ITC", serif, sans-serif;

}



table {

	/* position: relative;*/

	border: thin;

	text-align: center;

	border-width: 1px;

	border-color: blue;

	width:600px;



}



td {

	border: thin;

	text-align: center;

	border-width: 1px;

	border-color: blue;



}




