/*
***********************************************************
* CSS Definition file
***********************************************************
* Generic elements
***********************************************************
*/

/***
* BARVY
* oranzova: e88700;
* jerie modra: 002a5e;
* sediva text: 58595b;
*/

a {
	color:#52608f;
	text-decoration:underline;
}

a:link {
	color:#52608f;
	text-decoration:underline;
}

a:visited {
	color:#52608f;
	text-decoration:underline;
}

a:active {
	color:#52608f;
	text-decoration:underline;
}

a:hover {
	color:#52608f;
	text-decoration:none;
}

body {
	width: 930px;
	margin: auto;
	font-family: Arial, Verdana;
	font-size: 11px;
	color:#404041;
	background: url('../img/bg.gif') top center repeat-y;
	background-color :#fff;
	position: relative;
}

body.hp {
	background: url('../img/bg_hp.gif') top center repeat-y;
}

/* reset */
p, form, h1, h2, h3, h4 {
	margin: 0px;
	padding: 0px;
	border: 0px;
}

h1 span, h2 span {
	display:none;
}

/*
MAIN
*/

#logo {
	position: absolute;
	top:0px;
	left:0px;
}

/*
MENU
*/

ul#menu {
	background-color: #fff;
	height:133px;
	margin:0px;
	padding:0px;
	padding-left: 240px;
	border-bottom: 1px solid #a7a9ac;
	border-right: 1px solid #a7a9ac;
	background: url('../img/bg_menu.gif') top left repeat-x;
}

ul#menu li {
	background-color: #d1d2d4;
	list-style-image: none;
	list-style-type: none;
	float:left;
	margin:0px;
	padding:0px;
	color:#fff;
	border-right: 1px solid #a7a9ac;
}

ul#menu li a {
	display: block;
	color:#404041;
	background-color: #d1d2d4;
	text-decoration:none;
	text-align: center;
	padding: 110px 0px 9px 0px;
}

ul#menu li a.i1 {
	width:71px;
	background: url('../img/menu/i1.gif') top left no-repeat;
}

ul#menu li a.i1:hover {
	background-position : -71px 0px;
}

ul#menu li a.i2 {
	width:98px;
	background: url('../img/menu/i2.gif') top left no-repeat;
}

ul#menu li a.i2:hover {
	background-position : -98px 0px;
}

ul#menu li a.i3 {
	width:133px;
	background: url('../img/menu/i3.gif') top left no-repeat;
}

ul#menu li a.i3:hover {
	background-position : -133px 0px;
}

ul#menu li a.i4 {
	width:55px;
	background: url('../img/menu/i4.gif') top left no-repeat;
}

ul#menu li a.i4:hover {
	background-position : -55px 0px;
}

ul#menu li a.i5 {
	width:67px;
	background: url('../img/menu/i5.gif') top left no-repeat;
}

ul#menu li a.i5:hover {
	background-position : -67px 0px;
}

ul#menu li a.i6 {
	width:45px;
	background: url('../img/menu/i6.gif') top left no-repeat;
}

ul#menu li a.i6:hover {
	background-position : -45px 0px;
}

ul#menu li a:hover {
	background-color: #bcbdc0;
}

/* CZ */
ul#menu li a.icz1 {
	width:61px;
	background: url('../img/menu/icz1.gif') top left no-repeat;
}

ul#menu li a.icz1:hover {
	background-position : -61px 0px;
}

ul#menu li a.icz2 {
	width:91px;
	background: url('../img/menu/icz2.gif') top left no-repeat;
}

ul#menu li a.icz2:hover {
	background-position : -91px 0px;
}

ul#menu li a.icz3 {
	width:119px;
	background: url('../img/menu/icz3.gif') top left no-repeat;
}

ul#menu li a.icz3:hover {
	background-position : -119px 0px;
}

ul#menu li a.icz4 {
	width:70px;
	background: url('../img/menu/icz4.gif') top left no-repeat;
}

ul#menu li a.icz4:hover {
	background-position : -70px 0px;
}

ul#menu li a.icz5 {
	width:74px;
	background: url('../img/menu/icz5.gif') top left no-repeat;
}

ul#menu li a.icz5:hover {
	background-position : -74px 0px;
}

ul#menu li a.icz6 {
	width:54px;
	background: url('../img/menu/icz6.gif') top left no-repeat;
}

ul#menu li a.icz6:hover {
	background-position : -54px 0px;
}

/*
* submenu
*/
#smzav {
	display:none;
	position:absolute;
	top: 134px;
	left:0px;
	width:800px;
	height:300px;
}

.sub {
	display:none;
	position:absolute;
	margin:0px;
	padding:0px;
	top:134px;
	left:311px;
	background-color: #e7e7e8;
	z-index: 2;
	padding:11px;
}

.sub li {
	list-style-image: none;
	list-style-type: none;
}

.sub a, .sub a:visited  {
	color:#404041;
	text-decoration: none;
}

.sub a:hover {
	/* background-color: #bcbdc0; */
	text-decoration: underline;
}

