html			{ margin: 0; padding: 0; font: 14px/24px Georgia, "Times New Roman", Times, serif; }
/*html			{ background: url(/images/grid.png) 0 11px repeat; }*/
body			{ margin: 0; padding: 24px; }

h1, h2, h3, h4, h5, h6	{ margin: 48px 0 24px; font-weight: normal; }
h1				{ margin-top: 0; font-size: 36px; color: #ec008c; }

a				{ color: #ec008c; }
a:visited	{ color: #b5006b; }
a:hover,
a:focus		{ color: white; background: #ec008c; }
a.external	{ padding-right: 15px; background-image: url(/images/main-menu-external.gif); background-position: 100% 35%; background-repeat: no-repeat; }
a.external:hover	{ background-image: none; }
q:lang(cs)		{ quotes: '„' '“' '‚' '‘'; }

img			{ margin: 0; padding: 0; border: none; }

ul				{ margin: 24px 0; padding: 0; list-style: none; }
ul li			{ padding-left: 21px; background: url(/images/li.gif) 4px 11px no-repeat; }

p				{ margin: 24px 0; }

address		{ margin: 24px 0; }

table			{ border-collapse: collapse; }
caption		{ padding: 3px 6px; font-weight: bold; }
th,
td				{ padding: 3px 6px; text-align: left; }

.clearfix	{ display: block; width: 100%; height: 1px; clear: both; }


