

div#oben       { 
              width:100%;
              text-align:right;
              padding-top:0;
              padding-bottom:0px;
              margin:0px;
              background: url() top left no-repeat;
              height: 0px;
              border-width: 0px 0px 0px 0px;
              border-style: solid;
              border-color: white;
            }

     

        

div#unten   {
              clear: both;
              text-align: center;
              margin: 0px 0px 10px 0px;
            }

div#fehler     { 
              position:absolute;
              top:40%;
              left:40%;
              background-color:black;
              color:white;
              width:20%;
              height:20%;
              border: 10px red solid; 
            }         


#oben h1    {
              margin-top:0px;
              margin-bottom:5px;
              font-family:Verdana, Arial, Helvetica, sans-serif;
              color:#ffff80;
            }


.ohne       {
              border:none;
              background: none;
            }

.ohnehi     {
              background-color: white;
              background: none;
              Border-Collapse: Collapse;
              padding:0;
            }

.ohnehi td  {
              background: none;
            }

.ohnehi th  {
              background: none;
            }

.ohne td    {
              border:none;
              background: none;
            }

/* ---------- LAYOUT ---------- */
.container {
  width: 100%;
  text-align: center;
  margin: 0 auto;
}
#logo img {
  margin: 2em 0;
}
.timer-area {
  background: rgba(64, 196, 22, 0.65) ;
  text-align: center;
  padding-top: 2em;
  margin-bottom: 2em;
  color: #008000;
  height:250px;
}


/* ---------- FOOTER ---------- */
footer#disclaimer p {
  font-size: .875em;
  color: #909091;
  font-style: italic;
}
footer#disclaimer p span {
  font-size: 1.2em;
  color: #2a9ccc;
}
footer#main-footer {
  background-color:  #008000;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fcfbfb), to( #FFFF00));
  background-image: -webkit-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: -moz-linear-gradient(top, #fcfbfb, #fff333);
  background-image: -o-linear-gradient(top, #fcfbfb, #ffffff);
  background-image: linear-gradient(to bottom, #fcfbfb, #002200);
  border-top: 1px solid #dcdee0;
  -webkit-box-shadow: inset 0 2px 5px #e6dede;
  box-shadow: inset 0 2px 5px #e6dede;
  text-align: center;
  padding: 2em 0;
  margin-top: 4em;
}
footer#main-footer p {
  font-size: .875em;
  margin-bottom: 1em;
}
/* ---------- TIMER ---------- */
ul#countdown li {
  display: inline-block;
  background: transparent url('../img/timer-piece.png') no-repeat left top;
  width: 104px;
  margin-bottom: 4em;
  text-align: center;
}
ul#countdown li span {
  font-size: 3em;
  font-weight: bold;
  color: #59E817;
  height: 108px;
  line-height: 108px;
  position: relative;
}
ul#countdown li span::before {
  content: '';
  width: 100%;
  height: 1px;
  border-top: 1px solid white;
  position: absolute;
  top: 31px;
}
ul#countdown li p.timeRefDays,
ul#countdown li p.timeRefHours,
ul#countdown li p.timeRefMinutes,
ul#countdown li p.timeRefSeconds {
  margin-top: 1em;
  color: #008000;
  text-transform: uppercase;
  font-size: .875em;
}
/*button
#{
    display : block; 
    text-align:center;
    color:#fff;
    text-shadow : 0px -1px 0px #000;
    line-height : 30px;
    font-family: HelveticaNeue;

}*/ 
.back{
  background:url(im/img/back.gif) no-repeat ;
	height:30px;
	width:50px;
}
.forward{
	background:url(im/img/forward.GIF) no-repeat ;
	height:30px;
	width:50px;
	
}
#evaluation  input[type=checkbox] {
	margin-right: 8px;
}

