@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;}
pre {border:1px dashed #ccc; padding:1em; margin:0 0 1em 0;}

/* #############################
** ### classesParagraph ########
** #############################
*/
p.smalltext {color:#101010;
font-family:Arial,Helvetica,sans-serif;
font-size:0.9em;
font-size-adjust:none;
font-stretch:normal;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:normal;}
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;}
/* #############################
** ### 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('../../icons/file.gif') no-repeat left;}
span.directory {font-family:"Courier New", Courier, monospace; padding:0 0 0 15px; color:#000088; background:transparent url('../../icons/dir.gif') no-repeat left;}
span.roteheadline {
color: #701B34;
}
span.headlinegoudy1{
text-transform: uppercase;
font-family: 'Times New Roman', Times, serif; 
font-size:1.4em;
line-height:1em;
color:#713552;	
}
span.headlinegoudy2{
text-transform: uppercase;
font-family:'Times New Roman', Times, serif; 
font-size:1.4em;
line-height:1em;
color:#666666;	
}
/* #############################
** ### TagFreeClasses ##########
** #############################
*/
.roteheadline {
color: #701B34;
}
.headlinegoudy1{
text-transform: uppercase;
font-family:'Times New Roman', Times, serif; 
font-size:1.4em;
line-height:1em;
color:#713552;	
}
.headlinegoudy2{
text-transform: uppercase;
font-family:'Times New Roman', Times, serif; 
font-size:1.4em;
line-height:1em;
color:#666666;	
}
