/* (C) 2010 Twórcy.pl  */
div.butt{
	margin: 10px auto 15px auto;	
	}

div.butt a{
	border: 1px solid #bbb;
	background: #ddd;
	padding: 5px 20px;
	text-decoration: none;
	}

div.butt a:hover{
	background: #555;
	color: #fff;
	}
	
div.butt a.sel{
	background: #555;
	color: #fff;
	}
	
span.termin {
	color: #aaa;
	font-size: 0.8em;
	font-weight: bold;
	}
	
div.butted{
	margin: 0 auto;
	padding-top: 10px;
	}

div.butted a{
	border: 1px solid #bbb;
	background: #ddd;
	padding: 5px 10px;
	text-decoration: none;
	}

div.butted a:hover{
	background: #555;
	color: #fff;
	}
	
div.butted a.sel{
	background: #555;
	color: #fff;
	}

a.addplus {
	font-size: 1.7em;
	}



	
	
	