@charset "utf-8";
/*

CSS Paged media styles

*/

@page {
size: portrait;
margin: 10mm 15mm;
}

html {
  background: white;
}
/* 

Element positioning

*/

#Page {
  margin: 0;
  padding: 0;
  border: none;
}

#Header {
 display: none;
}

#Menu {
  display: none;
}

#langchange  {
  display: none;
}

#Content {
  background: white;
  border: none;
  margin: 0;
  padding: 0;
}

#Footer {
  padding-left: 0px;
  border-top: 1px solid #CCC;
}
#Footer div.right {  float: none;
  text-align: inherit;
}

#Footer div.left {
  display:none;
}

.roundbottom, .roundtop {
  display: none;
}

#Content h1:before {
  content: "FAP Automation: ";
}

#Content a:link, #Content a:visited {
  text-decoration: underline;
  color: inherit;
}

/*
#Content a:after {
  content: " (" attr(href) ")";
  text-decoration: none;
  font-style: italic; 
}
*/

