body  {
  margin : 0;
  padding : 0;
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : normal;
  line-height : 1.4em;
}
#container {
  width : 850px;
  margin : 0 auto 30px auto;
  padding : 0 0 0 0;
}
h1 {
  background-image : url(../images/h1-right.jpg);
  background-position : right center;
  background-repeat : no-repeat;
  background-color : #c1c1c1;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 18px;
  font-weight : bold;
  height : 33px;
  color : black;
  margin-top : 0;
  margin-bottom : 10px;
  vertical-align : middle;
}
.heading{
  background-image : url(../images/h1-right.jpg);
  background-position : right center;
  background-repeat : no-repeat;
  background-color : #c1c1c1;
  font-family : Arial, Helvetica, sans-serif;
  font-size : 18px;
  font-weight : bold;
  height : 33px;
  color : black;
  margin-top : 0px;
  margin-bottom : 10px;
  vertical-align : middle;
  }
h2 {
  font-size : 20px;
  font-weight : bold;
  text-align : left;
  color : black;
  margin : 15px 10px 10px 0;
}
h4{
  margin: 0px auto -10px 0px;
  font-weight: bolder;
}
a {
  text-decoration : none;
  font-family : Arial, Verdana, Helvetica, sans-serif;
  font-size : 14px;
  font-weight : bold;
  color : #585858;
}
a:hover {
  color : #000000;
}
#head {
  background : url(../images/layout_01.jpg) center top;
  background-repeat : no-repeat;
  height : 320px;
  width : 850px;
  margin : 0;
  padding-top : 1px;
}
#login {
  width : 500px;
  margin-top : 20px;
  margin-left : 325px;
  color : #ffffff;
  text-align : right;
}
.inputLogin {
  height : 16px;
  width : 80px;
  font-size : 12px;
  padding : 0;
  vertical-align : middle;
  background-color : #000000;
  border : 1px solid #7a7a7a;
  color : #ffffff;
}
.inputLoginSub {
  border : none;
  background-color : transparent;
  color : #bababa;
  cursor : pointer;
  text-decoration : none;
  font-weight : bold;
  font-size : 12px;
  font-family : Arial, Verdana, Helvetica, sans-serif;
}
#login a {
  color : #c1c1c1;
  border : none;
  text-decoration : none;
  font-weight : bold;
  font-size : 12px;
}
#login a:hover {
  color : white;
  border : none;
}
#menu {
  width : 125px;
  float : left;
  margin : 0;
  left : 1px;
  padding : 1px;
}
/* html #menu {
  margin-left : 57px;
  position : absolute;
  width : 145px;
}  */
#content {
  background-image : url(../images/layout_04.jpg);
  background-repeat : repeat-y;
  width : 696px;
  padding : 0;
  margin : 0 0 0 157px;
  min-height : 300px;
}
.contentCe {
  width : 600px;
  padding : 10px 45px 55px 45px;
}
/********************** menu ************************************/
#BoxMenu {
  text-align : left;
  width : 120px;
  padding : 1px;
  margin : 8px 0 0 10px;
}
#BoxMenu ul {
  margin : 0;
  padding : 0;
  list-style-type : none;
  color : black;
}
#BoxMenu li a, #BoxMenu li a:visited {
  font-weight : bold;
  font-size : 12pt;
  display : block;
  padding : 3px 0;
  padding-left : 9px;
  font-family : Verdana, Arial, Courier, sans-serif;
  width : 119px;
  text-decoration : none;
  color : #000000;
  background-color : #ffffff;
  border-left : 7px solid #ffffff;
  text-decoration : none;
}
* html #ddblueblockmenu li a {
  width : 119px;
  width : 119px;
}
#BoxMenu li a:hover, #BoxMenu li.active a{
  background-color : rgb(222, 222, 222);
  border-left-color : #000000;
}
.logMenu li {
  display : inline;
  margin-right : 5px;
  margin-left : 5px;
}
.logMenu {
  border-top : 3px solid #868686;
  border-bottom : 3px solid #868686;
  background-color : #000000;
  color : #e7e7e7;
  margin-right : 0;
  margin-left : 0;
  padding : 10px;
}
.logMenu a {
  color : #e7e7e7;
}
/************************** other *********************************/
.clearfix {
  clear : both;
}
.logo-bottom {
  ;
}
/*************************** mesages *******************************/
.errorMes {
  color : white;
  font-size : 14px;
  text-align : left;
  font-weight : bold;
  padding : 10px 10px 10px 70px;
  margin : 10px 0 30px;
  border-top : 2px solid #3b3132;
  border-bottom : 2px solid #3b3132;
  background-color : #7ab3ff;
  background-image : url(../images/icons/error-big.jpg);
  background-position : left center;
  background-repeat : no-repeat;
}
.infoMes {
  color : white;
  font-size : 14px;
  text-align : left;
  font-weight : bold;
  padding : 10px 10px 10px 70px;
  margin : 10px 0 30px;
  border-top : 2px solid #3b3132;
  border-bottom : 2px solid #3b3132;
  background-color : #df63ff;
  background-image : url(../images/icons/info-big.jpg);
  background-position : left center;
  background-repeat : no-repeat;
}
/************************************ konc*************************/
.marBot20{
  margin-bottom: 10px;
  text-decoration: underline;
}
tr.tabhuhead {
  background-color : #333333;
  font-weight : bold;
  font-family : Verdana;
  font-size : 11px;
  color : #cccccc;
}
tr.koncodd {
  background-color : #222222;
  color : #ffffff;
  text-align : center;
}
tr.konceven {
  background-color : #111111;
  color : #ffffff;
  text-align : center;
}
td.white {
  background-color : #ffffff;
}
.hand {
  cursor : pointer;
}
.calcTab {
  margin-top : 40px;
  margin-left : 0;
  margin-right : 0;
  width : 600px;
}
.headTab {
  background-color : #c2c1c1;
  font-weight : bolder;
  padding : 3px 3px 3px 10px;
}
.sumCalc {
  border-bottom : 2px solid #353535;
  border-top : 2px solid #353535;
  background-color : #c2c1c1;
  padding : 5px 10px 5px 10px;
}
/**************************** tab foto **************************************/
td.foto{
  background-image : url(../images/back-foto.jpg) ;
  background-repeat: no-repeat;
  background-position: center;
  width: 140px;
  text-align: center;
  vertical-align: middle;
  height: 140px;
} 
#footer {
  background-image : url(../images/layout_06.jpg);
  background-repeat : no-repeat;
  width : 800px;
  height : 59px;
  margin : 0;
  color : #8b8b8b;
  font-size : 10px;
  text-align : center;
  padding-left : 110px;
  padding-top : 20px;
}
#footer a {
  color : #8b8b8b;
  font-size: 10px;
  text-decoration: underline;
} 
#footer a:hover {
  color : black;
} 
#links{
  font-size : 11px;
   width: 550px;
   margin-top: 20px;
   margin-left: 70px;
   text-align: left;
}
