body {
  position: static;
  height: auto;
  margin: 0;
  padding: 0;
  font-size: 11px;
  font-family: Verdana, arial, helvetica, serif;
  color: #293641;
  background-color: #ffffff;
  background-image: url(../grafik/bg.gif);
	background-repeat: repeat-x;
}

div {
  position: static;
  display: block;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 1.0em;
  font-family: verdana, arial, helvetica, serif;
  background: transparent;
}

div#hinweis {
  display: none;
}

span {
  position: static;
  display: inline;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
}

span.hervorheben {
  font-weight: bold;
}
span.klein {
  font-size: 0.8em;
}

.text-alles-gross-geschrieben {
  text-transform: uppercase;
}


p {
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  background: transparent;
}

table {
  width: auto;
  height: auto;
  background: transparent;
  margin: 0;
  padding: 0;
}

td,th {
  width: auto;
  height: auto;
  font-size: 1.0em;
  font-family: verdana, arial, helvetica, serif;
  color: #000000;
  background: transparent;
  vertical-align: top;
  text-align: left;
  margin: 0;
  padding: 0;
}

img {
  border: none;
  padding: 0;
  margin: 0;
}


a,
a:link,
a:visited,
a:active,
a:hover {
  text-decoration: none;
  color: #293641;
}


div.float-aufheben,
div.break {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

div.break {
  margin: 0 0 20px 0;
}

.hidden-element {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 1px;
  width: 1px;
  line-height: 1px;
  font-size: 1px;
  visibility: hidden;
}

h3 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h4 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h5 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

h6 {
  font-size: 1.0em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

ol {
  margin: 0;
  padding: 0 0 0 25px;
}

ul {
  margin: 0;
  padding: 0 0 0 15px;
}

li {
  margin: 0;
  padding: 4px;
}

form {
  margin: 0;
  padding: 0;
}

input {
  border: 1px solid #000000;
  font-size: 0.9em;
  font-family: verdana,arial,helvetica,serif;
  color: #000000;
  width: 99.99%;
}

select {
  border: 1px solid #000000;
  font-size: 0.9em;
  font-family: verdana,arial,helvetica,serif;
  color: #000000;
}

label {
  margin: 0;
  padding: 0;
}


