/* CSS Document */

body{
}

img{
  border:0px;
}

div{
  overflow: hidden;
}

div#content_center, div#content, div#page{
  overflow: visible;
}


a{
  text-decoration: none;
}

a:hover{
  text-decoration: underline;
}

h1{
  font-size: 16px;
  clear: both;
}

h2{
  font-size: 12px;
  margin-top:15px;
  margin-bottom:8px;
  clear: both;
}

h4{
  font-size: 13px;
  margin:0px 0px 5px 0px;
}

form{
  margin:0px;
}

ul{
  padding-left:0px;
  margin-left:16px;
}

li{
  padding-left:0px;
  margin-left:0px; 
}

img.right{
  float:right;
  margin:0px 0px 5px 10px;
}

img.img_text{
  margin:5px 0px;
}

span.bily{
  display:block;
  padding:2px;
}

span.sedy{
  background-color: rgb(217,217,217);
  display:block;
  padding:2px;
}

span.cerveny{
  background-color: rgb(255,71,71);
  display:block;
  padding:2px;
}



input{
  border:1px solid;
}


hr{
  height:2px;
  border-top:1px solid #44A2DA;
  border-bottom:1px solid #A2D1ED;
}




/**************PAGE******/

#page{
  width:980px;
  font-size: 12px;
  font-family: arial;
  margin:auto;
  position:relative;
}


/*******  page HEAD  *******/
#page_head{
  height:96px; 
  width:980px;
  float:left;
  border-bottom:1px solid #FFFFFF;
}

#page_head a, #page_head img{
  display:block;
  float:left;
  
}

#page .predel{
  height:1px;
  width:100%;
  background-color: #44A2DA;
  border-bottom:1px solid #A2D1ED;
  clear:both;
}


/*******  Main menu  *******/

#menu_main{
  height:34px;
  width:980px;
  float:left;
  padding-bottom:28px;
  background-image: url(../images/content_bg.gif);
  background-repeat: repeat-y;
  
}
#menu_roll_space{
  width:100%;
  z-index: 10;
  position: static;
}

.menu_roll{
  position:absolute;
  top:131px;
  z-index: 100;
  display:block;
  padding-top:3px;
  
  font-size: 12px;
  background-color: #FFFFFF;
  display:none;
}

.menu_roll a, .menu_roll a:hover{
  width:100%;
  display:block;
  float:left;
  padding:8px 0px 8px 23px;
  color:#FFFFFF;
  margin-bottom:1px;
}


#menu_main a{
  display:block;
  float:left;
  height:32px;
  border:1px solid;
  text-decoration: none;
  padding-left:15px;
  padding-right:10px;
  font-size: 13px;
  /*line-height: 230%;*/
  
}

#menu_main a:hover{
  text-decoration: none;
}

#menu_main .predel_menu{
  width:1px;
  height:34px;
  float:left;
}


/*******  content *******/

#content{
  width:980px;
  background-image: url(../images/content_bg.gif);
  background-repeat: repeat-y;
  float:left;
  border-bottom: 1px solid #EBECEC;
}


/*******  content LEFT  *******/

#content_left{
  width:159px;
  float:left;
  margin-right:86px;
  padding-bottom:30px;
}

#content_left_nadpis{
  margin:8px 0px 8px 12px;
  width:100%;
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

/*******  content LEFT  Aktualni nabidky****          * GEO**/ 

#content_left #aktualni_nabidky{
  font-weight:bold;
  font-size: 11px;
  padding-top:5px;
  margin-left:12px;
}

#content_left #aktualni_nabidky img{
  margin:10px 15px 3px 0px;

  
}


/*******  content LEFT  MENU*******/

#content_left #menu_left a{
  width:147px;
  padding:7px 0px 7px 12px;
  float:left;
  font-size: 11px;
  text-transform: uppercase;
}

#content_left #menu_left a.selected{
  font-weight: bold;
}

/*******  content LEFT  MENU pozice*******    HU*/


#content_left #pozice a{
  width:147px;
  padding:5px 0px 5px 12px;
  float:left;
  font-size: 11px;
  font-weight: bold;
}



/*******  content LEFT  LOGIN*******/

#content_left #login{
  float:left;
  width:100%;
  margin-top:12px;
  padding-left:12px;
  font-size: 11px;
  padding-bottom:15px;

}

