div.vyrobky {
	padding: 0;
}
.vyrobky div
{
    background-position: center;
    float: left;
    width: 200px;
    background: #333333;
    margin: 15px;
    padding: 5px;
    height: 212px;
    color: #C0C0C0;
    background-image: none;
    text-align: center;
}
.vyrobky div img
{
    float: none;
    font-weight: bold;
}
.zalomeni {
	clear: both;
}
.vyrobky a
{
    text-decoration: none;
    font-weight: bold;
    color: #fff;
    font-size: medium;
} 
.vyrobky a:hover {
	text-decoration: underline;
	font-weight: bold;
	color: #ffcc00;
} 
div.vy {
	padding: 0;
    font-size: 0.8em;

}
.vy div
{
    background-position: center;
    float: left;
    width: 420px;
    background: #333333;
    margin: 15px;
    padding: 15px;
    height: 315px;
    color: #C0C0C0;
    background-image: none;
    text-align: left;
}
.vy div img
{
    float: none;
    font-weight: bold;
}
.vy a
{
text-decoration: none;
	color: #747474;
	font-weight: normal;

} 
.vy a:hover {

	text-decoration: underline;
	color: #ffcc00;
} 

