html, body {
  height: 100%;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
  font-size: 10pt;
  font-family: arial, verdana, sans-serif;
  background:#eee;
  }

#container {
  height: 100%;
  padding-top: 80px;
  padding-bottom: 25px;
  -moz-box-sizing: padding-box;
  z-index: 100
}

#top {
  position: absolute;
  top:0px;
  left:0px;
  width: 100%;
  height:80px;
  z-index: 200
  }

#topleft {
  position: absolute;
  left: 0px;
  height: 80px;
  width: 120px;
  background: #006633;
  color: white;
  font-size: 25pt;
  font-family: arial, verdana, sans-serif;
  z-index: 220
}

#topmiddle {
  position: relative;
  top: 0px;
  height: 80px;
  margin-left: 120px;
  margin-right: 240px;
  background:#006633;
  color: white;
  font-size: 25pt;
  font-family: arial, verdana, sans-serif;
  overflow: auto;
  z-index: 240
}

#topright {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 80px;
  width: 240px;
  background: #006633;
  color: white;
  font-size: 25pt;
  font-family: arial, verdana, sans-serif;
  z-index: 260
}

#middlecontainer {
  position: relative;
  height: 470px;
  z-index: 300
}

#left {
  position: absolute;
  left: 0px;
  height: 100%;
  width: 120px;
  background-color: black;
  color: white;
  z-index: 320
}

#middle {
  position: relative;
  height: 100%;
  margin-left: 120px;
  margin-right: 180px;
  background: white;
  color: black;
  overflow: auto;
  z-index: 340;
  padding: 16px;
}

#right {
  position: absolute;
  right: 0px;
  height: 100%;
  width: 180px;
  background-color: black;
  color: white;
  z-index: 360
}

#bottom {
  position: absolute;
  bottom:0px;
  left:0px;
  height: 25px;
  width: 100%;
  background-color: #006633;
  color: white;
  z-index: 400
}

/*#menu {
  width: 100px;
  font-size: 12pt;
  font-family: verdana, sans-serif;
  text-align: left;
  margin-top: 0px;
}
*/

.basictext
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  color: black;
}

.H1_color
{
  font-family: verdana, sans-serif;
  font-size: 14pt;
  color: #006633;
}

.H2_color
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  color: #006633;
}

.H2_color2
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  color: yellow;
}

.normal_text
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  color: black;
  border-color: #006633;
}

.footnote
{
  font-family: verdana, sans-serif;
  font-size: 7pt;
  color: black;
  font-weight: normal;
}

a.menu
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  padding: 8px 8px 8px 8px;
  background: #006633;
  border-left: 2px solid #339966;
  border-top: 2px solid #339966;
  border-right: 2px solid #005522;
  border-bottom: 2px solid #005522;
  color: white;
  text-decoration: none;
  display: block;
}

a.menu:hover
{
  background: #6FBC6C;
  display: block;
}

a.member_menu
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  padding: 8px 8px 8px 8px;
  background: white;
  border-left: 2px solid #339966;
  border-top: 2px solid #339966;
  border-right: 2px solid #005522;
  border-bottom: 2px solid #005522;
  color: #006633;
  text-decoration: none;
  display: block;
}

a.member_menu:hover
{
  background: #CCCCCC;
  display: block;
}

a.admin_menu
{
  font-family: verdana, sans-serif;
  font-size: 10pt;
  padding: 8px 8px 8px 8px;
  background: #1F1F1F;
  border-left: 2px solid #333333;
  border-top: 2px solid #333333;
  border-right: 2px solid #333333;
  border-bottom: 2px solid #333333;
  color: white;
  text-decoration: none;
  display: block;
}

a.admin_menu:hover
{
  background: #666666;
  display: block;
}

/* Niet gebruikt op dit moment
a.menu:active
{
background: #6FBC6C;
border-left: 1px solid #487546;
border-top: 1px solid #487546;
border-right: 1px solid #97FF92;
border-bottom: 1px solid #97FF92;
}
*/

.kalender {
  font-size: 8pt;
  font-family: verdana, sans-serif;
  text-align: center;
  background-color: #006633;
  color: white;
  line-height: 15px;
}

.kalender_hoofd {
  background-color: #006633;
  color: white;
}

.kalender_dagen {
  background-color: white;
  color: #006633;
}

.kalender_vandaag {
  color: yellow;
  font-weight: bold;
}

.kalender_evenement {
  background-color: red;
}

.kalender_vorvol {
  color: #888888;
}

.news_bar_date {
  font-size: 7pt;
  font-family: verdana, sans-serif;
  color: white;
  line-height: 10px;
}


a.link:link {
  color: #006633;
}

a.link:visited {
  color: #006633;
}

a.link:active {
  text-decoration: none;
}

a.link:hover {
  color: white;
  background : #006633;
  text-decoration: none
}

a.newsbar:link {
  color: white;
  text-decoration: none
}

a.newsbar:visited {
  color: white;
  text-decoration: none
}

a.newsbar:active {
  text-decoration: none;
}

a.newsbar:hover {
  color: white;
  background : #006633;
  text-decoration: none
}


