    /* Allgemeine Regeln */

BODY {
    background-color:#FFFFFF;
    color:#000000;
    scrollbar-base-color:#E5CCA5;
    scrollbar-arrow-color:#001100;
    }

P   {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10pt;
    }

H2   {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 16pt;
    padding-bottom: 8px;
    }
H3  {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 12pt;
    text-decoration: underline;
    padding-bottom: 6px;
    }

TD  {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10pt;
    padding-left: 4px;
    }
    
SMALL {
    font-size: 10pt;
    }
    
A:hover {
    color: #4444FF;
    background: FFFFDD;
    }
    
    
    /* Headerzeile - Deklarationen */
    
/* Die Box der Kopfzeile */    
#header {
    z-index: 14;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: -2px;
    margin-left: -2px;
    padding-bottom: 12px;
    padding-top: 42px;
    width: 100%;
    background: white;
    }

/* cisv.at auf jeder Seite */
#cisv {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 18pt;
    margin-left: 145px;
    }
    
/* jb auf jeder Seite */
#jb {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 24pt;
    font-style: italic;
    text-transform: uppercase;
    }


#commercial {
    margin-left: 48px;
    margin-top: -12px;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    }

/* die grau unterlegte Pfadangabe */
#pfad {
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10pt;
    text-transform: lowercase;
    background: #BBBBBB;
    padding-left: 145px;
    padding-top: 1px;
    padding-bottom: 1px;
    margin-top: 2px;
    margin-left: -2px;
    margin-right: -2px;
    border-top: 1px solid black;
    border-bottom: 1px solid black;
    width: 100%;
    }    
    
    
    /* Menuespalte - Deklarationen */
/* Menue - Container */    
#menu {
    z-index: 15;
    position: fixed;
    top: 0px;
    left: 0px;
    margin-top: 0px;
    margin-left: 16px;
    height: 100%;
    width: 114px;
    background: #ad4200;
    border-left: 2px solid black;
    border-right: 2px solid black;
    font-family: verdana, geneva, arial, helvetica, sans-serif;
    font-size: 10pt;
    font-weight: bold;
    text-align: center;
    }
    
/* Logo */
IMG.logo {
    margin-top: 12px;
    margin-bottom: 1px;
    border: 1px solid;
    border-color: #ad4200;
    }
IMG.logo:hover {
    border: 1px solid blue;
    }

/* Zeile im Menue */
P.mline {
    margin-top: 22px;
    margin-bottom: 2px;
    color: #1c91ff;
    }
    
P.msubline {
    margin-top: 0px;
    margin-bottom: 0px;
    text-align: right;
    padding-right: 2px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #0affe3;
    background: #DDAA88;
    font-size: 8pt;
    }

/* Link im Menue */
A.mlink {
    color: #1177FF;
    text-decoration: underline;
    }
    
A.mlink:hover {
    color: #0022FF;
    text-shadow: 2px 2px black;
    background: #DDAA88;
    }

/* Sublink im Menue */
A.msubl {
    color: #3399FF;
    text-decoration: none;
    }
A.msubl:hover {
    color: #2244FF;
    text-shadow: 2px 2px black;
    background: #FFCCAA;
    }
    
/* Inline - Webcounter */
P.counter {
    position: absolute;
    bottom: -12px;
    left: 16px;
    }

IMG.counterimg {
    border: 1px solid;
    border-color: #ad4200;
    }
IMG.counterimg:hover {
    border: 1px solid blue;
    }


 

/* Seiteninhalt */
#content {
    z-index: 2;
    position: absolute;
    top: 120px;
    left: 140px;
    right: 6px;
    margin-left: 2px;
    margin-right: 0px;
    margin-top: 0px;
    margin-bottom: 6px;
    padding-top: 0px;
    padding-left: 6px;
    padding-right: 2px;
    padding-bottom: 8px;
    }

P.titel {
    font-size: 11pt;
    text-align: right;
    text-transform: uppercase;
    border-bottom: 1px solid grey;
    margin-top: -8px;
    }


P.centered {
    text-align: center;
    }

P.unsichtbar {
    font-size: 6pt;
    z-index: 1;
    color: #FFFFFF;
    }
A.unsichtbar {
    font-size: 6pt;
    z-index: 1;
    color: #FFFFFF;
    }

P.subscript {
    text-align: center;
    font-size: 12pt;
    font-weight: bold;
    }


/* Fusszeile */
#footer {
    z-index: 10;
    position: fixed;
    bottom: 0px;
    left: 0px;
    margin-bottom: -2px;
    margin-left: -2px;
    padding-bottom: 0px;
    padding-top: 0px;
    width: 100%;
    background: white;
    }
