h1 {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 12px;
	padding-top: 3px;
	padding-bottom: 3px;
	color: purple;
	background: transparent url(design/h1.jpg) no-repeat center;
	font-variant: small-caps;
	letter-spacing: 1px;
}
h2 {
	font-size: 11px;
	font-weight: bold;
	color: teal;
	padding-top: 1px;
	text-decoration: none;
	font-variant: small-caps;
}
h3 {
	font: italic normal bold 10px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: Olive;
}
/* Oddělení - sekce - náhrada H2 */
div.odd {
	font-size: 10px;
	font-weight: bold;
	text-align: center;
	background: #1E90FF;
	padding-top: 2px;
	padding-bottom: 2px;
	color: white;
	letter-spacing: 1px;
}
.aktualizace {
	font-size: 9px;
	font-style: italic;
	text-align: center;
	color: #5F9EA0;
}
/* Obsah */
.obal {
	border: 1px solid #ADD8E6;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
.obal2 {
	border: 1px solid #ADD8E6;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 10px;
}
/* Plastová okna a dveře */
ul#plast {
	white-space: nowrap;
	margin-left: 0px;
 padding-left: 0px;
}
#plast li {
	display: inline;
	list-style-type: none;
	border: 0px;
	margin: 2px;
	text-align: center;
}
#plast a, #plast a:link, #plast a:visited {
	text-decoration: none;
	padding: 2px 8px;
	background-color: purple;
	color: yellow;
	font-weight: bold;
}
#plast a:hover {
	background-color: orange;
	color: green;
}
/* Eurookna a dveře */
ul#euro {
	white-space: nowrap;
	margin-left: 0px;
 padding-left: 0px;
}
#euro li {
	display: inline;
	list-style-type: none;
	border: 0px;
	margin: 2px;
	text-align: center;
}
#euro a, #euro a:link, #euro a:visited {
	text-decoration: none;
	padding: 2px 8px;
	background-color: purple;
	color: yellow;
	font-weight: bold;
}
#euro a:hover {
	background-color: orange;
	color: green;
}
/* Fotogalerie */
#fgnab li {
	list-style-type: square;
}
table.foto {
	margin-bottom: 0px;
	border: 2px #87CEFA;
	border-style: outset;
	background-color: White;
}
table.foto a {
 font: small-caps bold 11px Verdana, Geneva, Arial, Helvetica, sans-serif;
	color: purple;
}

