/*********************************************************
 * W3C CSS Buttuns
 * tested in IE6 and Firefox 1.1
 *
 * Please don't remove the following lines.
 * Copyright © 2005 by Creazion Werbe- und Medienagentur
 * info@creazion.de
 * www.creazion.de
 **********************************************************/

/*******************************************************
 *	W3C-Button
 ******************************************************/
.buttonW3c{
	font-family:Geneva, Arial, Helvetica, sans-serif;
	font-size:9px;
	border:1px solid black;
	background:white;
	padding:2px 0 2px 2px;
}
a.buttonW3c span{
	color:white;
}
a:hover.buttonW3c{
	border:1px solid red;
}
.buttonW3c span{
	border-right:1px solid white;
	padding:0 0 0 3px;
}
.buttonW3c span span{
	background:#bbb;
	border-left:2px solid white;	
	padding:0 2px 0 0;
	margin:0 0 0 2px;	
}


/*******************************************************
 *	W3C-Button-Colors
 ******************************************************/
.css span{background:#09c;}
.css span span{background:#bbb;}

.xhtml span{background:#f90;}
.xhtml span span{background:#bbb;}

.tableless span{background:green;}
.tableless span span{background:#bbb;}

