body, html {
	margin: 0;
	padding: 0;
	font-family: 'Verdana CE', 'Lucida Grande CE', 'Helvetica CE', Verdana, lucida, sans-serif;
	font-size: 85%;
	text-align: center;
	color: #000;
}

/* =-=-=-=-= vseobecne definice =-=-=-=-= */
h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	font-family: 'Gill Sans', 'Gill Sans MT', 'Trebuchet MS', sans-serif;
	color: #000;
}

h1, h2 {
	font-size: 2em;
	padding-top: .5em;
	border-bottom: 1px solid #000;
}

h3 {
	font-size: 1.3em;
}

p, address {
	margin: .3em 0 .8em 0;
	padding: 0;
	font-style: normal;
	line-height: 150%;
}

img {
	border: none;
}

hr {
/*	display: none; */
}

ul, li {
	margin: 0;
	padding: 0;
}

a:link, a:visited, a:hover, a:active {
	text-decoration: underline;
	font-weight: normal;
	color: #000;
}

/*
a:after {
	font-weight: normal;
	content: " (odkaz: "attr(href)") ";
}
*/

#obsah {
	margin: 0 auto;
	width: 100%;
	text-align: left;
}

#logo, #statistika {
	display: none;
}

#navigace li a {
	text-decoration: none;
}

#navigace li span {
	text-decoration: underline;
	font-weight: bold;
}