/* Stylesheet voor Johannes Wier */
/* Door:  Rian Rietveld van RRWD (http://www.rrwd.nl) */
/* Datum: April 2008 */


body{
  color: #222;
  background-color: #fff;
  background-image: url(../layout/background-body.jpg);
  background-position: 780px 0px;
  background-repeat: no-repeat; 
  margin: 0;
  padding: 0;
}
  
* {  
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 12px;
}

img {
  border: 0;
}

/*lay-out */
#wrapper {
  position: relative;
  width: 912px; 
  margin: auto;
  background-image: url(../layout/background-wrapper.jpg);
  background-repeat: no-repeat;
  background-position: 152px 0px;
}

#logo img{
  position: absolute;
  top: 0;
  left: 0;
  width: 152px;
  height: 166px;
  background-color: #eee;
}

#header {
  position: absolute;
  top: 0;
  left: 152px;
  width: 493px;
  height: 140px;
}
#breadcrumb {
  position: absolute;
  top: 180px;
  left: 180px;
  list-style: none;
  margin: 0;
  padding: 0;
}

#breadcrumb li {
  float: left;
  margin-right: 15px;
}

#breadcrumb li a{
  color: #222;
  text-decoration: none;
}

#menutop {
  position: absolute;
  top: 143px;
  right: 48px;
  margin: 0;
  padding: 0;
  list-style: none;
}

#menutop li {
  float: left;
  margin-left: 15px;
}

#nav {
   position: absolute;
   left: 0;
   top: 190px;
}

/* Styles for news */
img.topic {
  float: right;
}

table.news_cat {
  width: 100%;
  text-align: center;
}

#content{
  margin: 0;
  padding-top: 180px;
  padding-left: 180px;
  padding-right: 70px;
}
#footer {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 50px;
  padding-bottom: 10px;
}

#footer li {
  float: left;
  margin-right: 15px;
}

p.slogan {
  font-size: 10px;
  font-style: italic;
  color: #666;
}

#zoekform {
  position: absolute;
  top: 490px;
  left: 0;
}

a.donatie {
  display: block;
  color: #222; 
  font-weight: bold;
  text-decoration: none;
  border: #f60 1px solid; 
  width: 135px;
  margin-top: 5px;
  padding: 5px;
 text-align: center;
}
#zoekform input {
  width: 140px;
}

#lijn {
  position: absolute;
  top: 134px;
  left: 152px;
  height: 95%;
  border-left: 1px solid #8d6a68;
  width: 0px;
}

a {color: #666;}
a:hover { color: #f60;} /* Hover Styles */
.breadcrumb a:hover { color: #f60;}

#menutop a { color: #fff; font-weight: bold; text-decoration: none;}
#menutop a:hover { color: #f60; }

a.news {color: #f60; text-decoration: none;}
a:hover.news {color: #f60; text-decoration: underline;}

a.news_cat {text-decoration: none;}

h1 {font-size: 13px;}
h2 {font-size: 12px;}
h3 {font-size: 12px;}
h4 {font-size: 12px;}
h5 {font-size: 12px;}
h6 {font-size: 12px;}

fieldset {
  width: 600px;
  border: 0;
}

legend {
  font-weight: bold;
  padding: 0px;
}

label {
  width: 150px;
  padding-right: 20px;
  float: left;
}

fieldset input.tekst, .tekstarea {
  width: 220px;
}

fieldset input.tekstsmall {
  width: 50px;
}



