/*************/
/* ALGEMEEN */
body {
  font-family: Tahoma;
  font-size: 0.8em;
  margin: 0px;  
}

#menu {
  color: #000041;
  font-weight: bold;
  padding-left: 10px;
  line-height: 20px;
  height: 400px;
  background-position: left top;
  background-repeat: no-repeat;  
  width: 183px;
}

#banner{
  padding-top: 50px;
  padding-left: 25px;
  line-height: 25px;
}

#content {
  padding-top: 20px;
  padding-left: 25px;
  padding-right: 25px;
  height: 480px;
  overflow:auto;
  background-image: url(../images/background.jpg);
  background-position: center 50px;
  background-repeat: no-repeat;  
}

#slideshow {
  padding-top: 3px;
  padding-left: 3px;
  padding-right: 1px;
  padding-bottom: 1px;
  margin-top: 75px;
  height: 65px;
  width: 665px;
  background-color: #DD9F23;
  color: #000040;
}

hr {
  background-color: #000040;
  color: #000040;
  margin-right: 10px;
}

img.thumb {
 border-color: #000041;
 border-style: solid;
 border-width: 1px;
}

img.thumbOver {
 border-color: #000041;
 border-style: solid;
 border-width: 1px;
 cursor: pointer;
}


/*****************/
/* TABEL LAYOUT */
table.header {
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
  background-color: #000040;  
  height: 74px;
}

table.layout {
  width: 100%;
  padding: 0px;
  border-spacing: 0px;
  height: 500px;
  font-size: 1em;
}

td.menu {
  background-color: #000040;
  width: 183px;
  vertical-align: top; 
}

td.content {
  vertical-align: top;
  background-color: #DD9F23; 
}

td.bartels {
  height: 74px;
  width: 100%;
  font-family: Arial;
  font-size: 5em;
  color: #FFFFFF; 
  background-color: #000040; 
  padding: 0px; 
  margin: 0px;
  font-weight: bold; 
  padding-right: 25px;
  text-align: center;
}

/**********/
/* LINKS */
a:link, a:visited, a:active {
  color: #000040;
  text-decoration: none;
  font-weight: bold;
  font-size: 1em;
}

a:hover {
  color: #000000;
  text-decoration: underline;
  font-weight: bold;
  font-size: 1em;
}

/************************************/
/* MENU > COOLMENU BOVENAAN PAGINA */
.clCMAbs{
 position: absolute; 
 visibility: hidden; 
 left: 0px; 
 top: 0px;
}
 
.clBar{
 position: absolute; 
 visibility: visible;
}
 
/*Styles for level 0*/
.clLevel0,.clLevel0over{
 position: absolute; 
 padding: 2px; 
 font-family: Tahoma; 
 font-size: 1.1em;
 border-left: #BFBFBF solid 0px;
 text-align: left; 
 font-weight: bold;
}
 
.clLevel0{
 cursor: default;
 color: #000040;
}
 
.clLevel0over{
 cursor: pointer;
 color: #FFE187; 
}
 
.clLevel0border{
 position:absolute;
 visibility: hidden; 
}
 
/*Styles for level 1*/
.clLevel1, .clLevel1over{
 position: absolute; 
 padding: 2px; 
 font-family: Arial; 
 font-size: 0.9em;
}
 
.clLevel1{
 background-color: #FFE187; 
 color: #000040; 
 padding: 0px; 
 margin: 0px;
 cursor: default;
 border: #FFFFFF solid 1px; 
}
 
.clLevel1over{
 background-color: #000040;
 color: #FFE187;
 cursor: pointer;
 padding: 0px; 
 margin: 0px;
 border: #FFFFFF solid 1px; 
}
 
.clLevel1border{
 position: absolute; 
 visibility: visible; 
 background-color: buttonface;
}