/* Print stylesheet */ 

body, html {
  font: 10pt/1.5em "Calibri", "Lucida Grande", "Lucida Sans Unicode", Arial, sans-serif;
  color: black;
  background-color: white;
}

#logo h1 {
  padding-bottom: 1em;
}

#logo h1 a {
  color: #7d7878;
  text-decoration: none;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

h1 {
  font-size: 140%;
  font-weight: bold;
}

h2 {
  font-size: 120%;
  font-weight: bold;
}

a { /* only to be safe ... */
  background-color: inherit;
  color: #33333;
  text-decoration: none;
}

a img, :link img, :visited img {
  border: none;
}

#content {
  width: 60%;
}

#footer a:after, #footer a:link:after, #content a:after, #content a:link:after  { 
#  content: " (" attr(href) ")";
  font-style: italic;
}

acronym {
  /* remove dotted line since definition is given in parentheses*/
  text-decoration: none;
  border-bottom: none;
}

acronym:after  { 
  content: " (" attr(title) ")";
  font-style: italic;
}


#navi_container {
  display: none;
}


#footer {
  padding: 1em 0;
}

#footer a {
  display: none;
}
.column_1_2_1_left_marginless {
  display: none;
}
.column_1_2_1_left {
  display: none;
}
.column_1_2_1_center {
  width: 750px;
}
#langselect {
  display: none;
}

