/* Schriftart und Schriftgröße */
body,td,th {
    font-family: Arial,Helvetia,sans-serif;
    font-size:14px;
}
/* Hintergrundfarbe der Seite */
body { 

}

div.Foot {
  text-align:right;
  height:15px;
  margin-bottom:-10px;
  margin-right:-10px;
  margin-left:-10px;
  background-color:rgb(144, 105, 160);
  font-size:80%;
  padding-right:20px;
}

div.Flags {
  position:absolute;
  left:815px;
  top:20px;
}

/* Links */
a { color:#7851C6; text-decoration:none; }
a:hover   { text-decoration:underline; }

/* Standard: Textausrichtung in der Zelle oben,  Bilder haben keinen Rand (auch wenn sie Links sind) */
td { vertical-align:top; }
img { border:0px; }

h1, h2, h3, h4, h5, h6, h7, p { padding-top:0px;margin-top:0px; }
h1, h2, h3, h4, h5, h6, h7 { color:#9B69FF; }
