* {
  padding: 0px;
  margin: 0px;
}

.lekce a {
  padding-left: 410px;
  padding-top: 25px;
  position: relative; top: -15px; z-index: 20;
}

body {
  font-family:Arial, Helvetica, sans-serif;
	color:#666;
	font-size:14px;
  margin: 0;
	padding: 0;
  background: url("../img/main-bg.jpg") no-repeat fixed left top #000;
}

h1, h2, h3 {
	font-weight: normal;
	color: #7D7764;
}

h1 {
	font-size: 3.5em;
	background: redc;
	color: #E3564F;
  margin-bottom: 5px;
}

h2 {
	font-size: 1.2em;
}

h3 {
	font-size: 1.2em;
  padding: 0px;
  margin: 0px;
  height: 5px;
  padding-top: 2px;
}

p {
	margin-top: 15px;
	line-height: 180%;
}

p.ok 
{ color: green;}

a {
	text-decoration: none;
	color: #ff0066;
}

#wrapper {
	margin: 0 auto;
  margin-top: 40px;
	padding: 0;
	width: 1000px;
  background-color: #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius:10px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
}

header {
	margin: 0 auto;
	padding: 0 20px;
}

header h1, header h1 a {
    display: block;
    width: 355px;
    height: 56px;
}

header h1 {
    background: url('../img/logo_big.png?noCache=1') no-repeat;
    margin-top: 20px;
    display: inline-block;
    background-size: contain;
}

header h1 a {
    text-indent: -9999px;
}

#content {
	margin: 0 auto;
	padding: 18px 20px 30px 20px;
}

footer {
	color: #BFBFBF;
	padding: 30px 55px 50px 55px;
	text-align: center;
  background-color: #202020;
  -moz-border-radius: 0px 0px 10px 10px;
	-webkit-border-radius: 0px 0px 10px 10px;
	border-radius:  0px 0px 10px 10px;
  -moz-box-shadow: 0 0 5px #888;
  -webkit-box-shadow: 0 0 5px#888;
  box-shadow: 0 0 5px #888;
  clear: both;
  margin-bottom: 30px;
}

table {
	background:#eaebec;
	margin-bottom: 20px;
        margin-top: 20px;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

table a {
  color:#666;
}

.warning {
  margin-bottom: 20px;
  border-left: 1px solid red;
  padding-left: 10px;
}

.ok {
  margin-bottom: 20px;
  border-left: 1px solid #91ab31;
  padding-left: 10px;
}

.kalendar tr:hover td {
  background: #fafafa;
}

#prehledLekce {
  border: 0px;
}

#prehledLekce td {
  border: 0px;
}


#formTable {
  border: 0px;
  background: none;
  -moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 0px 0px #d1d1d1;
	-webkit-box-shadow: 0 0px 0px #d1d1d1;
	box-shadow: 0 0px 0px #d1d1d1;
}

#formTable td {
  border: 0px;
  background: none;
  width: 200px;
}

#formTable tr td {
  border: 0px;
  background: none;
}

sup {
  color: #E3564F;
  font-size: 17px;
}

#formTable input {
    width: 230px;
  height: 30px;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 15px;
  padding-left: 10px;
  border: none;
  border: 1px solid #848589;
  -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
  -moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #888;
  box-shadow: 1px 1px 5px #888;
}

#formTable select {
    width: 300px;
  height: 30px;
  background-color: #f9f9f9;
  color: #333333;
  font-size: 15px;
  padding-left: 10px;
  border: none;
  border: 1px solid #848589;
  -moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius:  5px 5px 5px 5px;
  -moz-box-shadow: 1px 1px 5px #888;
  -webkit-box-shadow: 1px 1px 5px #888;
  box-shadow: 1px 1px 5px #888;
}

table th {
	padding: 21px 0px 22px 0px;
	border-top:1px solid #fafafa;
	border-bottom:1px solid #e0e0e0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	font-size: 140%;
}

table th:first-child {
	text-align: left;
	padding-left:20px;
}

table tr:first-child th:first-child {
	-moz-border-radius-topleft:3px;
	-webkit-border-top-left-radius:3px;
	border-top-left-radius:3px;
}

table tr:first-child th:last-child {
	-moz-border-radius-topright:3px;
	-webkit-border-top-right-radius:3px;
	border-top-right-radius:3px;
}

table tr {
	text-align: center;
	padding-left: 20px;
}

table tr td:first-child {
	text-align: left;
	padding-left:20px;
	border-left: 0;
}

