/* @group General settings */
html,
body {
  width: auto;
  font-size: 1em;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: black;
  background: none;
  margin: 1em;
}
/* @end */



/* @group Hide all none content items */
#HeaderContainer,
#MenuBar,
#SideBar,
#Trademark,
#Footer {
  display: none;
}
/* @end */



/* @group Reset browser specific display settings */
#MainContainer {
  background: none;
  min-height: 0;
  height: auto;
}
#Main {
  width: auto;
  margin: 0;
  padding: 0;
}
#Content {
  width: auto;
  min-height: 0;
  background: none;
  border: none;
  padding: 0;
  display: block;
  float: none;
}
#Breadcrumbs {
  width: auto;
  font-size: 1em;
  border-bottom: 1px solid #E3E0DD;
  margin: 0;
  margin-bottom: 1em;
  padding: 0;
  padding-bottom: 0.5em;
}
/* @end */



/* @group Color settings for print version */
#Content h1,
#Content h2,
#Content h3,
#Content h4,
#Content h5,
#Content h6,
#Content a,
#Breadcrumbs,
#Breadcrumbs a {
  color: black;
}
/* @end */


/* @group Links */
#Content a[href^="http://"] {
  background: none;
  padding-right: 0;
}
#Content a[href]:after {
  /*font-size: 0.75em;
  color: #929292;
  content: " (" attr(href) ") ";*/
}
#Content a[href^="/"]:after {
  /*font-size: 0.75em;
  color: #929292;
  content: " (http://www.hassia.com" attr(href) ") ";*/
}
/* @end */


