/* --- carclubs --- */

#carclub {
	margin: auto;
}

.white {
	border-bottom: 3px solid black;
	background: url('images/prechod.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: white;
}

.silver {
	border-bottom: 3px solid black;
	background: url('images/prechod2.jpg');
	background-position: bottom;
	background-repeat: repeat-x;
	background-color: #CDCFCE;
}

.nadpis {
	font-weight: bold;
	color: #000;
}

.strankovanie {
	font-weight: bold;
	color: #000;
	text-decoration: none;
}

.strankovanie:hover {
	font-weight: bold; 
	color: silver; 
	text-decoration: none; 
	border: 1px solid red;

}
