/* odkazy */
a			{ color: #ffcc00; }
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.5em; padding: 0 0 5px; text-transform: uppercase; }
h2						{ font-size: 1.4em; margin-top: 0.5em; }
h3 						{ font-size: 1.2em; color: #fff; }
h4 						{ font-size: 1.1em; color: #cecece;  }
h5 						{ font-size: 1.0em; }
h6						{ font-size: 1.0em; }

/*  FOTOGALERIE  */
div.foto-c  { text-align:center; }
div.foto-r  { text-align:right; }
div.foto-l  { text-align:left; }

