/* FILE: wetbeaver.css */

/* Main page declarations (body: layout, colors, and backgrounds) */
body { margin-top:5px; margin-left:0px; margin-bottom:0px; margin-right:0px;
        padding-bottom:0px; }
.bgwhite { background-color:#FFFFFF;
        color:#000000; }
.impressum { background-image:url(../images/spiralbook.gif);
             background-repeat:repeat-y;
             background-attachment:fixed; }
             
/* Main font declarations */
a,p,h1,h2,h3,h4,h5,h6,ul,ol,li,div,td,th,address,blockquote,nobr,b,i {
        font-family:Arial,Helvetica,sans-serif; }
.roman { font-family:Times,serif; }

/* Headings: sizes, layout, and colors */
h1 { font-size:30pt; text-align:center; }
h2 { font-size:24pt; text-align:center; }
h3 { font-size:18pt; }
h3.cen { font-size:20pt; text-align:center; }
h4 { font-size:14pt; }
h5 { font-size:12pt; }
h6 { font-size:10pt; }

/* General text elements */
p,ul,ol,li,div,th,td,address,nobr,b,i { font-size:12pt; color:#000000; }
h1,h2,h3,h4,h5,h6 { color:#FFFFFF; }

/* Logical & physical text emphasis */
em,i { font-style:italic;
       line-height:11pt; }
strong,b { font-weight:bold; }

/* Links or general anchors */
a:link { color:#0000FF; text-decoration:underline; }
a:visited { color:#0000FF; text-decoration:underline; }
a:active { color:#FF0000; text-decoration:underline; }

/* Sizes and colors for all text elements */
.large { font-size:14pt; }
.small { font-size:10pt; }
.blue { color:#0000FF; }
.red { color:#FF0000; }

/* Klassen fuer die Fusszeile: */
div.fuss { position:static; bottom:0px; left:0px;
           width:100%; height:20px;
           padding-left:5px; padding-top:0px; padding-bottom:4px;
           vertical-align:middle;
           margin:0px;
           background-color:#C0C0C0;
           border-top-width:1px; border-top-color:#FFFF80; border-top-style:solid; }
table.fuss { border-style:none;
             border-width:0pt;
             border-spacing:0pt;
             width:100%; }
td.lfuss { width:70%;
           text-align:left;
           font-size:10px; }
td.rfuss { width:30%;
           text-align:right;
           font-size:10px; }

/* Other classes */
.einr { margin-left:12pt; }

/* Pre-formatted stuff */
pre { font-family:Courier New,Courier; font-size:12pt; color:#000000; }
tt { font-family:Courier New,Courier; font-weight:bold; }

/* END of style declarations */

