/* Style sheet */

body { 
  padding: 0; 
  margin: 0; 
  background-color: #216b7b;
}
body.f {
  background-color: #edf7ff;
}

a, div, h1, h2, h3, h4, h5, h6, li, input, p, select, span, td, textarea {
  font: 16px arial, sans-serif; 
  color: #690f14; 
  margin: 0px; 
  padding: 0px; 
}

a  { 
  text-decoration: none; 
  color: #690f14; 
}
a:hover { 
  text-decoration: underline; 
  color: #690f14; 
}

a.standaard { 
  color: #690f14; 
  text-decoration: underline; 
  font-weight: normal;
}
a:hover.standaard  { 
  color: #1d334a; 
  text-decoration: none; 
  font-weight: normal; 
}
a:visited.standaard { 
  color: #1d334a; 
  text-decoration: underline; 
  font-weight: normal; 
}
a.button {
  display: inline-block;
  padding: 1px 14px;
  background-color: #690f14;
  color: #ffffff;
  border: 4px double #ffffff;
  margin: 8px 0;
}
a:hover.button {
  background-color: #ff0000;
}

input.button  { 
  background-color: #216b7b;
  color: #ffffff; 
  font-size: 14px; 
  font-weight: bold; 
  margin-top: 8px; 
  padding: 0px 10px 0px 10px; 
}
input:hover.button  { 
  background-color: #690f14; 
}

a.liturgie  { 
  background-color: #216b7b;
  color: #ffffff; 
  display: inline-block;
  font-size: 14px; 
  font-weight: bold; 
  padding: 4px 50px 2px 50px; 
  /* margin: 10px 0 0 200px;  */
}
a.ophalen  { 
  background-color: #216b7b;
  color: #ffffff; 
  display: inline-block;
  font-size: 14px; 
  font-weight: bold; 
  padding: 4px 20px 2px 20px; 
  margin: 0px; 
}

#content  { 
  position: relative; 
  padding: 0; 
  margin: 0 auto; 
  width: 980px; 
}

#hoofd  { 
  padding: 0; 
  margin: 8px 0px 0px 0px; 
  width: 968px; 
  height: 190px; 
  display: inline-block;
  background: url(../images/topfoto.jpg); 
  border: 6px solid #1d334a;
  border-radius: 6px;
}
  #hoofd h1 { 
    display: block; 
    width: 378px; 
    height: 59px; 
    text-indent: -100000px; 
    margin: 124px 0px 0px 490px; 
    background: url(../images/letters_lichtkring.png); 
  }
                 
#boven  { 
  padding: 0px; 
  margin: 0px; 
  width: 980px; 
  height: 90px; 
}
  #boven a.homeknop { 
    display: inline-block; 
    width: 188px; 
    height: 80px; 
    margin: 8px 0px 0px 0px; 
    background: url(../images/homebutton.png); 
    float: left; 
  }
  #boven a.bovenknop { 
    display: inline-block; 
    width: 188px; 
    height: 80px; 
    margin: 8px 0px 0px 10px; 
    background: url(../images/bovenbutton.png); 
    float: left; 
  }
  #boven a:hover.bovenknop { 
    text-decoration: none; 
  }
  #boven a.bovenknop div { 
    margin: 10px 0px 0px 12px; 
    font-weight: bold; 
    font-size: 18px; 
  }

#kruim    { 
  position: relative; 
  padding: 0; 
  margin: 6px 0px 0px 2px; 
  width: 980px; 
  height: 18px; 
  background-color: #690f14;
  overflow: hidden; 
  border-radius: 4px;
}
  #kruim div { 
    position: absolute; 
    left: 12px; 
    top: 2px; 
    color: #94d1de; 
    font-size: 11px; 
  }

#hoofdinhoud   { 
  position: relative; 
  padding: 0; 
  margin: 8px 0px 0px 0px; 
  width: 980px; 
}

#links  { 
  float: left; 
  width: 188px; 
  min-height: 300px; 
  display: inline;  
}
  #links a { 
    display: block; 
    width: 188px; 
    height: 40px; 
    margin: 0px 0px 6px 0px;
    background: url(../images/lbutton.png); float: left;
  }
  #links a:hover  { 
    text-decoration: none; 
  }
  #links a div { 
    margin: 10px 0px 0px 12px; 
    font-weight: bold; 
    font-size: 16px; 
  }
  #links a.givt { 
    height: 47px; 
    background: url(../images/givtbutton.png); float: left;
  }
  #links a.givt div {
    font-size: 11px;
    width: 90px;
    float: right;
  }
  
