/* Druck-Stylesheet */

body {
    padding: 0;
    margin: 0;
    color: #000000;
    background-color: #ffffff;
    font-size: 12pt;
    line-height: 100%;
}

body, input, select, h1, h2, h3, h4, h5, h6, optgroup {
    font-family: "Times New Roman", serif;
}

form {
    margin: 0;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0;
    font-size: 1em;
    line-height: 1.2em;
}

h1 a {
    color: #000000 !important;
}

h1 {
    font-size: 1.3em;
}

h2 {
      font-size: 1.1em;
}

h5,
h6 {
      font-weight: normal;
}

h6 {
      font-style: italic;
}

p {
    margin: 0 0 1.5em 0;
}

img {
    border: 0;
}

a {
    color: #2b477f;
    text-decoration: underline;
}

a:visited {
    color: #9c7795;
}

abbr,
acronym {
    font-style: normal;
    border: none;
}

abbr:after,
acronym:after {
    content: " [" attr(title) "]";
    font-size: 0.75em;
}

em,
strong {
    font-weight: bold;
    font-style: normal;
}

blockquote {
    font-size: 0.85em;
    font-variant: small-caps;
    font-style: normal;
    margin-bottom: 0.5em;
    margin-left: 0;
}

q,
cite {
  font-style: italic;
}

q:before {
    content: "";
}

q:after {
    content: "";
}

/* Listen*/
dl, ul, ol {
    padding: 0;
    margin: 0;
    margin-left: 30px;
}

ol {
   margin-left: 30px;
}

dl dt {
    font-weight: bold;
}
dl dd {
    margin-left: 0;
}

ul.bulletlist {
    list-style-image:  url("../../imgcss/icon_bulletlist.gif");
}

ul.bulletlist li,
dl dd,
ol li {
    margin-bottom: 0.5em;
}

p#skiplinks {
	display:none;
}

/**
 * ----------------------------------------------------------------------------
 * Layout
 *
 */

div#outerbox_full {
margin:0;
padding-right:0em;
}

div#outerbox_space {
margin:0;
padding-right:0em;
}

div#subnavblock {
	display:none;
}

div.subcontent {
display: none;
}

div#printlogo {
	display: block;
}

div#logo img {
    display: none;
}

/* header... */
div#header {
    display: none;
}

/* mainnav... */
div#mainnavblock {
   display: none;
}

/* Layout boxes */
#path {
    margin: 1em 0;
    font-size: 0.75em;
    line-height: 1.2;
}

#path p {
    margin: 0;
}

div#path a,
div#path a:visited {
    color: #2b477f;
}

/* nav... */
div#navblock {
    display: none;
}

/* content... */
div#content {
    line-height: 1.3em;
}

div#content hr.minwidth {
    display: none;
}

/* footer... */
div#footerblock div#footertopofpage,
div#footerblock div#footerfunctions {
    display: none;
}

/**
 * ----------------------------------------------------------------------------
 * Page elements
 *
 */


/* Content */
div#content h1,
div#content p,
div#content ul,
div#content ol,
div#content form {
    margin-bottom: 2em;
}

div#content h2,
div#content h3 {
    margin-bottom: 1em;
}

div#content h4,
div#content h5,
div#content h6 {
    margin-bottom: 0.2em;
}

div#content img {
    margin-right: 10px;
}

/* Links */

.external a:after {
    content: " [" attr(href) "]";
    font-size: 0.75em;
    line-height: 1.1em;
}

.external li {
    list-style-image: url("../../imgcss/icon_newwindow.gif") !important;
}


/**
 * ----------------------------------------------------------------------------
 * Helper
 *
 */
 
 .hide {
    display: none;
}

.clearer {
    height: 0px;
    clear: left;
    overflow: hidden;
    font-size: 0px;
    line-height: 0px;
}

.white {
    color: #ffffff;
}
