html, body {
	margin: 0px;
	padding: 0px;
	width: 100%;
	height: 100%;
	font: 12px Arial, Tahoma;
	color: #777;
	background: #000 url(./bgr.gif);
	line-height: 150%;
}
#header {
	height: 200px;
	width: 900px;
	margin: 0px auto;
	background: #111 url(./header.jpg) no-repeat;
}
#logo {
	position: absolute;
	top: 30px;
	left: -400px;
	margin: 0px 50%;
}
#menu {
	position: absolute;
	margin: 0px 50%;
	top: 170px;
	left: -400px;
	width: 800px;
	text-align: center;
	letter-spacing: 1px;
	text-transform: uppercase;
	color:#ddd;
	font: bold 11px Arial, Tahoma;
}
#menu a {
	color:#ee3333;
}
#menu a:hover {
	text-decoration:underline;
}
#menu a.current {
	color:#ddd;
}
.picture {
	float: left;
	margin-top: 1px;
	margin-left: 1px;
	margin-bottom: 1px;
}
.picture a img {
 filter: progid: DXImageTransform.Microsoft.Alfa(opacity=40);
	opacity: 0.4; /* Mozilla, Opera */
	filter: alpha(opacity=40);  /* IE */
}
.picture a:hover img {
 filter: progid: DXImageTransform.Microsoft.Alfa(opacity=100);
	opacity: 1; /* Mozilla, Opera */
	filter: alpha(opacity=100);  /* IE */
}
#content {
	width: 900px;
	margin: 0px auto;
	background: #fff;
}
#adres {
	clear:both;
	padding: 8px 20px;
	border-bottom: 1px dotted #777;
	font: bold 12px Arial, Tahoma;
}
#adres a {
	color:#cc0000;
}
#menu2 {
	float: left;
	padding: 20px;
	font: bold 13px Arial, Tahoma;
}
#menu2 a {
	color:#cc0000;
}
#menu2 a.current {
	color:#fff;
	background:#cc0000;
	padding: 1px;
}
#menu2 a:hover {
	text-decoration:underline;
}
#menu3 {
	padding: 0px;
	font: bold 13px Arial, Tahoma;
}
#menu3 a {
	color:#cc0000;
}
#menu3 a:hover {
	text-decoration:underline;
}
.text {
	float: right;
	width: 520px;
	padding: 30px 80px 30px 0px;
	text-indent: 15px;
	text-align: justify;
}
.text2 {
	width: 790px;
	margin-left: 30px;
	padding: 30px 80px 30px 0px;
/*--	text-indent: 15px;
	text-align: justify; --*/
}
.text3 {
	float: left;
	width: 240px;
	padding: 30px 20px 30px 40px;
}
.text a {
	font: bold 12px Arial, Tahoma;
	color:#cc0000;
}
.text2 a {
	font: bold 12px Arial, Tahoma;
	color:#cc0000;
}
.text3 a {
	font: bold 12px Arial, Tahoma;
	color:#cc0000;
}
.raboty {
	margin-left: 20px;
}
#icon {
	float: left;
	text-indent: 0px;
	margin: 5px;
}
#icon2 {
	float: left;
	text-indent: 0px;
	margin: 0px 30px 30px 0px;
	padding: 10px;
	border: 1px dotted #aaa;
	background: #fff;
}
#map {
	border: 1px dotted #777;
	text-indent: 0px;
}
#pechenyi {
	clear:both;
	border-top: 1px dotted #777;
	text-align: center;
	margin-top: 30px;
	padding: 15px 0px;
}
.hr {
	float: right;
	height:1px;
	width:235px;
	border-top: 1px dotted #777;
	text-align: right;
}
.hr2 {
	height:1px;
	width:100%;
	border-top: 1px dotted #777;
	margin: 20px 0;
}
.nofloat {
	clear:both;
	height: 10px;
}
a {
	outline-style: none;
	text-decoration:none;
}
h1 {
	font: 18px Arial, Tahoma;
	color:#000;
	text-indent: 0px;
}
h2 {
	font: bold 12px Arial, Tahoma;
	color:#555;
	text-indent: 0px;
}
h3 {
	font: 11px Arial, Tahoma;
	color:#aaa;
	text-indent: 0px;
}
ol {
	list-style-type: disc;
	text-indent: 0px;
}
ul {
	list-style: none;
	text-indent: 0px;
}
hr {
	border: 0px;
	color: #9E9E9E;
	height: 1px;
}
table {
	width:90%;
	table-layout: auto;
	border-collapse:collapse;
}
td {
	border: 1px solid #ccc;
	padding:1px 10px;
}
#content #menu2 ul li {
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	line-height: 15px;
}

#foto_group {
	margin: 0px;
	}

#foto_group a img {
	border: 1px solid #BBB;
	padding: 2px;
	margin: 10px 10px 10px 0;
	vertical-align: top;
}

#foto_group a img.last {
	margin-right: 0;	
}
