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

body {
  background-color: #333333;
  color: #000000;
  font-family: "Arial Narrow", Arial, Helvetica, helv, sans-serif;
  font-size: 100%;
}

h1, h2, h3, h4, h5, h6, p, ol, ul {
  margin-bottom: 0em;
}

h1, h2, h3, h4, h5, h6 {
  color: #999999;
  font-weight: normal;
  letter-spacing: 0.2em;
}

h1 {
  border-bottom: 1px dashed #999999;
  font-size: 200%;
}

h2 {
  font-size: 170%;
}

h3 {
  font-size: 140%;
}

h4 {
  font-size: 110%;
}

h5 {
  font-size: 100%;
}

h6 {
  font-size: 90%;
}

p, ol, ul {
  margin-top: 0.5em;
  margin-bottom: 1.0em;
}

ol, ul {
  margin-left: 2em;
}

select {
  width: 10em;
}

input {
  vertical-align: baseline;
}

input, select, textarea {
  background-color: #ffffee;
  border-width: 1px;
}

input, textarea {
  padding: 2px;
}

label {
  cursor: pointer;
}

fieldset {
  border: 1px solid #999999;
}

legend {
  color: #999999;
  margin-left: 1em;
  padding-left: 0.25em;
  padding-right: 0.25em;
  font-weight: bold;
}

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

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

div#main {
  background-color: #ffffff;
  margin: 2em 100px 2em 100px;
  max-width: 980px;
  min-height: 500px;
}

div#content {
  /* border: 1px dashed #ffcccc; */
  margin-left: 140px;
  margin-right: 110px;
  padding: 0px 0px 2em 0px;
}

ul#topnav {
  position: relative;
  top: -0.7em;
  margin-left: 140px;
  margin-right: 110px;
  padding: 0px;
}

ul#topnav li {
  display: inline;
}

ul#topnav a {
  background-color: #333333;
  border: 1px solid #ffffff;
  color: #cccccc;
  font-size: 100%;
  font-weight: bold;
  margin: 0em 1em 0em 0em;
  padding: 0em 0.5em 0em 0.5em;
  text-decoration: none;
}

ul#topnav a.active {
  background-color: #ffffff;
  /* border: 1px solid #333333; */
  color: #333333;
}

ul#topnav a:hover {
  background-color: #ffffff;
  color: #333333;
}

ul#asidenav {
  position: fixed;
  top: 200px;
  left: 0px;
  padding: 0px;
}

ul#sidenav li {
  list-style-type: none;
  list-style-position: outside;
}

ul#sidenav a {
  display: block;
  background-color: #333333;
  border: 1px solid #ffffff;
  color: #cccccc;
  font-size: 100%;
  font-weight: bold;
  margin: 0em 0em 1em 0em;
  padding: 0em 0.5em 0em 0.5em;
  text-align: left;
  text-decoration: none;
  width: 100px;
}

ul#sidenav a.active {
  background-color: #ffffff;
  /* border: 1px solid #333333; */
  color: #333333;
  text-align: right;
}

ul#sidenav a:hover {
  background-color: #ffffff;
  color: #333333;
  text-align: right;
}

img#logo {
  float: left;
  position: relative;
  top: 0px;
  left: 0px;
  width: 120px;
  height: 147px;
}

img#zwergwerk {
  float: right;
  position: relative;
  top: 0px;
  right: -86px;
  width: 98px;
  height: 474px;
}

img#zwergwerk2 {
  float: right;
  position: relative;
  top: 0px;
  right: -86px;
}

img.rightimage {
  margin-left: 1em;
  margin-bottom: 1em;
}

ul.datelist {
  border: 1px solid #ff9999;
  list-style-type: none;
  margin-left: 0em;
}

div.datelistdate {
  border: 1px solid #99ff99;
  font-weight: bold;
  float: left;
  width: 5em;
}

div.datelistdesc {
  border: 1px solid #9999ff;
}

div#dates {
  float: left;
  width: 60%;
  margin-right: 2em;
}

div#newsletter {
  overflow: hidden;
  height: 1%;
}

.haslayout {
  position: relative;
  overflow: hidden;
  height: 1%;
}

#sidenav {
  position: absolute;
  top: 220px;
  left: 10px;
}

html>body #sidenav {  /* nur fuer moderne Browser! */
  position: fixed;
}

td.leftFormCol {
  width: 13em;
}

td.formError {
  color: #ff0000;
  font-size: 70%;
}

.small {
  font-size: 80%;
}

