/* -------------------------------------------------------
Arturo CSS: Print global
Authors:  Papaya Software GmbH (MK)
Contact:  info@papaya-cms.de
Version:  8 Feb 2006
------------------------------------------------------- */

body {  
  background-image: none; 
  background: #FFF;
}

#page {
  width: 100%;  
  padding: 0;
  margin: 0;
}

#sitearea {
  width: 100%;
  padding: 0;
  margin: 0;
}

#transparentheader {
  display: none;
}

#menucontainer {
  display: none;
}

#boxArea {
  display: none;
}

#contentBorder {
  width: 100%;
  background-image: none;
  float: none;
  border: 1px solid #FFF;
}

#content {
  width: 100%;
  float: none;
}

.footer {
  display: none;
}

a:link, a:visited, a:hover, a:active,
#content .pfadnavi .pfadnavicurrenttitle a,
#menu .submenuitem a, #menu .submenuitemselect a, 
#menu .submenuitemline a, #menu .menuitemselected a {
  color: #000;
  text-decoration: underline;
  
}

.contentText {
  border-top: 1px solid #000;
  padding-top: 10px;
}

.footer {
  border-top: 1px solid #000;
}