#content_left #login input{
  height:13px;
  width:121px;
  border:solid 1px;
  margin-top:10px;
  font-size: 10px;
}

/*******  content CENTER *******/


#content_center{
  margin-top:15px;
  width:490px;
  float:left;
}

#submenu{
  margin:5px 0px;
  text-align: center;
}

#submenu a{
  font-size: 13px;
  padding:5px;
  
}

#submenu a.selected{
  font-weight: bold;

}

/*******  content RIGHT*******/


#content_right{
  width:159px;
  float:right;
}

#content_right #menu_right a{
  text-transform: uppercase;
  width:143px;
  padding:7px 0px 7px 16px;
  float:left;
  font-weight: bold;
  font-size: 11px;
}

#content_right #menu_right a.right_lvl2{
  text-transform: none;
  font-weight:normal;
  font-size: 12px;
  width:139px;
  padding:7px 0px 7px 20px;
}

#kontakt p{
  margin:0px;
  padding:0px;
}

#content_right #search{
  float:left;
  width:100%;
  padding-top:12px;
  padding-left:16px;
  font-size: 11px;
  padding-bottom:15px;
}

#content_right #search input{
  height:13px;
  width:121px;
  border:solid 1px;
  margin-top:10px;
  font-size: 10px;
}

#content_right #kontakt{
  padding:12px 0px 12px 8px;
  background-color: #e2e3e4;
  font-weight: bold;
  font-size: 11px;

}

#content_right #prepinac_lang{
  font-size:13px;
  margin-left:3px;
  margin-top:5px;
}

#content_right #prepinac_lang a{
  color:#113873;
  font-weight: bold;
}


/*******HOMEPAGE************/

#hp_top{
  background-color: #06377B;
  width:923px;
  padding-left:57px;
}

#hp_top table{
  font-size: 0px;
  border-left:2px solid #A7A9AC;
  border-right:2px solid #A7A9AC;
  border-collapse: collapse;
  overflow:hidden;

}

#hp_top table td{
  border:2px solid #A7A9AC;
  border-bottom-width: 0px;
  overflow:hidden;
}

#hp_bottom{
  height:550px;
  width:923px;
  padding-left:57px;
  background-image: url(../images/hp_bg.png);

}

#hp_bottom table.popisek{
  border-left:2px solid #FFFFFF;
  border-right:2px solid #FFFFFF;
  border-bottom:2px solid #FFFFFF;
  border-collapse: collapse;
  overflow:hidden;

}

#hp_bottom table.popisek td{
  vertical-align: top;
  padding-bottom:10px;
  width:214px;
  border:2px solid #FFFFFF;
  border-top-width: 0px;
  color: #FFFFFF;
  font-size: 11px;

}

#hp_bottom table.popisek td a{
  width:200px;
  display:block;
  text-decoration: none;
  padding:7px;
  color:#FFFFFF;
}

#mc_zastoupeni{
  margin-left:8px;
  margin-top:10px;
  
}

#mc_zastoupeni a img{
  border:1px solid #FFFFFF;
}

#hp_bottom table.popisek td a.flag{
  width:21px;
  padding:0px;
  display:inline;
}

#hp_bottom table.vstupte{
  margin-top:5px;
  margin-left:7px;
  font-size: 11px;
  font-weight: bold;
  margin-bottom:5px;
}

#hp_bottom table.vstupte a{
  color: #06377B;
}

#hp_text{
  margin-left:0px;
  width:880px;
  font-size:12px;
  font-weight: bold;
  overflow: visible;
}

#hp_text p{
  margin:15px 0px;
}

#prepinac_lang_hp{
  position:absolute;
  top:10px;
  left: 65px;
  color:#DDDDDD;
}

#prepinac_lang_hp a{
  color:#DDDDDD;
}

/*******    MC - journal**************/
.mc_journal{
  width:140px;
  margin-right:10px;
  margin-top:10px;
  float:left;
  margin-bottom:10px;
}

.mc_journal table{
  width:100%;
}

.mc_journal img{
  margin-top:5px;
}

.cv{
  width:240px;
  float:left; 
  margin-right:5px;
}

.cv img{
  float:right;
  margin:5px;
}
