body {
  margin: 0 0 10px 0;
  padding: 8px;
  background: #fff;
  font-family: Arial, Sans-Serif;
  font-size: 0.8em;
}

body * {
  font-size: 100%;
}

/* shared header */
table#thead { border-spacing: 0; }

#thead .c1 {
  width: 24%;
  color: #f00;
  font-size: 1.8em;
  font-weight: bold;
  text-transform: uppercase; 
  vertical-align: bottom;
  border-bottom: solid 2px red;
}
#thead .c1 a:link, #thead .c1 a:visited {
  color: #f00;
  text-decoration: none;
}

#thead .c2 {
  width: 24%;
  text-align: center;
  vertical-align: bottom;
  padding-bottom: 4px;
  border-bottom: solid 2px red;
}

#thead .c3 {
  width: 25%;
  font-size: 0.85em;
  padding-bottom: 3px;
  padding-left: 2em;
}
#thead .c3 a:link, #thead .c3 a:visited {
  color: black;
  text-decoration: none
}
#thead .c3 a:hover, #thead .c3 a:active {
  color: blue;
  text-decoration: underline;
}

h1 {
  font-size: 1.3em;
  color: #f00;
}

/* individual pages */
body#liste table#klist { border-spacing: 0; }
body#liste table#klist div { margin-bottom: 1em; }

body#default .mainmenu { font-size: 1.3em; }
