/* odkazy */
a			{ color: #c20a1e; }
a:hover,
a:focus		{ text-decoration: none; }

/* ZAROVNANI A FLOATY */

.fl		{ float: left; }
.fr		{ float: right; }
.ac		{ text-align: center; }
.ar 	{ text-align: right; }
.al		{ text-align: left; }

/* IMAGES */
.il     { float: left; clear: left; margin: 0.5em 0.5em 0.5em 0; }
.ir     { float: right; clear: right; margin: 0.5em 0 0.5em 0.5em; }


/* NADPISY */
h1, h2, h3, h4, h5, h6 	{ color: #ffcc00; margin: 0 0 0.5em; font-weight: normal; } 
h1 						{ font-size: 1.8em; padding: 0 0 5px; }
h2						{ font-size: 1.6em; color: #d13025; margin: 1em 0; font-weight: bold; }
h3 						{ font-size: 1.4em; color: #1886a6; margin: 1em 0; font-weight: bold; }
h4 						{ font-size: 1.4em; }
h5 						{ font-size: 1.2em; }
h6						{ font-size: 1.0em; }

.subpage h2		{ font-weight: bold; background: url(../images/bg-h2-subpage.gif) repeat-x bottom; padding: 0 0 10px; }

/*  FOTOGALERIE  */
div.foto-c  { text-align:center; }
div.foto-r  { text-align:right; }
div.foto-l  { text-align:left; }


