html, body { 
 margin:0; 
 padding:0; 
 font-family: Segoe UI, verdana, arial, helvetica, sans-serif;
 font-size: 15px;
 color: black;

}
a img{
	border: none;
}
html{
 background-color: white;	
}

td {
	font-size: 15px;
}
.stats{
	margin-right: 200px;
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	margin-top: -115px;
}
.stats p{
	padding: 0px;
	margin: 0px;
	font-size: 12px;
}

a:link, a:visited, .color {
color: #277DA0;
text-decoration: none;
}

a:hover {
color: #277DA0;
text-decoration: underline;
}
.left{
	float: left;
}
.right{
	float: right;
}
.text_vpravo{
	text-align: right;
}

#pagewidth{
 width:990px;
 width: 100%; 
 /* position:center; */
 text-align:left; 
 min-width: 500px;
 margin-left:auto; 
 margin-right:auto; 
} 


#header{  
 width:990px;
 width: 100%;
 
 }
#header.header_in{
	height: 150px;
}

#header img {
 	border: none;
 }





.button{
	width: auto;
}
a:hover.button{
	text-decoration: none;
}
a.button{
	display: inline-block;
	margin-top: 10px;
}
a.button img{
	margin-top: -10px;
	xpadding: 3px;
}


.logo {
	display: block;
	float: left;
}
.top_menu{
	display: block;
	float: right;
	text-align: center;
	margin-top: 15px;
	margin-left: 5px;
	background-color: silver;
	padding: 5px;
	font-size: 13px;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	width: 70px;
}





ul {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}


/* zobrazeni stranky */
.stranka_nadpis h2 {
	margin: 0px 0px 10px 0px;
	padding: 10px 0px 30px 60px;
	background-image: url(../images/kat_nadpis.png);
	background-repeat: no-repeat;

	font-size: 30px;
	font-weight: normal;
	color: black;

}

/* end zobrazeni stranky */

#outer{ 
position: relative;
margin-top: 10px;
background-image: url(../images/leftcol.jpg);
background-repeat: repeat-y;

} 
#outer_in{
	position: relative;
	z-index: 10;
}
.center{ text-align: center; }
/* menu dole */




#footer a {
	font-size: 11px;
	color: white;
	padding: 0px 5px 0px 5px;
	border-left: 1px solid silver;
	border-right: 1px;
	text-decoration: underline;
}
#footer a:hover{
	color: silver;
	text-decoration: underline;
}
/*end menu dole */


#footer {
font-size: 12px;
width: 100%;
 color: white;
background-image: url(../images/footer.jpg);
background-repeat: repeat-x;
background-color: #44474C;

padding-top: 5px;

} 


.copyright {
padding: 10px;
float: left;
}
.fot{ 
 /* position:center; */
 text-align:left; 
 padding-top: 10px;
 padding-bottom: 30px;
 width: 990px;
 width: 100%;
   min-width: 500px;
  margin-left:auto; 
 margin-right:auto; 
} 
.fot_blok{
	padding: 0px 20px 0px 20px;
	width: 282px;
	float: left;
}
.fot_blok.bor{
	border-right: 1px dotted silver;
}
#inner{ 
position: relative;
margin:0px;
width:990px;
width: 100%;
z-index: 100;
}
 
.hlavni_obsah {
position: relative;
float: right;
width: 950px;
width: 96%;
padding: 2%;
border-top: 1px solid white;
border-bottom: 1px solid #e8e8e8;
} 


.stred{
	text-align: center;
}

.clr{clear:both; margin: 0px; padding: 0px; }


.mal{
	font-size: 11px;
}
.vpravo{
	float: right;
}

.tabulky{
	padding: 0px;
	font-size: 14px;
	width: 100%;
	
}
.tabulky tr{
	background-color: #f7f7f7;
}


.tabulky tr.sudy{
	background-color: white;
}
.tabulky tr.neaktivni{
	background-color: #ffbebe;
}
.tabulky tr:hover{
	background-color: #e8e8e8;
}
.tabulky td{
	padding: 3px;
	color: black;
}

.tabulky th{
	padding: 3px;
	color: white;
	background-color: gray;
	text-align: left;
	font-size: 12px;
}
.tabulky tr.vlevo td, td.vlevo{
	text-align: left;

}
.tabulky tr.stred td{
	text-align: center;

}
.tabulky td.stred{
	text-align: center;

}


.tabulky p{
 padding: 0px;
 margin: 0px;
 }

table td.vypis{
	border:solid 1px #b4b4b4;
	padding: 8px;	
		border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	background-color: white;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
} 
table td.vel{
	font-weight: bold;
	font-size: 15px;
}


