
/*
 * "Print" CSS for IG Metall
 *
 * History / ChangeLog:
 * - 2006-01-08: initial version (Daniel T. Gorski)
 *
 * $Id$
 */

/* --- General -------------------------------------------------------------- */

/*
  General settings for the BODY element. These settings are inherited to all
  subsequent elements.
*/

body {
  margin: 30px;
  padding: 0px;
  font-family: "Times New Roman", serif;
  font-size: 16px; /* Bigger for print. */
}

form, fieldset, legend, input, textarea {
  /*display: none;*/
}

img {
  border: 0px;
}

#printpanel {
  background-color: #C8201D;
    font-family: Arial,Helvetica,sans-serif;
font-weight: bold;
font-size: 12px;
 margin: 0px 0px 6px 0px;
 padding: 6px;
  border-bottom: 1px solid #ECEFEE;
}

#printpanel a {
text-decoration: none;
 color: #FFFFFF;
}

#printpanel a:hover {
text-decoration:underline;
}

/* --- Main page structure -------------------------------------------------- */

/* Header graphic. */
div#header {
  display: none;
}

/* Top stage quick navigation container. */
div#quick-navi-container {
  display: none;
}

/* Top stage quick navigation left spacer part. */
div#quick-navi-left {
  display: none;
}

/* Top stage quick navigation middle navigation container. */
div#quick-navi-middle {
  display: none;
}

/* Top stage quick navigation right navigation container. */
div#quick-navi-right {
  display: none;
}

/*
  Top stage links in quick navigation BASICS for the middle and right part
  containers.
*/
div#quick-navi-middle a, div#quick-navi-right a  {
  display: none;
}

/*
  Top stage links in quick navigation SPECIALS for the middle and right parts
  in the navigation container container.
*/
div#quick-navi-middle a { display: none; }
div#quick-navi-right  a { display: none; }

/*
  Top stage links hover effects in quick navigation (middle and right part)
  container.
*/
div#quick-navi-middle a:hover, div#quick-navi-right a:hover {
 display: none;
}

/* Top stage active link. */
a.quick-navi-active {
  display: none;
}

/* Quick navi horizontal divider. */
div#quick-navi-divider {
  display: none;
}

/* Stage graphics container. */
div#stage-container {
  /*display: none;*/
}

/* Stage graphic (left side). */
div#stage-left {
  /*display: none;*/
}

/* Stage graphic (right side). */
div#stage-right {
  /*display: none;*/
}

/* Right column. */
div#right-column-start-zentral {
  display: none;
}

/* Main content. */
div#content {
}

/* Left (menu) column. For menu items definition visualisation see below. */
div#left-column {
  display: none;
}

/*
  Center (main content) column for the main/start page.
  See also: div#breadcrumb-main-page.
*/
div#center-column-main-page {
}

/*
  Center (main content) column for a sub page.
  See also: div#breadcrumb-sub-page.
*/
div#center-column-sub-page {
}

/* Right column. */
div#right-column {
  display: none;
}

/* Module containers in the right column. */
div.right-column-module {
  position: relative;
  width: 184px;
  border: 1px solid #C8D1CE;
}

/*
  Breadcrumb navigation on main/start page.
  See also: div#center-column-main-page.
*/
div#breadcrumb-main-page {
 display: none;
}

/* Container for breadcrumb navigation on a sub page. */
div#breadcrumb-sub-page-container {
 display: none;
}

/* Visual container in front of breadcrumb navigation on a sub page. */
div#breadcrumb-sub-page-visual {
 display: none;
}

/*
  Breadcrumb navigation on sub page.
  See also: div#center-column-sub-page.
*/
div#breadcrumb-sub-page {
 display: none;
}

/* Quick navi horizontal divider. */
div#footer-navi-divider {
 display: none;
}

/* Footer navigation. */
div#footer-navi {
 display: none;
}

div#footer-navi a {
}

/* --- Headings ------------------------------------------------------------- */

h1, h2, h3, h4, h5, h6 {
}

/* --- Main menu (left) navigation ------------------------------------------ */

div#left-column ul {
}

div#left-column a { 
}

div#left-column a:hover {
}

div#left-column ul li a {
}

div#left-column ul li ul li a {
}

/* Active entry in menu list. */
a.menu-active {
}

/* --- Additional visuals --------------------------------------------------- */

/* A box with opaque background. */
.box-opaque {
  border: 1px solid #C8D1CE;
  padding: 8px;
}

/* A box with transparent background. */
.box-transparent {
  border: 1px solid #C8D1CE;
  padding: 8px;
}

