@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 */
h1 {background: url(02_layouts_2col/css/images/bgshade.gif); padding:4px; padding-left:10px; font-size:1.4em;}

#col3_content {margin-top:13px}
/* #col2_content {margin-top:13px} */

div.Greybox_margin {
 margin-top:13px; 
 border: 0px; 
 }

div.Greybox_content {
 margin-bottom:10px; 
 border: 1px dotted #FF9900; 
 background: #eeeeee; color: #000; 
 padding:5px;
 font-size:0.9em;
 }
 
div.Greybox_content div.csc-textpic-imagewrap img {
 margin:8px;
 padding:3px;
 border:1px dotted #000; 
}
div.Greybox_content div.csc-textpic-imagewrap {padding:8px;}

}
