/*
  Links mit Pfeil
*/
a.linknormal:link, a.linknormal:visited {
  text-decoration:     none;
  background-image:    url("../FSTSchach/FST_Bilder/pfeil-rot.gif");
  background-repeat:   no-repeat;
  background-position: 0 center; 
  padding-left:        10px;
}
a.linknormal:hover {
	position:relative;
	top:1px;
	left:1px;
}

a.linknormalohnehover:link, a.linknormalohnehover:visited, a.linknormalohnehover:hover  {
  text-decoration:     none;
  background-image:    url("../FSTSchach/FST_Bilder/pfeil-rot.gif");
  background-repeat:   no-repeat;
  background-position: 0 center; 
  padding-left:        10px;
}

a.linkred:link, a.linkred:visited {
  text-decoration:     none;
  color:               red;
  background-image:    url("../FSTSchach/FST_Bilder/pfeil-rot.gif");
  background-repeat:   no-repeat;
  background-position: 0 center; 
  padding-left:        10px;
}
a.linkred:hover {
	position:relative;
	top:1px;
	left:1px;
}

a.linkgreen:link, a.linkgreen:visited {
  text-decoration:     none;
  color:               green;
  background-image:    url("../FSTSchach/FST_Bilder/pfeil-rot.gif");
  background-repeat:   no-repeat;
  background-position: 0 center; 
  padding-left:        10px;
}
a.linkgreen:hover {
	position:relative;
	top:1px;
	left:1px;
}



a.linknormalalsbild:link, a.linknormalalsbild:visited {
  text-decoration:     none;
  padding-left:        1px;
}
a.linknormalalsbild:hover {
	position:relative;
	top:1px;
	left:1px;
}


a.linknormalohnepfeil:link, a.linknormalohnepfeil:visited {
  text-decoration:     none;
}
a.linknormalohnepfeil:hover {
	position:relative;
	top:1px;
	left:1px;
}




a.linknormalohnepfeilunterstrichen:link, a.linknormalohnepfeilunterstrichen:visited {
  text-decoration:underline;
}
a.linknormalohnepfeilunterstrichen:hover {
	position:relative;
	top:1px;
	left:1px;
}



a.linkallebeendeten:link, a.linkallebeendeten:visited {
  text-decoration:none;
  width:100%;
  height:100%;
  display: block;
  color:#fff;
  background:#333333;
}
a.linkallebeendeten:hover {
  background:#636c0b;
}



a.footerlinkschrift {
  color:#3785c8;
  font-weight:bold;
}
#paypalLogo {
  color:#3785c8;
  font-weight:bold;
  margin-left:0;
  padding-right:8px;
  border-right:1px solid;
}



#JetztGratisTestenButton {
  font-family:arial;
  font-size:120%;
  font-weight:bold;
}
#UmregZuEchtgeldButton {
  font-family:arial;
  font-size:120%;
  font-weight:bold;
}
#RegAlsSpielgeldButton {
  font-family:arial;
  font-size:100%;
  font-weight:bold;
}
#SofortUmEchtesGeldButton {
  font-family:arial;
  font-size:120%;
  font-weight:bold;
}
#JetztMitspielenSubmitButton {
  font-family:arial;
  font-size:120%;
  font-weight:bold;
}


    
/*
  Diese Buttons nur zur Verwendung in Tabellen!
*/
/*
  Farbe: Grau (normal)
*/
a.buttongreytabelle:link, a.buttongreytabelle:visited {
  width: 100%;
  display: block;
	font-family: Verdana, arial, helvetica, sans-serif;
  /*font-size: 10pt;*/
	font-weight: lighter;
  
  /* padding: 2pt; */
  padding-left: 2pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  color:               #000000;
  background:          #d2d2d2;   /* 210, 210, 210 */
  border-left-color:   #757575;   /* 117, 117, 117 heller */
  border-top-color:    #757575;
  border-right-color:  #000000;   /* dunkler */
  border-bottom-color: #000000;
}
a.buttongreytabelle:hover {
  background: #ffffff;
	position:relative;
	top:1px;
	left:1px;
}
/* Ohne Hover-Effekt (z.B. Zugzahlen bei Notation) */
a.buttongreytabelleohnehover:link, a.buttongreytabelleohnehover:visited, a.buttongreytabelleohnehover:hover {
  width: 100%;
  display: block;
	font-family: Verdana, arial, helvetica, sans-serif;
  /*font-size: 10pt;*/
	font-weight: lighter;
  
  /* padding: 2pt; */
  padding-left: 2pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  color:               #000000;
  background:          #d2d2d2;   /* 210, 210, 210 */
  border-left-color:   #757575;   /* 117, 117, 117 heller */
  border-top-color:    #757575;
  border-right-color:  #000000;   /* dunkler */
  border-bottom-color: #000000;
}

/*
  Farbe: Rot
*/
a.buttonredtabelle:link, a.buttonredtabelle:visited {
  width: 100%;
  display: block;
	font-family: Verdana, arial, helvetica, sans-serif;
  /*font-size: 10pt;*/
	font-weight: lighter;
  
  /* padding: 2pt; */
  padding-left: 2pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  color:               #000000;
  background:          #fd99a3;   /* 253, 153, 163 */
  border-left-color:   #757575;   /* 117, 117, 117 heller */
  border-top-color:    #757575;
  border-right-color:  #000000;   /* dunkler */
  border-bottom-color: #000000;
}
a.buttonredtabelle:hover {
  background: #ffffff;
	position:relative;
	top:1px;
	left:1px;
}


/*
  Farbe: Grün
*/
a.buttongreentabelle:link, a.buttongreentabelle:visited {
  width: 100%;
  display: block;
	font-family: Verdana, arial, helvetica, sans-serif;
  /*font-size: 10pt;*/
	font-weight: lighter;
  
  /* padding: 2pt; */
  padding-left: 2pt;
  padding-top: 2pt;
  padding-bottom: 2pt;
  
  text-decoration: none;
  border-style: solid;
  border-width: 2px;
  color:               #000000;
  background:          #94fe99;   /* 148, 254, 153 */
  border-left-color:   #757575;   /* 117, 117, 117 heller */
  border-top-color:    #757575;
  border-right-color:  #000000;   /* dunkler */
  border-bottom-color: #000000;
}
a.buttongreentabelle:hover {
  background: #ffffff;
	position:relative;
	top:1px;
	left:1px;
}
