a  {
	color : blue;
	text-decoration : none;
}

a:Visited  {
	color : blue;
	text-decoration : none;
}

a:Hover  {
	color : red;
	text-decoration : underline;

}

body {
	font-size : 14px;
	line-height: 18px;
	font-family :  Arial, Verdana, Helvetica, Sans-Serif;
	color : black;
	background-color: #f2f2f2;
	margin: 0px;
	padding: 0px;
}

.obsah {
	margin: 5px;
	padding: 5px;
}

h1{
	text-align: center;
	font-size: 20px;
	line-height: 20px;
	width: 970px;
}

h2{
	font-size: 18px;
	font-weight: 400;
	margin-left: 5px;
	padding-bottom: -4px;
}


h6{
	font-size: 11px;
	font-weight:100;
	margin-left: 5px;
	padding-bottom: -4px;
}
h3{
	font-size: 1px;
	line-height: 1px;
	width: 1000px;
	border-width: 1px; 
	border-top-style: dotted;
	border-top-color: gray; 
	padding-bottom: 2px;
}

.pravy_button{
	text-align: right;
	width: 400px;
	margin-left: 580px;
}

#menu-box {background: red url('menu-bg.gif') repeat-x 0 0; width:auto;}
#menu { margin: 0 auto;}

#menu li {
  float: left;
  display: inline;
  list-style-type: none;
  text-align: center;
}

#menu li a {
  text-decoration: none;
  color: WHITE;
  float: left;
  display: inline;
  min-width: 85px;
  word-wrap: break-word; overflow: auto; 
  line-height: 30px;
  padding: 4px 4px 4px 4px;
  border-right: 1px solid #00684a;
}

#menu li.small {
  text-decoration: none;
  color: WHITE;
  float: left;
  display: inline;
  width: 70px;
  word-wrap: break-word; overflow: auto; 
  line-height: 17px;
  padding: 4px 4px;
  /*border-right: 1px solid #00684a;*/
  font-size:9px;
}
#menu li a:hover, #menu li a.active {background-color: blue;}

/* Clearfix */
.clearfix:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.clearfix {min-height: 1px;}
.clearfix {display: inline-block;}

/* Backslash hack - nemel by to videt IE/Mac \*/
.clearfix {display: block;}
/* Konec hacku */

.button{
text-align: center;
padding: 11px 0 0 0;
height: 33px;
width: 152px;
display: block;
color: #fff;
text-decoration: none;
background: url(button.jpg) no-repeat left 0px;
} 

#business a:hover {
background-position: left -44px;
color: #fff;
text-decoration: none;
}
.male{
	font-size: 11px;
}

select{
	min-width: 30px;
	max-width: 200px;
}

table.zakazky{
	border: 2px solid;
	line-height: 14px;
	border-spacing: 0px;
}
td.zakazky_horni{
	line-height: 18px;
	border-left: 1px dotted;
	border-top: 1px solid;
	font-size: 12px;
	padding:2px;
	vertical-align: bottom;
	background-color: #ffe39f;
	text-align: center;
	font-weight: bold;
}
td.zakazky{
	line-height: 20px;
	border-left: 1px dotted;
	border-top: 1px solid;
	font-size: 12px;
	padding:2px;
}
td.zakazky_svisle{
	max-height: 20px;
	max-width: 25px;
	text-align: left;
	vertical-align: bottom;
	border-left: 1px dotted;
	border-top: 1px solid;
	font-size: 12px;
	background-color: #ffe39f;
	padding:2px;
}
.rotate {
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);

  /* also accepts left, right, top, bottom coordinates; not required, but a good idea for styling */
  -webkit-transform-origin: 50% 50%;
  -moz-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  -o-transform-origin: 50% 50%;
  transform-origin: 50% 50%;

  /* Should be unset in IE9+ I think. */
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}

div.bublina {
position: relative;
}
div.bublina span {
display: none;
}
div.bublina:hover span {
display: block;
position: absolute;
top: 1em;
left: 2em;
padding: 0.2em 0.5em;
border: 1px solid black;
background-color: #dce0b0;
text-decoration: none;
text-align:left;
color: black;
width: 400px;
z-index:99;
}



#menu {
    width: 100%;
    padding: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    height: 40px;
    color: white;
    background-color: red;
}



ul.navbar_menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 16px;
    background-color: red;
}

li.navbar_menu {
    display:inline-block;
    /*width: 8%;*/
    border-right: 1px solid white;
    margin-right: 2px;
}

li.navbar_menu a, {
    display: block;
    color: white;
    text-align: center;
    padding-bottom: 0px;
    padding-top: 0px;
    text-decoration: none;
    
}

/* Change the link color to #111 (black) on hover */
li.navbar_menu a:hover, li.navbar2 a:hover {
    background-color: red;
    color: #dddddd;
}
.fixni-menu {position: fixed; left: 0; top: 0; width: 100%; background: #8ECCF0; text-align: center; z-index: 1}

.menu-button{
    width: 100%;
    background-color: red;
    min-height: 45px;
    display: none;
}

.menu-button button {
        float: right;
        background-color: red;
        border: 0;
        color: #fff;
        font-size: 35px;
        cursor: pointer;
        display: none;
        padding-top: 0px;
        vertical-align: middle;
        width: 100%;
		height: 45px;
}
    
.menu-button button:hover {
       background: blue;
 }
    
.menu-button.zobrazit ul {display: block; }

.menu-button ul{
    text-align: center;
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    font-size: 26px;
    width: 100%;
    margin-top: 0px;
    color: black;
    z-index: 99;
}

.menu-button li{
     color: white;
     padding-top: 15px;
}

.menu-button li:hover{
     color: white;
     background: blue;
}

.udalost{
	height: 30px;
}

.udalost_tab{
	height: 35px;
}

.checkbox{
	height: 35px;
	width: 35px;
}

hr{
	border-top: 1px solid #2a2020;
}

@media only screen and (max-width: 760px) {
    
     #hlavicka {
         color: #127949;
         background-position: left;
         background-image: url(img/logo.jpg);
         background-size:  auto;
         background-repeat: no-repeat;
         height: 160px;
         color: transparent;
    }
    
    #obsah {
        margin-top: 0;
        z-index: 1;
    }
    
    #menu {
          background-color: red;
          display: none;
    }
    
    
    .menu-button button{
        display: block;
    }
    
    .menu-button{
        display: block;
    }
    
    .menu-button ul{
        display: none;
    }

	table.zakazky{
		width: 100%;
	}

}


