html {
  height: 100%;
}

* {
  margin: 0px;
  padding: 0px;
}

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #content {
  height: 1%;
  margin-left: 7px;
  display: inline;
}
/* End hide from IE5/mac */

body {
  font-family: verdana, arial, sans-serif;
  font-size: 62.5%;
  background-color: #7A9BBC;
  color: #000000;
  text-align: center;
/*  height: 98%;*/
  margin: 0.5% 0 0.5% 0;
}

td {
  font-family: verdana, arial, sans-serif;
  font-size: 70%;
/*  background-color: #f0f0f0;*/
  color: #000000;
/*  text-align: center;*/
/*  height: 98%;*/
/*  margin: 0.5% 0 0.5% 0;*/
}

h1 {
  float: left;
  color: #A4A4A4;
  background-color: #FFFFFF;
  font-size: 3em;
  padding: 10px 0 0 10px;
  font-weight: normal;
}

h2 {
  color: #333366;
  font-size: 1.55em;
  padding: 0 0 1em 0;
  font-weight: normal;
  background-image: url("../grafik/line.png");
  background-repeat: no-repeat;
  background-position: 0 1.3em;
}

h3 {
  color: #333366;
  font-size: 1.2em;
  padding: 0.5em 0 0 0;
  font-weight: bold;
  margin-bottom: 5px;
}

h4 {
  color: #000000;
  font-size: 1em;
  padding: 0.5em 0 0 0;
  font-weight: bold;
  margin-bottom: 3px;
}

img {
  border: 0;
}

a {
  color: #990000;
  text-decoration: none;
}

a:hover {
  text-decoration: underline;
}

ul {
  list-style-image: none;
/*  padding: 0px;
  margin: 0px;*/
}

li {
  list-style-image: url("../grafik/li.png");
  list-style-position: outside;
  margin-left: 30px;
}

em {
  font-style: italic;
  margin-bottom: 1px dotted #000066;
}

div#contact td {
  background-color: #F9FFE5;
}

