@charset "utf-8";
/* CSS Document */

* 			{ margin: 0; padding: 0; }

body 		{ background: #174584; font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif; font-size: 13px; color: #333; }

/* hlavni styly */

p 			{ line-height: 150%; text-align: justify; margin-bottom: 15px; }
ul			{ margin-bottom: 20px; }
li			{ background: url(../images/list.gif) no-repeat 5px 3px; line-height: 20px; padding-left: 25px; margin-bottom: 10px; }
ul, li 		{ list-style-type: none; }
form p 		{ margin: 0; padding: 0; }
table     { margin-bottom: 15px;}

a 			{ text-decoration: underline; color: #264c8e; }
a:visited 	{ text-decoration: underline; color: #264c8e; }
a:hover 	{ text-decoration: none; color: #264c8e; }
a img 		{ border: none; }

h1			{ font-size: 25px; color: #f26722; font-style: italic; margin-bottom: 20px; }
h2			{ font-size: 17px; margin-bottom: 15px; text-transform: uppercase; color: #264c8e;  }
h3			{ font-size: 15px; margin-bottom: 15px; color: #f26722; }
h4			{ font-size: 14px; margin-bottom: 10px; color: #000; text-transform: uppercase; }

.clear		{ clear: both; }
.Left		{ float: left; }
.Right		{ float: right; }