body {
    background-color: #FAFAFA;
/*    color: #04575B;*/
    font-family: 'calibri', arial;
    font-size:12px;
    margin: auto;
    /*text-align: center;*/
    color: #000000;
  }

.logo_hlavicka{
   display:none;
	width:40px;
	margin-top:3px;
	margin-left:60px;
}

a{
  color: #0000FF;
}

.hlavickap {
    float: left;
    height: 144px;
    color: #FFFFFF;
    line-height: 110px;
    font-size: 2vw;
    font-weight: bold;
    padding-left: 2%;
    background-color: #10015D;
    width: 83%;
}

.hlavickal{
	float:left;
  height:144px;
  background: url("../images/logo.png") no-repeat center;
  background-position:left;
  background-color: #10015D;
  width: 15%;
  background-size: 100% auto;
}



.flags {
  margin-top:-35px;
  margin-right:20px;
}

.flag img{
   width:35px;
   margin-top:-3px;
}
/* ********************************     <DIV> obsah - detail   ******************************** */
#obsah {
	margin-top:0px;
  overflow: -moz-scrollbars-horizontal;
  overflow-x: auto;
  overflow-y: auto;
}

.dialog {
  font-size: 12px;
  width: 98%;
  
}
 /* ********************************     Pata stránky   ******************************** */
.pata {
	background: url("../images/paticka.png") no-repeat #04394D right bottom ;
	border-right: solid 1px #666666;
	border-bottom: solid 1px #666666;
	height: 26px;
  line-height: 26px;
	padding-left: 30px;
  color:#ffffff;
}
/* ********************************     Obecné   ******************************** */
.tlacitko {
	font-family: Arial, Sans-Serif;
	font-size: 11px;
	height: 22px;
	color: black;
	border-color: #e7e5e5 #6699cc #e7e5e5 #e7e5e5;
	background-color: #e7e5e5;
	text-align: center;
}
textarea {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
  background: #FAFAFA url(_images/gradient.png)  0 -15px;
}

.inputs {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
	padding-left: 2px;
  padding-right: 2px;
	height: 16px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #99C4E3 url(_images/gradient.png)  0 -5px;
	color : Navy;
}

.inputs_list {
  border:0px;
	border-bottom: 1px solid #efefef;
  padding-left: 2px;
  padding-right: 2px;
	height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #99C4E3 url(_images/gradient.png)  0 -5px;
	color : Navy;
}

/* inputy ........*/

.selects {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 1px solid #0f0f0f;
	border-bottom: 1px solid #0f0f0f;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #99C4E3 url(_images/gradient.png)  0 -5px;
	color : Navy;
	height: 20px;
}

.selects_list {
	border:0px;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #99C4E3 url(_images/gradient.png)  0 -5px;
	color : Navy;
}

.inputs_h {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #99CC99 url(_images/gradient.png)  0 -40px;
	color : Green;
}

.needitovatelne {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 7px;
	padding-right: 7px;
	height: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #00FFFF url(_images/gradient.png)  0 -40px;
	color : Green;
}

.selects_h {
	border-left: 1px solid #afafaf;
	border-top: 1px solid #afafaf;
	border-right: 2px solid #afafaf;
	border-bottom: 2px solid #afafaf;
	padding-left: 2px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	background: #99CC99 url(_images/gradient.png)  0 -40px;
	color : Green;
}

/*div pro mapy*/
.labels {
  color: #0000FF;
  background-color: white;
  font-family: "Lucida Grande", "Arial", sans-serif;
  font-size: 10px;
  text-align: center;
  border: 1px solid black;
  white-space: nowrap;
  padding-left:5px;
  padding-right:5px;
}

#kalendar{
  position:absolute;

}