﻿@import url("layout.css");
body {
	border:5px solid navy;
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	font-weight:;
/*	background-image: url('../images/WOODS_backgr.png');
	background-repeat: repeat;*/
}

#huidigh a {
/* Huidig Wordt gebruikt om  de knop van de actuele HOOFD pagina aan te passen
voorbeeld: <li id="huidigh"><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;
}
#huidigs a {
/* Huidig Wordt gebruikt om  de knop van de actuele SUB pagina aan te passen
voorbeeld: <li id="huidigs"><a href="contributie_en_speeltijden.html">>Contr. en Speeltijden<.html</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;
}
/* standaard tabel zonder borders een beetje ruimte (padding) in de cel geven */
table, td {
	border-collapse:collapse; /* voorkomt dubbele borders*/
	padding:  0.1em 0.2em 0.1em 0.2em;
}
/*}*/
/* standaard tabel met borders een beetje ruimte (padding) in de cel geven */
/* TABEL borders OPMAAK */
  table.borders {
/*	width:40%;
	margin-left:30%;
  	margin-right:30%;*/
	border-collapse:collapse;
  
}	
    table.borders th {
    border: 2px solid black;
    padding: 3px 7px 2px 7px;
    background-color: #ff8 ;
    font-size: 1.5em;
    color: black;
    white-space: nowrap;
}
    table.borders td {
    font-size: 1em;
    border: 1px solid #000;
    padding: 3px 7px 2px 7px;
    /*text-align: left;*/
	white-space: nowrap;
}
/* end TABEL borders OPMAAK */

#container {
	height: 100%;
	background-color: #eee; /* #55c */
	/* site centreren: margin: 0 auto; */
	margin: 0 auto;
}
#masthead {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow: auto;
	font-size: xx-large;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 2px 2px 2px #333;
	word-spacing: 1em;
	text-align: center;
	background-color: #7c7;
}
#paginatitel {
	width: 100%;
	overflow: auto;
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 2px #333;
	text-align: center;
	background-color: #7c7;
}
#page_content {
	position: relative;
	border-top : 5px solid #fff;
	min-height:668px;
	
}
#sidebar {
	float:left;
	width:170px;
	/* is ook de kleur van de knoppen */
	background-color: #55c;
}
#logoholder {
	border-bottom: 5px solid #fff;
	padding:10px 10px 10px 10px;
}

/* Styles for Navigation Sidebar */
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;

	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;
	background-color: #7c7;
}
/* end Styles for Navigation Sidebar */

#reclame {
	margin-left:170px;
	background-color: #fff;
}
/* Styles for Navigation menu_b boven aan de pagina*/
#menu_b_holder {
	padding:5px 0px 0px 0px;
	height: 35px;
	margin-left:170px;
	background-color: #7c7;
}
#menu_b {
	margin-left: 0px;
}
#menu_b ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu_b li {
	width: 18%;	
	padding:5px 3px 5px 3px;
	margin: 0px 0px 0px 5px;
	text-align:center;
	list-style: none;
	background-color: #fff;
	float: left;
}
#menu_b a {
	text-decoration:none;
	display: block;
}
#menu_b a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #fff;
	background-color: #7c7;
}
/* Styles for Navigation menu_b_smal boven aan de pagina, o.a. voor Onze Club */
#menu_b_smal_holder {
	padding:5px 0px 0px 0px;
	height: 35px;
	margin-left:170px;
	background-color: #7c7;
}
#menu_b_smal {
	margin-left: 0px;
}
#menu_b_smal ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu_b_smal li {
	width: 12%;	
	padding:5px 3px 5px 3px;
	margin: 0px 0px 0px 5px;
	text-align:center;
	list-style: none;
	background-color: #fff;
	float: left;
}
#menu_b_smal a {
	text-decoration:none;
	display: block;
}
#menu_b_smal a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #fff;
	background-color: #7c7;
}

