* {
	margin:0;
	padding:0;
}
body {
	background: #6d7375 url("images/_podkl.png") repeat-x;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size:small;
}
.stovka {
	width:100%;
	background: url("images/toppodkl.jpg") no-repeat;
}
.top, .lista, .main, .bottom {
	width:990px;
	margin:auto;
}
.top {
	height:120px;
	background: url("images/top.png") no-repeat;
	display:block;
}
.lista {
	width:970px;
	height:350px;
	background: url("images/menu.png") no-repeat;
}
.menu {
	padding:15px 10px 0 20px;
	width:230px;
	text-align:right;
}
.menu a {
	display:block;
	width:222px;
	height:27px;
	padding:8px 8px 0 0;
	color:#fff;
	background: url("images/menu2.png") no-repeat top;
	text-decoration:none;
}
.menu a:hover {
	color:#000;
	background: url("images/menu2.png") no-repeat bottom;
}
.flash {
	padding:9px 0 0 0;
	width:700px;
}
.main {
	background: url("images/podklad.png") repeat-y;
}
.adresa {
	width:225px;
	height:230px;
	padding:5px 15px 10px 10px;
	background: url("images/left.jpg") no-repeat;
	margin-left:20px;
	text-align:right;
}
.adresa img{
border:0;
}
.text {
	height:230px;
	background: url("images/podtextem.jpg") no-repeat right bottom;
	margin:0 10px 3px 10px;
	padding:20px;
	width:650px;
	text-align:justify;
	font-size:100%;
	line-height:140%;
}
html>body .text {
	height:auto;
	min-height:230px;
}
.text img {
	padding:1px;
	margin:20px;
	border:#ddd solid 10px;
	background:#111;
}
.text img:hover {
	border:#FFCC00 solid 10px;
}
.text a {
	color:#3366CC;
}
.text a:hover {
	color:#ff7b05;
}
.text table img{
border:0;
background:#fff;
padding:5px;
margin:0;
}
.text table img:hover{
border:0;
background:#fff;
}
.text hr{
margin:10px 0;
}
.bottom {
	height:50px;
	background: url("images/bottom.png") no-repeat;
}
.malemenu {
	padding:20px 0 0 0;
	color:#FFCC00;
}
.malemenu a {
	color:#fff;
	font-size:100%;
	padding:0 10px;
	text-decoration:none;
}
.malemenu a:hover {
	color:#FFCC00;
	text-decoration:underline;
}
.copy {
	padding:20px 10px 0 0;
	color:#b5b8b9;
	font-size:75%;
	text-align:right;
}
.copy a {
	color:#b5b8b9;
	font-size:100%;
	text-decoration:none;
}
.copy a:hover {
	color:#fff;
	text-decoration:underline;
}
h1, h2, h3, p, ul {
	margin:0 0 1em 0;
}
h1 {
	font-weight:normal;
	font-size:160%;
	color:#ff7b05;
}
h2 {
	font-weight:normal;
	font-size:130%;
	color:#418cd9;
}
.text li {
	margin:0.1em 0 0 1.5em;
	list-style-image: url("images/sipicka2.gif");
}
.left {
	float:left;
}
.right {
	float:right;
}
.clear {
	clear:both;
}

