a
{
   color: #0000FF;
   text-decoration: underline;
}
a:visited
{
   color: #800080;
}
a:active
{
   color: #FF0000;
}
a:hover
{
   color: #0000FF;
   text-decoration: underline;
}
a.CCC_Links
{
   color: #B22222;
   text-decoration: none;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
   position: relative;
   display: inline-block;
}
a.CCC_Links::after
{
   background: transparent;
   content: "";
   display: block;
   height: 0;
   width: 100%;
   margin-top: 2px;
   -webkit-transition: all 300ms ease;
   -moz-transition: all 300ms ease;
   transition: all 300ms ease;
}
a.CCC_Links:hover::after
{
   background: #B22222;
   height: 2px;
}
a.CCC_Links:visited
{
   color: #B22222;
   text-decoration: none;
}
a.CCC_Links:active
{
   color: #B22222;
   text-decoration: none;
}
a.CCC_Links:hover
{
   color: #B22222;
   font-weight: bold;
   text-decoration: none;
}
h1
{
   font-family: Arial;
   font-weight: bold;
   font-size: 16px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   color: #8B0000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.Text
{
   font-family: Verdana;
   font-weight: normal;
   font-size: 13px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
}
.Text_fett
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   color: #1E1E1E;
   background-color: transparent;
}
.Text_rot
{
   font-family: Verdana;
   font-weight: bold;
   font-size: 13px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   color: #8B0000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
.Titel
{
   font-family: Arial;
   font-weight: bold;
   font-size: 19px;
   font-style: normal;
   text-align: left;
   text-decoration: none;
   color: #000000;
   background-color: transparent;
   margin: 0px 0px 0px 0px;
   padding: 0px 0px 0px 0px;
   display: inline;
}
