@media screen,projection {
* {
	margin:0;
	padding:0
}
body {
	background: url(b.gif) #202328 0 0 repeat-y;
	text-align: center;
	color: #fff;
	font: 75%/160% Verdana, Arial, sans-serif	
}
a {
  color: #60bffb
}
a:visited {
  color: #b0dfff
}
a:hover, a:focus, a:active {
  color: #fbad60
}
h1, h2, h3 {
  font-family: Arial, sans-serif;
  color: #b9d300
}
h3 {
  font-size: 150%;
  margin-top: 10px
}
#telo {
  text-align: left;
  padding: 10px
}
h1 {
	display: block;
	font-size: 180%;
	position: relative;
	width: 172px;
	height: 36px;
	margin-top: 10px;
	overflow: hidden
}
h1 span {
	display: block;
	background: url(logo.gif) 0 0 no-repeat;
  width: 100%;
	height: 36px;
	overflow: hidden;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0
}
#obsah {
  margin: 20px 100px 20px 200px
}
#obsah ul {
  margin: 10px 10px 5px 23px
}
#obsah ul li {
  list-style: none;
  padding: 5px 0;
  padding-left: 12px;
  background: url(ven.gif) left center no-repeat
}
#paticka {
  width: 175px;
  font-size: 85%
}
#paticka code {
  color: #282828;
	background-color: #fff;
	border: 1px solid #c3c3c3;
	border-top-color: #7c7c7c;
	border-bottom-color: #ddd;
  padding: 5px;
  display: block;
  width: 160px;
  font-size: 110%;
  line-height: 100%;
  font-family: "Courier New", Courier, monospace;
  overflow: auto
}
#obsah p {
  padding: 5px 10px;
  margin: 5px 0
}
#obsah p strong {
  color: #b9d300
}
#j {
  position: absolute;
  top: 29px;
  right: 25px;
}
#j img {
  border: 0;
}
}
@media print {
body {
	font-size: 12pt
}
#obsah a:after {
	content: " ["attr(href)"] "
}
}
