@import "old.css";



* {

	margin: 0;

	padding: 0;

}

body {

	background-color: #2e3539;

	color: #65727A;

	font: 14px Arial, Verdana, Geneva, Helvetica, sans-serif;

}

a {

	color: #65727a;

}

img {

	border: none;

}


p{
text-align: justify;
}

#telo {

	width: 980px;

	margin: 0 auto;

	background-color: white;

}

#header {

	background: #46535b url(images/topbg_r.jpg) repeat-x top right;

	border: 5px solid #3e4b54;

	border-bottom: none;

	border-top: none;

}

#mainmenu {

	text-align: center;

	background-color: #46535b;

	padding-bottom: 5px;

}

#maincol {

	width: 690px;

	margin: 10px;

	padding: 10px;	
    
    overflow: hidden;

}

.left {

	float: left;

	width: 450px;

	margin-left: 20px;

}

.right {

	float: right;

	width: 100px;

	padding: 5px;

	margin-top: -15px;

}

.clear {

	clear: both;

}

#footer {

	background: white url(images/foot.jpg) no-repeat right top;

	text-align: center;

	padding: 1px;

}

#footerlinks {

	font-size: 0.7em;

}

#el {

	position:relative; width: 170px; height:31px; left:50%; margin-left:-85px; line-height:15px; text-align:center; padding: 5px;

}



/* submenu */

.submenu {

	float: right;

	width: 250px;

}

.submenu li {

	display: block;

	padding: 3px;

	margin: 0;

	list-style: none;

	font-weight: bold;

	font-size: 12px;

}

.submenu li a {

	text-decoration: none;

}

.subh {

	background-color: #65727A;

	color: white;

	text-align: center;

}

.subm {

	background-image: url(images/bgmn.jpg);

}



/* in use */

h1, h4, h6 {
	color: #cc0000;
	text-align: center;
	margin: 5px;
}
h1 {font-size:1.5em}
h5, h6 {
	font-size: 12px;
	margin-bottom: 5px;
}

h6 {
	text-align: left;
}

p {
	margin-bottom: 5px;
}

li {
	margin-left: 30px;
}



/* additional blocks */

#mess {
	background-color: #a8b4bb;
	padding: 15px;
	margin: 10px;
	text-align: center;
	font-weight: bold;
	border: 1px solid black;
	color: black;
}

.con {
	width: 450px;
	margin-left: 20px;
}

.conn {	}

table {
	margin-top: 10px;
}

td {
	padding: 2px;
}

#subadd {
	padding: 10px;
	text-align: center;
}

#hleb {
    margin: 10px 0;
    font-weight: bold;
}
#hleb a {
    color: #65727A;
    font-size: 14px;
    font-weight: bold;
    font-family: Arial;
}
#hleb span {
    color: #a2a2a4;
    font-weight: bold;
}
#map-image {
	padding: 10px;
}

/* === popup === */
#opaco {
	background-color: #000000;
	left: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=70)";/* IE8 */
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity = 70); /* IE5+ */
	filter: alpha(opacity=70);/* IE4- */
	moz-opacity: 0; /* Mozilla */
	-khtml-opacity: 0; /* Safari */
	opacity: 0;  /* general CSS3 */
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 100;
}

	#open {
		position: fixed;
		left:0;
		top:0;
		min-width:443px;
		min-height:256px;
		max-height:80%;
		z-index: 110;
	}
		#open_block {
			position:relative;
			min-height:256px;
			padding:25px 20px;
			background-color:#fff;
			border:1px solid #ccc;
			z-index:90;
		}
		body .close {
			position:absolute;
			top:3px;
			right:3px;
			width:18px;
			height:17px;
			background:url(/images/close.png) center no-repeat;
			border:1px solid #5AA1BC;
			z-index:100;
			cursor:pointer;
		}

body .hidden {display:none;}

