@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 ########
** #############################
*/
span.header {font-weight:bold;}
span.test {color:red;}
table.contenttable {font-size:0.8em;}
p sup, p sub {font-size:0.7em;}
p.FeaturesBox {
    background: none repeat scroll 0 0 #E2F5FF;
    color: #336699;
    margin-bottom: 7px;
    padding: 15px 23px;
    width: 415px;
}
 p.test {color:red;}
p.align-center { text-align: center; } 
articel p {font-weight: bold;}
p { border:1px #66cc33 dashed;  }

/*Klasse Promo unten*/
span.important { display: block;
    margin: 15px 0 0px; font-weight: bold;}
span.name-of-person { color: #10007B; }

/*Klasse Promo rechts*/
span.detail { color: #232323;
    display: block;
    margin: 10px 0 5px; 
    font-weight: bold;}


    a.download {
    background: url("../images/pdfIcon.png") no-repeat scroll right center rgba(0, 0, 0, 0);
}
a.download {
    padding-right: 30px;
}
a.swf {
background: url("../images/swf.png") no-repeat scroll right center transparent;
}
a.swf {
    padding-right: 30px;
}
h1 {
    font-size: 25px;
    color: #0099CC;
}
h2 {
    font-size: 17px;
    color: #0099CC;
}
h3 {
    font-size: 15px;
    color: #0099CC;
}
h4 {
    font-size: 14px;
    color: #0099CC;
}
h5 {
    font-size: 13px;
}
h6 {
    font-size: 12px;
}
h7 {
    font-size: 11px;
}

table {
font-size: 12px;

}
table td {
border:1px solid #188BB9;
}
