html, body {
	background: url(/repository/layout/pozadi.png); background-repeat: repeat;
	color: black;
	font-size: 14px;
}

h1 {
	color: #660000;
	border-bottom: 3px solid #FFCC99;
	font-size: 120%;
	padding: 4px;	
}

h2 {
	color: #330000;
	font-size: 115%;
	margin: 0;
	padding: 0;
	padding-bottom: 6px;
}

h3 {
	font-size: 110%;
}

a {
	color: #660000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

ul li {
	margin: 1px 0px;
}

table.tab_cenik td, th {
	border: 1px dotted #FFCC99;
	padding: 5px;
	margin: 2px;
}

table.tab_cenik th {
	background-color: #FFCC99;
	border: 1px dotted white;	
	font-weight: bold;
}

div.kontakt {
	font-size: 13px;
	color: #330000; 
}

.foto_nahled {
	border: 2px solid #FFCC99;
}

.technika {
	opacity:0.7;
	/*filter:alpha(opacity=50);*/
}

.technika:hover {
	opacity:1;
	/*filter:alpha(opacity=100);	*/
}