/* CSS Document */

h1 {
  margin-top: 8px;
  margin-bottom: 8px;
  text-align: center;
}

h2 {
  margin-top: 8px
}

a:link {color: #0000FF}   /* unvisited link */
a:visited {color: #3333FF} /* visited link */
a:hover {color: #FF0000}  /* mouse over link */
a:active {color: #FFFFFF}  /* selected link */

a.pagina {color: #000000; text-decoration: none;}   /* huidig menuitem */

p#noot {
    color: #993366;
    font-weight: normal;
}

#sidebar ul {list-style-type: none}

#sidebar ul {
 margin-top: 5px;
 margin-bottom: 5px;
 margin-left: 10px;
 padding-left: 0;
}

li {
 margin: 0;
 padding: 0;
}

dl {
  margin-top: 24px;
  margin-bottom: 24px;
}

dt {
  font-weight: bold;
  margin-top: 16px;
  margin-left: 16px;
}

dd {
  margin-left: 16px;
}

div.dl dl {
  margin-top: 24px;
  margin-bottom: 24px;
}

div.dl dt {
  font-size: 13pt;
  font-weight: normal;
  margin-top: 16px;
  margin-left: 0px;
}

div.dl dd {
  margin-left: 16px;
}

html {height: 100%}

body {
 background: #339966;
 margin: 0;
 padding: 0;
 height: 100%;
 font-size: 12pt;
 font-family: "Comic Sans Ms", Arial, sans-serif;
}

p {
font-size: 12pt;
font-family: "Comic Sans Ms", Arial, sans-serif;
}


#container {
 width: 100%;
 float: right;
 margin-left: -180px;
}

#sidebar {
 width: 170px;
 float: left;
 margin-top: 8px;
 margin-left: 4px;
 margin-right: 4px;
 border-style: dotted;
 border-width: 1px;
 background: #44AA77;
}

#content {
 margin-left: 195px;
 margin-right: 15px;
}

#spreuk {
 text-align: center;
 margin-top: -5px;
 margin-bottom: 5px;
 margin-left: 5px;
 margin-right: 5px;
 padding-left: 8px;
 padding-right: 8px;
 padding-top: 1px;
 padding-bottom: 1px;
 background: #44AA77;
 font-style: italic;
}

.clear {
 clear: both;
 height: 1px;
 overflow: hidden;
}

.space {
 height: 100px;
}

#footer {
 clear: both;
 border: thin solid #00FF00;
 margin-top: 24px;
 margin-left: 5px;
 margin-right: 5px;
 background: #44AA77;
 padding: 0px;
}

#footer2 {
 padding: 4px;
}

#clock {
 float: right;
 width: 64px;
 text-align: center;
 padding: 4px;
 letter-spacing: 3px;
}
