body {
  font-family:verdana,sans-serif;
}

.htmlView,
.htmlEdit {
  font-family:verdana,sans-serif;
}

a {
  text-decoration:none;
  color:#04adf2;
}

a:hover {
  text-decoration:underline;
}

h1 {
  font-family:georgia,times,serif;
  color:#000000;
  padding:0 0 0.5em 0;
  line-height:1em;
}

h2 {
  font-family:georgia,times,serif;
  font-size:1.4em;
  padding:1em 0 0.5em 0;
  color:#000000;
}

h3 {
  font-family:georgia,times,serif;
  font-size:1.25em;
  padding:1em 0 0.5em 0;
  color:#000000;
}

h4 {
  font-family:georgia,times,serif;
  font-size:1.1em;
  padding:1em 0 0 0;
  color:#000000;
}

h5 {
  font-family:georgia,times,serif;
  font-size:1em;
  color:#000000;
}

h6 {
  font-family:georgia,times,serif;
  font-size:0.9em;
  color:#000000;
}

p {
  padding:0 0 1em 0;
}

ol.list-style-type-lower-alpha { list-style-type:lower-alpha; }
ol.list-style-type-upper-alpha { list-style-type:upper-alpha; }
ol.list-style-type-lower-roman { list-style-type:lower-roman; }
ol.list-style-type-upper-roman { list-style-type:upper-roman; }
ol.list-style-type-decimal     { list-style-type:decimal; }

/* tabellen */

.htmlView TABLE,
.htmlEdit TABLE {
  padding: 0;
  border: 0;
}

.htmlView TABLE.border,
.htmlEdit TABLE.border {
  margin:5px 0 0 0;
  border: solid 1px #c0c0c0;
}

.htmlView TABLE TH,
.htmlEdit TABLE TH {
  text-align:left;
  vertical-align:top;
  font-weight:bold;
  background-color:#e6f7fe;
  color:#004890;
}

.htmlView TABLE TD,
.htmlEdit TABLE TD {
  vertical-align:top;
}

.htmlView TABLE.border TD,
.htmlEdit TABLE.border TD {
  border: solid 1px #c0c0c0;
}

.htmlView .slideshow,
.htmlEdit .slideshow {
  border: 1px dotted #ffcc00!important;
  padding:1px;
}
