/*
// $Id: cms_screen.css,v 1.5 2008-06-11 17:28:45 Administrator Exp $
//
// +--------------------------------------------------------------------------+
// | Projekt:    FreznoShop                                                   |
// +--------------------------------------------------------------------------+
// | Datei/File: cms_screen.css                                               |
// |                                                                          |
// | Aufruf von: bdy.header.php                                               |
// | Called by:                                                               |
// |                                                                          |
// | Funktion:   Stylesheet für den FreznoShop - CMS/Info-Bereich             |
// |             Stylesheet for FreznoShop - CMS/Info-Area                    |
// +--------------------------------------------------------------------------+
// | Copyright (c) 2002-03  Uwe E. Schirm  <shop@freznoshop.com>              |
// +--------------------------------------------------------------------------+
// | This file is part of FreznoShop.                                         |
// +--------------------------------------------------------------------------+
// | Obige Zeilen dürfen nicht entfernt werden!    Do not remove above lines! |
// +--------------------------------------------------------------------------+
*/


body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  border: none;
  margin: 3px;
  color: black;
  background-color: #c8aeaa;
}

.cms_body {
  font-family: Verdana, Geneva, Arial, sans-serif;
  font-size: 10pt;
  text-decoration: none;
  border: none;
  margin: 3px;
  color: black;
  background-color: #c8aeaa;
}                          

.no-print { display: screen; }
.print-only { display: none; }

