﻿@import url('layout_homepage.css');
body {
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	background-color: #005;
	/*
	background-image: url('../images/WOODS_LOGO_v_600.png');
	background-repeat: repeat;
	*/

}
#huidigh a {
/* Wordt gebruikt om  de knop van de actuele pagina aan te passen
voorbeeld: <li id="huidig"><a href="Laatste_Nieuws.html">Laatste Nieuws</a></li>
na update van de master de <li opnieuw updaten in alle pagina's*/
	border-style:solid;
	border-width:0px 5px 0px 5px;
	border-color:red;
}

#container {
	width: 100%;
	height: 100%;
}
#page_content {
	position: relative;
}
#sidebar {
	position: relative;
	float: left;
	width: 150px;
	/* is ook de kleur van de knoppen en de backgroundkleur van de eerste tabel cel */
	background-color: #55c;
}	
#content {	
	margin-left: 0px;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Arial Black;
}
/* Styles for Navigation */
#sidebar ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
/* border om de knoppen */
#sidebar li {
	display: block;
	border: 0px solid #fcc;
}
#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
	padding: 5%;
	display: block;
	border-bottom: 5px solid #f5f5f5;
}
/* de kleur van de knoppen staat bij #sidebar */
/* text hoovered */
#sidebar a:hover {
	font-weight: bold;
	text-decoration: none;
	/* text kleur hooverd*/
	color: #ff0000;
	border-bottom: 5px solid #f00;
	background-color: #7c7;
}

