/* 
    Document   : pdf_print.css
    Created on : 11.03.2009, 10:51:45
    Author     : christianknedel
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   TODO customize this sample style
   Syntax recommendation http://www.w3.org/TR/REC-CSS2/
*/

html, body{
  font-family: Verdana, Arial, sans-serif;
  
}
#content-pdf img, #content img {
  float: right;
  margin: 51px 0 15px 15px;
  border: 1px solid #b5a471;
  padding: 2px;
}
#content, #content-pdf  {
  /*text-align: justify;*/

}
#content-pdf {
  margin: 80px 0 80px 0;
}

#header {
  width: 100%;
  border-bottom: 1px solid #b5a471;
  padding-bottom: 3px;

}
#footer {
  width: 100%;
  /*border-top: 1px solid #b5a471;*/
  height: 50px;

}

#main-menu{
  display: none;
}

#left{
  display: none;
}

#header-menu-container{
  display: none;
}

#drucken{
  display: none;
}

#pdf{
  display: none;
}

#footer{
  display: none;
}