a#lngcz {
	position: absolute;
	top:10px;
	right:14px;
	color:#404041;
	text-decoration: none;
}

a#featured {
	position: absolute;
	top:50px;
	right:14px;
}

/*
* LEFT
*/
#leftcol {
	position:absolute;
	left:0px;
	top: 134px;
	width: 240px;
}

#about {
	padding:0px;
	margin-bottom: 20px;
}

#about h2 {
	color: #67729e;
	font-size: 18px;
	font-weight: normal;
	height:15px;
	margin-bottom: 5px;
	background: url('../img/tit_en_hp_about.gif') top left no-repeat;
}

#leftcol h2 span {
	display: none;
}

#leftcolin {
	position:absolute;
	left:0px;
	top: 134px;
	width: 240px;
}

#buttons {
	padding: 20px 0px 20px 27px;
	background: url('../img/bg_left.gif') top left repeat-x;
}

#buttons h2 {
	color: #67729e;
	font-size: 18px;
	font-weight: normal;
	height:17px;
	margin-bottom: 0px;
	background: url('../img/tit_en_cand.gif') top left no-repeat;
}

#buttons h2.cli {
	background: url('../img/tit_en_client.gif') top left no-repeat;
	margin-top:10px;
}

#cont {
	padding: 20px 0px 20px 27px;
	background: url('../img/bg_left.gif') 0px 37px repeat-x;
	height:200px;
	color :#52608f;
}

#cont a {
	color:#52608f;
}

#cont h2 {
	color: #67729e;
	font-size: 18px;
	font-weight: normal;
	height:17px;
	margin-bottom: 10px;
	background: url('../img/tit_en_cont.gif') top left no-repeat;
}

h3#hdnews {
	background: url('../img/hd_news.gif') top left no-repeat;
	position: absolute;
	width: 215px;
	height: 34px;
	top: 99px;
	left: 714px;
}

h3#hdnews span {
	display:none;
}

#news {
	position: absolute;
	top: 150px;
	left: 730px;
	width: 190px;
}

#news .newsitem {
	margin-bottom: 10px;
}

.newsitem h4 {
	font-size: 11px;
	color :#52608f;
	font-weight: bold;
	margin-bottom: 4px;
}

.newsitem img {
	margin-top: 4px;
}

/*
* CONTENT AREA
*/
#maincol {
	margin-left: 267px;
	margin-top: 25px;
	margin-right: 240px;
}

#maincol h1 {
	color: #67729e;
	font-size: 18px;
	font-weight: normal;
	height:17px;
	margin-bottom: 5px;
	background: url('../img/tit_en_our_serv.gif') top left no-repeat;
}

#maincolin {
	margin-left: 267px;
	margin-top: 25px;
	margin-right: 40px;
}

#maincolin h1 {
	color: #67729e;
	font-size: 18px;
	font-weight: normal;
	height:17px;
	margin-bottom: 5px;
}

#maincolin h2 {
	color: #67729e;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 5px;
}

.hpbann {
	width:203px;
	height:57px;
	background-color: #d6d9e8;
	border-top: 11px solid #b4b9d2;
	margin-bottom: 14px;
	text-align: right;
	float:left;
	position: relative;
	cursor: pointer;
}

.hpl {
	margin-right: 14px;
}

.hpbann h2 {
	height:50px;
	width:145px;
	background: url('../img/tit_en_hp_01.gif') bottom left no-repeat;
	position: absolute;
	top:5px;
	left:15px;
}

.hpbann h2.b02 {
	background: url('../img/tit_en_hp_02.gif') bottom left no-repeat;
}

.hpbann h2.b03 {
	background: url('../img/tit_en_hp_03.gif') bottom left no-repeat;
}

.hpbann h2.b04 {
	background: url('../img/tit_en_hp_04.gif') bottom left no-repeat;
}

.hpbann h2.b05 {
	background: url('../img/tit_en_hp_05.gif') bottom left no-repeat;
}

.hpbann h2.b06 {
	background: url('../img/tit_en_hp_06.gif') bottom left no-repeat;
}

.hpbann h2 span {
	display: none;
}

h2.follow {
	background: url('../img/tit_en_follow.gif') bottom left no-repeat;
	height: 20px;
	margin-bottom: 10px;
}

a.fa {
	display:block;
	float:left;
	background-color: #bcbdc0;
	color: #fff !important;
	text-decoration: none !important;
	padding: 5px 8px;
	font-size: 12px;
	margin-right: 2px;
}

/**
* FORM
*/

#form1 input, #form1 select {
	width: 180px;
	font-size: 10px;
}

#form1 select {
	width: 186px;
}

#form1 input.filei {
	width: 186px;
}


#form1 input.submit {
	background: url('../img/btn_en_submit.gif') top left no-repeat;
	border:0px;
	width:86px;
	height:34px;
}

.formtbl th {
	font-weight: bold;
	text-align: left;
	padding-top: 22px;
	padding-bottom: 8px;
}

.formtbl td {
	padding-top: 7px;
}

.formtbl td.leg {
	width: 120px;
}

.formtbl td.gap {
	width: 50px;
}
