

/*  #####  Klicker 01  ########################################################  */
.klicker01 {
	font-weight: bold;
	background-color: yellow;
	width: 125px;
	margin: 0 0 5px 10px;
	text-align: left;}
	
.klicker01:hover {text-align: right;}
.klicker01 a {display: block; margin: 0 5px 0 5px; text-decoration: none;}

.klicker01 a:link {}
.klicker01 a:visited {color: #888;}
.klicker01 a:focus {}
.klicker01 a:hover {color: red;}
.klicker01 a:active {}


/*  #####  Klicker 02  ########################################################  */
.klicker02 {
	font-weight: bold;
	background-color: #ddd;
	width: 125px;
	margin: 0 0 5px 10px;
	border: 1px solid;
	border-color: white black black white;
	text-align: left;}
	
.klicker02:hover {border-color: black white white black; background-color: #ccc;}
.klicker02 a {display: block; margin: 0 5px 0 5px; text-decoration: none;}

.klicker02 a:link {}
.klicker02 a:visited {color: #888;}
.klicker02 a:focus {}
.klicker02 a:hover {color: red; margin: 0 4px 0 6px;}
.klicker02 a:active {}


/*  #####  Klicker 03  ########################################################  */
.klicker03 {
	font-weight: bold;
	background-color: #ddd;
	width: 125px;
	height: 30px;
	margin: 0 0 5px 10px;
	border: 1px solid;
	border-color: white black black white;
	text-align: left;
	display: inline;
	line-height: 20px;}
	
.klicker03:hover {border-color: black white white black; background-color: #ccc;}
.klicker03 a {margin: 0 5px 0 5px; text-decoration: none;}

.klicker03 a:link {}
.klicker03 a:visited {color: #888;}
.klicker03 a:focus {}
.klicker03 a:hover {color: red; margin: 0 4px 0 6px;}
.klicker03 a:active {}

















