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

/*generic classes */
.pageclear {
 clear: both;
 height: 1px;
 width: 100%;
 }
 
.clear,
.clearing,
.ui-accordion .clearing {
 clear: both;
 height: 1px;
 width: 100%;
 border: 0px solid green;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 }

/* structuur van de website */

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

.page {
 text-align: left;
 width: 980px;
 margin: auto;
 border: 0px solid red;
 background: url(/programma/ditisdedag/images/background_page2.gif);
 background-repeat: no-repeat;
 background-position: bottom right;
 }
 
.copyright {
 font-size: 0.8em;
 text-align: left;
 margin-right: 0px;
 }
.copyright p {
 float: right;
 margin: 0px 10px 10px 0px;
  }  
.copyright a {
 color: #4d4d4d;
 text-decoration: none;
 }

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

#container1 {
 width: 240px;
 }
  
#container2 {
 width: 400px;
 padding-left: 19px;
 }  
  
#container3{
 float: left;
 width: 300px;
 padding-left: 19px;
 }
  
/* hier staat de copyright regel in */
#container5 {
 position: relative;
 width: 100%;
 border: 0px solid blue;
 float: left;
 }
  
/* deze is voor de sterbanner */
#container6 {
 display: none;
 }

