/* Basis stijlen inladen */
@import url('/textpattern/css.php?s=default');

/*  --- Galerie In de weg stylesheet ---*/

/*
Kleuren
  cb4f3f - rood (links)
  ecd5ba - oker (navigatie achtergrond
  6b829e - grijsblauw (active link)
  2e406e - net iets minder donkerblauw (visited)
  112c4e - donkerblauw (navigatie links)
*/

body {
  background: url("../images/bg_galerie_indeweg.gif") no-repeat;
}

/* alle links en pagina koppen */
a, h2 { color: #112c4e; }
a:visited {color: #2e406e;}
a:active, a:hover {color: #6b829e;}

#navigation a { color: #112c4e; }

#navigation {
  background-color: #ecd5ba;
  border: 2px solid #112c4e;
}

hr {
  border-top: 1px dashed #cb4f3f;
}

#footer {
  border-top: 1px solid #cb4f3f;
}
