.cssbutton {
	font-family : Verdana, Arial, sans-serif;
	font-size : 13px;
	font-weight: normal;
	color : #000000;
	text-decoration: none;
	cursor: pointer;
	background: url(button_template.gif) no-repeat;
	width : 119px;
	height : 20px;	
	text-align: center;
	border: none;
	
	
  
}

A.cssbuttonlink {
  text-decoration : none;
  color : #000000;
  
}

A.cssbuttonlink:hover {
  text-decoration : none;
  color : #000000;
}


.cssbutton1 {
  font-family : Verdana, Arial, sans-serif;
  font-size : 13px;
  font-weight: normal;
  color : #000000;
  text-decoration: none;
  cursor: pointer;
  background: url(button_template.gif) no-repeat;
  width : 119px;
  height : 20px;
  text-align: center;   
  border: none;
  padding-top: 3px;
  margin-top: 0px;
}


/* Kategorienbox*/
#kategorien{
  padding: 0 1px 1px;
  margin: 0;
/*  font: bold 10px Verdana, sans-serif;
  background: #CC6F78;*/
  width: 170px;
}

#kategorien ul {
  list-style: none;
  margin: 0;  
  padding: 0;
}

#kategorien li {
  list-style: none;
  margin: 0;
  border-top: 1px solid gray;
  text-align: left;
}

#kategorien li a{
  display: block;
  padding: 0.25em 0.5em 0.25em 0.75em;
  border-left: 10px solid #00FF00;
  background: #CCD;
/*  background-image: url("boxen/ka_hintergrund.gif"); norepeat ;*/
  text-decoration: none;
}

html>body #kategorien li a {
  width: auto;
}

#kategorien li a:link { color: #448; }
#kategorien li a:visited { color: #667; }

#kategorien li a:hover {
  border-color: #FE3;
  color: #FFF;
  background: #332;
}
