/* RESET STYLESHEET*/
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
table, td {
	border: none
}

/*STYLESHEET*/
html, body {
	margin: 0;
	padding: 0;
}

body {
	background: #fff url('/img/bg_body.png');
}

.cleaner {
	width: 100%;
	clear: both;
	visibility: hidden;
}

h1, h2, h3 {
	color: #1a2f3b;
}

#cover {
	background: transparent url('/img/bg_cover.jpg') center 55px repeat-x;
}

#cover_in {
	background: #fff url('/img/bg_coverin.jpg') center repeat-y;
	width: 964px;
	margin: 25px auto 40px auto;
}

#flash {
	padding: 10px;
	border: 2px solid #F48F00;
	color: #1A2F3B;
	text-align: center;
	font: 1.1em Verdana;
	background-color: #FAF1E1;
	text-decoration: none;
	display: block;
	clear: both;
	margin: 20px;
}

#header {
	width: 100%;
	height: 223px;
	background: #fff url('/img/bg_header.jpg') center no-repeat;
	overflow: hidden;
}
#header h1 {
	margin: 50px 0 0 20px;   
	width: 292px;
	height: 102px;
	overflow: hidden;
	display: block;
	padding: 0;
	position: relative;
}
#header h1 span {
	width: 292px;
	height: 102px;
	background: transparent url('/img/logo.png') center no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}
#header h2 {
	font: 22px Verdana;
	color: #fff;
	margin: 0 0 0 24px;
	background-color: #F48F00;
	display: inline;
	padding: 3px 3px 3px 3px;
	line-height: 10px;
	width: 280px;
	display: block;
	text-align: center;
	overflow: hidden;
	height: 15px;
}

#footer {
	width: 100%;
	height: 130px;
	background: #fff url('/img/bg_footer.jpg') center no-repeat;
	text-align: right;
	margin-top: 35px;
}
#copy {
	font-family:Arial,sans-serif;
	color:#666;
	display:block;
	font-size:75%;
	margin: -42px auto 0;
	text-align:right;
	width:930px;
	padding:0;
}
#copy a {
	color:#77f;
	text-decoration: none
}
#kalkulace, #vyprodej {
	width: 240px;
	height: 136px;
	background: transparent url('/img/kalkulace_pruh.png') right center repeat-y;
	overflow: hidden;
}
#vyprodej {
	background: transparent url('/img/vyprodej_pruh.png') right center repeat-y;
}	

#kalkulace a, #vyprodej a {
	margin: 4px 0 0 70px;
	display: block;
	width: 130px;
	height: 130px;
	position: relative;
	overflow: hidden;
}
#kalkulace a span, #vyprodej a span {
	width: 130px;
	height: 130px;
	position: absolute;
	top: 0;
	left: 0;
	background: transparent url('/img/kalkulace.png') right top no-repeat;
}
#kalkulace a:hover span, #vyprodej a:hover span {
	background-position: left top;
}
#vyprodej a span  {
	background: transparent url('/img/vyprodej.png') right top no-repeat;
}

#sidebar {
	float: right;
	width: 240px;
	margin-right: 8px;
}

#content {
	padding: 0 0 0 30px;
	float: left;
	width: 684px;
	overflow: hidden;
	font: 0.8em Verdana;
	line-height: 160%;
}

#content p {
	text-indent: 0em;
	margin: 1.2em 0;
}
#content h1 {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 250%;
	margin: 10px 0;	
}
#content h2 {
	font-size: 1.05em;
	font-weight: bold;
	line-height: 250%;
	margin: 10px 0;	
}
#content h3 {
	font-weight: bold;
	margin: 10px 0;
}
#content span#podpis {
	padding: 40px 0 0 0;
	display: block;
}

#menu{
	margin: -25px 0 0 18px;
}

