/* CSS Document */

/* Algemene Instellingen*/
body {
	/* background-image: url(../gifs/hp.gif);*/
	background-color: yellow;
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#header {
	position: fixed;
	z-index: 1;
	width: 1000px;
	height: 86px;
	left: 5px;
	top: 5px;
	border: 1px solid #A0522D;
	background-color: yellow;
	text-align: center;
	overflow: hidden;
}

#flag-left {
	position: absolute;
	left: 10px;
	top: 10px;
	width: auto;
	height: 36px;
	border: 3px ridge #A0522D;
	background-color: #FFD700;
}

#flag-left a:hover {
  
	top : 10px;
  left: 10px;
	height: 34px;
	width: 20px;
	border: 2px solid #A0522D;
	background-color: #FFD700;
}

#flag-right {
	position: absolute;
	left : 932px;
	top : 10px;
	width: auto;
	height: 36px;
	border: 3px ridge #A0522D;
	background-color: #FFD700;
}

#flag-right a:hover {
	border: 2px solid #A0522D;
	background-color: #FFD700;
	height: 34px;
}


/* 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: 3px ridge #A0522D;
	background-color: #FFD700;
	overflow: auto;
	color: #A0522D;
}



#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: 2px solid #A0522D;
  background-color: yellow;
	list-style: none;
	display: inline;
	text-align: center;
}

#h-menu ul li.home{
	background-color: yellow;
	margin: 5px;
	padding: 0px 1em 0px 1em;
	border: 2px solid #A0522D;
	text-align: justify;
	color: #A0522D;
}

#h-menu ul li a:link{
	text-decoration: none;
	color: #A0522D;
}

#h-menu ul li a:visited{
	text-decoration: none;
}

#h-menu ul li a:hover{
	margin: auto;
	background-color: #FFD700;
	color: Red;
	display: inline;
}

/*verticale sidebar met menu*/

#left-sidebar{
	position: fixed;
	z-index: 2;
	top: 145px;
	height: auto;
	width: 130px;
	left: 5px;
	padding: 5px;
	margin: 0px;
  border: 3px ridge #A0522D;
	background-color: #FFD700;
}

#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;*/

}
#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: 2px solid #A0522D;
	background-color: yellow;
	list-style: none; /*display: inline;*/
	text-align: center;
	color: #A0522D;
}

#v-menu ul li.home{
	background-color: yellow;
	/*width: auto;*/
	margin: 5px;
	padding: 0px 0px 0px 0px;
	border: 2px solid #A0522D;
	text-align: center;

}

#v-menu ul li a:link{
	text-decoration: none;
	color: #A0522D;
}

#v-menu ul li a:visited{
	text-decoration: none;
}

#v-menu ul li a:hover{
	margin: auto;
	background-color: #FFD700;
	color: red;
}

#voetnote {
	border: 2px solid #A0522D;
	text-align: center; /*color: #0268D0;*/
	background-color: #FFD700;
	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: 3px ridge #A0522D;
	background-color: #FFD700;
	color: #A0522D;
	text-align: center;
}

p.blocktext {
	margin-left: auto;
	margin-right: auto;
	width: 7em;
}

img.displayed {
	display: block;
	margin-left: auto;
	margin-right: auto;
}



/*HOOFDVENSTER*/

#main{
	width: 697px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #A0522D; /*display: block;*/
	position: absolute;
	z-index: 0;
	background-color: yellow;
	top: 145px;
	left: 153px;
	text-align: center;
	color: #A0522D;
	overflow: auto;
}

#main p {
	text-align: center;
	font-size: 18px;
	font-family: 'Times New Roman','Courier New', Courier, serif;
}
