@charset "ISO-8859-1";

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

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

#header {
   /* background: green; */
   padding: 10px;
}

#body {
   padding: 10px;
   padding-bottom: 60px; /* Height of the footer */
}

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   height: 60px; /* Height of the footer */
   /* background: #6cf; */
}

.myHeader {
   color: blue;
}

.impressumTable {
   vertical-align: top;
}

#footer {
   position: absolute;
   bottom: 0;
   width: 100%;
   left: 50px;
}

body {
   margin: 50px;
}

ul.itemHeader h2 {
   color: blue;
}