/* algemene Style Setting */
body {
	background-color:white ; /* background-color: #FAFAD2;    #F4FEEB*/
	font-family: "Comic Sans MS";
	font-size: 12px;
}

h1 {
	font-style: normal;
	font-weight: bolder;
	font-variant: small-caps;
	border-bottom: thin solid Black;
}

h2 {
	font-style: normal;
	font-weight: bolder;
}

h3 {
	font-style: normal;
	font-weight: bolder;
}

h4 {
	font-weight: bolder;
	font-size: 10px;
	color: Red;
	/*background-color: #FAFAD2;*/
	background-color: #FCF7F4;
	text-align: center;
	font: small-caps;
	border: thin solid Black;
}

/* Style Setting voor buttons in side-bar*/

div#menu {
   display: block;
   position: relative;
   top: 0 px;
   left: 0 px;
}

div#menu ul {
  display: block;
   position: relative; 
   top: 0px;
   margin:0;
  padding:0; 
}

div#menu li {
	display: block;
	position: relative;
	top: 2 px;
	left: 5 px;
	list-style: none outside;
	text-indent: 0; 
	width: 130px;
	text-align: justify; 
	background-color:white; /* #FCF7F4;*/
	color: red;
	/*border: 1px solid #F4FEEB;*/
	border: solid 1px #000084;
}
 
div#menu li a: {
	width: 100%;
	background-color: Navy;
	color: White;
	text-decoration: none;
	border: 0px solid #F4FEEB;
}
  
div#menu li a:link {
	width: 100%;
	background-color: navy;
	color: white;
}

div#menu li a:visited {
  width: 100%;
  background-color:navy;
  color:white;
}
/*
div#menu li a:selected {
   width: 100%;
   background-color: yellow;
   color: navy;
}
*/
div#menu li a:hover {
  width: 100%;
  background-color:white;
  color:navy;
  text-decoration:none; 
  border: 0px solid Navy;
}

div#menu li a:active {
   width: 100%;
   background-color: navy;
   color: white;
}

/* Style Setting voor buttons navigatie balk */

div#NavigatieButton {
	display: inline-block;
	list-style: none outside;
	text-indent: 0;
	Width: 100%;
	text-align: center;
	background-color: Navy;
	color: White;
	border: thin inset;
}

div#NavigatieButton a {
	display: inline;
	Width: 120px;
	background-color: Navy;
	color: White;
	text-decoration: none;
}
/*
div#NavigatieButton a:selected {
   display: inline;
   background-color: Navy;
   color: Gray;
}
*/
div#NavigatieButton a:hover {
   display: inline;
   background-color:White;
   color:Navy;
   text-decoration:none; 
}

div#NavigatieButton a:active {
   display: inline;
   background-color: navy;
   color: white;
}

/* Style voor Nieuws regels */

div#Nieuws li {
	background-color: #FCF7F4;
	border-bottom-color: #EBD4C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
	font-family: inherit;
	font: 12px;
}

/* Style Setting markering belangrijke tekst in een tekst blok */

div#Highlight {
	font: italic bolder;
   position: relative;
   left: 5 px;
}
/* Style setting voor tabellen */

table#Normaal {
	width: auto;
	font-family: inherit;
	font-size: 100%;
	vertical-align: top;
	text-align: left;
}
table#Normaal TH {
	vertical-align: top;
	text-align: left;
	padding-left: 50px;
	font-style: normal;
	font-weight: bolder;
	font-size: 120%;
	border-bottom: thin solid Gray;
}
table#Normaal TD {
	vertical-align: top;
	text-align: left;
	padding-left: 50px;
}
/* Style setting voor header tabel */

table#Header {
	text-align: left;
	width: 100%;
	font-family: inherit;
	font-size: 100%;
}
/* Style Setting voor Programma overzicht tabel*/
 
table#Programma {
	text-align: left;
	width: 600 pxs;
	font-family: inherit;
	font-size: 100%;
}
table#Programma TR {
	text-align: left;
	font-family: inherit;
	font-size: 10px;
	background-color: #FFE5C8;
}
table#Programma TD {
	text-align: left;
	font-family: inherit;
	font-size: 10px;
	background-color: #FCF7F4;
	border-bottom-color: #EBD4C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

/* Style Setting voor Playlist tabel*/
 
table#Playlist {
	text-align: left;
	width: 600 pxs;
	font-family: inherit;
	font-size: 100%;
}
table#Playlist TR {
	text-align: left;
	font-family: inherit;
	font-size: 12px;
}
table#Playlist TD {
	text-align: left;
	font-family: inherit;
	font-size: 12px;
	border-bottom-color: #EBD4C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}


/* Style Setting voor formulieren */

table#Formulier {
	text-align: left;
	width: 600 pxs;
	font-family: inherit;
	font-size: 100%;
}
table#Formulier TR {
text-align: left;
	font-family: inherit;
	font-size: 100%;
}
table#Formulier TD {
	text-align: left;
	font-family: inherit;
	font-size: 100%;
	background-color: #FCF7F4;
	border-bottom-color: #EBD4C8;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}
/* Style setting voor het foto*/
IMG#Foto {
	height: 175px;
	Width: 225px;
}
/* Style setting voor het logo*/

.Logo {
	width: 176 px;
	height: 115 px;
	border: 0px;
}