/* ---------------------------------------------------------------------- */
/* CSS DEFINITIONS */
/* ---------------------------------------------------------------------- */
* {
  margin:           0;
  padding:          0;
}

body {
  margin-left:      5px;
  margin-right:     5px;
  margin-top:       5px;
  margin-bottom:    5px;
  background-color: #FFFFFF;

  font-family:      Verdana, Arial, Helvetica, Courier;
  text-align:       center;
}

p, span {
  font-size:        0.8em;
}

h1 {
  margin-bottom:    1em;
  font-size:        1.2em;
  text-align:       center;
}

h2 {
  margin-top:       1em;
  font-size:        1.1em;
}

h3 {
  margin-top:       1em;
  font-size:        1.0em;
}

ul {
  margin-top:       1em;
  margin-bottom:    1em;
  margin-left:      3em;

  font-size:        0.8em;
  list-style-type:  square;
}

img {
  border:           0;
}

#frame {
  width:            800px;
  text-align:       left;
}

#header .image {
  text-align:       center;
}

#header .impressum {
  text-align:       right;
  font-weight:      bold;
  font-size:        0.7em;
}

#content .head {
  margin-top:       1em;
  font-weight:      bold;
}

#content .link {
  text-align:       right;
}

#footer p {
  font-size:       0.7em;
  text-align:      center;
}


/* ---------------------------------------------------------------------- */
/* LINK DEFINITIONS */
/* ---------------------------------------------------------------------- */
a {
  text-decoration: none;
  color:           #0000FF;
}

a:hover {
  text-decoration: underline;
  color:           #0000FF;
}

