body  
{
  background-color: #fff; 
  color: #000; 
  margin: 0; 
  padding: 0; 
  font: 75%/1.5 sans-serif; 
  text-align: center; 
  position: relative;
}

/* styly pro magiced */

/* odsazený odstavec */
.magiced .MEindented {margin-left: 2em;} 

/* vetsi pismo*/
.magiced .MEbigger {
	font-size: 110%;
}
/* neproporcionální písmo */
.magiced .MEfixed {
	font-family: "Courier New", Courier, monospace;
}   

.magiced ul
{
  list-style-type: none;
  padding: 0;
  margin: 0;
}

.magiced a
{
  font-weight: bold;
  text-decoration: underline;
  color: #0053A2;
}

.magiced p
{
  text-align: justify;
}

.content .magiced p
{
  color: #024382; 
}

.magiced li
{
  list-style-type: none;     
  color: #0053A2;
  font-size: 1em;
  margin: 0; 
  padding: 0 0 0 10px;  
  background: url(/img/exclusive/li_arrow.png) left top no-repeat;
  line-height: 18px;
}    

.magiced li a
{
  color: #7198BD;
  font-weight: normal;
  font-size: 1em;
}

.magiced li.sortiment
{
  color: #0053A2;
  font-size: 1em;
  font-weight: bold; 
  margin: 0 0 10px 0; 
  padding: 0 0 0 40px;
  position: relative;
  height: 30px;
  line-height: 30px; 
  background: url('/img/exclusive/li_background.png') top left no-repeat; 
  text-decoration: underline; 
}

.magiced li.sortiment a
{
  font-weight: bold;
  color: #0053A2;
}

.magiced h1
{
  color: #FDB216;
  font-size: 1.2em;
  font-weight: bold;
  margin: 10px 0 10px 0;  
  padding: 0 0 4px 10px;   
  position: relative;
  border-bottom: 1px solid #FDB216; 
  background: url('/img/exclusive/h1_background.png') bottom left no-repeat; 
}

.magiced h2
{
  color: #FDB216;
  font-size: 1.2em;
  font-weight: bold;
  margin: 0 0 10px 0; 
  padding: 0 0 4px 10px;   
  position: relative;  
  border-bottom: 1px solid #FDB216; 
  background: url('/img/exclusive/h1_background.png') bottom left no-repeat; 
}


.magiced h3
{ 
  color: #0053A2;
  font-size: 1em;
  font-weight: bold; 
  margin: 0 0 10px 0; 
  padding: 0 0 0 15px;
  position: relative;
  line-height: 20px; 
  background: url('/img/exclusive/h3_background.png') top left no-repeat;  
  text-decoration: underline; 
}

/* *** DEFINICE PRO STYLY TABULEK *** */
 .magiced .MEtableModern {
	border : 1px solid #024382;
	border-spacing: 1px;
	border-collapse: collapse;
	margin: 0;
}
 .magiced .MEtableModern td,  .MEtableModern th {
	border : 1px solid #024382;
	padding: 2px;
	color: #024382; 
}


 .magiced .MEtableElegant {
	border : 2px solid #FDB216;
	border-spacing: 1px;
	border-collapse: collapse;
	margin: 0;
}
 .magiced .MEtableElegant td,  .MEtableElegant th {
	border : 1px solid #FDB216;
	padding: 2px;
	color: #024382;
}


 .magiced .MEtableInvisible {
	border : 0px none;
	border-spacing: 0;
	border-collapse: collapse;
	margin: 0;
}
 .magiced .MEtableInvisible td,  .MEtableInvidible th {
	border : 0 none;
	padding: 0;
}

/* *** DEFINICE PRO STYLY ŘÁDKŮ TABULEK *** */
 .magiced .MEtableRowHeader  {
	background-color : #D1D9E4;
	font-weight : bold;
}

.magiced .MEtableRowFooter  {
	background-color : #D1D9E4;
	font-style: italic;
}

/* *** DEFINICE PRO STYLY BUNEK TABULEK *** */
.magiced .MEtableCellBold  {
	font-weight : bold;
}

.magiced .date 
{
  color: #FDB216;
}

.magiced .list
{
  font-size: 1em;
  padding: 0 0 0 15px;
  margin: 0;
  position: relative; 
  line-height: 16px; 
  background: url('/img/cz/h3_background.png') top left no-repeat;  
}


