a:link
{
  color: #454720;
  text-decoration: underline;
}

a:visited
{
  color: #550000;
  text-decoration: none;
}
a:hover
{
  color: #000000;
  text-decoration: none;
}
a:active
{
  color: #550000;
  text-decoration: none;
}

a.speciaal:link
{
    color: #FFFFFF;
    text-decoration: none;
}
a.speciaal:visited
{
  color: #7f7c63;
  text-decoration: none;
}
a.speciaal:hover
{
  color: #000000;
  text-decoration: none;
}
a.speciaal:active
{
  color: #550000;
  text-decoration: none;
}

a.linklijst:link
{
    color: #000000;
    text-decoration: none;
}
a.linklijst:visited
{
  color: #7f7c63;
  text-decoration: bold;
}
a.linklijst:hover
{
  color: #625821;
  text-decoration: none;
}
a.linklijst:active
{
  color: #550000;
  text-decoration: none;
}


body
{
    top: 0px;
    margin-top: 0px;
    left: 0px;
    margin-left: 0px;
    font-weight: 500;
    font-size : normal;
    font-family: tahoma, sans-serif;
    color: #202000;
    line-height: 120%;
    background-attachment: no-scroll;
    scrollbar-base-color : #3E3E0E;
    overflow-y: hidden;
    overflow-x: hidden;
}
table
{
  border-collapse: separate;
}



td
{
  border-style: none;
  border-color: black;
  border-width: 1px;
}

td.TDTextBar
{
    text-align: center;
    background-image: url(images/decor/StoneLight.gif);
}

td.Standaard
{
    text-align: center;
}


td.DragonLeft
{
    text-align: left;
    background-image: url(DragonLeft.gif);
    background-repeat: no-repeat;
}

td.DragonRight
{
    text-align: right;
    background-image: url(DragonRight.gif);
    background-repeat: no-repeat;
}

p.KopTitel
{
    font-weight: bolder;
    font-size : 22pt;
    font-family:  'Celtic bold', cursive;
    text-align : center;
}

p.SubTitel1
{
    font-weight: normal;
    font-size : 12pt;
    font-family:  'Celtic bold', cursive;
    text-align : center;
}

p.SubTitel2
{
    font-weight: bold;
    font-size : 18pt;
    font-family:  'Celtic bold', cursive;
    text-align : center;
}

p.SubTitel3
{
    font-weight: bold;
    text-align : left;
}

#beitharmenu
{
    position: absolute;
    width: 1060px;
 	height: 850px;
    left: 50%;
    top: 0px;
  	margin-left: -512px;
    background-repeat: no-repeat;
    border-color: transparent;
}

#beithareffectoverlay
{
    position: absolute;
    background-attachment:no-scroll;
	background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
    overflow: hidden;
    // z-index: -999;
}

#content
{
  	position: absolute;
    background-attachment: scroll;
	background-repeat: no-repeat;
    background-color: transparent;
    border-color: transparent;
    overflow: hidden;
    
}

#contentoverlaybottom
{
  	position: absolute;
    width: 650px;
  	height: 200px;
    left: 63%;
    top: 630px;
  	margin-left: -340px;
    background-attachment: scroll;
	background-repeat: no-repeat;
    border-color: transparent;
    overflow-y: hidden;
	overflow-x: hidden;
}

#contentoverlaytop
{
  	position: absolute;
    width: 675px;
  	height: 175px;
    left: 63%;
    top: 50px;
  	margin-left: -325px;
    background-attachment: scroll;
	background-repeat: no-repeat;
    border-color: transparent;
    overflow-y: hidden;
	overflow-x: hidden;
}





