body {
  background-color: #cfd9cb;
  font-family:'Arial','helvetica';
  padding:0px;
  margin:0px;
  font-size:8pt;
}



table.linkleiste {
  spacing:0px;
  padding:0px;
  background-color: #6278a1;
}

table.layout {
  width:100%;
  height:100%;
  padding:0px;
  spacing:0px;
  border:1;
}

td {
  font-size:12px;
  font-weight:bold;
}

td.linkleiste {
  font-weight:bold;
  background-color: #6278a1;
  padding:3px;
  spacing:0px;
  text-align:center;
  font-size:24px;
}

td.linkleisteklein {
  background-color: #6278a1;
  padding:3px;
  spacing:0px;
  text-align:left;
  vertical-align:bottom;
  font-size:12px;
}


td.ueberschrift {
  font-weight:bold;
  background-color: #6278a1;
  padding:3px;
  spacing:0px;
  text-align:left;
  vertical-align:bottom;
  font-size:36px;
  color:#fe1d4c;
}

td.infotext {
  vertical-align:top;
  text-align:justify;
  line-height:200%;
}

td.bildbeschriftung {
  vertical-align: bottom;
  text-align:right;
  line-height:200%;
}

a:link {
  color:#000000; 
  text-decoration:none;
}

a:visited {
  color:#000000; 
  text-decoration:none;
}
  
a:hover {
  color:#cfd9cb; 
  text-decoration:underline;
}

a:active {
  font-weight:bold; 
  color:#000000; 
  text-decoration:underline;
}

a:focus { 
  font-weight:bold; 
  color:#; 
  text-decoration:underline; 
}

