@charset "utf-8";
/* CSS Document */

* { margin: 0; padding: 0; }

/* hlavni styly */

p 		{ line-height: 160%; text-align: justify; margin-bottom: 15px; color: #444 }
ul		{ margin-bottom: 10px; }
li		{ background: url(../images/list.gif) no-repeat 4px 6px; line-height: 20px; padding-left: 25px; }
ul, li 	{ list-style-type: none; }
form p 	{ margin: 0; padding: 0; }
.imgspan img		{ margin-left:4px; margin-right:4px;}

a 			{ text-decoration: underline; color: #4a3b21; }
a:visited 	{ text-decoration: underline; color: #4a3b21; }
a:hover 	{ text-decoration: none; color: #4a3b21; }
a img 		{ border: none; }

h1, h2, h3, h4, h5	{ color: #FFF; font-family: Georgia, 'New York CE', utopia, serif; font-weight: normal; }
h1			{ padding-left: 8px; background: url(../images/h1-bg.gif) no-repeat 0 21px; margin-bottom: 15px; text-transform: uppercase; font-size: 25px; }
h1 strong 	{ text-transform: uppercase; }
h2			{ padding-left: 8px; background: url(../images/h2-bg.gif) no-repeat 0 17px; margin-bottom: 10px; font-size: 19px; }
h3			{ font-size: 18px; margin-bottom: 15px; }
h4			{ font-size: 14px; margin-bottom: 10px; }

.header2	{ padding-left: 8px; background: url(../images/h2-bg.gif) no-repeat 0 17px; margin-bottom: 10px; font-size: 19px; color: #FFF; font-family: Georgia, 'New York CE', utopia, serif; font-weight: normal; }

.clear	{ clear: both; }
.left 	{ float: left; }
.right 	{ float: right; }
.center { margin: 0 auto; text-align: center; display: block; }
.hidden { display: none; }
