@import url('references.css');

/**** BODY ******/
#mainbody
{
  width: 1138px;
  /*width: 100%;*/
  margin: 0px auto;
}


/*** zahlavni stranky ****/
#headline
{
  background-image: url("/templates/jedisoft/img/orange/headline.png");
  background-repeat: repeat-x;
  background-color: white;
  background-position: bottom;

  width: 100%;
  height: 104px;

  padding: 2px 0px 0px 0px;
}


#headline .logo
{
  background-image: url("/templates/jedisoft/img/orange/headline_logo.png");
  background-repeat: no-repeat;

  width: 332px;
  height: 104px;
  
  float: left;
  
  margin: 0px 0px 0px 100px;
}


#headline .section
{
  background-image: url("/templates/jedisoft/img/orange/sections/contact.png");
  background-repeat: no-repeat;
  color: white;
  
  padding: 48px 0px 0px 0px;

  width: 614px;
  height: 104px;

  float: left;
}

#headline .section div
{
  margin: 0px 50px 0px 30px;
  
  text-align: right;
  text-transform: lowercase;
  font-weight: bold;
  font-size: 28px;
  
  opacity: 0.9;
  text-shadow: 1px 1px 4px #000000;
}


/****************** MENU *************************/
#mainmenu
{
  background-image: url("/templates/jedisoft/img/orange/mainmenu.png");
  background-repeat: repeat-x;
  
  width: 100%;
  height: 28px;
  
  padding: 9px 0px 0px 0px;
  
  position: relative;
}

/*
#mainmenu div
{
  border: 1px solid green;
  width: 87%;
}
*/

#mainmenu ul
{
  list-style: none;
  margin: 0px;
  display: block;

  margin: 0px 98px 0px 145px;

  padding: 0px;

  position: absolute;

}


#mainmenu li
{
  margin: 0px;
  padding: 0px;
  display: inline;
}


#mainmenu li a
{
  color: #ffffff;

  /*padding: 7px 43px 7px 42px;*/
  padding: 7px 13px 7px 12px;
  
  font-weight: bold;
  font-size: 15px;
  text-decoration: none;
}

#mainmenu li a:hover
{
  background-image: url("/templates/jedisoft/img/orange/mainmenu_hover.png");
  background-repeat: repeat-x;
}


/****** zahlavni dokumentu ************/
#mainheader_orange
{
  background-image: url("/templates/jedisoft/img/orange/mainheader.png");
  background-repeat: repeat-x;
  /*background-color: #135f7b; /* blue */
  /*background-color: #d67748; /* orange */
  /*background-color: #706b6b; /* red */

  width: 100%;
}

#mainheader_blue
{
  background-color: #135f7b;
}

#mainheader_orange
{
  background-color: #d67748;
}

#mainheader_red
{
  background-color: #706b6b;
}

#mainheader_orange .left
{
  background-image: url("/templates/jedisoft/img/orange/mainheader_dotleft.png");
  background-repeat: repeat-y;
  background-position: 62px 0px;

  padding: 0px 0px 0px 100px;
}


#mainheader_orange .right
{
  background-image: url("/templates/jedisoft/img/orange/mainheader_dotright.png");
  background-repeat: repeat-y;
  background-position: right;

  padding: 0px 0px 0px 0px;
  margin: 0px 56px 0px 0px;
}

/****** zahlavni obsah dokumentu ************/
#mainContent
{
  position: relative;
}


#mainContent .topleft
{
  background-image: url("/templates/jedisoft/img/orange/mainheader_topleft.png");
  background-repeat: no-repeat;

  width: 38px;
  height: 38px;
  
  position: absolute;
  left: -39px;
}

#mainContent .topright
{
  background-image: url("/templates/jedisoft/img/orange/mainheader_topright.png");
  background-repeat: no-repeat;

  width: 38px;
  height: 38px;

  position: absolute;
  right: 0px;
}


