/* CSS Document */
body {  background-color: #5A5A59; padding: 0; margin: 0; background-image: url(gfx/bkg_page.gif); background-repeat: repeat-x; }
.bot {font-family: Arial, Helvetica, sans-serif; font-size: 12px; color: #000000 }
p,td,h1,a,.h1 {font-family:  Verdana, Arial, Helvetica, sans-serif; font-size: 12px;  color: #000000}
.a {  background-color: #ECF2F2; color: #800000; }
a{
	color: #ff0000;
} 
a:link {
	text-decoration: underline;
	color: #ff0000;

}
a:active {
   background-color: #ECF2F2
	text-decoration: underline blink;
	color: #ff0000;

}
a:visited {
    background-color: #ff0000
	color: #ff0000;
	text-decoration: underline;
}
a:hover {
	background-color: #FFE0A6;
	color: #800000;
}
.dottedframe {
	border: 1px dotted #800000;
	background-color: #ECF2F2;
}
.klein { font-family:  Arial, Helvetica, sans-serif; font-size: 10px;  color: #000000 }
A.linksmall:link {color : #800000; font-size : 10px;  font-family : Arial, Helvetica, sans-serif; text-decoration : underline;}
A.linksmall:active {color : #800000; font-size : 10px;  font-family : Arial, Helvetica, sans-serif; text-decoration : underline blink;}
A.linksmall:visited { color : #800000; font-size : 10px; font-family : Arial, Helvetica, sans-serif; text-decoration : underline;}
A.linksmall:hover {color : #800000; font-size : 10px; font-family : Arial, Helvetica, sans-serif; text-decoration : none;}