body {
	background-color: white;
	color: black;
	font-family: verdana, tahoma, arial, sans-serif;
	margin: 0;
}

h1, #menu a, #menu h2, .date { font-weight: bold; }

h2 { font-size: 130%; }

img { border-width: 0; }

.tlacitko:active, a:hover { color: red; }

.popis { line-height: 160%; }

#content {
	padding: 0 30px 0 60px;
	margin: 0.5em 0 3em 8em;
	cursor: default;
}

h1 {
	font-size: 150%;
	width: 100%;
	text-align: center;
	text-shadow: 0.2em 0.2em 0.2em gray;
	margin-top: 25px;
}

#menu {
	position: absolute;
	float: left;
	width: auto;
	height: auto;
	top: 25px;
	left: 12px;
	background-color: #eee;
}

#menu a {
	font-size: 90%;
	background-color: #e3e3e3;
	padding: 0 5px 0 5px;
	display: block;
	line-height: 180%;
	color: black;
	text-decoration: none;
}

#menu a:hover {
	background-color: #bbb;
	color: blue;
}

#menu h2 {
	width: auto;
	padding: 0 10px 0 10px;
	margin: 0.1em 0 0 0;
	cursor: default;
	background-color: #700;
	color: white;
	text-align: left;
	font-size: 110%;
	line-height: 155%;
}

a {
	text-decoration: underline;
	color: blue;
}

#down {
	color: #666;
	font-size: 80%;
	border-top: 1px solid #aaa;
	text-align: center;
	margin-top: 20px;
}

code, pre {
	background-color: #f8f8f8;
	line-height: 120%;
	font-size: 90%;
}

pre {
	font-size: 80%;
	border: 1px solid #b8b8e0;
	padding: 3pt;
}

.tlacitko {
	font-size: 80%;
	text-decoration: none;
	border: 1px dotted gray;
	background-color: #ebebeb;
	color: black;
	padding: 0 2px;
}

.tlacitko:hover {
	color: blue;
	border: 1px solid gray;
	background: #e1e1e1;
}

li {
	margin-left: -1em;
	/* list-style-type: none; */
}

.date {
	margin-left: -1em;
}
