/*----------------------------------------------
		MAIN-CSS-FILE@mm-st-georgen.at
----------------------------------------------*/


html
 {
  background-color:#FFFFFF;
  font-size:10pt;
 }

body
 {
  margin-left:0px;
  margin-right:0px;
  margin-top:0px;
  margin-bottom:0px;
  background-color:#FFFFFF;
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#000000;
 }

.normal
 {
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#000000;
 }
 
.headline1
 {
  font-size:12pt;
  font-family:Tahoma, Verdana, Arial;
  color:#990000;
  font-weight: bold;
 } 

.headline2
 {
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#990000;
  font-weight: bold;
 } 

.small
 {
  font-size:8pt;
  font-family:Tahoma, Verdana, Arial;
  color:#990000;
 }

.footer
 {
  font-size:8pt;
  font-family:Tahoma, Verdana, Arial;
  color:#888888;
 }

a:link
 {
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#990000;
  text-decoration:none;
 }
a:active
 {
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#990000;
  text-decoration:none;
 }
a:visited
 {
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#990000;
  text-decoration:none;
 }
a:hover
 {
  font-size:10pt;
  font-family:Tahoma, Verdana, Arial;
  color:#FF0000;
  text-decoration:none;
 }
 
a:link.small
 {
  font-size:8pt;
  font-family:Tahoma, Verdana, Arial;
  color:#808080;
  text-decoration:none;
 }
a:active.small
 {
  font-size:8pt;
  font-family:Tahoma, Verdana, Arial;
  color:#808080;
  text-decoration:none;
 }
a:visited.small
 {
  font-size:8pt;
  font-family:Tahoma, Verdana, Arial;
  color:#808080;
  text-decoration:none;
 }
a:hover.small
 {
  font-size:8pt;
  font-family:Tahoma, Verdana, Arial;
  color:#000000;
  text-decoration:underline;
 }