/* ===================== ZAKLADNI HTML PRVKY */
body	{
	font-family: sans-serif;
	color: #000000;
	width: 100%;
	margin: 0px;
	padding: 0px;
	font-size: 0.8em;
}


/* --- odkazy --- */
a         {color: #EF3E35; text-decoration: underline;}
a:hover   {color: #EF3E35; text-decoration: none;}


/* --- ikonky k odkazum --- */
a[href$='.doc'], a[href$='.rtf']
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/doc.png) no-repeat center right;}
a[href$='.txt'] 							
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/txt.png) no-repeat center right;}
a[href$='.xls'] 							
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/xls.png) no-repeat center right;}
a[href$='.rss'], a[href$='.atom'] 	
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/rss.png) no-repeat center right;}
a[href$='.vcard'] 						
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/vcard.png) no-repeat center right;}
a[href$='.pps'], a[href$='.ppt']		
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/pps.png) no-repeat center right;}
a[href$='.pdf'] 							
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/pdf.png) no-repeat center right;}
a[href$='.fla'], a[href$='.swf'] 	
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/swf.png) no-repeat center right;}
a[href$='.zip'], a[href$='.rar'], a[href$='.gzip'], a[href$='.bzip'], a[href$='.ace'] 
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/zip.png) no-repeat center right;}
a[href$='.css'] 							
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/css.png) no-repeat center right;}
a[href$='.mov'], a[href$='.wmv'], a[href$='.mp4'], a[href$='.avi'], a[href$='.mpg'] 		
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/avi.png) no-repeat center right;}
a[href$='.mp3'], a[href$='.wav'], a[href$='.ogg'], a[href$='.wma'], a[href$='.m4a'] 
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/mp3.png) no-repeat center right;}
a[href *="icq.com"] 						
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/icq.png) no-repeat center right;}
a[href ^="callto:"] 						
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}
a[href ^="skype:"] 						
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/skype.png) no-repeat center right;}  
a[href ^="mailto:"], a.mail			
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/mailto.png) no-repeat center right;}
a.out											
  {padding: 5px 20px 5px 0; background: transparent url(../img/ico/external.png) no-repeat center right;}
a.print										
  {padding: 5px 0 5px 20px; background: transparent url(../img/ico/print.png) no-repeat center left;}
                         

