
/*	Textausichtung	*/
p.align-left, h1.align-left, h2.align-left, h3.align-left, h4.align-left, h5.align-left, h6.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 { text-align: center; }
p.align-right, h1.align-right, h2.align-right, h3.align-right, h4.align-right, h5.align-right, h6.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 { text-align: justify; }

/*	Absatzformate */
p.endabsatz { margin-bottom: 6px; }
p.rahmen1 { border: solid 1px #6386c3; background: yellow; color: #fff; padding: 2px 4px 2px 4px;}
p.rahmen2 { border: solid 1px #6386c3; background: red; color: yellow; padding: 2px 4px 2px 4px;}

.indent { margin-left: 10px;}
/* 	Textauszeichnungen	*/
span.color1 { color: #6386c3; }
span.color2 { color: #98b5e4; }
span.bg-color1 { background-color: #6386c3; }
span.bg-color2 { background-color: #98b5e4; }
span.smaller { font-size: 85%; font-style: italic;}

b, strong { font-weight: bold; }
blockquote, cite { margin: 0 0 0 10px; }

/*	Verweise	*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

hr { margin: 8px 0px 5px 0px; padding: 0px; color: #6386c3; height: 1px; width: 96%; margin-left: 2%; }

/*  Listen  */

ol.upperalpha { list-style-type: upper-latin; }
ol.loweralpha { list-style-type: lower-latin; }
ol.upperroman { list-style-type: upper-roman; }
ol.leadingzero { list-style-type: decimal-leading-zero; }

ul.none { list-style-type: none; }
ul.disc { list-style-type: disc; }
ul.square { list-style-type: square; }
ul.circle { list-style-type: circle; }
ul.image { list-style-image: url(list_sty.gif); }
