<!-- css stylesheets global definition -->

body { background:#FFFFFF;
       font-family:'Times New Roman',Times,serif;
     }

.wb { background:#EAEBB4;
       font-family:'Times New Roman',Times,serif;
     }

table {}

.col1 {background: #FFFFFF}

.col2 {background: #FFFFFF}

.col3 {background: #FFFFFF}


.content { font-family:'Times New Roman', serif;
           background:#FFFFCE}

h1 {font-family:'Arial',sans-serif; }
h2 {font-family:'Arial',sans-serif; }
h3 {font-family:'Arial',sans-serif; }
h4 {font-family:'Arial',sans-serif; }

.smallfont { font:7pt/8pt; }

.rand { border-style:solid;
        border-width:1px;
        border-color:#404040; }

<!-- Interne Links -->
a:link { color:#0000FF;
         text-decoration:none; }
a:visited { color:#0000A0;
            text-decoration:none; }
a:hover { text-decoration:underline; }

<!-- Externe Links -->
a:link.extern { color:#FF8000;
                text-decoration:none; }
a:visited.extern { color:#A02000;
                   text-decoration:none; }
a:hover.extern { text-decoration:underline; }
