li.actual{
  font-family : Arial;
  font-size : 14px;
  color:#000000;
} 

td.underline{
	border-bottom : 2px solid #9D9D9D;
}

td.overline{
	border-top : 2px solid #9D9D9D;
}

p.headline{
   font-family : Arial;
   font-size : 18px;
	color:#000000;
}

p.text{
   font-family : Arial;
   font-size : 14px;
	color:#000000;
}

p.text_fett{
   font-family : Arial;
   font-size : 14px;
	font-weight : bolder;
	color:#000000;
}

p.copyright{
   font-family : Arial;
   font-size : 10px;
   font-style : italic;
	color:#ffffff;
}

a.text{
   font-family : Arial;
   font-size : 14px;
	color:#000000;
	/*text-decoration : none;
	font-style : italic;*/
}

a.text:hover{
   font-family : Arial;
   font-size : 14px;
	color:#d10058;
	text-decoration : none;
	/*font-style : italic;
	font-weight : bolder;*/
}

a.text_actual{
   font-family : Arial;
   font-size : 14px;
	color:#d10058;
	text-decoration : none;
	font-weight : bolder;
	/*text-decoration : none;
	font-style : italic;*/
}

a.designer{
   font-family : Arial;
   font-size : 10px;
   font-style : italic;
	color:#ffffff;
	text-decoration : none;
}

a.designer:hover {
   font-family : Arial;
   font-size : 10px;
   font-style : italic;
	color:#d10058;
	text-decoration : none;
}





/*-------------Menue------------*/

td.menue_active ul { 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
} 

td.menue_active ul li { 
  border: 1px #fac302 solid;
  margin: 3px 8px 3px 8px;
}
              
td.menue_active ul li a {
  display: block;
  padding: 0.7ex;
  font-family : Arial;
  font-size : 14px;
  color:#ffffff;
  font-weight : bolder;
  text-decoration: none;
  background: #d10058;
}
td.menue_active ul li a:visited {
  text-decoration: none;
}

td.menue_active ul li a:hover {
  background: #585091;
  color:#ffffff;
}

td.menue ul { 
  list-style-type: none;
  text-align: center;
  margin: 0;
  padding: 0;
} 

td.menue ul li { 
  border: 1px #fac302 solid;
  margin: 3px 8px 3px 8px;
}
              
td.menue ul li a {
  display: block;
  padding: 0.7ex;
  font-family : Arial;
  font-size : 14px;
  color:#ffffff;
  font-weight : bolder;
  text-decoration: none;
  background: #00066a;
}
td.menue ul li a:visited {
  text-decoration: none;
}

td.menue ul li a:hover {
  background: #585091;
  color:#ffffff;
}          
/*-------------Menue------------*/                    