body {
   overflow: hidden;
   font-family: 'cc skia', verdana, tahoma, arial, helvetica, sans-serif;
   font-size: 14pt;
   color: #000000;
   background-color: #FFFFCC;
   background-color: #444444;
   margin-left: 0;
   margin-top: 0;
   margin-bottom: 0;
   padding-left: 0;
   padding-top: 0;
}

h1 {
   text-align: center;
}

h2 {
   text-align: center;
}

hr
{
   color: #800000;
}

table.text {
   width: 60%;
   spacing: 0px;
   padding: 0px;
}

#informatiebasis {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #000000;
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: #000000;
  background-color: #FFFFCC;
}

#toptekst {
   position: absolute;
   overflow: hidden;
   top: 0px;
   left: 250px;
   height: 50px;
   margin: 0px;
   padding: 0px;
}

#toptekst a{
   color: #800000;
}

#imageholder  {
   top: 0px;
   position: absolute;
   overflow: hidden;
   height: 100%;
}

#tekstholder {
   position: absolute;
   overflow: auto;
   height: 100%;
}

#tekstholder a{
   color: #800000;
}

#tekstholder a:hover{
   color: black;
   text-decoration: none;
}

#menu {
  position: absolute;
  overflow: hidden;
  top: 0px;
  left: 0px;
  height: 100%;
  z-index: 9;
  text-align: left; 
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: #708090;
  background-color: #800000;
  color: #FFFFCC;
}

#menu a{
   color: #FFFFCC;
   text-decoration: none;
}

#menu a:hover{
   color: red;
}

#alle_tekst {
   position: absolute;
   overflow: hidden;
   visibility: hidden;
   display: none;
   top: 0px;
   left: 250px;
   height: 500px;
   width:80%;
}

#introspecs {
position: relative;
}

#home {
   position: absolute;
   visibility: hidden;
   display: none;
   top: 0px;
   left: 0px;
}

#wilkommen {
position: absolute;
right: 10%;
top: 80%;
font-size: 16pt;
color: blue;
}

.redlink {
color: red;
font-weight: bold;
}

.redlink a{
color: red;
font-weight: bold;
}

.redlink a:hover{
color: blue;
}

.inspring_25 {
   margin-left: 25px;
}