#smal   { 
  float: left; 
  width: 386px; 
  display: inline; 
  margin: 1px 0px 0px 10px; 
  padding: 0px; 
}
  #smal div {
    display: inline-block;
    width: 386px;
    border-radius: 6px;
    background-color: #edf7ff;
  }

  #smal div h1  { 
    display: inline-block;
    margin: 8px 0 8px 10px; 
    font-weight: bold; 
    font-size: 18px;  
  }
  #smal div a.terug {
    display: inline;
    margin: 10px 0 0 10px;
    padding-top: 6px;
  }
  #smal h2 { 
    padding: 10px 0px 10px 10px; 
    font-weight: bold; 
    margin: 0px; 
  }

  #smal img { 
    display: block; 
    margin: 10px; 
  }
  
#breed   { 
  float: left; 
  width: 782px; 
  display: inline; 
  margin: 1px 0px 10px 10px; 
  padding: 0px; 
  border-radius: 6px;
  background-color: #edf7ff;
}
  #breed h2 { 
    padding: 10px 0px 10px 10px; 
    font-weight: bold; 
    margin: 0px; 
  }
  #breed a.foto1  { 
    display: inline-block; 
    margin: 0px 17px 10px 10px; 
  }
  #breed a.foto1 img  { 
    border: none; 
  }
  #breed a.foto2  { 
    display: inline-block; 
    margin: 0px 17px 10px 10px; 
  }
  #breed a.foto2 img  { 
    border: none; 
  }
  #breed a.foto3   { 
    display: inline-block; 
    margin: 0px 0px 10px 10px; 
  }
  #breed a.foto3 img   { 
    border: none; 
  }
  #breed a.knop { 
    text-decoration: none; 
    display: inline-block; 
    padding: 2px 10px 2px 10px; 
    background-color: #690f14;
    color: #ffffff; 
    font-weight: bold; 
  }
  #breed a:hover.knop { 
    text-decoration: none; 
    background-color: #9b3f47; 
  }
  #breed a.klein { 
    font-size: 12px; 
    margin-bottom: 2px; 
  }
  #breed a.blauw {
    background-color: #216b7b;
  }

  #breed a.button { 
    text-decoration: none; 
    display: inline-block; 
    padding: 2px 20px 2px 20px; 
    background-color: #216b7b;
    color: #ffffff; 
    font-size: 14px; 
    font-weight: bold; 
    margin: 10px 0; 
    border: 1px solid #c0c0c0;
  }
  #breed a:hover.knop { 
    background-color: #ff0000; 
  }
  
  #breed div.fover { 
    display: inline-block; 
    float: left; 
    width: 374px; 
    height: 97px; 
    margin: 0px 0px 0px 10px; 
  }
  #breed img.fotoklein { 
    width: 116px; 
    height: 87px; 
    float: left; 
    margin: 5px 15px 5px 0px; 
  }

  table  { 
    margin: 10px 0px 0px 10px; 
  }
  table.rooster td {
    font-size: 14px;
  }
  table td {
    padding: 1px 2px;
  }
  table td.bt{
    border-top: 1px solid #690f14;
  }
  table td.br {
    border-right: 1px solid #690f14;
  }
  table td.bb {
    border-bottom: 1px solid #690f14;
  }
  table td.bl {
    border-left: 1px solid #690f14;
  }
  table td.bd {
    font-weight: bold;
  }
  table td.ct {
    text-align: center;
  }
  table td.kll {
    font-size: 14px;
  }
  table td.label { 
    height: 26px; 
    width: 140px; 
  }

  input.tekst {
    padding: 1px 0 1px 2px;
  }
  input.inloggen { 
    width: 140px; 
  }

#onder { 
  padding: 0; 
  margin: 0px 0px 4px 0px; 
  width: 980px; 
  height: 28px; 
  text-align: center;
  background-color: #690f14; 
  overflow: hidden; 
  border-radius: 8px;
}
  #onder a { 
    font-size: 12px; 
    color: #edf7ff; 
    text-decoration: none; 
    margin-top: 6px; 
    display: inline-block; 
  }
  #onder a:hover  { 
    text-decoration: underline; 
  }
