/* global */
* {
  margin: 0;
  padding: 0;
}

body {
  background: url(img/bg.gif);
}

.clear {
  clear: both;
  font-size: 0px;
  height: 0px;
  overflow: hidden;
}

.right {
  float: right;
}
/* /global */

.main {
  width: 962px;
  margin: 0 auto;
}

.pageHead {
  height: 145px;
  background: url(img/headBg.jpg) no-repeat;
  margin-bottom: 17px;
}

.headLogo {
  float:left;
  border: none;
  padding: 19px 0 0 43px;
}

.icons {
  float: left;  
}

.icons a {  }

.icons a img {
  border-left: 1px solid #f5f5f3;
  border-right: 1px solid #f7f9f9;
  border-top: none;
  border-bottom: none;
  float: left;
  margin-left: 10px;
  background-color: #f4f6f7;
  cursor: pointer;
  padding: 3px;
  float: left;
}

.icons a img:hover {
  background-color: #f5a519; 
}

.languages {
  float: left;
  margin-left: 30px;
}

.languages li{
	padding: 0;
  margin: 0;
  list-style: none;
  float: left;
}

.languages a {
  font-family: Arial, Verdana, Tahoma;
  color: #3c3c3c;
  text-decoration: none;
  font-size: 12px;
  padding: 3px 6px;
  background-color: #f4f6f7;
  margin-left: 4px;
}

.languages a:hover {
  background-color: #f5a519;
  color: #3c3c3c;
}

.languages a.act {
  color: white;
  background-color: #26a5cb;
}

/* top menu 

.menu ul{
  display: table;
  padding:0;
  margin:0;
  width:100%;
  border-collapse:collapse;
  list-style:none;
}
.menu li{
  display: inline;
  display: table-cell;
}
.menu a{
  display: inline-block;
  background: green;
  line-height: 35px;
  width: 100%;
  text-align:center;
}
* html .menu li{float:left;}
* html .menu a{display:inline;width:auto;padding:0 40px;}
*:first-child+html .menu li{float:left;}
*:first-child+html .menu a{display:inline;width:auto;padding:0 40px;}


*/
.menuTop {
  background: url(img/menuBg.gif);
}

.menuTop ul {
  border-collapse: collapse;
/*  display: table; */
  list-style: none;
  width: 100%;
}

.menuTop ul li {
/*  display: table-cell; */
  float: left;
}