.magiced .sortiment
{
  color: #0053A2;
  font-size: 1em;
  font-weight: bold; 
  margin: 0 0 10px 0; 
  padding: 0 0 0 40px;
  position: relative;
  height: 30px;
  line-height: 30px; 
  background: url('/img/cz/li_background.png') top left no-repeat; 
  text-decoration: underline; 
}
   
/* konec: styly pro obsah stranky */
 


/* prvky viditelne jen bez pouziti css */  
.no_css
{
  visibility: hidden;
  position: absolute;
  width: 0;
  top: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
}
/* konec: prvky viditelne jen bez pouziti css */


/* blok pro vycisteni float */
.clear
{
  visibility: hidden;
  width: 0;
  top: 0;
  left: 0;
  top: 0;
  padding: 0;
  margin: 0;
  clear: both;
}
/* konec: blok pro vycisteni float */


/* stranka*/
  #page
  {
    width: 720px;
    text-align: left;
    margin: 0 auto;
  }
/* konec: stranka */

  


  /* dva prave bloky (content a pravy box) */
    #right
    {
      width: 520px;
      float: right;
      padding: 0;
      margin: 0;
    }
  /* konec: dva prave bloky (content a pravy box) */


  /* obsah stranky */ 
      #content
      {    
        position: relative;    
        float: left;
        margin: 0 10px 10px 0;
        padding: 0;
        overflow: hidden;
      }      
      
        .small
        {    
          width: 320px; 
        }      

        .large
        {    
          width: 505px;
        }      
        
        #content p
        {
          color: #024382;
        }
  /* konec: obsah stranky */


  /* box s rameckem */
    .frame_box
    {
      width: 168px; 
      float: right;
      border-left: 1px solid #FEEECC;
      border-right: 1px solid #FEEECC; 
      background: url('/img/exclusive/right_box_background.png') bottom left repeat-x;
      margin-bottom: 10px; 
      overflow: hidden;
      color: #7198BD;     
    }
    
      .frame_box_title
      {
        margin: 0; 
        padding: 4px 2px 8px 40px;
        border-top:1px solid #FDB216;
        text-align: right;
        border-bottom: 1px solid #49ACDF;
        line-height: 14px;
        overflow: hidden;
        height: auto;
      }

        .frame_box_title h2 
        {
          color: #7198BD; 
          margin: 0;  
          font-size: 1em;
          font-weight: normal; 
          overflow: hidden;
        }    

      .frame_box_content
      {
        position: relative;
        padding: 4px 4px 15px 4px; 
      }    
  /* konec: box s rameckem */


  /* box bez ramecku */
    #right_boxes
    {
      width: 168px; 
      padding-right: 15px;
      float: right; 
    }
  
    .bare_box
    {
      width: 168px;
      position: relative; 
      clear: both;
      margin-bottom: 10px;
      color: #7198BD;
      overflow: hidden;
    }
    
      .bare_box_title
      {
        margin: 0; 
        padding: 2px 2px 2px 40px; 
        line-height: 20px;
        text-align: right;
      }

        .bare_box_title h2 
        {
          color: #7198BD;
          line-height: 24px;
          margin: 0;
          padding: 0;  
          font-size: 1em;
          font-weight: normal; 
        }     

      .bare_box_content 
      {
        position: relative;
        padding: 10px 2px 10px 2px;
      }    
  /* konec: box bez ramecku */


  /* menu */  
  #left_box  
  {
    width: 170px; 
    float: left;  
    margin: 0; 
    padding: 0 0 0 15px; 
  } 

      
  #menu ul
  {
    list-style-type: none;
    margin: 0 0 10px 0; 
    padding: 0; 
    width: 170px;
  }


    #menu li.menu_item
    {
      color: green;
      display: block;
      height: 29px;
      line-height: 29px;
      background: url('/img/exclusive/menu_title.png') top left no-repeat; 
      overflow: hidden;
      position: relative; 
      margin: 0;
      padding: 0;   
    }
    
      #menu li.menu_item a
      {
        display: block;
        margin: 0 0 0 15px;      
        font-size: 1em;
        font-weight: bold;
        height: 25px;
        color: #0053A2; 
        text-decoration: none;
      }
    
    #menu li.menu_item_actual
    {
      color: green;
      display: block;
      height: 29px;
      line-height: 29px;
      background: url('/img/exclusive/menu_actual.png') top left no-repeat; 
      overflow: hidden;
      position: relative; 
      margin: 0;
      padding: 0;   
    }
    
      #menu li.menu_item_actual a
      {
        display: block;
        margin: 0 0 0 15px;      
        font-size: 1em;
        font-weight: bold;
        height: 25px;
        color: #FFFFFF; 
        text-decoration: none;
      }     
      
    #menu li#submenu
    {
      margin: 0;
      width: 150px;
    } 
    
      #menu li#submenu li.submenu_item
      {
        margin: 0 0 1px 0;
        padding: 0;
        overflow: hidden;
        height: 19px;
        line-height: 19px;
        background: url('/img/exclusive/submenu_background.png') top left no-repeat;         
      }
      
        #menu li#submenu li.submenu_item a
        {
          display: block;
          margin: 0 0 0px 15px;      
          font-size: 1em;
          font-weight: normal;
          height: 25px;
          color: #0053A2; 
          text-decoration: none;
        }      
        
      #menu li#submenu li.submenu_item_actual
      {
        margin: 0 0 1px 0;
        padding: 0;
        overflow: hidden;
        height: 19px;
        line-height: 19px;
        background: url('/img/exclusive/submenu_actual.png') top left no-repeat;         
      }
      
        #menu li#submenu li.submenu_item_actual a
        {
          display: block;
          margin: 0 0 0px 15px;      
          font-size: 1em;
          font-weight: normal;
          height: 25px;
          color: #0053A2; 
          text-decoration: none;
        }   
        
    #menu li a:hover
    {
      text-decoration: underline;
    }

      #menu li#submenu li a:hover
      {
        text-decoration: underline;
      }
  /* konec: menu */
        
        
