/* Dateiname: wzdw.css                                         */
/* Autor: Juergen Barthel, Bornweg 28, D-63165 Mühlheim/Main */
/* Copyright 2002-2004 Juergen Barthel                       */

/* Eine Klasse definieren: <span class="ctrl">...</span>     */
/* In der CSS-Datei mit .ctrl                                */

/* ##### START ##### */

body { background-color:white; margin:0px; color:#0000FF; }

/* Überschriftenformate */
h1,h2,h3,h4,h5,h6 { font-family:Tahoma,Arial,sans-serif; }
h1 { font-size:250%; margin-bottom:9px; margin-top:6px; }
h2 { font-size:200%; margin-bottom:8px; margin-top:5px; }
h3 { font-size:160%; margin-bottom:7px; margin-top:4px; }
h4 { font-size:130%; margin-bottom:6px; margin-top:3px; }
h5 { font-size:100%; margin-bottom:5px; margin-top:3px; }
h6 { font-size:80%; margin-bottom:4px; margin-top:3px; }

/* Paragraph formats */
p,b,i,u,em,nobr,big,small { font-family:Tahoma,Arial,sans-serif; }
p { font-size:90%;text-align:justify;margin-bottom:6px; }
b { font-weight:bold; }
i { font-style:italic; }
u { text-decoration:underline; }
em { font-style:italic;font-weight:bold;font-size:100%;color:#000080; }
nobr { white-space:nowrap; }
big { font-size:100%; }
small { font-size:80%; }
tt { font-family:'Courier New',Courier; }

/* Grössenvarianten als Klassen */
.xxlg { font-size:150%; }
.xlg { font-size:120%; }
.xsm { font-size:65%; }
.xxsm { font-size:50%; }
.caps { font-variant:small-caps; }
.xb { font-weight:bolder; }

/* Tab stops */
tab { margin-left:30px; }

/* List formats */
ul,ol,li { font-family:Tahoma,Arial,sans-serif; font-size:90%; }
li { margin-top:3px;text-align:justify; }

/* Table formats */
td,th { font-family:Tahoma,Arial,sans-serif; font-size:90%;text-align:justify; }

/* Form formats */
input,option { font-family:Tahoma,Arial,sans-serif;font-size:90%; }
input { font-weight:bold; }

/* Link Formats */
a:link { color:#990099; text-decoration:none;font-weight:bold; }
a:visited { color:#000080; text-decoration:none;font-weight:bold; }
a:hover { color:#990099; text-decoration:underline;font-weight:bold; }
a:active { color:#990099; text-decoration:none;font-weight:bold; }
a:focus { color:#990099; text-decoration:none;font-weight:bold; }

.wzdw { font-size:150%;text-align:center;vertical-align:middle;font-family:Tahoma,Arial,sans-serif; }