

/* ___| CSS document |_____________________ */


body { 
	margin: 0;
	padding: 0;
	font-size: 70%;
	font-family: Verdana, 'Geneva CE', lucida, sans-serif;
	background: #ccc url("../graphics/bg.jpg") no-repeat center top;
	color: #000;
	}
a img {
  	border: 0;
	}
h1, h2, h3, h4, h5, p {
	margin: 0;
	}
.none {
	display: none;
	}
.clear {
	margin: 0;
	padding: 0;
	height: 0;
	overflow: hidden;
	clear: both;
	}
	
	
/* ___| container |_____________________ */


#container {
	margin: 0 auto 0 auto;
	width: 781px;
	background: url("../graphics/bg_con.png") repeat;
	border-left: 2px solid #fff;
	border-right: 2px solid #c4c4c4;
	border-bottom: 2px solid #c4c4c4;
	}
	
	
/* ___| header |_____________________ */


#header {
	margin: 0;
	width: 781px;
	height: 104px;
	background: #d60a78 url("../graphics/bg_head.png") no-repeat center top;
	}
#header_min {
	margin: 0;
	width: 781px;
	height: 70px;
	background: #d60a78 url("../graphics/bg_head.png") no-repeat center top;
	}
#header_min #line {
	margin: 30px 0 0 0;
	}
#header_min #menu {
	height: 28px;
	}
#header_min h1 {
	margin: 3px 10px 0 0;
	}
#line {
	margin: 46px 0 0 0;
	width: 781px;
	height: 12px;
	background: url("../graphics/bg_line.png") repeat;
	float: left;
	clear: both;
	}
#menu {
	margin: 0;
	width: 781px;
	height: 47px;
	background: #000;
	float: left;
	clear: both;
	}
#menu .langs {}
#menu .langs a {width: 65px; padding: 0 0 0 5px; float: left; display: block; color: white; text-decoration: none; font-size: 90%; }
#menu .langs a.lang1 {line-height: 30px; height: 24px; overflow: hidden; }
#menu .langs a.lang2 {line-height: 15px; height: 23px; overflow: hidden; }
#menu .langs a:hover {background: white; color: black; }
#menu .prelangs {float: left}
h1 {
	margin: 4px 6px 0 0;
	float: right;
	}
	
menu {
	margin: 0;
	padding: 0;
	}
menu li {
	margin: 0;
	list-style: none;
	float: left;
	}
menu li a {
	margin: 0;
	padding: 16px 10px 0 10px;
	height: 31px;
	width: auto;
	list-style: none;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	}
menu li.t a {
	padding: 28px 10px 0 10px;
	height: 19px;
	}
menu li.now a {
	background: #e6e6e6;
	color: #000;
	}
menu li a:hover {
	background: #e6e6e6;
	color: #000;
	}
menu li.bor {
	border-right: 2px solid #f3cee2;
	}
	
#header_min menu {
	margin: 0;
	padding: 0;
	}
#header_min menu li {
	font-size: 90%;
	margin: 0;
	list-style: none;
	float: left;
	}
#header_min menu li a {
	margin: 0;
	padding: 2px 11px 0 11px;
	height: 26px;
	width: auto;
	list-style: none;
	text-decoration: none;
	color: #fff;
	float: left;
	display: block;
	}
#header_min menu li.t a {
	padding: 12px 11px 0 11px;
	height: 16px;
	}
#header_min menu li a:hover {
	margin: 0;
	background: #e6e6e6;
	border: 0;
	color: #000;
	}
#header_min menu li.now a {
	margin: 0;
	background: #e6e6e6;
	border: 0;
	color: #000;
	}
	
	
/* ___| bar |_____________________ */


#bar {
	margin: 0;
	width: 781px;
	min-height: 160px;
	background: #300d22 url("../graphics/bg_bar.png") repeat-y;
	float: left;
	clear: both;
	}
#bar img {
	margin: 0;
	float: left;
	}
	

/* ___| submenu |_____________________ */

	
ul#submenu {
	margin: 0;
	padding: 0 0 0 6px;
	width: 775px;
	background: #5a374c;
	float: left;
	clear: both;
	}
