<!--
/* 
 * PillieWillie.nl Css Layout door Insension.com v.#headero.f. 2006
 * Internet: http://insension.com
 */

/* eerst bepalen we de eigenschappen van de meest gebruikte html tags */
html  {
  margin: 0;
  padding: 0;
  color: #000000;
}

body {
  font-family: arial, sans-serif;
  /*
  * hier bepalen we de margin en padding van de body, zodat browsers zoals IE en Mozilla deze
  * niet zelf gaan interpreteren met als gevolg dat de layout veranderd 
  */
   margin: 5px;
   padding: 0;
   background-color: white;
}

h1 {
	clear: both;
	text-align:left;
	font-size: 150%;
	font-weight: bold;
	color: black;
}

h2 {
	font-size: 112%;
	text-align:left;
	font-weight: bold;
	color: #444444;
}

h3 {
	font-size: 104%;
	text-align:left;
	font-weight: bold;
	color: gray;
}

h4 {
	font-size: 95%;
	font-weight: bold;
	text-align:left;
	color: black;
}

h5 {
	font-size: 100%;
	font-weight: bold;
	color: black;
}

img {
	display: none;
}

.img-left {
	display: none;
}

.img-right {
	display: none;
}

.img-center {
	display: none;
}

.img-title {
	display: none;
}

.center {
	text-align: center;
}


#placeholder {
}

#left {
  margin-bottom: 5px;
  padding: 0;
  width: 525px;
  border: 0px solid black;		/* debuging border */
  margin-right: 1px;
  margin-left: 1px;
}

#right {
  margin-top: 10px;
  padding: 0;
  width: 525px;
  border: 0px solid black;		/* debuging border */
  margin-right: 1px;
  margin-left: 1px;
}

#breadcrumbs {
  display: block;
  text-align: left;
  padding-right: 3px;
  padding-left: 3px;
  font-size: 84%;
  font-weight: bold;
  border: 0px solid green;		/* debuging border */
  margin-right: 1px;
  margin-left: 1px;
}

#breadcrumbs a:link {
	color: black;
	text-decoration: underline;
	font-weight:normal;
 }
 
#breadcrumbs a:visited {
	color: black;
	text-decoration: underline;
	font-weight:normal;
 }

#breadcrumbs a:hover {
	color: red;
	text-decoration: none;
	font-weight:normal;
 }

#abstract {
  display: block;
  margin-top: 10px;
  padding-left: 0px;
  padding-right: 10px;
  text-align: left;
  font-size: 84%;
  border: 0px solid red;		/* debuging border */
  margin-right: 1px;
  margin-left: 10px;
}

#content {
	display: none;
}

#reclame {
	display: none;
}

#copyright {
	display: none;
}

#banner {
  /* top - right - bottom - left */

  position: absolute;
  top: 0px;
  float: center;
}

#mainmenu {
	display: none;
}

#submenu {
  display: block;
  margin-top: 0px;
  padding-right: 10px;
  padding-left: 0px;
  font-size: 79%;
  border-right: 0px dotted #CCCCCC;		/* debuging border */
  margin-left: 10px;
  margin-right: 1px;
}

/* de volgende submenu items bouwen het submenu op */

#submenu ul {
	display: inline;
	list-style: none;
	margin: 0px;
	padding-top: 0px;
	border-width:0px;		/* debuging border */ 
	border-style:solid; 
	border-color: green;
}

#submenu li {
	text-align: left;
	padding-top: 1px;
	padding-bottom: 5px;
	padding-right: 2px;
 	border: 0px solid blue;		/* debuging border */
	margin-left: 1px;
	margin-right: 1px;
}

#submenu li a:link, #submenu li a:visited {
	color: black;
	text-decoration: underline;
	font-weight:normal;
}

#submenu li a:hover {
	color: red;
	text-decoration: none;
	font-weight:bold;
}

#submenu ul ul {
  margin-left: 5px;
}

#submenu ul ul li {
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
}

#submenu ul ul a:link, #submenu ul ul a:visited {
  background-color: #FFFFCC;
  color: #000000;
}

#submenu ul ul a:hover {
  background-color: #999999;
  color: #FFFFFF;
}

#specialmenu {
	display: none;
}

.print-only {
}


-->
