@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS framework
 * (en) central stylesheet
 * (de) zentrales Stylesheet
 *
 * @creator       YAML Builder V1.2b (http://builder.yaml.de)
 * @file          my_layout.css
 * @-yaml-minver  3.1
 *
 */

/* import core styles | Basis-Stylesheets einbinden */
@import url(yaml/core/base.css);

/* import screen layout | Screen-Layout einbinden */
@import url(yaml/navigation/nav_shinybuttons.css);
@import url(screen/basemod.css);
@import url(screen/content.css);

/* import print layout | Druck-Layout einbinden */
@import url(yaml/print/print_draft.css);

@import url(diagnostic.css);

/* Added by hand, 17 March 2010 */
@media all
{
div#col3_content p  {
                        text-align: justify;
                    }

li > p              {
                        margin-bottom:  0em;
                        padding-bottom: 0.5em;
                        color: #000;
                    }

}

#footer > p         {
                        text-align: center;
                        font-size: 90%;
                    }

div#col3 hr  		{
                        width:          60%;
                        margin-left:    20%;
                    }
/*
    Quick hack added per http://twitter.com/zeldman/status/11790694779
    'In most cases, #333 beats #000 for "black" text on white web pages.'
*/

p                   {
                        color: #333;
                    }


