/*Styles für Schriftarten*/
.Font_Links_top
{
  font-family:Trebuchet MS;
  color:whitesmoke;
  font-size:small;
 	font-size: 12px;
  text-decoration:none;
}

.Font_Links_top:hover
{
  font-family:Trebuchet MS;
  color:lightgrey;
  font-size:small;
 	font-size: 12px;
 	text-decoration:underline;
}

.Font_Links_Schwarz
{
  font-family:Trebuchet MS;
  color:black;
  font-size:small;
 	font-size: 12px;
  text-decoration:none;
  margin-left:3px;
}

.Font_Links_Schwarz:hover
{
  font-family:Trebuchet MS;
  color:appworkspace;
  font-size:small;
 	font-size: 12px;
 	text-decoration:underline;
 	margin-left:3px;
}

.Font_Links_bottom
{
  font-family:Trebuchet MS;
  color:whitesmoke;
  font-size:small;
 	font-size: 12px;
  text-decoration:none;
  margin-left:3px;
}

.Font_Links_bottom:hover
{
  font-family:Trebuchet MS;
  color:lightgrey;
  font-size:small;
 	font-size: 12px;
 	text-decoration:underline;
 	margin-left:3px;
}

.Font_Standard
{
  font-family:Trebuchet MS;
  color:whitesmoke;
  font-size:small;
 	font-size: 12px;
  text-decoration:none;
}

.Font_Standard_Schwarz
{
  font-family:Trebuchet MS;
  color:black;
  font-size:small;
 	font-size: 12px;
  text-decoration:none;
}

.Font_Ueberschrift_Schwarz
{
  font-family:Trebuchet MS;
  color:black;
  font-size:large;
  text-decoration:none;
}

.Font_Counter
{
  font-family:Trebuchet MS;
  color:lightgrey;
  font-size:small;
  left:0px;
  margin-left:3px;
}

.Font_Copyright
{
  font-family:Trebuchet MS;
  color:lightgrey;
  font-size:small;
  right:0;
  margin-right:10px;

}