#menu .button {
	font: bold 1.15em Verdana;
	color: #000;
	text-align: center;
	text-decoration: none;
	line-height: 35px;
	width: 128px;
	height: 46px;
	overflow: hidden;	
	background: #e9ba64 url('/img/oranzove-kratke.png') left top no-repeat;
	float: left;
}
#menu .button.long {
	width: 191px;
	background: #e9ba64 url('/img/oranzove-dlouhe.png') left top no-repeat;
}
#menu .button:hover {
	background-position: right top;
}
#menu .selected {
	background: #a9d4eb url('/img/modre-kratke.png') left top no-repeat;
	color: white;
}
#menu .button.long.selected {
	background: #a9d4eb url('/img/modre-dlouhe.png') left top no-repeat;
}

#submenu {
	margin: 10px 0 0 30px;
	padding: 1px 0 2px 0;
	border-width: medium 0 medium 0;
	border-style: solid;
	border-color: #6cc3f5;
	width: 684px;
	float: left;
}
#submenu .button {
	font: bold 0.9em Verdana;
	color: #6cc3f5;
	text-decoration: none;
	padding: 10px 10px 10px 10px;	
}
#submenu .button:hover {
	color: #2485b4;
}
#submenu .button.selected {
	color: #000;
}

#osloveni {
	font: bold 1.1em Verdana;
	display: box;
}

.sacky {
	margin: 10px;
	float: left;
	width: 124px;
}
.sacky img {
	display: block;
	padding: 0;
	margin: 0 auto;
}
.sacky .text {
	display: block;
	font: 1.1em Verdana;
	text-align: center;
}

#rozmery td {
	width: 180px;
}
#rozmery2 {
	margin: 20px 0 0 0;
}
#rozmery2 td {
	width: 140px;
}
.cena_zvyrazneni {
	font-weight: bold;
}
#zipove_table {
	margin: 5px 0 0 0;
}
#zipove_table, #zipove_table td {
	border-width: thin;
	border-color: #000;
	border-style: solid;
}

#zipove_table td {
	font: 1.0em Verdana;
	text-align: center;
	width: 100px;
}

.folie {
	margin: 10px;
	width: 161px;
	float: left;
	margin-right: 30px;
}
.folie .text {
	display: block;
	font: 1em Verdana;
	text-align: center;
}
#folie .img {
	background: #fff url('/img/folie_folie.png') center no-repeat;	
}
#hadice .img {
	background: #fff url('/img/folie_hadice.png') center no-repeat;	
}
#polohadice .img {
	background: #fff url('/img/folie_polohadice.png') center no-repeat;	
}
#zalozky .img {
	background: #fff url('/img/folie_zalozky.png') center no-repeat;	
}

table .separator {
	padding: 10px 0 0 0;
}

.separator {
	height: 2px;
	background-color: #000;
}

#mapa {
	float: right;
	display: block;
	text-align: center;
	width: 330px;
	margin: 40px 0;
}
#info {
	float: left;
	display: block;
	width: 350px;
}

#mapa img {
	
}

.kontakt h1 {
	font: 0.88em Verdana;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.kontakt h2 {
	font: 0.88em Verdana;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.kontakt h3 {
	font: 0.88em Verdana;
	line-height: 150%;
	padding: 0;
	margin: 0;
}
.kontakt p {
	white-space: normal;
}
.kontakt .popis {
	display: none;
}
.maplink img {
	border: none;
}

#objednavky {
	width: 100%;
}
#objednavky td {
	padding: 1px 5px;
	border-bottom: #000 1px solid;
}
#objednavky tr.altrow {
	background-color: #eee;
	
}
#jezditko {
	margin: 0 0 15px -12px;
	padding: 0;
}

#vadminu fieldset {
	border: 1px solid #aaa;
	margin: 20px 0;
	padding: 10px;
}
#vadminu .input label {
	width: 150px;
	display: block;
	float: left;
	clear: left;
}
#vadminu .input input {
	display: block;
	float: left;
}
#vadminu fieldset {
	clear: both;
}
.pp_dim.trochu_sirsi, .pp_dim.trochu_sirsi label, .pp_dim.trochu_sirsi input {
	width: 120px;
}
.pp_dim.trochu_sirsi {
	margin-right: 17px;
}
.relativni {
	position: relative;
	overflow: hidden;
	float: left;
}
.reltive .invalid {
	top: 1em;
	lafet: 0;
}