body{
	font-family: Verdana;
	font-size: 12px;
	text-align: center;
	color: black;
	margin: 0;
	margin-top: 100px;
	margin-bottom: 50px;
	background-color: #4d382b;
}




#obal {
   width: 1000px;
   margin: 50px auto 0 auto;
   text-align: left;
	background-color: #ffffff;
	box-shadow:             #100f0e 20px 20px 50px; 
	-webkit-box-shadow: 	#100f0e 20px 20px 50px; 
	-moz-box-shadow:     	#100f0e 20px 20px 50px;
	padding-top: 30px;
}

#hlavicka {
	margin-top: -30px;
	margin-bottom: -15px;  
	margin-left: 0px;
	margin-right: 40px;
	height:130px;
   }

div.login {
	margin-top:20px;
	font-size: 10px;
	float: right;
  }

#obsah {
   margin-left: 40px;
   margin-right: 40px;
   width: 100%;
   }

#menu {
	font-size: 15px;
   width: 100%;
   height: 30px;
   background-image: url(img/menu.png);
   }
	
	
#paticka {
   padding: 0px;
   text-align:center;
   }

input.login{
	width: 60px;
	height: 14px;
}

input.submit{
	width: 70px;
	height: 19px;
	font-size: 12px;
}


h1 {
	font-family: Verdana;
	font-size: 30px;
	width: 500px;
	margin: 0 0 0 0;
	color : #d1db61;
	float: left;
}
h2 {
	font-size: 15px;
	text-align: left;
	color : #4d382b;
	margin: 0px;
}
h3 {
	font-size: 13px;
	color : black;
	margin: 0px;
}
h4 {
	font-size: 15px;
	color : white;
	margin : 10px 10px 10px 10px;
	border-bottom : 1px dashed white;
}
h5 {
	font-size:1em;
	color : #FDF22B;
	margin : 10px 10px 5px 0px;
	border-bottom : 1px dashed white;
}
h6 {
	font-size:1em;
	color : white;
	margin : 10px 10px 5px 5px;
}

a, a:link, a:visited{
	color: #008B8B;
	text-decoration: none;
}
a:hover{
	color: red;
	text-decoration: underline;
}
a.nadpis, a.nadpis:link, a.nadpis:visited{
	color:black;
}
a.nadpis:hover{
	color: red;
	text-decoration: underline;
}
li.menu{
  float: left;
  display: inline;
  list-style-type: none;
  color: black;
  text-align: center;
}

li.menu a {
  text-decoration: none;
  color: #4d382b;
  float: left;
  display: inline;
  line-height: 30px;
  padding: 0 30px;
  border-right: 1px solid black;
}

li.menu a:hover, li.menu a.active {background-color:#d1db61;}

/* 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 */


table.zakazky{
	border: 1px solid;
	line-height: 14px;
	border-spacing: 0px;
}
td.zakazky{
	line-height: 20px;
	border-left: 1px dotted;
	border-top: 1px solid;
	font-size: 12px;
	padding: 1px 3px 1px 3px;
}

table.calendar
{
	border-top: 1px solid #d1d1d1;
	border-left: 1px solid #d1d1d1;
	margin: 5px;
	font-size: 13px;
}

td.calendar
{
	border-right: 1px solid #d1d1d1;
	border-bottom: 1px solid #d1d1d1;
	padding: 2px;
	width: 20px;
	height: 20px;
	text-align: center;
} 

td.calendar a
{
text-decoration: none;
display: block;
}

td.calendar a:link, td a:visited
{
color: black;
} 

td.calendar a:hover, td a:active
{
background: #008B8B;
}


a.bublina {
position: relative;
}
a.bublina span {
display: none;
}
a.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: 300px;
z-index:99;
}