/* Styles for Navigation 3e menu onder menu_b*/
#menu_c_holder {
	padding:8px 0px 0px 0px;
	height: 95px;
	margin-left:170px;
	background-color: #5a5;
}
#menu_c {
	margin-left: 0px;
}
#menu_c ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menu_c li {
	text-align:center;
	width: 18%;
	padding:3px 3px 5px 3px;
	margin: 0px 0px 5px 5px;
	background-color: #fff;
	list-style: none;
	float: left;
}
#menu_c a{
	text-decoration:none;
}
#menu_c a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #fff;
	background-color: #7c7;
}
/* end Styles for Navigation menu_b */

#footer {	
 	border-top: 0px solid #fff;
	clear:both
	position:relative;
	width: 100%;
	text-align: center;
	padding-top: 0.2%;
	padding-right: 0;
	padding-bottom: 0.2%;
	border-top:1px black;
	border-bottom:1px black;
	background-color:  #55c; /* #55c */
	}

#footer p {
	font-size: small;
}


/* CONTENT*/
#content {
	margin-left:170px;
	padding: 10px 30px 5px 30px;
	background-color: #eee;
}
#content li {
	margin-left:1em;
 	margin-right: 2em;
	margin-top: .5em;
 	margin-bottom: 1em;
	  }
#content ul {
 	list-style-image:url('../images/bullitbowl.gif'); 

/* opmaak hyperlinks in Content*/
#content a: {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
/* text hoovered */
#content a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #ff0000;
	text-decoration: none;
}	
/* end opmaak hyperlinks in Content */	
/* END CONTENT*/
/* Styles for Footer */

@import url("layout.css");
body {
	border:5px solid navy;
	font-family: Arial, sans-serif;
	font-size: medium;
	color: #000;
	font-weight:;
/*	background-image: url('../images/WOODS_backgr.png');
	background-repeat: repeat;*/
}

#huidigh a {
/* Huidig Wordt gebruikt om  de knop van de actuele HOOFD pagina aan te passen
voorbeeld: <li id="huidigh"><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;
}
#huidigs a {
/* Huidig Wordt gebruikt om  de knop van de actuele SUB pagina aan te passen
voorbeeld: <li id="huidigs"><a href="contributie_en_speeltijden.html">>Contr. en Speeltijden<.html</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;
}
/* standaard tabel zonder borders een beetje ruimte (padding) in de cel geven */
table, td {
	border-collapse:collapse; /* voorkomt dubbele borders*/
	padding:  0.1em 0.2em 0.1em 0.2em;
}
}
/* standaard tabel met borders een beetje ruimte (padding) in de cel geven */
/* TABEL borders OPMAAK */
  table.borders {
/*	width:40%;
	margin-left:30%;
  	margin-right:30%;*/
	border-collapse:collapse;
  
}	
    table.borders th {
    border: 2px solid black;
    padding: 3px 7px 2px 7px;
    background-color: #ff8 ;
    font-size: 1.5em;
    color: black;
    white-space: nowrap;
}
    table.borders td {
    font-size: 1em;
    border: 1px solid #000;
    padding: 3px 7px 2px 7px;
    /*text-align: left;*/
	white-space: nowrap;
}
/* end TABEL borders OPMAAK */

/* Opmaak voor onderschrift bij foto */
div.figure {
  border: thin silver solid;
  margin: 0.5em;
  padding: 0.5em;
}
div.figure p {
  text-align: center;
  font-style: italic;
  font-size: smaller;
  text-indent: 0;
}
/* einde Opmaak voor onderschrift bij foto^*/

#container {
	height: 100%;
	background-color: #eee; /* #55c */
	/* site centreren: margin: 0 auto; */
	margin: 0 auto;
}
	margin: 0 auto;
}
#masthead {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 0px;
	overflow: auto;
	font-size: xx-large;
	font-weight: bold;
	color: #ff0000;
	text-shadow: 2px 2px 2px #333;
	word-spacing: 1em;
	text-align: center;
	background-color: #7c7;
}
#paginatitel {
	width: 100%;
	overflow: auto;
	font-size: xx-large;
	font-weight: bold;
	color: #ffffff;
	text-shadow: 2px 2px 2px #333;
	text-align: center;
	background-color: #7c7;
}
#page_content {
	position: relative;
	border-top : 5px solid #fff;
	min-height:668px;
	
}
#sidebar {
	float:left;
	width:170px;
	/* is ook de kleur van de knoppen */
	background-color: #55c;
}
#logoholder {
	border-bottom: 5px solid #fff;
	padding:10px 10px 10px 10px;
}

