@charset "utf-8";

/* CSS Document */

* { margin: 0; padding: 0; }

body { background: url(../images/body.jpg) repeat-x #536782 top; font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif; font-size: 13px; color: #333; behavior:url("../htc/csshover.htc"); }

/* hlavni styly */

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

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

h1			{ font-size: 25px; margin-bottom: 15px; text-transform: uppercase; color: #5b738f; }
h2			{ font-size: 20px; margin-bottom: 10px; color: #5b738f; text-transform: uppercase; font-weight: normal }
h3			{ font-size: 16px; margin-bottom: 10px; font-weight: bold; }
h4			{ font-size: 14px; margin-bottom: 5px; color: #5b738f; }
h5			{ font-size: 12px; color: #5b738f }

.clear	{ clear: both; }
.FRight	{ float: right; }
.FLeft	{ float: left; }