/* © Trtkal 2008, http://trtkal.net */
* {
	line-height: 1.4em;
	margin: 0;
	padding: 0;
	font-family: sans-serif;
	font-size: 1em;
	font-weight: normal;
	font-style: normal;
	text-decoration: none;
	border: none;
}
html, body {
	font-size: medium;
	font-style: normal;
	color: #000000;
	background-color: #484848;
	text-align: center;
}
#frame {
	width: 850px;
	margin: 0px auto;
	background-color: #202020;
	color: #d0d0d0;
	border: 10px #707070 solid;
	border-top: none;
	min-height: 550px;
	text-align: left;
}
#logo img {
	display: block; /* opravuje chybu mezery pod prvkem */
}
#menu {
	background: #101010;
	color: #d0d0d0;
	margin: 5px 10px;
	text-transform: uppercase;
	text-align: center;
}
#menu ul {
	padding: 0px;
}
#menu li {
	display: inline;
	list-style: none;
	padding: 0px 10px;
	
}
#menu li:hover {
	background-color: #202020;
}
#page {
	padding: 0px 5px;
}
#bottom {
	margin: 0px auto;
	text-align: right;
	width: 800px;
	font-size: small;
	padding-bottom: 10px;
}
strong {
	font-weight: bold;
}
h1 {
	font-size: 160%;
	text-indent: 3em;
	color: #484848;
	padding-bottom: 2em;
}
h2 {
	font-size: 140%;
	text-indent: 1em;
}
h3 {
	font-size: 120%;

	margin-top: 0.2em;
}
p {
	text-indent: 1em;
	padding: 0.3em 0px 0.2px 0px;
}
ul {
	padding-left: 15px;
}
ul li {
	list-style-position: outside;
	list-style: none;
}
ul ul {
	padding-bottom: 0.5em;
}
ul ul li {
	list-style-type: square;
	list-style-position: inside;
}
a:link, a:visited {
	text-decoration: underline;
	color: #e6b296;
	background-color: inherit;
}
a:hover, a:active, a:visited:hover, a:hover:active, a:visited:active {
	text-decoration: underline;
	color: #fe6918; 
	background-color: inherit;
}
.center {
	text-align: center;
}
.left {
	float: left;
	text-align: left;
}
.right {
	float: right;
	text-align: right;
}
.hidden {
	display: none;
}
.uppercase {
	text-transform: uppercase;
}
.noind {
	text-indent: 0px;
}