
    /********************************************************************
     *  File: default.css                                               *
     *  --------------------------------------------------------------- *
     *                                                                  *
     *  Author  :   Michael Eberle <meberle@online-systeme.de>          *
     *  Author  :   Ralf Barth     <rbarth@online-systeme.de>           *
     *                                                                  *
     *  Version :   1.0                                                 *
     *  Date    :   2004/05/05                                          *
     *                                                                  *
     *  Copyright                                                       *
     *  ---------                                                       *
     *  Copyright (c) 2004 Patric Paris Online-Systeme GmbH             *
     *                                                                  *
     *  No parts of this code may be used or copied without expressed   *
     *  written permission. All rights reserved!                        *
     *                                                                  *
     *  Description                                                     *
     *  -----------                                                     *
     *  Default Stylesheet for www.cdu-rastatt.de                   *
     *                                                                  *
     ********************************************************************/

/**
 *  Global Styles
 */
body
{
    background:     #FFF;
    color:          #000;
    font-size:      10pt;
    font-family:    Trebuchet MS, sans-serif;
    width:          170mm;
}

h1
{
    font-size:      14pt;
    font-family:    Trebuchet MS, sans-serif;
}

h2
{
    font-size:      12pt;
    font-family:    Trebuchet MS, sans-serif;
}

h3
{
    font-size:      11pt;
    font-family:    Trebuchet MS, sans-serif;
}

h4
{
    font-size:      10pt;
    font-family:    Trebuchet MS, sans-serif;
}

h5
{
    font-style:     italic;
    font-weight:    normal;
    font-size:      10pt;
    font-family:    Trebuchet MS, sans-serif;
}

img
{
    border:         0;
}

a, a:active, a:visited
{
    color:              #000;
    text-decoration:    none;
}

#menu, #metamenu, #subcontent, #tools, .hidden, .pageNav, #backLink
{
    display:            none;
}

#logoImg
{
    width:              170mm;
}