/* CSS-Datei fuer Menues*/
/* 01.03.2005 VVA_JS */


body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	background-color: white;
	margin-left: 0.1cm;
}

  h2 {
   background: White none repeat scroll 0% 50%;
   font-size: 120%;
   font-weight: bold;
   text-align: left;
   color: Black;
	}

  h3 { background: white none repeat scroll 0% 50%;
    font-size: 120%;
    font-weight: bold;
    text-align: left;
    color: black;
    }

  a:link {
	text-decoration: none;
	font-weight: bold;
	color: Blue;
}

  a:visited { text-decoration: none;
    font-weight: bold;
    color: rgb(51, 51, 255);
    }

  a.ffa:hover {
	text-decoration: none;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: red;
}

  a:hover {
	text-decoration: none;
	font-weight: bold;
	color: rgb(255, 255, 255);
	background-color: Blue;
}
  img.link:hover {
	background-color: Blue;
}

  a:active {
	color: rgb(0, 0, 238);
	background-color: #FFA500;
	font-weight: bold;
}

  p, li { font-size: 10pt;
    line-height: 12pt;
    font-family: Arial,sans-serif;
    letter-spacing: -0.1mm;
    word-spacing: 0.1mm;
    color: black;
    }
