/* DATEI: style.css */
/* Cascading-Stilesheet für die Seiten von http://dasexcelforum.de */

/* Hintergrund formatieren */
body, textarea {
  background-image:url('bilder/hintergrund.jpg');
  background-attachment:fixed;
  scrollbar-base-color:#eeffff;
  scrollbar-3dlight-color:#eeFFFF;
  scrollbar-arrow-color:#eeFFFF;
  scrollbar-darkshadow-color:#000000;
  scrollbar-face-color:#008000;
  scrollbar-highlight-color:#eeFFFF;
  scrollbar-shadow-color:#000000;
  scrollbar-track-color:#f6fff6;
}


h1, h2, h3, h4, p, div, td, blockquote, nobr, b, i, li { font-family:Verdana; }
address { font-family:Verdana; }

h1           { font-size: 26pt; margin-bottom: 0 }
h2           { font-size: 21pt; line-height: 100%; margin-right: 0; margin-bottom: 0 }
h3 { font-size:16pt; }

h4 { font-size:13pt; }

p  { font-size:10pt; }

ul, ol, li, div, td, th, address, blockquote { font-size:10pt; }

li { margin-top:3pt; }


/* Trennlinie formatieren */
hr { color:#008000; }


/* Linkformatierungen */
a:link { font-family:Verdana; font-weight:bold; color:#008000; text-decoration:underline; }
a:visited { font-family:Verdana; font-weight:bold; color:#772200; text-decoration:underline; }
a:focus { font-family:Verdana; font-weight:bold; color:#00E000; text-decoration:underline }
a:hover { font-family:Verdana; font-weight:bold; color:#E00000; text-decoration:underline }
a:active { font-family:Verdana; font-weight:bold; color:#000000; text-decoration:none; }


    .PhorumStdTable
    {
        border-style: solid;
        border-color: #808080;
        border-width: 1px;
        width: 100%;
    }

    .PhorumTableHeader
    {
        background-color: #008000;
        border-bottom-style: solid;
        border-bottom-color: #808080;
        border-bottom-width: 1px;
        color: #FFFFFF;
        font-size: 12;
        font-family: Lucida Sans Unicode, Lucida Grande, Arial;
        font-weight: bold;
        padding: 3px;
    }

    .PhorumTableRow
    {
        background-color: White;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #400040;
        font-size: 12px;
        font-family: Verdana;
        height: 22px;
        padding: 3px;
    }

    .PhorumTableRowAlt
    {
        background-color: #EEEEEE;
        border-bottom-style: solid;
        border-bottom-color: #F2F2F2;
        border-bottom-width: 1px;
        color: #000000;
        font-size: 12px;
        font-family: Verdana;
        height: 22px;
        padding: 3px;
    }