@import url('../css/elements.css');
@import url('../css/blocks.css');

.center {
 text-align: center;
 width: 100%;
 margin-left: auto;
 margin-right: auto;
 }

/* page layout */
.page {
 text-align: left;
 width: 1051px; 
 margin: auto;
 }

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


#container1, #container2, #container3 {
 border: 0px solid red;
 overflow: hidden;
 position: relative;
 top: 0px;
 float: left;
 padding: 0px 0px 0px 0px;
 margin: 0px;
 }

#container1{
 width: 0px;
 margin: 0px 0px 0px 0px;
 display: none;
 }

#container2 {
 width: 604px;
 margin: 39px 0px 0px 0px;
 }

#container3 {
 width: 433px;
 margin: 31px 0px 5px 14px;
 }


#container5{
 width: 990px; 
 height: 95px;
 background: url('/tijdschriften/eva/images/footer.png');
 background-repeat: repeat-x;
 background-position: 0px 0px;
 margin: 0px;
 padding: 20px 0px 0px 0px;
 }

/*generic classes */
.clear, .clearing {
 clear: both;
 height: 1px;
 width: 100%;
 }

.copyright {
 font-size: 0.7em;
 text-align: right;
 padding: 5px 10px 0px 0px;
 }

.copyright a {
  font-size: 0.7em;
  color: white;
  text-decoration: none;
  }
