/* odkazy */
a			{ color: #fe7701; }
a:hover,
a:focus		{ text-decoration: none; }

/* ZAROVNANI A FLOATY */

.fl		{ float: left; }
.fr		{ float: right; }
.ac, .c, .c p		{ text-align: center; }
.ar, .r 	{ text-align: right; }
.al, .l		{ 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: #000; margin: 0 0 0.5em; font-weight: normal; } 
h1, h2		{ font-size: 1.7em; padding: 0 0 5px; margin: 0 0 1.0em; border-bottom: 7px solid #fe7701; color: #535353; font-weight: bold;} 	
h2			{ border-bottom: 7px solid #5f5f5f; }
h3 			{ font-size: 1.4em; }
h4 			{ font-size: 1.2em; }
h5 			{ font-size: 1.1em; }
h6			{ font-size: 1.0em; }

/*  FOTOGALERIE  */
div.foto-c  { text-align:center; }
div.foto-r  { text-align:right; }
div.foto-l  { text-align:left; }

