/* CSS-Definition fuer RTE */

.bestellbutton a, #bestellbutton a, span.bestellbutton a {
 font-size: 110%;
 color: #fff !important;
 line-height: 1.6em;
background-color: #151572;
text-decoration: none !important;
padding: 5px 8px;
border-radius: 1em;
}

.blau, #blau, span.blau {
 color:#122C76;
}

  
.left {
  text-align:left;
}
.right {
  text-align:right;
}
.center {
  text-align:center;
}
.justify {
  text-align:justify;
}
/****************************************************************************************
# Default css file for content edited with htmlArea RTE
#
# Defines a few class selectors that can be simply taken as examples by anyone who needs to configure the RTE.
# This css file is referenced by property RTE.default.contentCSS in the default configuration of htmlArea RTE
#
# TYPO3 SVN ID: $Id: dynamiccss.css 2663 2007-11-05 09:22:23Z ingmars $
# ***************************************************************************************/

/* Left, center, right and justify alignment of text in block elements*/
p.left, h1.left, h2.left, h3.left, h4.left, h5.left, h6.left, div.left, address.left { text-align: left; }
p.center, h1.center, h2.center, h3.center, h4.center, h5.center, h6.center, div.center, address.center { text-align: center; }
p.right, h1.right, h2.right, h3.right, h4.right, h5.right, h6.right, div.right, address.right { text-align: right; }
p.justify, h1.justify, h2.justify, h3.justify, h4.justify, h5.justify, h6.justify, div.justify, address.justify { text-align: justify; }


/* Bullet styles for unordered lists.*/
ul.component-items { color: #186900; list-style-type: circle; }
ul.action-items { color: #8A0020; list-style-image: url(../../../templates/css/img/red_arrow_bullet.gif); }

/* Numbering styles for ordered lists.*/
ol.component-items-ordered { color: #10007B; list-style-type: lower-roman; }
ol.action-items-ordered { color: #8A0020; list-style-type: lower-greek; }

/* Three inline text colors taken from the color scheme of CSS Styled Content extension.*/

/* Selectors for the default configuration of the link accessibity feature.*/
a.external-link {}
a.external-link-new-window {}
a.internal-link {}
a.internal-link-new-window {}
a.download {}
a.mail {}

