/*

  Weyla (R)

  (c) 2007

  CSS Layout Basis Changes for Print Media

  Diese Datei enthält alle CSS-Definitionen,
  die für alle Seiten gelten sollen.

*/


/******************************************************************
  Layout: Seiten
******************************************************************/

body {
  background-image: url(/layout/Hintergrund2-neu-Q10-W0.5-w.jpg);
}
div {
  position: relative !important;
}

#logo img {
  margin: 0px;
}
#menu {
  display: none;
}
#menu2 {
  display: none;
}
#separator {
  display: none;
}
#footer {
  display: none;
}
#content {
  display: inline;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  padding: 5px;
  margin: 0px;
}
#sidebar {
  width: 20%;
  height: 100%;
  float: right;
  padding-left: 5px;
  Xborder-left: #00c000 ridge 4px;
  border-left: rgb(148,140,84) groove 2px;
  margin-left: 5px;
}
