html{
    overflow: -moz-scrollbars-vertical;
    overflow-y: scroll;
}

body{
    background-color: white;
    background: url(../img/bck3.png);
    background-repeat: repeat-x;
    margin: 0px;
    background-attachment:fixed;
  }

.startslide{
    /*
    background: url(../slides/huwelijk.png);
    */
    height: 200px;
}

img{
  border: 0px;
}


.logo{
position:absolute;
z-index:999;
background-image: url(../img/logo_r.png);
width: 355px;
height: 240px;
margin: 30px;
margin-top: 45px;
margin-left: 31px;
-moz-border-radius: 8px;
border-radius: 8px;
box-shadow: 1px 1px 30px 1px #888888;
}

#container{
    position: absolute;
    width: 820px;
    /* height: 200px; */
    /* top: 50%; */
    left: 50%;
    margin-left: -410px; /* Negative half of width. */
    /* margin-top: -100px; /* Negative half of height. */
}

#main{
    width: 820px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
    background: url(../img/black_trnsp2.png);
    padding: 10px;
}

#main2{
    background-color: #FFFFFF;
    padding: 10px;
    font-family: Arial;
    font-size: 14px;
}

#main3{
    background-color: #FFFFFF;
    background: url(../img/main_shadow.png);
    background-repeat: repeat-x;
    background-position: top;
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    font-family: "Trebuchet MS", Arial;
    font-size: 14px;
    text-align: justify;
    color: #333333;
}

.spacerh{
  height: 10px;
}


.spacerh20{
  height: 20px;
}

.footer{
    -webkit-border-bottom-left-radius: 8px;
    -moz-border-bottom-left-radius: 8px;
    border-bottom-left-radius: 8px;
    -webkit-border-bottom-right-radius: 8px;
    -moz-border-bottom-right-radius: 8px;
    border-bottom-right-radius: 8px;
    padding: 13px;
    padding-top: 14px;
    background-color: #7F7F7F;
    background: url(../img/footer_bar.png);
    background-repeat: repeat-x;
    font-family: Arial;
    font-size: 12px;
    color: #FFFFFF;
    text-align: center;
}

.slider_shadow{
  width: 800px;
  height: 12px;
  background: url(../img/shadow_slider.png);
  background-repeat: no-repeat;
}

.title{
  font-family: "Trebuchet MS", Arial, cursive;
  font-size: 20px;
  padding-bottom: 8px;
  font-weight: bold;
  background-repeat: repeat-x;
  /* color: #800080; */
  color: #404040;
}

.indent{
  padding-left: 20px;
}

.wyber{
    background: url(../img/wyber_png.png);
    background-repeat: no-repeat;
    padding-left: 20px;
    padding-bottom: 8px;
}

