/* Classes that are available in RTE to the user */

.quote { font-style: italic; color: #ee9; }
.highlight { background-color: yellow; color: #000; }
.deprecated { text-decoration: line-through; color: #aaa; }

/* Tables */

.standardtable

/* P */
.pa1 { margin: 0px }
p, .pa_list { margin: 0px; line-height: 1.3em; }


/* EM */

.em_big { font-size: 16px; font-style: normal; font-weight: bold; line-height: 1.2em;}
.em_red { font-style: normal; color: #8C1430; }
.em_redfat { font-style: normal; font-weight: bold; color: #8C1430; margin-bottom: 5px; }

/* A */

/* standard links */

a:link, a:visited {   color: #8C1430; text-decoration: none;}
a:active, a:hover {   color: #3A53BF; text-decoration: underline;}

a.standard:link, a.standard:visited {   color: #8C1430; text-decoration: none;}
a.standard:active, a.standard:hover {   color: #3A53BF; text-decoration: underline;}

/* bot*/

a.redbg:link, a.redgb:visited {color: #8C1430; text-decoration: none; }
a.redgb:active, a.redbg:hover {color: #fff; text-decoration: none; background: #8C1430;}

/* tit*/
a.greybg:link, a.greybg:visited {color: #636563; text-decoration: none; }
a.greybg:active, a.greybg:hover {color: #fff; text-decoration: none; background: #636563;}

/* bot*/

a.mainmenu:link, a.mainmenu:visited {color: #8C1430; text-decoration: none; }
a.mainmenu:active, a.mainmenu:hover {color: #fff; text-decoration: none; }

/* whatever */
a.linkedpicture {   margin: 0px; }



/* IMG */
img { margin: 0px; padding: 0px; display: block; border:0px;}
.img1 { float:left; margin: 0px;}
.img2 { margin: 0px; display: inline;}
.pmain { border-top: 4px solid #CECFCE; border-bottom: 6px solid #8C1430;}
.p_bot { float: left; margin-right: 69px; }
.p_list { float: left; margin: 0px 7px 2px 0px; }


/* lines */

.dottedline { border-top: 1px dotted #CECFCE; color: #ffffff; margin:0px; }
