a   { text-decoration: none; cursor: pointer }
a:hover { color: #99e504; }
/*Das sind href auf der linkseite*/
a.links     { color: #808080; font-size: 14px; font-weight: bold; line-height: 2; text-decoration: none; display: block }
a.links:hover  { color: #99e504; font-size: 14px; font-weight: bold; line-height: 2; text-decoration: none; display: block }
/*auf der FAQ site*/
a.FAQ  { color: #69c; font-size: 12px; font-weight: bold; line-height: 1.5; text-decoration: none }
a.FAQ:hover  { color: #99e504; text-decoration: none }
a.FAQAnker { color: #69c; font-size: 12px; font-weight: bold; line-height: 2; text-decoration: none; cursor: default; display: block  }
/*<agl.folder "ReadMore">*/
	a.readmore { color: #808080; font-size: x-small; font-weight: bold; line-height: 3em; background-image: url(../pic/misc/link_arrows.gif); background-repeat: no-repeat; text-decoration: none; padding-left: 25px; }
	a.readmore:hover { color: #99e504; text-decoration: none; }
/*</agl.folder>*/
/*Sind die Links mit einem roten Bildchen vorne dran
*/
/*<agl.folder "RedLinks">*/
	
/*</agl.folder>*/
a.redlink { color: #808080; font-weight: bolder; text-decoration: none; }
a.redlink:hover { color: #99e504; text-decoration: none; }

a.button, a.button2{
    width:105px;
	text-align:center;
	letter-spacing: 0px;
	background:#f0f0f0;
	
/* Farben entsprechend ersetzten, ebenso "left top", "left bottom" durch geeignete Werte ersetzten */  
/* Standardhintergrundfarbe falls Browser kein gradient unterstützt */  
/* Für webkit - Browser (Safari/Chrome/...) */  
background: -webkit-gradient(linear, left top, left bottombottom, from(#f0f0f0), to(#fafafa));  
/* Für Firefox 3.6+ */  
background: -moz-linear-gradient(top,  #fafafa,  #f0f0f0);  
/* Für IE */  
/*filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#99ccff', endColorstr='#77aadd');  */
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fafafa', endColorstr='#f0f0f0');  


	border:1px solid #999 ;
	border-top:1px solid #999 ;

	padding: 1px 1px;
   -webkit-border-radius: 4px;
   -moz-border-radius: 4px;
	border-radius: 4px;

	display:inline-block;
	color:#69c;
	font-family: arial, verdana, sans-serif;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
/*	text-shadow:1px 1px 0px #69c; */
	vertical-align: middle;
}

a.button2{
	margin-bottom:5px;
	width:105px;
}

a.button:hover {
	position:relative;
	top:1px; left:1px;
}
a.button:active {
	position:relative;
	top:1px;
}

/* OrderLink */
a.orderlink { 
 
  color:#69c;
  font-size:14px;
  font-weight: bold; 

}
a.orderlink:hover{
	color:#99e504;
	position:relative;
	top:1px; left:1px;
}
a.orderlink:visit{
  color:#69c;
}
