@charset "UTF-8";
/* ######################################################################################################
** # "Yet Another Multicolum Layout" (c) by Dirk Jesse (http://www.yaml.de) #############################
** # "YAML for TYPO3" (c) by Dieter Bunkerd (http://yaml.t3net.de) ######################################
** ######################################################################################################
**
**  Datei       : typo3-RTE.css
**  Funktion    : Formatierung der Inhalte im RTE, wird in den layout*.css files importiert.
**  Checked with http://jigsaw.w3.org/css-validator/ 13.8.07 - DB
*/
/* Avoid borders around images in the RTE */
img {border:0;}
/* #############################
** ### classesParagraph ########
** #############################
*/
p.csc-frame-frame1 {background:#EDEBF1; border:1px solid #000; padding:5px;}
p.csc-frame-frame2 {background:#F5FFAA; border:1px solid #000; padding:5px;}
p.align-center {text-align:center;}
p.align-left {text-align:left;}
p.align-right {text-align:right;}
p.align-justify {text-align:justify;}
p.indent {margin-left:1.5em;}
table.contenttable {font-size:0.8em;}
p sup, p sub {font-size:0.7em;}
p.code {font-family:"Courier New", Courier, monospace; font-size:0.9em; padding:1em; background:#f0f0f4; border:1px #ccd solid;}
p.note {background:#dfd; padding: 1em; border-bottom: 1px #bdb dotted;}
p.important {background:#ffd; padding:1em; border-bottom:1px #ddb dotted;}
p.warning {background:#fdd; padding:1em; border-bottom:1px #dbb dotted;}
p.info {background:#f7f7ef url(http://www.4-energie.de/fileadmin/templates/layouts/project_layout/img/icons/ausrufez-blau.gif) 10px 10px no-repeat; padding:1.5em 1.5em 1.5em 4em;}
p.question {background:#A43F15 url(http://www.4-energie.de/fileadmin/templates/layouts/project_layout/img/icons/fragez-blau.gif) 10px 10px no-repeat; color:#fff; padding:1.5em 1.5em 1.5em 4em;}
p.stop {background:#fff url(http://www.4-energie.de/fileadmin/templates/layouts/project_layout/img/icons/stop.gif) 10px 10px no-repeat; padding:1.5em 1.5em 1.5em 4em; border:1px solid #a43f15;}
p.citation {background:#fff url(http://www.4-energie.de/fileadmin/templates/layouts/project_layout/img/icons/sprechblase.gif) 10px 10px no-repeat; color:#187ba2; padding:1.5em 1.5em 1.5em 4em; border:1px solid #187ba2; font-style:italic;}
/* #############################
** ### classesCharacter ########
** #############################
*/
span.underline {text-decoration:underline;}
span.strikethrough {text-decoration:line-through;}
span.mono {font-family:"Courier New", Courier, monospace; padding:0 0.3em 0 0.3em; background:#f0f0f4; border:1px #ccd solid;}
span.file {font-family:"Courier New", Courier, monospace;  padding:0 0 0 14px; color:#000088; background:transparent url('http://www.4-energie.de/fileadmin/templates/layouts/project_layout/img/icons/file.gif') no-repeat left;}
span.directory {font-family:"Courier New", Courier, monospace; padding:0 0 0 15px; color:#000088; background:transparent url('http://www.4-energie.de/fileadmin/templates/layouts/project_layout/img/icons/dir.gif') no-repeat left;}
span.infoHeadline {display:block; color:#187ba2; text-transform:uppercase; font-weight:bold; border-bottom:2px solid white; padding-bottom:0.5em; margin-bottom:-1em; margin-left:-4em; padding-left:4em; margin-right:-1.5em;}
span.questionHeadline {display:block; color:#fff; text-transform:uppercase; font-weight:bold; border-bottom:2px solid white; padding-bottom:0.5em; margin-bottom:-1em; margin-left:-4em; padding-left:4em; margin-right:-1.5em;}
span.stopHeadline {display:block; color:#A43F15; text-transform:uppercase; font-weight:bold; padding-bottom:0.5em; margin-bottom:-1em;}

a.internal-link,
a.internal-link:hover {
    color:#2070A2 !important;
    border-bottom:1px solid #bbbbbb !important;
}
a.internal-link:hover {
    border-bottom:1px dotted #aaaaaa !important;
}

a.external-link,
a.external-link:hover,
a.external-link-new-window,
a.external-link-new-window:hover {
    color:#2070A2 !important;
    padding-left:14px !important;
    background:url('../../images/css-gfx/extlink-2.png') no-repeat left center !important;
    border-bottom:1px solid #bbbbbb !important;
}
a.external-link-new-window:hover {
    border-bottom:1px dotted #aaaaaa !important;
}


/* #############################
** ### Fix RTE Inline Tables ###
** #############################
*/
td.align-center p {text-align:center;}
td.align-left p {text-align:left;}
td.align-right p {text-align:right;}
td.align-justify p {text-align:justify;}
td.indent p {margin-left:1.5em;}


/* #############################
** ### TagFreeClasses ##########
** #############################
*/

.no-link-border,
a.no-link-border,
a.no-link-border:hover {
  border:none !important;
  text-decoration:none !important;
}

/* EOF */
