/* charset=UTF-8 */
/* BASICS */

body {
  margin:0px;
  font-family:verdana,sans-serif;
  font-size:0.75em;
  line-height:1.5em;
  color:#000000;
  background-color:#ffffff;
  }

h1 {
  font-size:2em;
  line-height:1.5em;
  font-weight:normal;
  padding:0em;
  margin:0.7em 0em 0.58em 0em;
  }

h2 {
  font-size:1.7em;
  line-height:1.5em;
  font-weight:normal;
  padding:0em;
  margin:0.2em 0em 0.5em 0em;
  }

h3 {
  font-size:1.4em;
  line-height:1.5em;
  font-weight:normal;
  padding:0em;
  margin:0.1em 0em 0.5em 0em;
  }

p {
  margin:0.4em 0em 1em 0em;
  }

p.subtitle {
  font-size:1.2em;
  font-style:italic;
  margin:-0.75em 0em 1.3em 0em;
  }

p.zwiti {
  font-size:1.4em;
  margin:0em 0em 1em 0em;
  }

a {
  color:#000000;
  text-decoration:underline;
  }

a:hover {
  text-decoration:underline;
  }

img {
  border-width:0px;
  }

table {
  border-collapse:collapse;
  border-spacing:0px;
  }

td {
  padding:0px;
  }

/* LAYOUT */

ul.visible {
  display:block;
  }

ul.invisible {
  display:none;
  }

/* IMAGES */

.right {
  float:right;
  margin:0px 0px 10px 10px;
  }

.left {
  float:left;
  margin:0px 10px 10px 0px;
  }

.middle {
  margin:0px 0px 5px 0px;
  }

/* MISC */

table.tab1 {
  margin:0px 0px 15px 0px;
  }

table.tab1 tr td {
  border:1px solid #cccccc;
  padding:5px;
  vertical-align:top;
  }

div.r2 {
  width:100%;
  height:1px;
  overflow:hidden;
  clear:both;
  }

img.tb1 {
  width:970px;
  height:10px;
  display:block;
  }

/* ANCHORS */
h1 a {
  text-decoration:none;
  }
h2 a {
  text-decoration:none;
  }
h3 a {
  text-decoration:none;
  }

/* LINKS ON FRONT PAGE */

a.f1 {
  color:#ffffff;
  text-decoration:none;
  }

a:hover.f1 {
  text-decoration:underline;
  }

a.f2 {
  text-decoration:none;
  }

a:hover.f2 {
  text-decoration:underline;
  }

