/*
Theme Name: Provoznidenikstroje
Theme URI: http://example.com/my-custom-theme
Author: Vosa
Author URI: http://vosa.cz
Description: Custom theme for prvoznidenikstroje.cz
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: custom, theme, development
Text Domain: provoznidenikstroje
*/

root { 
    
}

body {
    background: #ffffff url('./imgs/background.png') repeat; 
    font-family: sans-serif;
   
}




.wrapper {
   
    
    width:  900px;
    height: 1000px;
    margin-left: auto ;
    margin-right: auto ;
    margin-top: 25px;
    background: white;
    border: 1px solid black;
    vertical-align: top;
    
     -webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
    
    -moz-box-shadow: inset 0px  0px 15px #000000;
-webkit-box-shadow: inset -0px -0px 15px #000000;
box-shadow: inset 0px 0px 15px #000000;
  
}

#nadpis {
    
    text-align: center;
    border: 1px solid black;
    padding: 18px;
    margin :10px;
    
 /* background:  #FFF8A3; */ /* Old browsers */
background: -moz-linear-gradient(top,  rgba(255,248,163,1) 0%, rgba(255,239,119,1) 50%, rgba(255,212,0,1) 51%, rgba(255,240,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,248,163,1)), color-stop(50%,rgba(255,239,119,1)), color-stop(51%,rgba(255,212,0,1)), color-stop(100%,rgba(255,240,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,   rgba(255,248,163,1) 0%,rgba(255,239,119,1) 50%,rgba(255,212,0,1) 51%,rgba(255,240,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,   rgba(255,248,163,1) 0%,rgba(255,239,119,1) 50%,rgba(255,212,0,1) 51%,rgba(255,240,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,   rgba(255,248,163,1) 0%,rgba(255,239,119,1) 50%,rgba(255,212,0,1) 51%,rgba(255,240,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,   rgba(255,248,163,1) 0%,rgba(255,239,119,1) 50%,rgba(255,212,0,1) 51%,rgba(255,240,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fff8a3',endColorstr='#fff000');  /* IE6-9 */ 
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#fff8a3, endColorstr=#fff000)";
       -webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	border-radius: .5em;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}

.menu {
    position: relative;
    margin-top: 25px;
    height: 50px;
    text-align: center;
    
}

.menu li {
	list-style-type: none;
}

.menu a {
   
    float: left;
    margin-right: 38px;
    width: 140px;
    text-align: center;
	text-decoration: none;
	outline: none;
	cursor: pointer;

border: 1px solid #000000;
  background-color:  #ffd500;
  background: -webkit-gradient(linear, left top, left bottom, from(#faf7cb),
to(#ffd500));
  background: -webkit-linear-gradient(top, #faf7cb, #ffd500);
  background: -moz-linear-gradient(top, #faf7cb, #ffd500);
  background: -ms-linear-gradient(top, #faf7cb, #ffd500);
  background: -o-linear-gradient(top, #faf7cb, #ffd500);
  padding: 8px 16px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
  -moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
  box-shadow: rgba(0,0,0,1) 0 1px 0;
  text-shadow: rgba(0,0,0,.4) 0 1px 0;
  color: #000000;
  font-size: 16px;
  font-weight: bold;
  font-family: Helvetica, Arial, Sans-Serif;
  text-decoration: none;
  vertical-align: middle; 

}

.menu a:hover {
/*    background: #f47c20;
	background: -webkit-gradient(linear, left top, left bottom, from(#f88e11), to(#f06015));
	background: -moz-linear-gradient(top,  #f88e11,  #f06015);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#f88e11', endColorstr='#f06015');*/

  background: #ffd500;
  color: #000000;

}

/*.menu_cell a {
    text-decoration: none;
}*/

 
  
.menu_cell:active {
  
  background: #faf7cb;
  } 


#obsah {
    display: block;
    vertical-align: top;
    margin-left: 45px ;
    margin-right: 45px ;
    margin-bottom: 25px;
    overflow: auto;

}

.float-right {
	float: right;
}

.table {display:table; }
.row { display:table-row;}
.cell {display: table-cell; }
.cell p {margin: 5px;}
.thh {
white-space: nowrap;
font-weight: bold;
  text-align: left;
  background-color: antiquewhite;
}
