/* Colors.*/  
.htmlarea-content-body { color: #000; background-color: #ffffcb !important; } 

/* Left, center and right alignment of text in paragraphs and cells.*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.align-left, td.align-left { text-align: left; }
p.align-center, h1.align-center, h2.align-center, h3.align-center, h4.align-center, h5.align-center, h6.align-center, td.align-center { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.align-right, td.align-right { text-align: right; }
p.align-justify, h1.align-justify, h2.align-justify, h3.align-justify, h4.align-justify, h5.align-justify, h6.align-justify, td.align-justify { text-align: justify; }

/* Styles for lists.*/
li { margin: 1em 0; }

/* Bullet styles for unordered lists.*/
ul { list-style-type: circle; list-style-image: url(/fileadmin/images/list.jpg); }

/* Numbering styles for ordered lists.*/
ol { list-style-type: decimal; }

/* Selectors for the default configuration of the link accessibity feature.*/

a { color: #0000ff; }

a img {	border: 0; text-decoration: none; }

a.external-link { white-space: nowrap; }
a.external-link-new-window { white-space: nowrap; }
a.internal-link { white-space: nowrap; }
a.internal-link-new-window { white-space: nowrap; }
a.download { white-space: nowrap; }
a.mail { white-space: nowrap; }

/* Headings*/
h1, h2, h3, h4, h5, h6  { color: #ff7f00; }

h1 { font-size: 1.3em; }
h2 { font-size: 1.2em; }
h3 { font-size: 1.1em; }
h4 { font-size: 1.0em; }
h5 { font-size: 1.0em; }
h6 { font-size: 1.0em; }

/* Bodytext*/
p.bodytext { }

/* Indent*/
div.indent { margin-left: 30px; }

/* Miscellaneous*/
sub { font-size: 0.8em; }
sup { font-size: 0.8em; }
abbr, acronym { border-bottom: 1px dotted #000; cursor: help; }
table { font-size: 1.0em; }
p { margin: 1em 0em;}

/* RTE-Classes.*/
.orange { color: #ff7f00; }
.small { font-size: 0.8em; }