
@charset "utf-8";

html, * html body {
  height: 100%;
}
body {
  min-height: 100%;
}
html, body, table, td, div, ul, ol, li {
  margin: 0;
  padding: 0;
  border: 0;
  border-collapse: collapse;
  border-spacing: 0;
  vertical-align: top;
}
body {
  color: #000;
  background-color: #fff;
}
/* Schriftgröße kontrollieren */
body, td, th {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 75.01%;
}
* html td, * html th {
  f\ont-size: 100.01%;
}

table {width:100%}


#left, #footer, #sitenavi, #headline, #slogan, #noPrint {
display:none;
}

#headlinePrint h1 {
  font-size: 100%;
}

img {
  vertical-align: bottom;
}
ol {
  style:list-style-type:disc;
  margin: 8px 0;
  padding: 0 0 0 17px;
}

ul {
  style:list-style-type:disc;
  margin: 8px 0;
  padding: 0 0 0 17px;
}