/* Styles for Navigation Sidebar */
#sidebar ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

#sidebar a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;

	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;
	background-color: #7c7;
}
/* end Styles for Navigation Sidebar */

#reclame {
	margin-left:170px;
	background-color: #fff;
}
/* Styles for Navigation menu_b boven aan de pagina*/
#menu_b_holder {
	padding:5px 0px 0px 0px;
	height: 35px;
	margin-left:170px;
	background-color: #7c7;
}
#menu_b {
	margin-left: 0px;
}
#menu_b ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu_b li {
	width: 18%;	
	padding:5px 3px 5px 3px;
	margin: 0px 0px 0px 5px;
	text-align:center;
	list-style: none;
	background-color: #fff;
	float: left;
}
#menu_b a {
	text-decoration:none;
	display: block;
}
#menu_b a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #fff;
	background-color: #7c7;
}
/* Styles for Navigation menu_b_smal boven aan de pagina, o.a. voor Onze Club */
#menu_b_smal_holder {
	padding:5px 0px 0px 0px;
	height: 35px;
	margin-left:170px;
	background-color: #7c7;
}
#menu_b_smal {
	margin-left: 0px;
}
#menu_b_smal ul {
	list-style-type: none;
	width: 100%;
	margin: 0;
	padding: 0;
}
#menu_b_smal li {
	width: 12%;	
	padding:5px 3px 5px 3px;
	margin: 0px 0px 0px 5px;
	text-align:center;
	list-style: none;
	background-color: #fff;
	float: left;
}
#menu_b_smal a {
	text-decoration:none;
	display: block;
}
#menu_b_smal a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #fff;
	background-color: #7c7;
}

/* Styles for Navigation 3e menu onder menu_b*/
#menu_c_holder {
	padding:8px 0px 0px 0px;
	height: 95px;
	margin-left:170px;
	background-color: #5a5;
}
#menu_c {
	margin-left: 0px;
}
#menu_c ul {
	list-style-type: none;
	width: 100%;
	display: block;
	margin: 0;
	padding: 0;
}
#menu_c li {
	text-align:center;
	width: 18%;
	padding:3px 3px 5px 3px;
	margin: 0px 0px 5px 5px;
	background-color: #fff;
	list-style: none;
	float: left;
}
#menu_c a{
	text-decoration:none;
}
#menu_c a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #fff;
	background-color: #7c7;
}
/* end Styles for Navigation menu_b */

#footer {	
 	border-top: 0px solid #fff;
	clear:both
	position:relative;
	width: 100%;
	text-align: center;
	padding-top: 0.2%;
	padding-right: 0;
	padding-bottom: 0.2%;
	border-top:1px black;
	border-bottom:1px black;
	background-color:  #55c; /* #55c */
	}

#footer p {
	font-size: small;
}


/* CONTENT*/
#content {
	margin-left:170px;
	padding: 10px 30px 5px 30px;
	background-color: #eee;
}
#content li {
	margin-left:1em;
 	margin-right: 2em;
	margin-top: .5em;
 	margin-bottom: 1em;
	  }
#content ul {
 	list-style-image:url('../images/bullitbowl.gif'); 

/* opmaak hyperlinks in Content*/
#content a: {
	font-weight: bold;
	color: #f00;
	text-decoration: underline;
}
/* text hoovered */
#content a:hover {
	font-weight: bold;
	text-decoration: none;
/* text kleur hooverd*/
	color: #ff0000;
	text-decoration: none;
}	
/* end opmaak hyperlinks in Content */	
/* END CONTENT*/
/* Styles for Footer */

