@charset "ISO-8859-1";
/**
 *  ____  _____ _____    _____ _____ _____ _____ _____              _   _
 * |    \|   __| __  |  |  _  |  |  |   | |  |  |_   _|   ___ _____| |_| |_
 * |  |  |   __|    -|  |   __|  |  | | | |    -| | |    | . |     | . |   |
 * |____/|_____|__|__|  |__|  |_____|_|___|__|__| |_|    |_  |_|_|_|___|_|_|
 *                                                       |___|    Karlsruhe
 *  @author    Fabian Beiner <fbe@derpunkt.de>
 *  @copyright DER PUNKT gmbh
 *  @license   http://creativecommons.org/licenses/by-sa/3.0/de/
 *  @date      13. Oct. 2008
 *  @link      http://derpunkt.de
 */

/**
 *  @section Print
 */

body
{
  background-color:#fff;
  color:#000;
  font-size:13px;
  line-height:1.2;
}

a,a:link,a:visited,a:active
{
  color:#4d4d4d;
  text-decoration:none;
}

a:focus,a:hover
{
  color:#e2001a;
}

div#nav,div#cas,div#internet_preis,div#metanav
{
  display:none;
}

div#head img#logo
{
  left:0;
}
