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

* { margin: 0; padding: 0; }

body { background: url(../images/body.jpg) no-repeat top center #ebebeb; font-family: 'Trebuchet MS', 'Geneva CE', lucida, sans-serif; font-size: 13px; color: #333333; }

/* hlavni styly */

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

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

h1			{ font-size: 22px; padding-bottom: 5px; display: block; margin-bottom: 15px; color: #990000; border-bottom: 1px solid #e0e6e7; text-transform: uppercase; font-weight: normal; text-align: right }
h2			{ font-size: 16px; margin-bottom: 15px; color: #890a00; text-transform: uppercase; }
h3			{ font-size: 15px; margin-bottom: 15px; color: #333; }
h4			{ font-size: 14px; margin-bottom: 10px; color: #333; }


.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: 1px; }