/* Stylesheet voor www.netnixz.nl */
body {
  /* De tekst */
  text-align: center;
  font-family: arial;
  font-size: 11pt;
  color: #ffffff;
  
  padding: 10px;
  
  /* Scrollbar laten zien als dat nodigis */
  overflow-y: auto;
  
  /* Scrollbar */
  scrollbar-arrow-color: #ffffff;
  scrollbar-base-color: #000000;
  scrollbar-dark-shadow-color: #222222;
  scrollbar-face-color: #666666;
  scrollbar-highlight-color: #999999;
  scrollbar-shadow-color: #444444;
  scrollbar-track-color: #000000;

  /* Achtergrond */
  background-color: #000000;
  background-attachment: fixed;
  background-repeat: no-repeat;
  background-position: center center;
}
/* Headings */
h1 {
  font-family: arial;
  font-size: 20pt;
  font-weight: Bold;
}
h2 {
  font-family: arial;
  font-size: 16pt;
  font-weight: normal;
}
h3 {
  font-family: arial;
  font-size: 14pt;
  font-weight: normal;
}
/* Hyperlinks */
a {
  color: #ff0000;
}
/* Tekst in een table (hetzelfde als in de body) */
table {
  color: #ffffff;
  font-family: arial;
  font-size: 11pt;
}
/* Voor het gastenboek */
table.guestbooktable {
  width: 90%;
  border; 0px;
  font-family: arial;
  font-size: 11pt;
}
td.guestbookheader {
  color: #000000;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
  font-weight: bold;
  padding: 3px;
  background-color: #ff3300;
}
td.guestbookbody {
  color: #000000;
  border: 1px solid #666666;
  padding: 5px;
  background-color: #ffffff;
}
td.guestbookspacer {
  border: 3px solid black;
}
table.guestbookformtable {
  border: 0px;
  background-color: #999999;
  color: #000000;
  font-family: arial;
  font-size: 11pt;
}
input {
  border: 1px solid black;
}
textarea {
  border: 1px solid black;
}
/* Normale tabellen, bijvoorbeeld optredens enzo */
table.normal {
  border: 1px solid #ff3300;
  width: 90%;
}
td.normalheader {
  color: #000000;
  background-color: #ff3300;
  padding: 5px;
  font-weight: bold;
  color: #000000;
  border-top: 1px solid #dddddd;
  border-left: 1px solid #dddddd;
  border-right: 1px solid #333333;
  border-bottom: 1px solid #333333;
}
td.normalcell {
  border-top: 1px solid #666666;
}
