﻿.MainLinks
{
  font-family: Arial;
  font-size: 13px;
  color: Black;
  text-decoration: none;
  font-weight: bold;
  line-height: 17px;
}

.MainLinks:hover
{
  text-decoration: underline;
}

.MainFont
{
  font-family: Arial;
  font-size: 13px;
  color: Black;
  text-decoration: none;
  font-weight: normal;
}

.TextFont
{
  font-family: Arial;
  font-size: 13px;
  line-height: 17px;
  color: Black;
  text-decoration: none;
  font-weight: normal;
}

.MainFontGrau
{
  font-family: Arial;
  font-size: 13px;
  color: #898989;
  text-decoration: none;
  font-weight: normal;
}
.MainFontGrau:hover
{
  color: #000000;
}

.MainDiv
{
  height: 35px;
  margin-right: 18px;
  display: block;
  float: left;
  border-bottom: solid 2px #D2D2D2;
}

.MainDiv:hover
{
  border-bottom: solid 2px black;
  color: Black;
}

.MainDiv:hover a
{
  color: Black;
}

