* {
	margin:0 auto;
	padding:0;
	font-size:12px;
	font-family: Tahoma;
	color:white;
	text-decoration:none;
}
a:hover{
	text-decoration: blink;
}
img{
	border:0;
}
body{
  background:#222222;
}
.obal{
	width:960px;
	margin:0 auto;
}
.hlavni-horni{
	width:800px;
	height:34px;
	display:block;
	clear:both;
	margin:0;
	background:url(hlavni-horni.jpg) no-repeat;
}
.hlavni{
	width:800px;
	float:left;
	background:url(hlavni-stred.jpg) repeat-y center top;
}
.hlavni-spodni{
	width:800px;
	height:40px;
	display:block;
	clear:both;
	margin:0;
	background:url(hlavni-spodni.jpg) no-repeat;
	text-align:center;
	color:#222222;
}
.hlavni-spodni a{color:#222222;}
.hlavni-spodni a:hover{text-decoration:underline;}
.box-horni{
	width:316px;
	height:20px;
	display:block;
	clear:both;
	margin:0;
	background:url(box-horni.jpg) no-repeat;
}
.box-levy{
  width:316px;
	margin:20px 0 20px 60px;
	_margin:10px 0 10px 30px;
	float:left;
	color:white;
	background:url(box-stred.jpg) repeat-y center top;
}
.box-pravy{
  width:316px;
	margin:20px 60px 20px 0;
	_margin:10px 30px 10px 0;
	float:right;
	color:white;
	background:url(box-stred.jpg) repeat-y center top;
}
.box-spodni{
	width:316px;
	height:20px;
	display:block;
	clear:both;
	margin:0;
	background:url(box-spodni.jpg) no-repeat;
}
h1{
	
}
h2{
	color:#ff7800;
	font-size:20px;
	text-align:left;
	margin:0px 15px 5px 25px;
	font-weight:normal;
}
.nofloat{
	display:block;
	height:0;
	margin:10px 0;
	clear:both;
}
p{
	margin:10px;
	text-align:justify;
}
.box-levy p,.box-pravy p{
	margin:10px 25px;
}