@charset "UTF-8";
/* ################################################################
** # "YAML for TYPO3" (c) by You if you put something in here :) ##
** ################################################################
**
**  Date     : 23.8.07
**  File     : myOwnStyles.css
**  Function : This file is not part of the YAML-CSS-Framework.
**             It was included to give the user the possibility to quickly apply tests, changes or
**             whatever with no need to change the YAML-files and mess up anything.
**             Hmmm. Does this make sense? Anyway, use it or just leave it empty. It will do no harm.
**             This is the last stylesheet beeing imported. So, everything can be overwritten here.
**             Be careful what you put in here and don't hold us responsible for anything that goes wrong...
*/
@media all
{
/* Your styles here */
    img.headImg1 {
    border:none;
    }

    /* DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; } */
    /* DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin: 0 0 0 0; } */
    
.csc-textpic-clear {
    /* clear:none; */
    /* display:none; */
}





/* keep it in a box: The CSS2 way */
DIV.csc-textpic-above DIV.csc-textpic-text:after,
DIV.csc-textpic-below DIV.csc-textpic-text:after,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text:after,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

/* keep it in a box: IE-Mac fix */
DIV.csc-textpic-above DIV.csc-textpic-text,
DIV.csc-textpic-below DIV.csc-textpic-text,
DIV.csc-textpic-intext-right-nowrap DIV.csc-textpic-text,
DIV.csc-textpic-intext-left-nowrap DIV.csc-textpic-text {
display: inline-table;
}

/* keep it in a box, the IE-win way \*/
* html DIV.csc-textpic-above DIV.csc-textpic-text { height: 1%; }
* html DIV.csc-textpic-above DIV.csc-textpic-text { height: 1%; }
* html DIV.csc-textpic-above DIV.csc-textpic-text { height: 1%; }
* html DIV.csc-textpic-above DIV.csc-textpic-text { height: 1%; }
/* end hide from IE-mac */


DIV.csc-textpic DIV.csc-textpic-imagewrap .csc-textpic-image { margin-bottom: 0px; }

/*---------------------------------------------*/
/*FAQ STYLES                                         */
/*---------------------------------------------*/

DIV.tx-irfaq-pi1 dl dt {
    font-size:0.85em;
    /* line-height:1em; */
    margin:0;
}
* html DIV.tx-irfaq-pi1 dl dt { line-height:1em; }

/* * html DIV.tx-irfaq-pi1 dl dd { margin:0; } */

DIV.tx-irfaq-pi1 dl dd { margin:0;padding:0; }

}

}
