/* stylesheet voor iamabyte.com - door: Bert Bakker */

body {
  background-image: url('img1/bg1.gif');
  background-repeat: no-repeat;
  background-color: #d9d9d9;
  font-size: 12pt;
  font-family: verdana, arial, sans-serif;
  margin: 30px 0 10px 170px;  
}

/* let op: 42 pixels extra breedte vanwege borders en padding div.pagina */
div.navigatie {
  padding: 4px 0px 3px 0px;
  text-align: right;
  width: 642px;
}

div.navigatie a {
  border: 0 solid #2e525e;
  border-width: 1px 0 0 1px;
  background-color: #ffffff;
  color: #2e525e;
  font-weight: bold;
  padding: 3px 8px 3px 8px;
  text-decoration: none;
}

div.navigatie a:hover {
  background-color: #2e525e;
  color: #ffffff;
}

div.navigatie a:visited {
  background-color: #ffffff;
  color: #2e525e
}

div.pagina {
  background-color: #ffffff;
  border: 1px solid #2e525e;
  padding: 5px 20px 5px 20px;
  width: 600px;
}

.footer {
  font-size: 8pt;
  text-align: center;
}

.illustratie {
  
  border-width: 1px;
  border-color: #000000;
  border-style: solid;
  margin-right: 10px;
}
.icon {
  border: 0 solid;
  text-align: center;
}

h1 {
  font-family: arial;
  font-size: 14pt;
  font-weight: bold;
  color: #404040;
  display: block;
  background-color: #d9d9d9;
  padding-left: 8px;
  border-color: #808080;
  border-style: solid;
  border-width: 0px 0px 1px 0px
} 
ul { 
  list-style-image: url('img1/listimg.gif'); }
li { 
  list-style-position: outside;
  padding: 10px;  }

a:link {
font-weight: bold;
color: #C46406;
text-decoration: none; }

a:visited {
font-weight: bold;
color: #C46406;
text-decoration: none; }

a:hover {
color: #C46406;
font-weight: bold;
text-decoration: underline; }
