/* emcc_print.css */
/* style sheet for print output */



/* disable Navigation etc. */
#navi, #top_menue, #bottom_menue, #sub2, #scope, #search, .invis, hr, .topper, .skip {
display: none; 
}


/* settings for print output */

body {
  margin: 0;
  padding: 0;
  font: 12pt Garamond, Palatino, "Times New Roman", Times, serif;
  color: black;
  background: transparent;
}

	
h1, h2, h3, h4, h5, h6 {
  font-family: "Lucida Grande", "Lucida Sans", "Lucida Sans Unicode", "Lucida", Verdana, "Bitstream Vera Sans", sans-serif;
  font-weight: bold;
  margin:0;
  page-break-after:avoid;
}

#header {
white-space:normal;
}


#header img { 
margin-bottom:0; 
} 


p {
orphans:3; widows:2;
}

ul {
page-break-inside: avoid;
}

	
ol, ul, li {
  font-size: 1.0em;
  line-height: 1.2;
/*  margin-top: .2em;
  margin-bottom: .1em; */
}

	
p {
  font-size: 1.0em;
  line-height: 1.2;
  margin: 0 0 1em 0;
}


#sub1  {
display: none; 
}


#main {  
border:none
}


a, a:visited, a:hover, a:visited:hover {
  color: #04667e;
  background: transparent;
  text-decoration: none;
}

a img {
  border: none;
}

img {
page-break-inside:avoid;
}


/* optional: insert link address after links - CSS2 browsers, only. */ 
/* a:link:after, a:link:visited:after {

  content: " (Link to <" attr(href) ">) ";
  font-size: 76%;
  color: #746604;
  background: transparent;
}
*/