ul#submenu li {
	margin: 0;
	list-style: none;
	float: left;
	}
ul#submenu li a {
	padding: 2px 6px 2px 6px;
	color: #fff;
	text-decoration: none;
	display: block;
	}
ul#submenu li a:hover, ul#submenu a.now_sel {
	color: #000;
	background: #e6e6e6;
	}
ul#submenu  ul {
	margin: 0 0 0 -2px;
	padding: 0 6px 4px 6px;
	wid_th: 90px;
	display: none;
	background: #e6e6e6;
	border-left: 2px solid #fff;
	border-right: 2px solid #c4c4c4;
	border-bottom: 2px solid #c4c4c4;
	border-top: 0;
	position: absolute;
	float: left;
	clear: both;
	}
ul#submenu  li li {
	margin: 5px 0 2px 0;
	clear: left;
	white-space: nowrap;
	}
ul#submenu  li li a {
	margin: 0;
	color: #000;
	text-transform: none;
	padding-left: 19px;
	background: url("../graphics/sub_point.png") no-repeat left 2px;
	}
ul#submenu  li li a:hover {
	background: none;
	color: #777;
	background: url("../graphics/sub_point_h.png") no-repeat left 2px;
	}
	
	
/* ___| left |_____________________ */


#left {
	margin: 12px 0 0 0;
	width: 198px;
	float: left;
	}
#left img {
	border: 2px solid #fff;
	border-left: 0;
	}
	
	
/* ___| content |_____________________ */


#content {
	margin: 20px 0 0 22px;
	padding: 6px 13px 13px 13px;
	width: 480px;
	background: #fff;
	float: left;
	}
#content a {color: #a0a0a0;}
#content a:hover {text-decoration: none}
#content p#path {
	margin-bottom: 8px;
	font-size: 80%;
	color: #a0a0a0;
	}
#content p#path a {
	text-decoration: none;
	color: #a0a0a0;
	}
#content p#path a:hover {
	text-decoration: underline;
	}
#content h2 {
	margin-bottom: 8px;
	font-size: 130%;
	color: #ff0099;
	}
#content h3 {
	margin-bottom: 8px;
	font-size: 110%;
	color: #ff0099;
	}
#content p {
	margin-bottom: 7px;
	line-height: 140%;
	}
#content p.gallery {
	margin-bottom: 6px;
	}
#content p.gallery img {
	margin: 5px 6px 3px 6px;
	}
	
	
/* ___| right |_____________________ */


#right {
	margin: 20px 0 0 20px;
	width: 211px;
	float: left;
	position: relative;
	}
#right h3 {
	padding: 4px 0 4px 6px;
	background: #6d6c6d;
	color: #fff;
	font-size: 110%;
	}
.scroll_box {
	margin: 0 0 16px 0;
	padding: 10px;
	width: 191px;
	height: 220px;
	overflow: auto;
	background: #fff;
	overflow-x: hidden;
	}
.scroll_box ul {
	margin: 0;
	padding: 0;
	}
.scroll_box ul li, ul.news li, ul.arr li {
	margin-bottom: 6px;
	padding-left: 19px;
	color: #666;
	list-style: none;
	background: url("../graphics/point.png") no-repeat left 2px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	}
	
ul.news {
	margin: 0;
	padding: 0;
	}
ul.news li {
	margin-bottom: 6px;
	padding-left: 0;
	color: #666;
	list-style: none;
	background: none;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	}
ul.news li a {
	padding-left: 19px;
	color: #666;
	text-decoration: none;
	display: block;
	w_idth: 155px;
	zoom: 1;
	clear: both;
	background: url("../graphics/point.png") no-repeat left 2px;
	}
ul.news li a:hover {
	color: #888;
	background: url("../graphics/point_h.png") no-repeat left 2px;
	}
	
ul.arr li {
	margin-bottom: 6px;
	padding-left: 0;
	background: none;
	float: left;
	clear: both;
	}
