@charset "utf-8";
/* CSS Document */
body {
	margin:0;
	background:#2E3025 url(images/bg.jpg) repeat-x;
	padding-top:67px;
	font-family:Arial, Helvetica, sans-serif;
}
.pds {
	position:relative;
	margin:auto;
	width:1000px;
	font-size:14px;
}
.s {
	background:url(images/tlo.jpg) repeat-y;
}
.left {
	width:252px;
	float:left;
	padding-left:34px;
}
.right {
	width:640px;
	float:right;
	padding-right:30px;
	background:url(images/bg2.jpg) no-repeat top center; 
}
.t3 {
	padding-left:32px;
}
.t2 {
	position:absolute;
	top:120px;
}
.t4 {
	position:absolute;
	top:120px;
	right:0px;
}
.both {
	clear:both;
}
.menu {
	padding:5px 0px;
}
.menu ul {
	list-style:none;
	margin:0;
	padding:0;
}
.menu li {
	margin:0;
	padding:0;
}
.menu a {
	display:block;
	padding:12px 20px;
	background:url(images/m1.gif) no-repeat left center;
	color:#000;
	font-weight:bold;
	text-decoration:none;
}
.menu a:hover {
	background:url(images/m2.gif) no-repeat left center;
}
.mtxt {
	font-size:12px;
	padding:10px;
}
.center {
	text-align:center;
}
img {
	border:0;
}
.ng {
	font-size:20px;
	font-weight: normal;
	margin:0;
	padding: 5px;
	border-bottom: 4px solid #9EA195;
}
.fotka {
	float:right;
	padding:6px;
	margin:5px;
	background:#DFE0DC;
}
.fotka img {
	max-width:180px;
}
.radius {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
}
.cien {
	-moz-box-shadow: 1px 1px 5px #888;
	-webkit-box-shadow: 1px 1px 5px #888;
	box-shadow: 1px 1px 5px #888;
}
a {
	color:#930;
}
a:href {
text-decoration:none;
}
