/* CSS Document */
* {
  margin: 0;
  padding: 0;
  z-index: 0;
}

html, body {
  font-family: verdana, arial, helvetica, sans-serif;
  font-size: 12px;
  color: #000000;
}

html {
  overflow: -moz-scrollbars-vertical;
}

body {
  background-image: none;
  background-color: #FFFFCC;
}

h1 {
  font-size: 22px;
  font-weight: bolder;
  text-align: center;
}

h2 {
  font-size: 15px;
  text-decoration: underline;
}

h3 {
  font-size: 12px;
  text-decoration: underline;
  margin-bottom: 2px;
}

h4 {
  font-size: 12px;
  font-weight: bold;
  margin-bottom: 5px;
}

img {
  margin-top: 3px;
  margin-right:3px;
  margin-bottom: 3px;
  margin-left: 3px;
  border: 0;
}

p {
  margin-bottom: 15px;
}

fieldset {
  border: 0px;
}

a:link { color: blue }
a:hover { color: blue; }
a:active { color: blue; }
a:visited { color: blue; }

.list {
  margin-left: 15px;
  padding-left: 5px;
}

#main {
  width: 988px;
  margin: 0 auto;
}

#header {
  background-image: url('./../plaatjes/algemeen/logo_site.jpg');
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: #FFFFFF;
  border-top: 0px solid #FFFFCC;
  border-left: 0px solid #FFFFFF;
  border-right: 0px solid #FFFFFF;
  width: 982px;
  height: 120px;
}

#menu {
  background-color: #228B22;
  background-image: url('./../plaatjes/menu/button.gif');
  border-top: 20px solid #228B22;
  border-bottom: 10px solid #228B22;
  text-align: center;
  position:relative;
  left: 0px;
  float:left;
  width: 122px;
  z-index: 1;
}

#menu dt {
  height: 23px;
  padding-top: 5px;
}

#menu a dt {
  text-decoration: none;
  color: yellow;
  font-style: normal;
  cursor: hand;
}

#menu a:hover dt {
  color: white;
  text-decoration: underline;
  font-style: italic;
}

#eventsMenu {
  border-top: 0px;
  position: absolute;
  z-index: 1;
  left: 80px;
  text-align: center;
  width: 122px;
  background-image: url('./../plaatjes/menu/button.gif');
  font-size: 11px;
}

#content {
  float: left;
  position: relative;
  width: 860px;
  margin-left: 5px;
}

#guestbook {
  text-align: left;
}

#kerkDienst {
  font-size: 14px;
  margin-left: 60px;
  font-weight: bold;
}

#corona {
  font-size: 15px;
  margin-left: 60px;
  font-style: italic;
}

#afgelasting {
  font-size: 15px;
  margin-left: 60px;
  font-style: italic;
}

#dorpsfeest {
  font-size: 14px;
  margin-left: 60px;
}

#betaalAutomaat {
  font-size: 14px;
  margin-left: 60px;
}

#facebook {
  font-size: 14px;
  margin-left: 60px;
}

#promoFilm {
  font-size: 14px;
  margin-left: 60px;
}

#slideshow {
  top: 100px;
  left: 0px;
  bottom: 0px;
  position: relative;
}

#slideshow img {
  padding: 0px;
  margin: 0px;
}

#openingTekst {
  font-size: 15px;
  margin-left: 60px;
}

#openingTekst .links {
  font-weight: bold;
  float: left;
  width: 80px;
}

#openingTekst  .rechts {
  left: 80px;
  position: relative;
  text-align: left;
}

#parkeren {
  position: relative;
  margin-left: 50px;
}

#parkerenTekst {
  float: bottom;
  top: 30px;
  left: 105px;
  bottom: 0px;
  position: relative;
  font-size: 18px;
  font-weight: bold;
}

#weerVooruitzicht {
  float: right;
}

#weerVooruitzichtTekst{
  font-weight: bold;
  text-align: center;
}

.jaar25Tekst  {
  margin-bottom: 20px;
}

.jaar25 {
  color: red;
  font-size: 24px;
  text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
}

.txtUpsideDown {
  filter:  progid:DXImageTransform.Microsoft.BasicImage(rotation=2);  /* IE6,IE7 */
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; /* IE8 */
  ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)"; /* IE8 */
  -moz-transform: rotate(-180deg);  /* FF3.5+ */
  -o-transform: rotate(-180deg);  /* Opera 10.5 */
  -webkit-transform: rotate(-180deg);  /* Safari 3.1+, Chrome */
  transform: rotate(-180deg);
  position: absolute;
  margin-top: 10px;
}

.txtUpsideDownMinimal {
  position: absolute;
  margin-left: 100px;
  margin-top: 6px;
}