#mainContent .bottomleft
{
  background-image: url("/templates/jedisoft/img/orange/mainfooter_botomleft.png");
  background-repeat: no-repeat;

  width: 38px;
  height: 38px;

  position: absolute;
  left: -39px;
  bottom: 0px;
}


#mainContent .bottomright
{
  background-image: url("/templates/jedisoft/img/orange/mainfooter_botomright.png");
  background-repeat: no-repeat;

  width: 38px;
  height: 38px;

  position: absolute;
  right: 0px;
  bottom: 0px;
}


#mainContent .dottop
{
  background-image: url("/templates/jedisoft/img/orange/mainheader_dot.png");
  background-repeat: repeat-x;

  width: 100%;
  height: 30px;
}

#mainContent .dotbottom
{
  background-image: url("/templates/jedisoft/img/orange/mainfooter_dot.png");
  background-repeat: repeat-x;
  background-position: bottom;

  width: 100%;
  height: 10px;

  position: relative;
  /*bottom: -1px;*/
}


/****** telo dokumentu ************/
#mainShadows
{
  background-color: white;

  margin: 0px 38px 0px 0px;
}


#mainFrame
{
  padding: 20px 60px 30px 60px;
}

#mainContent li
{
  list-style-image: URL("/templates/jedisoft/img/orange/li.png");
}

/****** spodek dokumentu ************/
#mainfooter
{
  background-image: url("/templates/jedisoft/img/orange/mainfooter.png");
  background-repeat: repeat-x;
  background-position: bottom;

  width: 100%;
}


/****** cervena linka na spodku ************/
#bottomline
{
  background-image: url("/templates/jedisoft/img/orange/bottomline.png");
  background-repeat: repeat-x;
  
  width: 100%;
  height: 13px;
}


/***** drobeckova navigace *********/
#mainContent .dottop div
{
  margin: 0px 60px 0px 60px;

  font-size: 10px;
  font-family: Tahoma, Arial, "Times New Roman";
  font-weight: bold;
}

#mainContent .dottop a
{
}

#mainContent .dottop a:hover
{
  text-decoration: underline;
}


#mainContent .dottop a.square img
{
  border: 0px;
  float: right;
}


/***** paticka s informacemi *********/
#maininfo
{
  background-image: url("/templates/jedisoft/img/orange/maininfo_dot.png");
  background-repeat: repeat-x;
  
  width: 100%;
  height: 134px;
}

#maininfo .watermark
{
  background-image: url("/templates/jedisoft/img/orange/maininfo.png");
  background-repeat: no-repeat;
  color: white;
  
  width: 946px;
  height: 134px;
  
  margin: 0px 0px 0px 99px;
  
}

#maininfo .menu
{
  width: 87%;

  margin: 0px auto;
  padding: 13px 0px 13px 0px;
  text-align: center;

  border-bottom: 1px solid white;
}

#maininfo .menu a
{
  color: white;
  padding: 0px 10px 0px 10px;

  font-weight: normal;
  text-decoration: none;
}


#maininfo .menu a:hover
{
  text-decoration: underline;
}

/************** tabulka s informacemi ******************/
#maininfo div.table
{
  width: 87%;
  margin: 0px auto;
  padding: 0px;
}


#maininfo div.table a
{
  color: white;
}

#maininfo .table div
{
 /* width: 22%;*/
  height: 60px;
  margin: 0px;
  padding: 10px 30px 0px 23px;
  float: left;
}


#maininfo .table div.logo
{
  padding: 10px 0px 0px 0px;

  font-weight: bold;
  font-size: 40px;
  margin-right: 30px;
}

/******************** copyright *************************/
#copyright
{
  background-image: url("/templates/jedisoft/img/orange/maininfo_copyright.png");
  background-repeat: repeat-x;
  color: white;
  
  padding: 11px 0px 0px 0px;
  
  width: 100%;
  height: 26px;
  
  text-align: center;
  font-size: 12px;
}


#copyright a
{
  color: white;
}


#copyright span
{
  font-weight: bold;
}

