

@media screen {

body   { margin-top:0px;
         margin-left:20px;
         margin-right:50px;
         color : #0000de;
         background : #ffffff;
         background-image: url("/img/karo_schwaecher.gif");
         }


p, li, td, div
    {
     font-family:  "Tahoma", monospaced;
     color : #0000DE;
    }


li  {
     font-family:  "Tahoma", monospaced;
     color : #0000DE;
	 margin-bottom:1.0em; 
	 }

dd  {
     font-family:  "Tahoma", monospaced;
     color : #0000DE;
	 margin-bottom:1.0em; 
	 }



.folie
    {
    font-size : large;
    }

p.fuss:before { content:"copyright by fab-soft"; }

th
    {
     font-family:  "Tahoma", monospaced;
     font-weight:  bold;
     color : #0000DE;
    }


dd
    {
     font-family:  "Tahoma", monospaced;
     font-style:   italic;
     color :       #0000DE;
    }

dt
    {
     font-family:  "Tahoma", monospaced;
     font-weight:  bold;
     color :       #0000DE;
    }

small
    {
     font-family:  "Tahoma", monospaced;
     font-weight:  lighter;
     color : #0000DE;
    }


A   {
     font-family: "Tahoma", monospaced;
     font-style:   italic;
     color : #0000FF;
     text-decoration : none;
     background-color : transparent;

    }

A:Visited  {
           color : #0000DE;
           text-decoration : none
           }

A:Active  { color : #0021FF; }

A:Hover  { color : #FFFFFF;
		   background-color : #0021FF;
           text-decoration : none;}

H1  {
        font-size : xx-large;
        font-family: verdana, helvetica, sans-serif;
        color : #0000DE;
        text-align : center;
        }

H2  {
      font-family: verdana, helvetica, sans-serif;
        font-size : x-large;
        color : #0000DE;
        }

H3  {
      font-family: verdana, helvetica, sans-serif;
      font-size : large;
      color : #0000DE;
      }


H4    {
      font-family: verdana, helvetica, sans-serif;
      font-size : medium;
      color : #0000DE;
      }



}

@media print {

a, p, li, td, dd, div
    {
      font-family: "Tahoma", monospaced;
      font-size : small;
      color : #000000;
     }


dt, th
    {
      font-family:  "Tahoma", monospaced;
      font-size : small;
      font-weight:  bold;
      color : #000000;      }


H1    {
       font-family: verdana, helvetica, sans-serif;
      }

H2    {
      font-family: verdana, helvetica, sans-serif;
      }

H3    {
      font-family: verdana, helvetica, sans-serif;
      }


H4    {
      font-family: verdana, helvetica, sans-serif;
      }


}