/*  Formatierung body Bildlaufleiste + Hintergrundgrafik*/

p {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  line-height: 130%;
  color: #666666;
}

body {
  background-position: top right;
  background-attachment: fixed;
  background-repeat: repeat;
  oncontextmenu="return false" onselectstart="return false" ondragstart="return false";
  margin: 10px;
  margin-top: 8px;
  margin-bottom: 2px;
  padding: 0px;
  scrollbar-DarkShadow-Color: #6699cc;
  scrollbar-Track-Color: #ffffff;
  scrollbar-Face-Color: #ffffff;
  scrollbar-Shadow-Color: #ffffff;
  scrollbar-Highlight-Color: #ffffff;
  scrollbar-3dLight-Color: #ffffff;
  scrollbar-Arrow-Color: #6699cc
}

/* Innenabstand fuer i-frames */

#text {
  margin-left: 10;
  margin-right: 10;
}

/* Content-Tabelle mit der ID 'content'*/

hr {
  background-color: #006699;
  /* Farbe fuer Opera und Firefox */
  color: #006699;
  /* Farbe fuer Internet Explorer (IE) */
  border: 0;
  height: 1px;
}

table {
  width=99%;
  border-collapse: collapse;
  borderstyle: solid;
  border: 0px;
}

tr {
  border-collapse: collapse;
  bordercolor: #eeeeee;
}

/*  tabellenzellen */

td {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  line-height: 130%;
  color: #666666;
  text-align: left;
  valign: top;
  margin-top: 6px;
  margin-bottom: 6px;
}

/*  Abs�tze Blockformatierung  */

p {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  line-height: 130%;
  color: #666666;
  text-align: left;
  valign: top;
  margin-top: 6px;
  margin-bottom: 6px;
}

/*  Links allgemein */

a {
  font-family: Arial;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  color: #006699;
}

a:visited {
  color: #006699;
}

a:hover {
  color: #ff0000;
}

a.weiss {
  color: #FFFFFF;
}

a.weiss:visited {
  color: #FFFFFF;
}

/*  eigene klasse links */

a.linkmini {
  font-family: Arial;
  font-size: 1.1;
  font-weight: normal;
  text-decoration: none;
  color: #006699;
}

/*  elemente mit Rand */

.rand {
  border: 1px solid #666666;
}

/*  aufz�hlungen */

ul {
  list-style-image: url(../images/punkt.png);
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  text-decoration: none;
  font-weight: normal;
  text-align: justify;
  color: #6699cc;
  line-height: 130%;
  margin-top: 6px;
  margin-bottom: 6px;
  margin: 5px;
  padding: 0px;
}

li {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10pt;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  list-style-position: outside;
  color: #006699;
  margin-left: 0px;
  margin-top: 6px;
  margin-bottom: 6px;
  line-height: 130%;
}

/* terminaufzaehlung */

ul.point {
  list-style-position: outside;
  list-style-image: url(../images/point.jpg);
}

/*  preformatierter Text */

pre {
  font-family: monospace;
  color: #0000FF;
  font-size: 10pt;
}

/*  eigene klasse f�r �berschriften - zT nicht mehr in Fettschrift*/

h1 {
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  text-decoration: none;
  margin-top: 16px;
  margin-bottom: 0px;
  color: #006699;
  line-height: 100%;
}

h2 {
  font-family: Arial;
  margin: 0px;
  padding: 0px;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #ffffff;
  line-height: 100%;
}

h3 {
  font-family: Arial;
  font-size: 16px;
  font-weight: normal;
  text-decoration: none;
  color: #666666;
  text-transform: uppercase;
}

h4 {
  font-family: Arial;
  margin-top: 6px;
  margin-bottom: 6px;
  font-size: 10pt;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
  align: left;
}

h5 {
  font-family: Arial;
  font-size: 12pt;
  margin-top: 6px;
  margin-bottom: 6px;
  font-weight: bold;
  text-decoration: none;
  color: #666666;
  align: left;
}