/* paticka */      
  #footer
  {
    border-top: 1px solid #FDB216;
    width: 705px;  
    color: #7198BD;  
    clear: both;
    line-height: 20px;
    padding-left: 15px;
    font-size: .8em;
  } 
/* konec: paticka */      
  
  #footer span
  {
    padding-top: 2px;
  }
  
  #footer a
  {
    font-weight: normal;
    text-decoration: none;
    color: #7198BD;
  }

  #footer a:hover
  {
    text-decoration: underline;
  }
    
/* created by */      
    #mwd a
    {
      margin: 0;
      width: 135px;
      text-align: right;
      position: absolute;
      color: #FDB216;
      margin-left: 550px;        
      padding: 0;
      padding-top: 1px;
      line-height: 20px;
      overflow:hidden;
      text-align: right;
    }
/* konec: created by */        
    
  #international
  {
    position: absolute;
    width: 245px;
    height: 22px; 
    background: url(/img/exclusive/earth.png) bottom left no-repeat;
    top: 55px;
    margin: 0 0 0 475px;
    padding: 0 0 0 20px;
    line-height: 20px;
    color: #7198BD;
    font-weight: bold;
    font-size: 1em;
    overflow: hidden; 
  }     

  #international p
  {
    position: absolute;
    margin: 0;
    padding: 0;
    height: 20px;
    line-height: 20px;
  }
  
    #international form
    {
      margin: 0;
      padding: 0;
      left: 115px;
      width: 130px;
      position: absolute;
      top: 0;
      line-height: 20px;
      height: 20px;
    }
    
    #international select
    {
      position: absolute;
      top: 0;
      height: 18px;
      line-height: 20px;
      width: 110px;
      color: #7FA9D0;
      font-size: 10px; 
    }

    .arrow
    {
      position: absolute;
      left: 115px;
      margin: 0;
      padding: 0;
      width: 10px;   
      height: 19px;   
      border: none;    
      background: url(/img/exclusive/button_arrow.png) no-repeat;
    }

  #title_href a
  {
    background: transparent;
    position: absolute;
    margin-left: 12px;
    width: 169px;
    height: 59px;
    top: 16px;
  } 

#lang_submit
{
  position: absolute;
  left: 115px; 
  background: url(/img/exclusive/button_arrow.png) no-repeat;
  width: 15px;
  overflow: hidden;
  padding-left: 100px;
  border: none; 
}