/* --- zakladni html prvky ---*/
em, i         {font-style: normal;}
p 						{text-align: left; margin: 0px 0px 15px 0px; line-height: 1.3em;}
hr						{display: block; clear: both; margin: 10px 0px 10px 0px; color: #ffff66; background: #ffff66; text-align: center; border-width: 0px;}
hr.dotted		{display: block; clear: both; margin: 5px 0; background: none; text-align: center; border: 1px dotted #999;}


/* --- seznamy --- */
ul						{list-style: square; margin: 5px 0px 5px 15px; padding: 0px; text-align: left;}
ol						{margin: 5px 0px 5px 15px; padding: 4px 0px 0px 5px;}


/* --- obrazky --- */
img           {border: 0px;}
img.border    {border: 1px solid #999;}
img.icon      {vertical-align: -3px; margin: 0px 3px 0px 1px;}
img.toleft    {margin: 0px 10px 10px 0px;}
img.toright   {margin: 0px 0px 10px 10px;}


/* --- horni a dolni indexy --- */
sub, sup 			{vertical-align: baseline; position: relative;}
sub 					{top: 0.4em;}
sup 					{bottom: 0.4em;}


/* --- hlavicky --- */
h1, h2, h3, h4, h5, h6
  {clear: both; color: #e30133; font-size: 1.3em; margin: 0px;}
h1  
  {display: none;}
h2
  {padding: 0px;	margin: 0px 0px 7px 0px; font-size: 1.2em;}
h2.detail
  {padding: 0px;	margin: 0px 0px 15px 0px; font-size: 1.6em;}
h3  
  {font-size: 1.1em; margin: 15px 0px 5px 0px;}
h3.sipka
  {background: url(../img/bcg_sipka.png) 2px 2px no-repeat; padding: 5px 0 7px 35px; font-size: 1.3em;}
h4
  {font-size: 1em; color: #000000;}


/* --- tabulky --- */
table.mensi tr td {
  font-size: 1em;
  padding: 3px 7px 3px 0;
}


table.vypis {
  margin: 35px 0 0 0;
  width: 660px;
}

  table.vypis tr td {
    padding: 5px;
    vertical-align: top;
    }  

  table.vypis tr td.obrazek {
    text-align: center;
    width: 220px;
    }

  table.vypis tr td.popis {
    width: 410px;
    }

    table.vypis tr td.popis h2 {
      color: #000;
      margin-bottom: 10px;
      line-height: 1.3em;
      }

    table.vypis tr td.popis p {
      margin: 10px 0 0 0;
      padding: 0;
      }

  table.vypis tr td.strankovani img {
    margin: 0 5px 0 5px;
    }

  table.vypis tr td.strankovani div {
    display: inline;
    margin-right: 20px;
    vertical-align: 4px;
    }

/* --- formulare --- */
label
  {float: left; width: 180px; text-align: right; margin: 0 15px 0 0; padding: 5px 0 0 0;}
/*
input
  {font-family: sans-serif; border: 1px solid #e30133; margin-bottom: 5px; font-size: 1.2em; padding: 3px; background: #f8f8f8;}
button  
  {font-family: sans-serif; border: 1px solid #e30133; margin-bottom: 5px; font-size: 1.2em; padding: 3px; background: #fceacb;}
input.submit
  {border: 1px solid #fff; width: 150px; background: #f69021; font-size: 1em; padding: 3px 0px 3px 0px; color: #ffffff; text-transform: uppercase; text-decoration: none; text-align: center; font-weight: bold;}
input.checkbox
  {vertical-align: -0.5em;}
input.najdi
  {border: none; width: 75px; background: none; padding: none; vertical-align: -10px;}
textarea
  {font-family:  sans-serif; border: 1px solid #e30133; margin-bottom: 5px; font-size: 1.2em; padding: 3px;  background: #f8f8f8;}
form
  {margin: 0px; padding: 0px;}
fieldset
  {background: #ffffff; margin-top: 15px;}
input.submit
  {font-size: 1em; background: #ed1c24; font-size: 1em; padding: 3px 0px 3px 0px; color: #ffffff; text-transform: uppercase; text-decoration: none; text-align: center; font-weight: bold; vertical-align: -5px;}
*/


/* --- globalni tridy --- */
.clear			
            {clear: both;}
.smaller		
            {font-size: 0.85em;}
.small 			
            {font-size: 0.8em;}
.bigger 		
            {font-size: 1.1em;}
.gray 			
            {color: #686868;}
.blue 			
            {color: #004080;}
.red				
            {color: #9f0000;}
.green			
            {color: #008000;}
.brown			
            {color: #573a32;}
.right 			
            {text-align: right;}
.center			
            {text-align: center;}
.left				
            {text-align: left;}
.toblock		
            {text-align: justify;}
.toleft			
            {display: block; float: left;	text-align: left;}
.toright		
            {display: block; float: right; text-align: left;}
.nomargin		
            {margin: 0px;}
.nobold			
            {font-weight: normal;}
.noborder
            {border-width: 0px;}
.nobackground
            {background: none;}
.error      
            {display: block; color: #000000; font-weight: bold; text-align: center; margin-bottom: 10px; padding: 2px 0px 2px 0px; border: 1px solid #999999;}
.error a    
            {color: #000000;}
.hidden     
            {display: none;}
.half       
            {width: 240px;}
.bad        
            {background-color: #ff0000; color: #ffffff; padding: 2px 3px 2px 3px;}
.bad a      
            {color: #ffffff;}
.box-info   
            {border: solid 1px #000000; background: #ffffcc url(../img/ico/info.png) 8px 6px no-repeat; color:#222222; padding: 4px; text-align: center; width: 600px; margin: 10px 0px 10px 0px;}
.box-error  
            {border: solid 1px #cc0000; background: #f7cbca url(../img/ico/error.png) 8px 6px no-repeat; color:#cc0000; padding: 4px; text-align: center; width: 600px; margin: 10px 0px 10px 0px;}
.columnbox
            {margin-top: 25px;}


/* --- layout --- */
#layout {
	display: block;
	margin: auto;
	width: 960px;
  }

  #layout #top {
    background: url('../img/bcg_top.jpg') top left no-repeat;
    display: block;
    clear: both;
    width: 960px;
    height: 189px;
    }

    #layout #top #top-logo {
      display: block;
      float: left;
      height: 120px;
      margin: 15px 0 0 0;
      width: 260px;
      }

    #layout #top #top-lista {
      display: block;
      float: left;
      font-size: 1.2em; 
      height: 50px;
      margin: 15px 0 0 0;
      overflow: hidden;
      }

  #layout #page {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    width: 960px;
    }

    #layout #page #left {
      border-right: 1px dotted #666;
      display: block;
      float: left;
      margin: 15px 0 0 0;
      padding: 0 20px 0 0;
      width: 660px;
      }
      
      #layout #page #left ul#menu {
        display: block;
        float: left;
        height: 95px;
        margin: 0;
        padding: 0;
        }      
      
        #layout #page #left ul#menu li {
					display: inline;
          float: left;
          height: 100px;
          margin: 0 7px 0 0;
          width: 215px;
          }

          #layout #page #left ul#menu li.selected {
            height: 90px;
            }

          #layout #page #left ul#menu li a {
            background: #A9ADB0;
            border-radius: 10px;
            display: block;
            color: #fff;
            font-size: 1.2em;
            font-weight: bold;
            height: 57px;
            padding: 15px;
            text-decoration: none;
            width: 185px;
            -webkit-border-radius: 10px;
            -moz-border-radius: 10px;
            }

          #layout #page #left ul#menu li.nabidka a.selected {
            background: #EF3E35;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;            
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;            
            height: 65px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-bottomright: 0;
            }

          #layout #page #left ul#menu li.nabidka a {
            background: #A9ADB0;
            border-top-left-radius: 10px;
            border-top-right-radius: 10px;            
            border-bottom-left-radius: 0;
            border-bottom-right-radius: 0;            
            height: 65px;
            -webkit-border-top-left-radius: 10px;
            -webkit-border-top-right-radius: 10px;
            -webkit-border-bottom-left-radius: 0;
            -webkit-border-bottom-right-radius: 0;
            -moz-border-radius-topleft: 10px;
            -moz-border-radius-topright: 10px;
            -moz-border-radius-bottomleft: 0;
            -moz-border-radius-bottomright: 0;
            }
          #layout #page #left ul#menu li a.selected {
            background: #EF3E35;
            }



        #layout #page #left ul#menu li a:hover {
          background: #EF3E35;
          }


        #layout #page #left ul#menu li.last {
          margin: 0;
          }

      #layout #page #left #vyhledavani {
        border-top-left-radius: 0;
        border-top-right-radius: 10px;            
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;            
        background: #A9ADB0;
        display: block;
        float: left;
        margin: 0;
        padding: 10px;
        width: 640px;
        -webkit-border-top-left-radius: 0;
        -webkit-border-top-right-radius: 10px;
        -webkit-border-bottom-left-radius: 10px;
        -webkit-border-bottom-right-radius: 10px;
        -moz-border-radius-topleft: 0;
        -moz-border-radius-topright: 10px;
        -moz-border-radius-bottomleft: 10px;
        -moz-border-radius-bottomright: 10px;
        }      
        
        #layout #page #left #vyhledavani.selected {
					background: #EF3E35;
				}

        #layout #page #left #vyhledavani table td {
          color: #fff;
          font-size: 1.1em;
          font-weight: bold;
          padding: 5px 7px;
          }

          #layout #page #left #vyhledavani table td select {
            width: 159px;
            }

          #layout #page #left #vyhledavani table td select.short {
            width: 80px;
            }

          #layout #page #left #vyhledavani table td input.cena {
            width: 77px;
            }

          #layout #page #left #vyhledavani table td input:not([type="image"]) {
            width: 70px;  
            }

            
      #layout #page #left #makler {
        float: right;
        font-size: .95em;
        width: 185px;
        }

        #layout #page #left #makler tr td {
          font-size: 1em;
          padding-right: 5px;
          }
            

    #layout #page #right {
      display: block;
      float: right;
      margin: 15px 0 0 10px;
      padding: 0;
      width: 260px; 
      }
      
      #layout #page #right hr {
        background: #E0E1E2;
        height: 10px;
        }
        
      #layout #page #right h2 {
        background: url(../img/bcg_sipka.png) 2px 2px no-repeat;
        font-size: 1.4em;
        padding: 5px 0 5px 35px;
        } 