.menuTop ul li a {
  color: #ffffff;
  display: block;
  float: left;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  font-size: 13px;
  height: 43px;
  line-height: 43px;
  padding: 0 15px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.menuTop ul li a:hover {
  background: #701018;
}

.menuTop ul li.current a,
.menuTop ul li.selected a {
  background: url(img/menuActiveBg.gif);
  border-right: #3a090c solid 1px;
  border-left: #3a090c solid 1px;
  padding: 0 14px;
}

* html .menuTop li {
  float: left;
}

* html .menuTop li a {
  float: left;
}

*:first-child+html .menuTop li {
  float: left;
}

/* /top menu */

/* left menu */

.contentCol {
  width: 654px;
  float: left;
}

.leftCol {
  float: right;
  width: 288px;
}

.leftCol .box {
  width: 258px;
  border: 1px solid #000000;
  border-top: 2px solid #000000;
  background-color: #ffffff;
  padding: 14px;
  margin-bottom: 8px;
  display: block;
  font-family: Tahoma, Geneva, sans-serif;
  font-size: 12px;
  line-height: 17px;
}

.box .label {
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  display: block;
  width: 100%;
  border-bottom: 1px solid #000000;
  font-size: 18px;
  margin-bottom: 18px;
  color: #b21c29;
  padding-bottom: 9px;
}

.leftCol .iiw{
  margin: 0 auto;
  display: block;
}

.leftCol .boxFirst{
  border-top: 5px solid #000000;
}

.leftMenu ul {
  list-style: none;
  margin-left: 7px;
}

.leftMenu li {
  background: url(img/submenu.gif) no-repeat 0px 6px;
  padding-left: 17px;
  margin-bottom: 10px;
}

.leftMenu li a {
  border-bottom: 1px solid #b21c29;
  color: #1a171c;
  font-size: 13px;
  text-decoration: none;
}

.leftMenu li a:hover {
  color: #b21c29;
}

.leftMenu li.current {
  background-image: url(img/submenu_act.gif);
}

.leftMenu .current a {
  color: #b21c29;
  font-weight: bold;
  border-bottom: none;
} 

/* /left menu */

/* sub menu */
.menuSub {
}

.menuSub ul {
  width: 645px;
  float: left;
  margin-left: 46px;
  margin-bottom: 24px;
  background-color: #e3edf1;
  padding: 18px;  
  list-style-type: none;
}

.menuSub ul li a {
  font-family: Verdana;
  font-size: 12px;
  color: #595959;
  text-decoration: none;
  padding: 2px 7px 2px 7px;
  display: block;
  margin: 9px 0;
  line-height: 17px;
  font-weight: bold;  
  padding-left: 18px;
  background: url(images/menu_icon2.gif) no-repeat 8px 9px;
  font-weight: normal;
  width: 200px;
}

.menuSub ul li a:hover {
  background-color: #f5a519;
  color: white;
  background: #f5a519 url(images/menu_icon2_act.gif) no-repeat 8px 9px;
  font-weight: normal;
}

.menuSub ul li.current a {
  background: #83b51e url(images/menu_icon2_act.gif) no-repeat scroll 8px 9px;
  color: white;
}

/* /sub menu*/




/* search */
.search {
  clear: right;
  float: right;
  margin-top: 20px;
}

.modAdministratorSearchInput {
  border: 1px solid #83b51e;
  float: left;
  width: 120px;
  font-family: Arial, Verdana, Tahoma;
  font-size: 12px; 
  color: #3c3c3c;
  padding: 1px 3px;
  height: 15px;
}

.modAdministratorSearchButton {
  width: 19px;
  height: 19px;
  float: left;
  cursor: pointer;
  background: #83b51e url(images/search.gif) no-repeat scroll center center;
}

.ipContent .modAdministratorSearchList {
  list-style: none;
  margin: 0;
}

.ipContent .modAdministratorSearchList li {
  background: none;
  padding: 0;
  margin-bottom: 10px;
}

.ipContent .modAdministratorSearchLink {  }

.ipContent .modAdministratorSearchDescription {
  font-size: 12px;
}
/* /search */



/* news */
.ipDisplayContentNews a{
  font-famiy: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #b21c29;
  font-size: 20px;
  text-decoration: none;
  font-weight: normal;

}

.ipDisplayContentNewsDate {
  font-family: Tahoma, Geneva, sans-serif;
  color: #504f52;
  padding-left: 26px;
  background: transparent url(img/clock.gif) no-repeat left bottom;
  margin-left: -8px;
  line-height: 18px;
  font-size: 14px;
}

/* /news */


.ipContent { /* required ImpressPages CMS element where all content is placed */
  width: 614px;
  border-top: 5px solid #000000;
  border-right: 1px solid #000000;
  border-left: 1px solid #000000;
  border-bottom: 1px solid #000000;
  padding: 19px;
  float: left; /* "ipContent" div should be floated to left or right because clear property in some modules */
  background-color: #ffffff;
  margin-bottom: 11px;
}

/* footer */

.footer {
  float: left;
  background-color: #c0c0c0;
  width: 636px;
  padding: 8px;
  /*clear: left;*/
  border: 1px solid #000000;
  height: 31px;
  margin-bottom: 9px;
}

.counter {
  float: left;
}

.footer p,
.footer a {
}

.footer .poweredBy a{
  font-family: Tahoma, Geneva, sans-serif;
  margin-right: 14px;
  font-size: 11px;
  color: #000;
  line-height: 31px;
  display: block;
  float: right;
  text-decoration: none;
}

.footer .poweredBy a:hover{
  text-decoration: underline;
}

.footer .copyright {
  font-family: Tahoma, Geneva, sans-serif;
  padding-left: 15px;
  font-size: 11px;
  color: #000;
  line-height: 31px;
  display: block;
  float: left;
}

.footerLine{
  height: 9px;
  background-color: #000000;
  margin-bottom: 9px;
  clear: both;
}

/* /footer */



