/* teamruhr.css - CSS Formate fr die TeamOS/2 Ruhr e.V. Homepage */
 
body { margin:0px;
       border:0px;
       padding:0px;
       background-image:url(/images/background.gif);
       background-color:#EEEEEE; }
 
/* Font definieren */
 
p,ul,ol,div,td
     { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
       font-size:10pt; }
h1   { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
       font-size:16pt; }
h2   { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
       font-size:14pt; }
h3   { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
       font-size:12pt; }
h4   { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
       font-size:10pt; }
 
 
/* Navigationsleiste */
 
.nav { font-family:Helv,Swiss,Arial,sans-serif;
       font-size:8pt;
       font-weight:bold;
       text-decoration:none;
       color:#DDDDDD;
       background-color:#000000; }
 
/* Links */
 
a { text-decoration:none; }
a:link { color:#0000FF; }
a:visited { color:#0000DD; }
a.nav:link { color:#DDDDDD; }
a.nav:visited { color:#DDDDDD; }
a.nav:hover { color:#FFCC00; }
 
/* Tabellen */
 
.tab { font-size:8pt; }
 
table.tab { background-color:#EEEEEE; }
 
th { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
     font-size:8pt;
     font-weight:bold;
     color:#FFFFFF;
     background-color:#000000; }
 
td.tab { background-color:#DDDDDD; }
 
td.head { font-size:8pt;
          font-weight:bold;
          background-color:#CCCCCC; }
 
td.foot { font-size:8pt;
          background-color:#EEEEEE; }
 
.lefttop { background-color:#DD0000;
           width:80px; }
 
.leftbar { background-color:#CCCCCC;
           width:80px; }
 
.hline { background-color:#000000;
         width:100%; }
 
.vline { background-color:#000000;
         width:5px; }
 
/* Listen */
 
ul { list-style-type:square }
 
/* Rechtliches */
 
.jur { font-size:8pt; }
 
/* Eingabefelder */
 
input, textarea, select { font-family:Helv,Helvetica,Swiss,Geneva,Arial,sans-serif;
                          font-size:8pt; }
