
 	.muz {
	 	font-weight: bold;
		color: blue;
		text-decoration: none;
	}
	
 	.zena {
	 	font-weight: bold;
	 	color: red;
	 	text-decoration: none;
	 }
	 	
	#filter {
		text-align: center;
		font-size: 11px;
		border-bottom: 1px solid black;
		margin-bottom: 10px;
	}
	
	#filter select {
		font-size: 12px;
	}
	#filter input {
		font-size: 12px;
	}
	
	.stranky {
		text-align: center;
		margin-bottom: 10px;
	}
	
	.galerie {
		width: 100%;
		overflow-x: hidden;
		margin-bottom: 15px;
		background-color: #dadada;
	}
	
	.galerie .name {
		background-color: #eaeaea;
		padding: 5px;
		font-size: 12px;
		font-weight: bold;
	}
	.galerie .typprispevku {
		float: right;
		font-weight: bold;
	 
	}
	
	.galerie p {
		padding: 5px;
	}
	
	.galerie .footer {
		float: none;
		clear: both;
		background-color: #eaeaea;
		padding: 2px;
		font-size: 10px;
		font-weight: normal;
	}

	.galerie .inzerat {
		float: none;
		margin: 10px;
		clear: both;
		padding: 2px;
		font-size: 12px;
		font-weight: normal;
	}

	
	.galerie .vice {
		float: right;
		font-weight: bold;
	 
	}
	
	.galerie .vice a {
			color: #88ff00;
			text-decoration: none;
	}
	
	.galerie table {
		border: 0px;
		margin: 10px;
	}
	
	.galerie table td {
		border: 0px;
		font-weight: bold;
		padding: 3px;
	}

	.vysledky {
                clear:both;
		width: 98%;
		margin-bottom: 10px;
		background-color: #dadada;
	}
	
	.vysledky .text {
		background-color: #eaeaea;
		padding: 5px;
		font-size: 85%;
	}
