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

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

/* page layout */
.page {
  text-align: left;
  width: 954px;
  margin: 0px auto auto auto;
  background: #fff;
  background: url('/programma/dekist/images/background-dekist.jpg');
  background-repeat: no-repeat;
  background-position: center 0px;
  background-attachment: fixed;
  }
.pageclear {
  clear: both;
  height: 1px;
  width: 100%;
  }
#container1, #container2, #container3 {
  border: 0px solid red;
  overflow: hidden;
  position: relative;
  top: 0px;
  float: left; 
  }
#container1 {
  width: 249px;
  left: 28px;
  }
#container2 {
  width: 428px;
  left: 28px;
  }
#container3 {
  width: 249px;
  left: 28px;}

/*generic classes */
.clear, .clearing {
  clear: both;
  height: 1px;
  width: 100%;
  }
#identity  {
  text-align: center;

  }
#identity h2 {
  padding: 12px auto 12px auto;
  font-size: 3em;
  text-align: center;
  color: #fffff;
  }

#container5 {
  background: url('/programma/dekist/images/container5.png');
  background-repeat: no-repeat;
  background-position: bottom;
  _background: none;
  height: 59px;
  text-align: right; 
  overflow: hidden;
  padding-right: 30px;
 }


