/*
================== CSS INFO ===================
website: http://www.viktorie-production.cz
author: Bohdan Ganický, besh@centrum.cz
=============================================== */

* {
	margin: 0;
	padding: 0;
}
a img {
	border: none;
}

/*
===============================================
=LAYOUT
=============================================== */
body {
	font-size: 64.5%;
	font-family: Verdana, Arial, sans-serif;
	background: #333300;
	color: #333;
	text-align: center;
}
#container {
	width: 86em;
	margin: 1em auto 0;
	border-left: 2px solid #353614;
	border-right: 2px solid #353614;
	border-top: 2px solid #353614;
	text-align: left;
	background: #fff;
}
#header {
  background: #33CCAA;
	border-bottom: 4px solid #eee;
	padding: 0.4em;
	text-align: center;
}
#bodywrap {
}
#bodywrap:after {
	content: ".";
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
}
* html #bodywrap {
	height: 1px;
}
#menu {
	float: left;
	border-top: 1em solid #eee;
}
#content {
	float: right;
	width: 60em;
	padding: 0 1em 2em;
  }
#footer {
	clear: both;
	border-top: 4px solid #eee;
}

/*
===============================================
=HEADER
=============================================== */
/*#slogan {
	position: absolute;
	top: 12px; right: 12px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}*/

/*
===============================================
=NAV
=============================================== */
#menu {
	list-style: none;
}
#menu li {
	font-size: 1.7em;
}
#menu li a {
	display: block;
	color: #093e72;
	color: #333;
	text-decoration: none;
	width: 12em;
	padding: 0.4em 0.6em;
	background: #fff url("../img/menu_item_bg.png") repeat-x top;
}
#menu li a:hover, #menu li a.active {
	background: #886666;
	color: #fff;
}
#menu li a.active:before {
}

/*
===============================================
=CONTENT
=============================================== */

#content * {
	font-size: 14px;
}
h2, h3, h4 {
	color: #445577;
	color: #444422;
	margin: 2em 0 0.2em;
}
#content h1 {
	font-size: 2em;
	margin-bottom: 0.8em;
	margin-top: 0.8em;
	color: #441166;
	color: #444422;
}
#content h2 {
	font-size: 1.4em;
	border-bottom: 1px solid;
}
#content h3 {
	font-size: 1.2em;
}
#content p {
	margin: 0 0 1em;
	line-height: 1.6em;
}
#content ul {
	padding-left: 2em;
	margin: 1em 0;
}
#content dl {
	margin: 1em 0;
}
#content dl dt {
	font-weight: bold;
	margin-top: 1em;
}
#content dl dd {
	padding-left: 2em;
	padding-bottom: 0.4em;
}
dl#vakciny dd {
	background: url("../img/dot.gif") repeat-x bottom;
}
#content address {
	margin-top: 0.4em;
}
#content ul li {
	margin-bottom: 0.4em;
}
#content a img {
	border: 1px solid #fff;
}
#content a:hover img {
	border-color: #e17305;
}
#content span.shoppopis {
	font-size: 0.8em; 
}

/*
===============================================
=FOOTER
=============================================== */
#footer * {
	color: #fff;
}
#footer {
	background: #33CCAA url("../img/footer_bg.png") repeat-x top;
	list-style: none;
}
#footer li {
	float: left;
	line-height: 30px;
	margin-left: 1em;
}
#footer li a {
	float: left;
	min-height: 30px;
}

/*
===============================================
=TABLES
=============================================== */
table {
	margin: 0 0 1em;
	border-collapse: collapse;
}
caption {
	text-align: left;
	padding: 0.2em;
	font-weight: bold;
}
td, th {
	padding: 0.4em;
}
table.proc100 {
	width: 100%;
}
td.shop {
	text-align: center;
  width: 50%;
}
th.shopcenaheader {
	text-align: center;
  width: 10%;
}
td.shopcena {
	text-align: right;
  width: 10%;
}

/* =OTHER STUFF, float clearing, accessibility...
=============================================== */
/*#access, .non-visible {
	position: absolute;
	top: -1000em; left: -1000em;
}*/
#uvod #content p:after, #footer:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}
* html #uvod #content, * html #footer {
	height: 1%;
}
.cleaner {
	clear: both;
}

