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

* 			{ margin: 0; padding: 0; }

body		{ background: url(../images/body.png) #f7f7f7 repeat-x; 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: 20px; }
ul			{ margin-bottom: 15px; }
li			{ background: url(../images/list.gif) no-repeat 5px 7px; line-height: 20px; padding-left: 20px; margin-bottom: 3px; }
ul, li 		{ list-style-type: none; }
ul li ul	{ padding-top: 5px; font-size: 12px; }
form p 		{ margin: 0; padding: 0; }

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

h1			{ font-size: 22px; padding-top: 5px; display: block; margin-bottom: 15px; color: #3bb3ea; text-transform: uppercase; font-weight: normal }
h2			{ font-size: 18px; padding-top: 5px; display: block; margin-bottom: 10px; color: #3bb3ea; text-transform: uppercase; font-weight: normal }
h3			{ font-size: 15px; margin-bottom: 15px; color: #3bb3ea; }
h4			{ font-size: 14px; margin-bottom: 10px; color: #333; }

table		{ margin-bottom: 20px; border: none; border-top: 1px solid #E6F2FF; border-left: 1px solid #E6F2FF;  }
th			{ margin: 1px; padding: 5px; border-bottom: 1px solid #E6F2FF; border-right: 1px solid #E6F2FF; background: #f7fbff; text-align: left; }
td			{ margin: 1px; padding: 5px 8px; border-bottom: 1px solid #E6F2FF; border-right: 1px solid #E6F2FF; }


.clear		{ clear: both; }
.IMGLeft	{ float: left; margin: 0 15px 10px 0; }
.IMGRight	{ float: right; margin: 0 0 10px 15px; }
.border		{ border: 1px solid #d8e1e3; padding: 3px; }
.clearfloat	{ display: table; width: 800px; }
