/* 
    Document   : schneewette.css
    Created on : 10.12.2011, 22:05:35
    Author     : bambi
    Description:
        Purpose of the stylesheet follows.
*/

body {
  font-family: "Arial";
  font-size: small;
  width: 97%;
}
table {
  border: 0;
  border-collapse: collapse;
  width: 100%;
}
th, td {
  border: 1px solid #666;
  padding: .25em .5em;
}
th {
  color: white;
  background-color: #666;
  font-weight: bold;
}
td {
  color: black;
  background-color: white;
}
td.ortsname {
  font-weight: bold;
}
td.prognose {
  text-align: right;
  padding-right: 1em;
}
div#lastmod {
  font-size: x-small;
  text-align: right;
  padding: .5em 0;
}
div#copyright {
  margin-top: 1em;
  text-align: right;
}
img {
  border: 0;
}
h3#headline {
  position: relative;
}
img#hlogo {
  position: relative;
  top: 6px;
  margin-right: .5em;
}
a {
  border: 0;
  text-decoration: none;
}
