/* Layout:
.-main-------------------------------.
|.-logo--------..-infohead----------.|
||             ||                   ||
||             |`-------------------'|
||             |.-navhead-----------.|
||             ||                   ||
|`-------------'`-------------------'|
|.-navside-..-info------------------.|
||         ||                       ||
||         |`-----------------------'|
||         |.-copyright-------------.|
|`---------'`-----------------------'|
`------------------------------------'
*/

body {
  font: 13px/19px Verdana, Arial, Helvetica, sans-serif;
  margin: 0px;
  text-align: justify;
  background: url(images/abg.png) ;
}

dt  { font-weight: bold; }
h1  {
  font-size: 19px; 
  font-weight: 900;
  margin-top: 19px;
  margin-bottom: 19px;
}
h2  {
  font-size: 17px; 
  font-weight: 900;
  margin-top: 17px;
  margin-bottom: 17px;
}
h3  {
  font-size: 15px; 
  font-weight: 900;
  margin-top: 15px;
  margin-bottom: 15px;
}
h4  {
  font-size: 14px; 
  font-weight: 700;
  margin-top: 12px;
  margin-bottom: 12px;
}
h5  {
  font-style: italic;
  font-size: 14px;
  font-weight: 700;
  margin-top: 10px;
  margin-bottom: 10px;
}
img { padding: 5px; }

a img { border-style: none; }

a.belstat {
  position: absolute;
  right: 0px;
}
a.xhtml {
  position: absolute;
  right: 130px;
  bottom: -6px;
  border: 0px;
  width: 88px;
  height: 31px;
}
a.css {
  position: absolute;
  right: 35px;
  bottom: -6px;
  border: 0px;
  width: 88px;
  height: 31px;
}

div.qa {
  display: none;
  height: 1px;
}

.L1 { line-height: 58px; }
.L2 { line-height: 29px; }
.L3 { line-height: inherit; }

.big {
  font-size: 125%;
  font-weight: bold;
}
.blink {
  font-size: 125%;
  font-weight: bold;
  text-decoration: blink;
}

.foto {
  text-decoration: none;
}

.fotonav {
  border: 0px solid gray;
  text-decoration: none;
  display: inline-block;
  margin: 0px 0px 0px 0px;
}

.googleref {
    text-decoration: none;
    color: #fee6c0;
}

.image {
  display: inline-block;
  margin: 5px;
  border: 1px solid gray;
  text-decoration: none;
  background: #feb;
}
.image:link, .image:visited, .image:hover, .image:active {
  background: #ffd;
  color: black;
}

.selected {
  color: black;
  width: 119px;
  border-top : 2px solid gray;
  border-left : 2px solid gray;
  border-bottom : 2px solid silver;
  border-right : 2px solid silver;
  margin: 0px 0px 10px 3px;
  padding-bottom: 2px;
  background: #fed;
}
.selected:link, .selected:visited, .selected:hover, .selected:active { color: black; }

.selectedHead {
  color: black;
  float: left;
  width: 113px;
  height: 60px;
  text-decoration: none;
  margin: 10px 10px 0px 0px;
  border-top : 2px solid gray;
  border-left : 2px solid gray;
  border-bottom : 2px solid silver;
  border-right : 2px solid silver;
  background: #fed;
}
.selectedHead:link, .selectedHead:visited, .selectedHead:hover, .selectedHead:hover { color: black; }

.unselected {
  color: black;
  width: 119px;
  border-top : 2px solid silver;
  border-left : 2px solid silver;
  border-bottom : 2px solid gray;
  border-right : 2px solid gray;
  margin: 0px 0px 10px 3px;
  padding-bottom: 2px;
  background: #feb;
}
.unselected:link, .unselected:visited, .unselected:hover, .unselected:active {
  background: #ffd;
  color: black;
}

.certificate {
  margin: 5px 5px 5px -5px;
  padding-bottom: 2px;
}

.unselectedHead {
  color: black;
  float: left;
  width: 113px;
  height: 60px;
  text-decoration: none;
  margin: 10px 10px 0px 0px;
  border-top : 2px solid silver;
  border-left : 2px solid silver;
  border-bottom : 2px solid gray;
  border-right : 2px solid gray;
  background: #feb;
}
.unselectedHead:link, .unselectedHead:visited, .unselectedHead:hover, .unselectedHead:active {
  background: #ffd;
  color: black;
}

.voorna {
  display: inline-block;
  margin: 0px;
  border: 1px solid gray;
  text-decoration: none;
  background: #feb;
}
.voorna:link, .voorna:visited, .voorna:hover, .voorna:active {
  background: #ffd;
  color: black;
}

#copyright {
  font-size: 9px;
  float: left;
  position: absolute;
  left: 143px;
  right: 10px;
  height: 20px;
  bottom: 10px;
  border-top : 1px solid #545454;
}

#info {
  position: absolute;
  top: 199px;
  left: 143px;
  overflow: auto;
}

#infohead {
  position: absolute;
  left: 220px;
  right: 10px;
  top: 30px;
  height: 79px;
  font: bold 10px/15px Verdana, Arial, Helvetica, sans-serif;
  text-align: center;
}

#infoimage {
  position: absolute;
  left: 330px;
  right: 10px;
  top: 10px;
  height: 95px;
/*  background: url(images/ahl.png) repeat-x; */
  border-bottom: 3px solid #A8007D;
}

#logo {
  position: absolute;
  top: 10px;
  left: 10px;
  width: 320px;
  height: 199px;
  background: url(images/alogo.png) no-repeat;
}

#main {
  text-align: justify;
  border: 1px solid #545454;
  position: absolute;
  top: 10px;
  bottom: 10px;
  right: 10px;
  left: 10px;
}

#navhead {
  position: absolute;
  left: 330px;
  right: 10px;
  top: 110px;
  height: 85px;
  text-align: center;
}

#navside {
/*  border: 2px solid red; */
  position: absolute;
  top: 199px;
  left: 0px;
  bottom: 10px;
  width: 130px;
/*  background: url(images/avl.png) repeat-y; */
  border-right: 3px solid #A8007D;
  text-align: center;
}


