/* CSS Document */




* {
    margin:0;
    padding:0;
    }

html, body {
    height:100%;

    }

body {
    background: #501e74;
    color:white;
    font:100.01%/1.4 sans-serif;
    text-align:center; /* horizontal centering for IE Win quirks */
    }

#distance {
    width:1px;
    height:50%;
    background-color:#501e74;
    margin-bottom:-335px; /* half of container's height */
    float:left;
    
    }

#container1 {
      margin:0 auto;
      position:relative; /* puts container in front of distance */
      text-align:left;
      height:669px;
      width:100%;
      clear:left;
	    /*border: 1px solid red;*/
}

#container {
      margin:0 auto;
      position:relative; /* puts container in front of distance */
      text-align:left;
      height:669px;
      width:961px;
      clear:left;
      background: url('images/flevoland_wedding_event_achtergrond.png') no-repeat #501e74;
      background-position:130px;
      /*border: 1px solid green;*/
}

#copyright {

      height:50px;
      margin-left:0px;
      font-family: Calibri;
      font-size:   12px;
      top:518px;
      position: relative;
	    /*border: 1px yellow solid;*/
}


#menu {
    font-size:13px;
    font-family: Calibri;
    height:350px;
    background: #501e74;
    width:115px;
    /*border: 1px solid orange;*/
    padding-top:234px;
    text-align:right;
    float: left;
    color: white;
    }
#menu a {
    color: #8b8294;
    text-decoration:none;
    font-weight:bold;    
}
a.menu{
    color: #8b8294;
    text-decoration:none;
    margin-left:40px;
    margin-right:20px;
    font-weight:bold;
}
#banners {
      left: 810px;
      top: 60px;
      height: 518px;
      /*border: 1px solid black;*/
      position: absolute;
      width: 200px;
      display: block;

}
#content {
      /*border: 1px solid black;*/
      width:568px;
      height:348px;
      float: left;
      left:176px;
      top: 250px;
      position: absolute;
      color: black;
      font-size:13px;
      font-family: Calibri;
}
h1 {
          font-family: Calibri;
}

.scroller{
    width: 418px;
    height:190px;
    overflow-y: scroll;
    padding:0px;
    padding-left:10px;
    
}
.logo_proracom {
    top:80px;
    position:relative;
    
}