/*                                              */
/* Faq-O-Matic  stylesheet                      */
/* ============================================ */
/*                                              */
/* Version: 1.9.6                               */
/* Date:    27.05..2003                         */
/* Author:  huschiar@netandmore.de              */
/*                                              */
 
@media screen
{
body, html
{
margin: 15px;
font-size: 101%; 
Color: #000000;
font-family : "Trebuchet MS", Arial, Georgia, sans-serif;
Font-Style: normal;
Font-Weight: normal;
background: #efefef;
position: absolute;           /* NN4 */
top:      0;                  /* NN4 */
left:     0;                  /* NN4 */
padding:  0;                  /* Opera UASS */
}
 
A
{ 
color :#3300ff;
background : transparent; 
Text-Decoration: none;
}
 
A:LINK
{
color : #0000FF;
background : transparent; 
Text-Decoration: none;
Font-Weight: bold;
}

A:VISITED
{
color : #800080;
background : transparent; 
Text-Decoration: none;
Font-Weight: bold;
}

A:HOVER
{
Color:#ff6600;
background : transparent; 
Text-Decoration: underline;
}

A:ACTIVE
{
color : #339900;
background : transparent; 
Text-Decoration: underline;
Font-Weight: bold;
}

A:FOCUS
{
Color : #336600;
background : transparent; 
Text-Decoration: underline;
}

h4,p,table,td
{
Color: #000000;
Font-Style: normal;
Font-Weight: normal;
}

th,small
{
Color: #000000;
background : transparent;
Font-Style: normal;
Font-Weight: normal;
}

h1,h2,h3
{
Color: #000000;
background : transparent; 
Font-Style: normal;
Font-Weight: bold;
}

pre,code 
{
Color: #990000;
background : transparent; 
Font-Family: "Courier New", Courier, Monospace;
Font-Weight: normal;
Font-Style: normal;
}

.curier
{
Color: #990000; 
background : transparent; 
Font-Family: "Courier New", Courier, Monospace;
Font-Weight: normal;
Font-Style: normal;
Font-Size: 95%;
}

div.abbildung 
{ 
display: block;
padding: 1em;
text-align: center;
}

div.abbildung img
  		
{ 
border: solid thin black;
padding: 1em;
text-align: center;
}

div.abbildung p 
{ 
font-weight:	bold;
}

.head
{
background-color:#DFDFDF; 
color:black; 
Padding: 5px;
Margin: 5px;
}
}

@media print {
* {
    color: #000000;
    background: #ffffff;
}
}