﻿@charset "UTF-8";
/**
 * "Yet Another Multicolumn Layout" - (X)HTML/CSS Framework
 *
 * (en) print stylesheet
 * (de) Druck-Stylesheet
 *
 * @copyright       Copyright 2005-2009, Dirk Jesse
 * @license         CC-A 2.0 (http://creativecommons.org/licenses/by/2.0/),
 *                  YAML-C (http://www.yaml.de/en/license/license-conditions.html)
 * @link            http://www.yaml.de
 * @package         yaml
 * @version         3.1
 * @revision        $Revision: 302 $
 * @lastmodified    $Date: 2008-12-14 11:23:55 +0100 (So, 14. Dez 2008) $
 */

/* import print base styles | Basisformatierung für Drucklayout einbinden */
@import url(/opec_web/static_files_project/css/print_yaml.css);

@media all
{
      /*------------------------------------------------------------------------------------------------------*/
      /* add your print styles here */
    /*.hidden, .col, .col1, .col2, .col3 {display:block !important; float:none !important; width:100%;}*/
    .headline, h1 {
        width:100% !important;
    }
    body, #home, #main, #pg-sub #header, #pg-sub #footer, .page_margins {
        background-image: none;
        background: transparent;
        clear:both;
    }
    .page_margins {
        min-height:0;
    }
    .page {
        margin-left:10px; 
        width:auto;
    }
        #nav, #meta, .download {
            display:none;
        }
        html[xmlns] #nav {
            display:none;
        }
        #tools{ display: block; clear: both; overflow:visible;}
        #tools div.left{ float:none;}
        #tools div.left a.pdf{ display:none; /*background-image: url(/opec_web/static_files_project/images/layout/icon_download.png);*/}

        #tools a.printpg, #tools a.toppg, .meta, #search, #breadcrumbs {
            display:none;
        }
        #subnav{
            display:none !important;
        }
        #header {
            background-image: none;
            background: transparent;
            display:block;
            height:70px;
            margin:0;
            overflow:hidden;
            padding:0;
        }
        
        #home{
            height:auto;
            display:table;
            width:auto;
            overflow:hidden;
            clear:both;
        }
        
        
        #main {
            margin:0;
            width: auto;
            overflow: visible;
            height:1px;
            display:block;
            clear:both;
        }
        html[xmlns] .clearfix {
            display:inline;
            height:1px;
            overflow:visible;
        }
            #cont {
                float:none;
                width:auto; 
                margin: 0px;
                height:1px;
                overflow:visible;
            }
                #cont .headline h1, #cont .headline h2  {
                    float:none;
                    width:auto;
                    margin:0;
                }
                #cont .headline h1 { float:left; width:300px; display:block; }
                #cont .headline .date { display:none; /*float:right;*/}
                #cont h1 { margin:0; }
                #cont .slim {
                    float:left;
                    margin: 0px;
                    overflow:visible;
                }
                #cont .slim p {
                    display:block;
                }
                #cont .slim-fade {
                    width:auto;
                    float:left;
                }
                
                #cont .employment {
                    display: block;
                }
                
                #cont .tripple-col {
                    width: auto;
                }
                #cont .tripple-col .col, #cont .tripple-col .col1, #cont .tripple-col .col2, #cont .tripple-col .col3 {
                    float:left;
                    width: 236px;
                    display:block;
                    overflow:hidden;
                }
                
            #aside {
                float:left;
                width:250px;
            }
                #aside .img,
                #aside .widget{
                    display:block;
                }
                #aside .internship{
                    display:block;
                }
    #logo a {
        display:inline;
    }
    #header, #nav, #main, #footer {
        clear:none;
    }
    #footer { margin-top:30px; clear:both;}
    .stats{
        overflow:visible;
    }
}