/* --------->
############################
#                                                    #
#       copyright by ursula1.de              #
#                                                    #
############################
<---------*/

a:link {
  color: <? echo "$linklink"; ?>;
  text-decoration: none;
  text-align: justify;
} 
a:visited {
  color: <? echo "$visitedlink"; ?>;
  text-decoration: none;
  text-align: justify;
} 
a:active {
  color: <? echo "$activelink"; ?>;
  text-decoration: none;
} 
a:hover {
  color: <? echo "$hoverlink"; ?>;
  text-decoration: none;
} 


.text1 {
  color: #000000;
  font-size: 7pt;
  font-family: Verdana;
  margin-top: 4px;
}

.texterror {
  color: #000000;
  font-size: 8pt;
  font-family: Verdana;
}

.textsave {
  color: #000000;
  font-size: 14pt;
  font-family: Verdana;
}


#c:link    {
  font-size:14px;
  color:#000000;
  font-family:Verdana, Arial;
  text-decoration:none;
}
#c:visited {
  font-size:14px;
  color:#000000;
  font-family:Verdana, Arial;
  text-decoration:none;
}
#c:hover   {
  font-size:14px;
  color:#ffcc00;
  font-family:Verdana, Arial;
  text-decoration:none;
}
#c:active  {
  font-size:14px;
  color:#000000;
  font-family:Verdana, Arial;
  text-decoration:none;
}


#input1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  background-color:#ffff66;
  border: 0px solid #000000;
  background: url("../images/hg_input1.jpg");
  padding-left: 2px;
}

#input2 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 7pt;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  border: 1px solid #000000;
  background: url("../images/hg_input2.jpg");
}



