/* CSS Document */
* {
	margin: 0px;
	padding: 0px;
	border: 0px
}
body {
	margin: 0px auto;
	width: 910px;
	background-color: #d1d1d1;
	font-family: Verdana, Helvetica;
	font-size: 10px;
	color: #5e5e5e;
}
a {
	font-weight: bold;
	color: #5e5e5e;
}
a.nobold, a.nobold:hover, a.nobold:visited{
  font-weight: normal;
}
a:hover {
	color: #de6411;
}
#hlavicka h1 span{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	display: block;
	border: 0;
	width: 910px;
	height: 222px;
}
#hlavicka h1{
	position: relative;
	width: 910px;
	height: 222px;
	overflow: hidden;
	display: block;
	text-decoration: none;
	color: #de6411;
}
#obal {
	background-image: url(../images/bg.gif);
}
#telo {
	padding-bottom: 20px;
	padding: 0px 50px 20px 50px;
}
#paticka {
	background-image: url(../images/down.jpg);
	height: 22px;
	text-align: center;
	margin-bottom: 20px;
}
.clr {
	visibility: hidden;
	clear: both;
}
#text {
	padding-top: 10px;
}
.s_left_menu {
	margin-left: 160px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.hidden {
	display: none;
}
.article h2{
  margin-bottom: 10px;
  font-size: 150%;
  color: #DE783A;
}

.article ul{
  margin-left: 15px;
}

.cara{
  border-top: 1px solid #de6411;
  height: 1px;
  width: 100%;
}

.autor_fotky{
  color: #808080;
  font-size: 90%;
}