table tr td {
  min-height: 35px;
  max-height: 35px;
  height: 35px;
	padding: 0px 18px;
	border-top: 1px solid #ffffff;
	border-bottom:1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	background: #fafafa;
	background: -webkit-gradient(linear, left top, left bottom, from(#fbfbfb), to(#fafafa));
	background: -moz-linear-gradient(top,  #fbfbfb,  #fafafa);
}

table tr:last-child td {
	border-bottom:0;
}

table tr:last-child td:first-child {
	-moz-border-radius-bottomleft:3px;
	-webkit-border-bottom-left-radius:3px;
	border-bottom-left-radius:3px;
}

table tr:last-child td:last-child {
	-moz-border-radius-bottomright:3px;
	-webkit-border-bottom-right-radius:3px;
	border-bottom-right-radius:3px;
}

table tr:hover td {
	background: #f2f2f2;
	background: -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f0f0f0));
	background: -moz-linear-gradient(top,  #f2f2f2,  #f0f0f0);
}

.button, .buttonek {
  display: inline-block;
  padding: 7px 9px;
  font-size: 12px;
  line-height: 1;
  color: #3C3C3D;
  text-shadow: 1px 1px 0 #FFFFFF;
  text-decoration: none;
  border: 1px solid #CACACA;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-background-clip: padding-box;
  border-radius: 2px;
  background-color: #ECECEC;
  }

.button:hover {
  color: #FFFFFF;
  border-color: #ff0066;
  text-decoration: none;
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
  background-color: #FF81B3;
}

.button:active, .button.active {
  border-color:  #FF81B3;
  background-color: #ff0066;
  color: #FFFFFF;
  text-shadow: none;
}

.button:active, {
  top: 1px
}

.button.negative:hover {
  color: #FFFFFF;
  border-color: #ff0066;
  background-color: #FF81B3;
}

.button.negative1 {
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #0d8615;
  border-color: #0c7d14;
  text-shadow: none;
}

.button.negative1:hover {
  color: #FFFFFF;
  text-transform: uppercase;
  background-color: #0fa219;
  border-color: #0c7d14;
}

.button.negative:active, .button.negative.active {
  background-color: #A5211E;
  border-color: #911D1B;
}

.lekce {
  border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
  position: relative;
  height: 40px;
}

#popis, #obchod {
  float: right;
  width: 60%;
}


.lekce-tyden {
        width: 960px;
/*        height: 575px; */
	background:#eaebec;
	margin-bottom: 20px;
        margin-top: 20px;
	border:#ccc 1px solid;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	border-radius:3px;
	-moz-box-shadow: 0 1px 2px #d1d1d1;
	-webkit-box-shadow: 0 1px 2px #d1d1d1;
	box-shadow: 0 1px 2px #d1d1d1;
}

.lekce-tyden .title {
	padding: 21px 25px 22px 25px;
	border-top:1px solid #fafafa;
	border-bottom: 1px solid #E0E0E0;
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#ebebeb));
	background: -moz-linear-gradient(top,  #ededed,  #ebebeb);
	font-size: 140%;
        font-weight: bolder;
}

.lekce-tyden .title .tyden,.lekce-tyden .title .tydenAdmin {
    float: right;
}

.lekce-tyden .title a.prev,.lekce-tyden .title a.next {
    cursor:pointer;
}

.lekce-tyden .cas{
    padding-left: 80px;
    
    border-top: 1px solid white;
    border-bottom: 2px solid #E0E0E0;
    background: #FAFAFA;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#FAFAFA));
    background: -moz-linear-gradient(top, #FBFBFB, #FAFAFA);
}

.lekce-tyden .cas div{
    display: inline-block;
    width: 65px;
    text-align: center;
    padding: 5px 0px;
}

.lekce-tyden .dny {
    float: left;
    width: 113px;
    
    background: #FAFAFA;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#FAFAFA));
    background: -moz-linear-gradient(top, #FBFBFB, #FAFAFA);
}
.lekce-tyden .dny div{
    height: 78px;
    line-height: 78px;
    vertical-align: middle;
    padding-left: 20px;
    
    border-top: 1px solid white;
    border-bottom: 1px solid #E0E0E0;
    
}

.lekce-tyden .lekce-vypis{
    position: relative;
    float: left;
    height: 560px;
    width: 845px;
    overflow: hidden;
    
    border-left: 1px solid #E0E0E0;
    background: #FAFAFA;
    background: -webkit-gradient(linear, left top, left bottom, from(#FBFBFB), to(#FAFAFA));
    background: -moz-linear-gradient(top, #FBFBFB, #FAFAFA);
}

.lekce-tyden .lekce-vypis .mriz{
    float: left;
    width: 64px;
    height: 78px;
    
    border-top: 1px solid white;
    border-left: 1px solid #E0E0E0;
    border-bottom: 1px solid #E0E0E0; 
}

.lekce-tyden .lekce-vypis .ajax{
    position: absolute; top: 0px; left: 0px;
    height: 560px;
    width: 845px;   
}

#kasa-kontrola {
  position: absolute;
  top: 20px;
  right: 30px;
}

#kasa-kontrola fieldset {
  border: none;
}

#kasa-kontrola input[name="kasaStav"] {
  text-align: right;
}

p.note {
  font-size: 0.9em;
  font-style: italic;
}

p.small {
  font-size: 0.9em;
}

b.important {
  color: #ff0066;
}

a.improve_text_pos {
  display: inline-block;
}