/* winf stylesheet (portions ruthlessly stolen from w3.org, php.net, glish.com, etc.)
   $Id: winf-style.css,v 1.18 2003/07/01 21:26:35 website Exp $ */

body {
  margin:0;
  padding:0;
  font-family:verdana, helvetica, sans-serif;
  color:black;
  background:#eee;
  font-size: 82%;
}

table { font-size: 100% } /* für opera 6 und ie5 wichtig! */

th { text-align: left }

h1, h2, h3, h4 { color:#202020 }
h1 { font:bold 120% verdana, helvetica, sans-serif; margin-top: 1ex; }
h2 { font:bold 105% verdana, helvetica, sans-serif; margin-top: 1ex; }
h3 { font:bold 105% verdana, helvetica, sans-serif; margin-top: 1ex;}
h4 { font:bold 100% verdana, helvetica, sans-serif; margin-top: 1ex;}
h5 { font:normal 100% verdana, helvetica, sans-serif; }

a:hover { text-decoration:underline }
a { text-decoration:none }
a:visited { color:#0000bb }

pre, code { font-family:monospace; } /* navigator 4  */

#titelbalken {
   padding:3px;
   margin:0px; 
   border:none;
   background-color:#4682b4;
   speak:none;
}

#titellogo {
   padding-left:2px; 
   font:bold 200% sans-serif; 
   color:#ffffe0;
}

#titelsub {
   padding-left:2px; 
   border:none;
   font:normal 95% sans-serif; 
   color:white;
}

#inhalt { /* vursicht: "unnötig" scheinende settings sind für ie 5 nötig! */
   background-color:#fff;
   margin:0;
   padding:0;
   width:100%
}

#navbalken {
   margin:0;   
   padding:5px ;
   font:bold 100% verdana, helvetica, sans-serif;
   text-decoration:none;
   text-align:right;
   background-color:#ffffe0;
   border-bottom:1px dotted #a0a0a0;
}

.aktuell { margin:0; border-bottom:1px solid #ccc;}
.aktuell a:hover { text-decoration:none }
.aktuellmeta { float:right; font-size:small; font-weight:normal; text-align:right; }

.eingerueckt { /* vursicht: "unnötig" scheinende settings sind für ie 5 nötig! */
   margin: auto;
   width: 90%;
   padding-top: 0.5ex;
   padding-bottom: 2ex;
   padding-left: 1ex;
   background: #fff;
}

.abgesetzt {
   background-color:#eee;
   padding: 0.5ex;
}

.sidebar {
  font-size:85%;
  background-color:#eee;
  padding:1.3ex; 
  border-right:1px dotted #a0a0a0;
}

#fusszeile {
   text-align:center;
   font-size:80%;
   padding:1ex; 
   border-top:1px dotted #a0a0a0;
   background: #eee;
}

a.rsslogo {
   background: #ff6633; 
   color: white; 
   font-family: arial, sans-serif; 
   font-weight: bold; 
   padding: 0 1px 0 3px; 
   margin: 1px;
}

/* -- Phorum -- */
.PhorumBreit { /* vursicht: "unnötig" scheinende settings sind für ie 5 nötig! */
   margin: auto;
   width: 98%;
   padding-top: 0.2ex;
   padding-bottom: 2ex;
   background: #fff;
}

.PhorumBodyArea {
    font-family:verdana, helvetica, sans-serif;
    width:500px;
    font-size:90%;
}

.PhorumListTable {
    border: 1px solid #ddd; 
}

.PhorumListRow {
    font-family:verdana, helvetica, sans-serif;
    font-size:93%;
    height:21px;
}

.PhorumListHeader {
    font-family:verdana, helvetica, sans-serif;
    font-weight:bold;
    text-align:left;
    height:24px;
}

.PhorumForumTitle {
    font-family:verdana, helvetica, sans-serif;
    font-weight:bold;
}

.PhorumTableHeader {
    font-family:verdana, helvetica, sans-serif;
    font-weight:bold;
}

.PhorumNav {
    font-family:verdana, helvetica, sans-serif;
    font-size: 95%
}

.PhorumNewFlag {
    font-family:verdana, helvetica, sans-serif;
    font-size:80%;
    color:red;
}

.PhorumMessage {
    font-family:verdana, helvetica, sans-serif;
}

.PhorumMessage pre {
   font-size: 105%;
}

/* *** drucken *** */
@media print {
   #titelbalken { display: none; }
   #navbalken { display: none; }
   #fusszeile { background-color: white; }
   .eingerueckt { margin: 0; padding: 1ex; width: 100%; }
   .abgesetzt { background-color: white; border: 1px dotted gray; }
}