.formular input[type="text"].vel{
	font-weight: bold;
	font-size: 15px;
}
.formular input[type="text"],.formular input[type="password"], .formular select, .formular textarea{
	border:solid 1px #b4b4b4;
	padding: 8px;	
		border-radius:8px;
	-moz-border-radius:8px;
	-webkit-border-radius:8px;
	width: 400px;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.formular.prvky input[type="text"], .formular.prvky select, .formular textarea{
	border:solid 1px #0082ff;
}
.formular input[type="text"]:focus, .formular select:focus, .formular textarea:focus{
background-color: #f0f8ff;
border:solid 1px #0082ff;
-webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
-moz-box-shadow:    0px 0px 10px 0px rgba(0, 0, 0, 0.2);
box-shadow:         0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.formular.filtr input[type="text"],.formular.filtr input[type="password"], .formular.filtr select, .formular.filtr textarea{
 width: 120px;
}
.formular input[type="text"]:disabled,
.formular select:disabled,
.formular textarea:disabled {
	background-color: #f0f0f0;
}

.formular select{
	min-width: 100px;
	max-width: 200px;
	margin-right: 5px;
}
table.user{
	width: 100%;
}
.formular .user input[type="text"]{
	width: 214px;
}

select.sklad_drop{
	width: 200px;
}
.formular input.date{
	width: 115px;
	background-image: url(../images/datum.jpg);
	background-repeat: no-repeat;
	background-position: 8px 8px;
	padding-left: 28px;
}
.formular input.input_cena{
	width: 115px;
}
.mejl.area{
	width: 430px;
	height: 100px; 
}
.mejl.obarea{
	width: 470px;
	height: 100px; 
}
#rychly_kontakt .mejl.width, #rychly_kontakt .mejl.area{
	width: 300px;
}
.poz{
	background-color: #f3f3f3; 
}
.link{
	cursor: pointer;
}
.link:hover{
	opacity: .6;
}
hr{
	display: block;
	width: 100%;
	height: 2px;
	border: none;
	border-bottom: 1px solid white;
	border-top: 1px solid #e2e2e2;
	
}
.center{
	text-align: center;
}
.bold{
	font-weight: bold;
}
input[type="submit"], input[type="reset"], input[type="button"], a.button {
font-family: Segoe UI, verdana, arial, helvetica, sans-serif;
padding: 6px 10px 6px 10px;
color: white;
font-weight: bold;
font-size: 13px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border: none;	
	margin-top: 5px;
	cursor: pointer;
	width: auto;
	background: #545454; /* Old browsers */
background: -moz-linear-gradient(top,  #545454 0%, #141414 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#545454), color-stop(100%,#141414)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #545454 0%,#141414 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #545454 0%,#141414 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #545454 0%,#141414 100%); /* IE10+ */
background: linear-gradient(to bottom,  #545454 0%,#141414 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#545454', endColorstr='#141414',GradientType=0 ); /* IE6-9 */

}
input[type="submit"]:hover, input[type="reset"]:hover, input[type="button"]:hover, a.button:hover{
	text-decoration: none;
background: #3889e0; /* Old browsers */
background: -moz-linear-gradient(top,  #3889e0 0%, #277da0 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#3889e0), color-stop(100%,#277da0)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #3889e0 0%,#277da0 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #3889e0 0%,#277da0 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #3889e0 0%,#277da0 100%); /* IE10+ */
background: linear-gradient(to bottom,  #3889e0 0%,#277da0 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#3889e0', endColorstr='#277da0',GradientType=0 ); /* IE6-9 */

	
}

/*pozadí----------------- */
.pozadi_gray{
background: #f9f9f9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmOWY5ZjkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #f9f9f9 0%, #ededed 50%, #f9f9f9 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9f9f9), color-stop(50%,#ededed), color-stop(100%,#f9f9f9)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#f9f9f9 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#f9f9f9 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #f9f9f9 0%,#ededed 50%,#f9f9f9 100%); /* IE10+ */
background: linear-gradient(to bottom,  #f9f9f9 0%,#ededed 50%,#f9f9f9 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f9f9f9',GradientType=0 ); /* IE6-8 */
}
:root .pozadi_gray { filter: none \0/IE9; }

.pozadi_menu{

background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #f2f2f2 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f2f2f2)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 ); /* IE6-9 */

}
:root .pozadi_menu { filter: none \0/IE9; }
.nezalamovat{
	white-space: nowrap;
}


 @media print{ 
#leftcol{display:none;} 
#rightcol{display:none;} 
#header{display:none;} 
#footer{display:none;}
object{display:none;} 
#b_wrapper{display:none;} 
}