@charset "utf-8";
body {
	background: #F2F6FF url(./images/bg-body.png) repeat-x;
	font: 11px Tahoma, Verdana, Arial;
	color: #000000;
	text-align: center;
	margin: 0px auto;
	padding: 20px 0px 15px;
}
div {
	text-align: left;
	margin: 0px;
	padding: 0px;
	position: static;
}
p {
	line-height: 140%;
	margin: 0px;
	padding: 15px 0px 0px;
	text-align: justify;
}
img {
	border-style: none;
}
address {
	line-height: 140%;
	font-style: normal;
	margin: 0px;
	padding: 15px 0px 0px;
}
ul {
	margin: 0px;
	padding: 15px 0px 0px 30px;
}
li {
	line-height: 140%;
	margin: 0px;
	padding: 0px;
	list-style: disc;
}
h1 {
	font-size: 20px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h2 {
	font-size: 17px;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 0px;
}
h3, h3 a#nadpis, h3 a:Hover#nadpis {
	font-size: 13px;
	font-weight: bold;
	margin: 0px;
	padding: 15px 0px 0px;
}
a, a:Hover {
	font-weight: bold;
	color: #990000;
	text-decoration: underline;
}
a:Hover {
	color: #000000;
}
/* Základní layout webu */
#mother {
	width: 960px;
	margin: 0px auto;
}
#panelznacky {
  width: 95px;
  margin-top: 55px;
  float: right;
}
#panelznacky2 {
  width: 95px;
  margin-top: 0px;
  float: right;
}

#header {
	border-top: 3px solid #004080;
	margin: 55px 0px 0px;
	float: left;
	width: 860px;
}
#girl {
	background: url(./images/header-girl.jpg);
	height: 205px;
	width: 165px;
	position: absolute;
	margin: -231px 0px 0px 415px;
}
#headerLeft {
	border-top: 1px solid #F4F4F4;
	border-bottom: 1px solid #F4F4F4;
	float: left;
	width: 580px;
	background: #BBDBFF url(./images/bg-header-left.png);
}
#logo {
	margin: 32px 0px 32px 20px;
	height: 82px;
}
#headerRight {
	border-top: 1px solid #F4F4F4;
	width: 279px;
	background: #004080 url(./images/bg-header-right.png) repeat-x bottom;
	float: left;
	margin: 0px 0px 0px 1px;
}
#headerRightIn {
	margin: 6px;
	height: 135px;
	overflow: hidden;
	font-size: 10px;
	color: #A9BFD4;
}
#headerRightIn h3 {
	padding: 0px;
	color: #FFFFFF;
}
#headerRightIn p, #mainRightIn p {
	text-align: left;
}

#headerRightIn a, #headerRightIn a:Hover, #mainRightIn a, #mainRightIn a:Hover {
	color: #A9BFD4;
	font-weight: normal;
}
#headerRightIn a:Hover, #mainRightIn a:Hover {
	color: #FFFFFF;
}
#menu {
	padding: 0px;
	clear: both;
	background: #004080 url(./images/bg-menu.png);
	height: 25px;
}
#menu li {
	list-style: none;
	display: block;
	line-height: normal;
	float: left;
}
#menu li a, #menu li a:Hover, #menu li .selected, #menu li .selected:Hover {
	display: block;
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	padding: 5px 10px 6px;
	border-right: 1px solid #7A9ABA;
	background: #004080 url(./images/bg-menu.png);
}
#menu li a:Hover {
	background: #990000 url(./images/bg-menu-hover.png);
}
#menu li .selected, #menu li .selected:Hover {
	padding: 5px 10px 6px;
	background: #990000 url(./images/bg-menu-hover.png);
}
#menu #last {
  border-right-style: none;
}
.subMenu {
	background: #990000;
	position: absolute;
	padding: 0px;
	width: 160px;
}
#subMenuA {
	margin: 25px 0px 0px 0px;
	_margin: 25px 0px 0px -67px;
}
#menu li ul {
	padding: 0px 0px 5px;
	background: url(none);
}
#menu li ul li {
	list-style: none;
	display: inline;
	line-height: normal;
	float: none;
}
#menu li ul li a, #menu li ul li a:Hover {
	float: none;
	font-size: 10px;
	text-decoration: underline;
	background: url(none);
	border-right-style: none;
	padding: 4px 0px 4px 10px;
}
#menu li ul li a:Hover {
	color: #000000;
}
#main {
	
	width: 960px;
	clear: both;
	border-bottom: 1px solid #F2F6FF;
}
#mainLeft {
	float: left;
	width: 580px;
	background: url(./images/wave-top.png) no-repeat top;
}
#waveBottom {
	background: url(./images/wave-bottom.png) no-repeat bottom;
	float: left;
}
#mainIn {
	padding: 10px;
}
#breadcrumb {
	font-size: 10px;
	padding: 0px 0px 10px;
	color: #666666;
}
#breadcrumb a, #breadcrumb a:Hover {
	font-weight: normal;
	color: #666666;
}
#breadcrumb a:Hover {
	color: #000000;
}
#mainRight {
	margin: 0px 0px 0px 1px;
	float: left;
	width: 279px;
	background: #004080;
}
#mainRightIn {
	margin: 6px;
	font-size: 10px;
	color: #A9BFD4;
}
#mainRightIn h3 {
	color: #FFFFFF;
}
#footer {
	border-top: 1px solid #F2F6FF;
	clear: both;
	background: #F2F6FF;
	width: 860px;
}
#footerIn {
	border-top: 3px solid #004080;
	font-size: 10px;
	color: #999999;
	padding: 5px 0px 0px;
	line-height: 140%;
}
#footer a, #footer a:Hover {
	font-weight: normal;
	color: #999999;
}
#footer a:Hover {
	color: #000000;
}
.hidden {
	display: none;
}
.cleaner {
	font-size: 1px;
	clear: both;
	height: 1px;
}
.center {
	text-align: center;
}

.sortiment {
	margin: 15px 10px 0px 0px;
	float: left;
	height: 98px;
	width: 150px;
	display: block;
}

.fotogalerie {
	margin: 15px 10px 0px 35px;
	float: left;
	width: 200px;
	display: block;
}


div.odsazeni {
  margin: 0px 0px 0px 50px;
}

div.odsazeni2 {
  margin: 20px 0px 0px 0px;
  float: left;
  width: 500px;
}

div.pole1 {
  width: 200px;
  float: left;
}

img.obrazekmapa {
  width: 500px;
  height: 325px;
}

table.tcocky {
	font-size: 11px;
  width: 550px;
  text-align: center;
}

tr.tcocky {
  background: #0d4a86;
  color: #A9BFD4;
}

p.nomargin {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
}
ul.nomargin {
  margin: 0px 0px 0px 11px;
  padding: 0px 0px 0px 0px;
}
p.pravy {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  height: 20px;
  text-align: right;
  float: right;
}
td.left {
  text-align: left;
  padding-left: 10px;
}
ul.brcocky {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 30px;
}
div.pocitadlo {
  width: 0px;
  height: 0px;
  visibility: none;
}
