/* general */

p
{ margin: 0px;
  padding: 0px;
}

blockquote
{ margin-top: 0px;
  margin-bottom: 0px;
}

body
{ margin-top: 1px;
}

body, td, h1, h2, h3, *
{ font-family: arial;
  font-size: 12px;
}

h1
{ border-bottom: 1px solid #ddd;
  margin: 5px 0px 15px 0px;
  padding: 0px;
}

h2
{ margin: 15px 0px 10px 0px;
  padding: 0px;
}

h3
{ margin: 15px 0px 10px 0px;
  padding: 0px;
  color: #ff9900;
}

hr
{ color: #ddd;
  height: 1px;
}

a:link, a:visited, a:active
{ color: #ff9900;
}

ul
{ padding: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 20px;
}

ol
{ padding:0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 30px;
}

img.cursor
{ cursor: pointer;
  cursor: hand;
}

span.link
{ cursor: pointer;
  cursor: hand;
  text-decoration: underline;
  color: #ff9900;
}

button
{ padding-left: 10px;
  padding-right: 10px;
  margin-right: 2px;
}

hide
{ display:none;
}

span.small
{ font-size: 9px;
}

span.small *
{ font-size: 9px;
}

td
{ padding-left: 0px;
  padding-right: 3px;
}

table.news td
{ padding-left: 0px;
  padding-right: 0px;
}

table.thumb
{ display: inline;
}

table.thumb td
{ text-align: center;
  vertical-align: middle;
  background-color: #c0c0c0;
  width: 90px;
  height: 90px;
}

table.left
{ float: left;
}

table.right
{ float: right;
}

table.single td
{ padding-left: 3px;
  padding-right: 3px;
}

table.double td
{ padding-left: 3px;
  padding-right: 3px;
}

table.single, table.single td
{ border: 1px solid #ddd;
  border-collapse: collapse;
}

table.double, table.double td
{ border: 1px solid #ddd;
  border-collapse: separate;
}

span.lastmod
{ position: relative;
  top: 5px;
  float: right;
  font-size: 75%;
  color: #666;
}

/* page menu */
.menu a:link, .menu a:visited, .menu a:active, .submenu a:link, .submenu a:visited, .submenu a:active
{ display: block;
  text-decoration: none;
  color: white;
}
.menu a:hover, .submenu a:hover
{ color: black;
}
.menu
{ float: left;
  margin-right: 1px;
  margin-bottom: 1px;
  background: #ff9900;
  color: white;
  padding: 2px 5px 2px 5px;
  cursor: hand;
  cursor: pointer;
  white-space: nowrap;
}
.submenu table
{ border-top: 1px solid white;
  border-left: 1px solid white;
}
.submenu td
{ border-right: 1px solid white;
  border-bottom: 1px solid white;
  background: #b3b3b3;
  padding: 2px 5px 2px 5px;
  white-space: nowrap;
}

/* gastenboek */
table.gastenboek
{ width: 100%;
  border: 1px solid #ddd;
  margin-bottom: 5px;
}
table.gastenboek td
{ white-space: normal;
}
table.gastenboek thead
{ background-color: #e3ecd7;
  font-weight: bold;
}
input.gastenboek
{ background-color: #e3ecd7;
}
