/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html, body {
	height: 100%;
}

sup{font-size:65%; position: relative; top: -0.8em;}
sub{font-size:65%; position: relative; bottom: -0.3em;}

.clear{clear:both;}

body {font-size:1.0em; font-family: 'Verdana',Arial,sans-serif; background-color:#f3f3f3; 
      color:#222;width:100%; min-width:990px;height:100%;margin:0px;padding:0px; line-height: 1.1em;
      text-align:center;
}

h1,h2,h3,h4 {padding: 5px 0px 5px; font-weight:bold;}
h2{font-size:1.4em;line-height:1.4em; }
h3 {font-size:1.3em;}
h4 {font-size:1.2em;}
p{padding: 2px 0px 12px 0px;}
strong{font-weight:bold;}

a,a:visited,a:active{color:#0000dd;}
a:hover,a:focus{color:#cc0000;}

#hlavicka {width:100%; text-align:center; background-color:#ccff99;padding: 15px 0px 20px 0px;}
#hlavicka h1 {margin:0px; padding:0px; font-weight:bold; font-size:1.8em;line-height:2em;}
#main{min-height:400px;width:990px;margin:0px auto; background-color:#eeffbb;}

#menu{background-color:#ddffaa;}
#menu a {display:block;float:left;width:33.333%;text-align:center; line-height:40px;vertical-align:middle;background-color:#ddffaa;}
#menu a.active{background-color:#eeffbb;}
#menu a:hover{background-color:#666;color:#fff;}

#hlavni-tab{margin:15px auto;}
#hlavni-tab th, #hlavni-tab td{font-size:1.2em; padding: 5px 10px;}
#hlavni-tab th{text-align:right;font-weight:bold;}
#hlavni-tab td{text-align:left;}

ul {
    
	list-style: none;
    padding:0px 0px 12px 0px;
    margin:0px 0px 0px 0px;
}

h2.h2_extra {margin:15px 15px 5px 15px; 
          border-top:1px solid #ccff99;

}