@charset "UTF-8";

.normal {
	font-size: 80%;
}

.smallest,a.smallest {
	font-size: 90%;
}

h1 {
	font-size: 100%;
	font-weight: normal;
}

h2,h3,h4 {
	font-size: 100%;
}

.lines {
	margin-top: 0.2em;
	margin-bottom: 0.6em;
}

a {
	color: #f00;
	text-decoration: underline;
}

a:hover {
	color: #000;
	text-decoration: underline;
}

hr {
	border: 1px solid #ddd;
}

body {
	background: #fff;
	color: #000;
	margin: 0;
	padding: 0;
	font-family: verdana, arial, helvetica, sans-serif;
}

/***** NAV MAIN ****/
.nav_main {
	position: absolute;
	left: 40px;
	top: 30px;
	visibility: hidden;
	padding-left: 50px;
	background-color: #fff;
}

.nav_main ul {
	margin: 0;
	padding: 0;
	font-size: 110%;
}

.nav_main ul li {
	list-style-type: none;
	margin: 0;
	padding: 0 1.2em 0 0;
	float: left;
}

.nav_main a,.lang a,.lang_home a {
	color: #000;
}

.nav_main a:hover,.lang a:hover {
	color: #f00;
}

.nav_main a.active {
	color: #f00;
}

.nav_main li.present a {
	padding-left: 50px;
	background: url("../pict/pdf_ico.png") no-repeat 26px 0;
}

.lang {
	background: #fff;
	white-space: nowrap;
	position: absolute;
	left: 860px;
	top: 0px;
	font-size: 12px;
	height: 19px;
	width: 43px;
	text-align: center;
}

.lang span {
	padding: 6px 0.2em;
}

.lang_home {
	white-space: nowrap;
	position: absolute;
	top: 30px;
	left: 917px;
	height: 19px;
	width: 43px;
	background: #fff url("../pict/vert_line.png") no-repeat center;
	font-size: 12px;
	padding-top: 3px;
	text-align: center;
}

.lang_home span {
	padding: 0 3px;
}

/*****/
.cont {
	width: 1000px;
	height: 700px;
	position: relative;
	clear: both;
	text-align: left;
}

/*** Left ***/
.left_nav {
	margin: 0;
	padding: 0;
	text-align: left;
	position: absolute;
	left: 40px;
	top: 55px;
	visibility: hidden;
	background: none;
	width: 300px;
	height: 613px;
}

.open {
	position: absolute;
	left: 40px;
	top: 30px;
}

.close {
	position: absolute;
	left: 0px;
	top: 0px;
}

.logo_km {
	position: absolute;
	top: 90px;
	left: 10px;
}

/*** CONT 920x613 ***/
.content {
	position: absolute;
	left: 40px;
	top: 55px;
	width: 920px;
	height: 613px;
	background-color: #fff;
	border: 0px solid #eee;
	font-size: 160%;
}

#content {
	cursor: url("../pict/arrow.cur"), pointer;
}

.cursor_arrow {
	cursor: url("../pict/arrow.cur"), pointer;
}

.text_item_one {
	position: absolute;
	left: 0;
	bottom: 0;
	padding-bottom: 10px;
	padding-left: 0;
	width: 700px;
	background-color: none;
	font-size: 120%;
}

.text_item_one h1 {
	font-size: 100%;
	font-weight: normal;
	margin: 0;
	padding: 0;
	background-color: #fff;
	float: left;
}

.rss {
	text-align: right;
	padding: 3px 3px 0 0;
}

.home {
	position: absolute;
	width: 615px;
	height: 344px;
	left: 100px;
	top: 136px;
	overflow: auto;
	background: #fff url("../pict/logo_km_main_bg.png") no-repeat left top;
	padding: 0 20px 0 75px;
}

.home h1 {
	float: none;
}

.phone {
	text-align: right;
	font-size: 90%;
	position: absolute;
	top: 480px;
	right: 37px;
}

.announces {
	font-size: 80%;
	width: 560px;
}

.announces a {
	color: #000;
	text-decoration: none;
}

.announces a:hover {
	text-decoration: underline;
}

.announces div.news {
	width: 50%;
	float: left;
}

.announces h2 {
	font-weight: normal;
	font-size: 80%;
	margin: 0;
	padding: 0 1em 1em 0;
}

/*** GALLERY ***/
.gallery_items {
	margin: 0;
}

.gallery_items ul {
	list-style: none;
	margin: 0.4em 0;
	padding: 0;
}

.gallery_items ul li { /** project **/
	clear: both;
	margin: 0;
	font-size: 22px;
	font-weight: normal;
	white-space: nowrap;
}

.gallery_items ul li div.project {
	padding: 0.2em;
	float: left;
	background: #fff;
}

.gallery_items .items {
	clear: both;
	padding: 0.2em 0.6em;
}

.gallery_items ul ul { /** work **/
	margin: 0;
	padding: 0;
}

.gallery_items ul ul li {
	padding: 0;
	margin: 0;
	background: none;
	white-space: normal;
	font-size: 18px;
}

.gallery_items ul ul li .active {
	font-size: 20px;
}

.gallery_items ul ul li span {
	background: #fff;
	padding: 0 4px;
}

.gallery_items a {
	text-decoration: none;
	color: #000;
}
.gallery_items a.active {
	font-weight: bold;
}

.gallery_items a:hover {
	text-decoration: underline;
}