html,body{
  margin:0;
  padding:0;
  height: 100%;
}

#container{
  min-height:100%;
  position:relative;
}

#header{
  padding:20px 20px 20px 40px;
}

#header img {
  float: left;
  width: 62,82px;
  height: 70px;
  padding:10px 20px 10px 10px;
}

#header img.tdvred {
  float: right;
  width: 62,82px;
  height: 70px;
  padding:10px 20px 10px 10px;
}

#header h1 {
  position: relative;
  font-size: 36px;
  line-height: 40px;
  font-family: 'Orienta', sans-serif;
  float:left;
}

#body{
  padding:20px;
  padding-bottom:150px;
  line-height:1.5;
  font-size:18px;
}

 .topcorner{
   position:absolute;
   top:0;
   right:0;
  }

#footer{
  position:absolute;
  bottom: 0;
  width:100%;
  height:150px;
  background: #333;
}

ul.nav{
  text-align: center;
  margin: 2em 0 0 0;
  right: 0;

}

ul.footer_list{
  columns: 3;
  margin: 1em 0 1em -2em;
}

#li{
  text-align: center;
}

div.footer_bottom{
  border-top-width: 2px;
  border-top-style: solid;
  border-top-color: silver;
  text-align: center;
  width: 100%;

}

img.footer {
  margin: 5px;
  width: 10%;
  height: auto;
}

div.login{
  text-align: center;
  margin:10px;
}

input{
  padding:5px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  font-family: 'Orienta', sans-serif;
  }

select{
  padding:5px;
  height: 40px;
  font-size: 24px;
  line-height: 40px;
  font-family: 'Orienta', sans-serif;
  }

input, select {
  width:20%;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

button{
  padding:10px;
  background: #55AB26;
  width: 10%; 
  border-color: #999;
  border-radius:6px; 
  border-width: thin;
}

input.Button3{
  padding:10px;
  background: #55AB26;
  width: 10%; 
  border-color: #999;
  border-radius:6px; 
  border-width: thin;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}

/*article{
  margin: 0 auto;
	max-width:100%;
	line-height:1.5;
	font-size:18px;
}*/

h2{	
  margin: 20px;
  font-size: 26px;
  line-height: 40px;
	font-family: 'Orienta', sans-serif;
	text-indent: 20px;
}

h2.login_msg{ 
  margin: 20px;
  font-size: 26px;
  line-height: 40px;
  font-family: 'Orienta', sans-serif;
  text-indent: 20px;
  text-align: center;
}

ul li{list-style-type: none;
	padding:2px 5px;
	font-family: 'Orienta', sans-serif;
	text-indent: 20px;
}

ul.nav{
  float:right;
  margin-right:40px ;
}

p{padding:2px 40px;
	font-family: 'Orienta', sans-serif;
	text-align: left;
}

p.zeitraum{
   text-align: center; 
   font-size:22px; 
   margin:0px;
}

p.zeitraum2{
  padding: 0px;
   text-align: left; 
   font-size:  22px; 
   margin:     0px;
}

a{		
  color:silver;
	text-decoration:none
}

a:hover{
  color: #FE0000;
}

a.login:hover{
  color: silver;
}

.link{    
  color:black;
  text-decoration: underline;
}

table{
  width:100%;
  border-spacing: 0;
  line-height:1.5;
  font-size:18px;
}

th:nth-of-type(1) {width:15%;text-align: left}
th:nth-of-type(2) {width:15%;text-align: left}
th:nth-of-type(3) {width:15%;text-align: left}
th:nth-of-type(4) {width:15%;text-align: left}
th:nth-of-type(5) {width:20%;text-align: left}
th:nth-of-type(6) {width:20%;text-align: left}

td:nth-of-type(1) {width:15%;text-align: left}
td:nth-of-type(2) {width:15%;text-align: left}
td:nth-of-type(3) {width:15%;text-align: left}
td:nth-of-type(4) {width:15%;text-align: left}
td:nth-of-type(5) {width:20%;text-align: left}
td:nth-of-type(6) {width:1%;text-align: left}

table td{
  padding: 5px;
  word-wrap:break-word;
  font-size: 18px;
}

table th{	
  font-size: 20px;
  text-align: left;
  background-color:#666;
  padding: 5px;
}

table tr.uneven{
  background-color: silver;}

input[type=submit] {
  padding:10px;
  background: #55AB26;
  width: 10%; 
  border-color: #999;
  border-radius:6px; 
  border-width: thin;
  font-size: 14px;
  text-align: center;
  line-height: 20px;
}