ul.arr li a {
	color: #666;
	width: 155px;
	padding-left: 19px;
	background: url("../graphics/point.png") no-repeat left 1px;
	font-size: 100%;
	font-weight: bold;
	line-height: 140%;
	text-decoration: none;
	cursor: pointer;
	display: block;
	float: left;
	clear: both;
	}
ul.arr li a:hover {
	color: #777;
	background: url("../graphics/point_h.png") no-repeat left 1px;
	}
ul.arr li span {
	margin: 0;
	width: 50px;
	float: left;
	}
ul.arr li span.ri {
	margin: 0;
	width: 105px;
	display: block;
	float: left;
	}
.scroll_box ul li a {
	color: #666;
	}
	
	
/* ___| footer |_____________________ */


#footer {
	margin: 0;
	padding: 4px 6px 0 6px;
	width: 769px;
	height: 21px;
	background: #000 url("../graphics/bg_footer.png") no-repeat center bottom;
	}
#footer p {
	color: #fff;
	font-size: 80%;
	font-weight: bold;
	}
#footer p#foot_r {
	float: right;
	}
#footer a {
	padding: 0 2px 0 2px;
	color: #fff;
	text-decoration: none;
	}
#footer a:hover {
	color: #999;
	}
#footer p#foot_r a:hover {
	padding: 4px 2px 4px 2px;
	color: #000;
	background: #e6e6e6;
	}

/*
table {border: 1px solid black; border-collapse: collapse}
table td {border: 1px solid black; padding: 4px}	
*/

table.form {border: 0 none}
table.form td {border: 0 none; padding: 2px; vertical-align: top}
table.form tr.submit td {text-align: right}


.navhover {background: url(/graphics/map.png) no-repeat; width: 506px; height: 3010px; position: absolute; left: 0; top: 430px}
.navhover_sk {background: url(/graphics/map_sk.png) no-repeat; width: 506px; height: 3010px; position: absolute; left: 0; top: 430px}
.navhover_en {background: url(/graphics/map_en.png) no-repeat; width: 506px; height: 3010px; position: absolute; left: 0; top: 430px}


/* ___| team |_____________________ */


#team_l {
	margin: 0 4px 0 0;
	width: 240px;
	float: left;
	}
#team_l p, #team_r p {
	text-align: center;
	font-size: 90%;
	}
#team_l img, #team_r img {
	margin-bottom: 3px;
	border: 2px solid #ed459c;
	}
#team_r {
	margin: 0;
	width: 290px;
	float: left;
	}
.pbox {
	margin: 4px 0 0 0;
	padding: 10px 0 6px 0;
	width: 100%;
	background: #fde5f3;
	float: left;
	clear: both;
	}
.pbox h4 {
	margin-bottom: 10px;
	height: 22px;
	color: #ea088e;
	font-size: 80%;
	text-align: center;
	}
#team_l .pbox p, #team_r .pbox p, #team_l .list p, #team_r .list p {
	font-size: 80%;
	}
#team_l .pbox img, #team_r .pbox img, #team_l .list img, #team_r .list img {
	border: 0;
	}
#team_r .odd {
	padding: 0 5px 0 5px;
	}
.odd {
	padding: 0 10px 0 10px;
	width: 60px;
	float: left;
	}
.small{
	padding: 0 0 0 8px;
	width: 70px;
	float: left;
	}
.list {
	margin: 0 6px 0 8px;
	width: 55px;
	float: left;
	}
.comp{
	margin: 0 6px 0 3px;
	float: left;
	}
#team_l .comp1 { width: 66px; }
#team_l .comp2 { width: 69px; }
#team_l .comp3 { width: 69px; }
#team_r .comp { width: 50px; }
	
#team_l .list p, #team_r .list p {
	margin: 0;
	}
#team_l .list1 p {
	padding: 10px 10px 0 11px;
}
#team_l .list2 p {
	padding: 10px 10px 0 14px;
}
#team_l .list3 p {
	padding: 10px 10px 0 14px;
}
#team_r .list p {
	padding: 10px 10px 0 0;
}

#team_l p a, #team_r p a {
   text-decoration: none;
   color: #000;
   }
#team_l p a:hover, #team_r p a:hover {
   color: #999;
   } 
	
