/* CSS-Definitionsdatei, die SiteStyle -Stylesheets enthält */
.seite {
  width: 200px;
  text-align: center;
	background-color: #ffffcc;
	border: 0px solid #CCCCCC;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#339999,strength=10);
}
.einfassung {
  width: 200px;
	border: 1px solid #339999;
}
.kopf {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 6px;
	font-weight: normal;
	color: #000099;
  text-align: center;
	text-decoration: none;
	background-color: #ffffcc;
	border: 0px solid #999999;
}
.kopf_m {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 12px;
  font-weight: bold;
	color: #000099;
  text-align: center;
	text-decoration: none;
	background-color: #ffffcc;
	border: 0px solid #999999;
}
.fuss {
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-size: 6px;
	font-weight: normal;
	color: #000099;
  text-align: center;
	text-decoration: none;
	background-color: #ffffcc;
	border: 0px solid #999999;
}
.platz {
	/*font-family: Arial, Helvetica, sans-serif;*/
  width: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #000099;
  text-align: right;
	text-decoration: none;
	background-color: #ffffcc;
	border: 0px solid #999999;
}
.linktext {
	/*font-family: Arial, Helvetica, sans-serif;*/
  width: 160px;
	font-size: 9px;
	font-weight: normal;
	color: #000099;
  text-align: center;
	text-decoration: none;
	background-color: #ffcc99;
	border: 1px solid #999999;
  FILTER: progid:DXImageTransform.Microsoft.Shadow(direction=135,color=#999999,strength=2);
}
.hit {
	/*font-family: Arial, Helvetica, sans-serif;*/
  width: 20px;
	font-size: 10px;
	font-weight: normal;
	color: #000099;
  text-align: right;
	text-decoration: none;
	background-color: #ffffcc;
	border: 0px solid #999999;
}
a.l:link {
  color: #000099;
  text-decoration: none;
}
a.l:visited {
  color: #000099;
  text-decoration: none;
}
a.l:hover {
  color: #000099;
  text-decoration: none;
  font-weight: bold
}
a.l:active {
  color: #000099;
  text-decoration: none;
}
