@import url("blocks.css");
@import url("elements.css");

/* -------------------------
basis van de website
-------------------------- */

#page {
 margin: 0px auto 0px auto;
 text-align: left;
 position: relative;
 width: 967px;
 }

#container1, #container2, #container3 {
 float: left;
 height:100%;
 padding:0px;
 position:relative;
}

#container1 {
 margin:6px 0px 0px;
 width:206px;
}

#container2 {
 margin:8px 0px 0px;
 width:481px;
}

#container3 {
 width:230px;
}

#container3 {
 background-color: #ffffff;
 background-image: url('/ronduit/homepage/images/userbg.gif');
 background-repeat: repeat-y;
 padding: 5px 0px 0px 0px;
 }

#container3 .bottom {
 background: #ffffff;
 background-image: url('/ronduit/homepage/images/containerRightBottom.gif');
 background-repeat: repeat-y;
 height: 48px;
}

#container6{
 display:none;
 }

.pageclear {
 clear: both;
 height: 1px;
 width: 100%;
}

.clear {
 clear: both;
 height: 1px;
  }

/* --------------------
Copyright part
-------------------------*/
.copyright {
 position: relative;
 background-image: url('/ronduit/homepage/images/copyright-bg.gif');
 background-repeat: repeat-x;
 width: 474px;
 margin: 9px auto  0px 200px;
 padding: 0px 0px 0px 0px;
 bottom: 0px;
 left: 0px;
 border: 0px solid red;
 font-size: .7em;
 text-align: right;
}
.copyright p {
 display: inline; 
  margin-left: 10px; }
.copyright img {
 border: none;
 }
.copyright  .copyright {
 position: relative;
 float: left;
 font-size: .7em;
 }
.copyright h4 {
 margin-right: 6px;
 }
.copyright h5 {
 margin-top: 20px;
 }
.copyright a {
 color: #2e2d2d;
 }
.ster {
 position: relative;
 clear: both;
 top: 12px;
 margin: 40px 36px 20px 48px;
}
