/* červená šablona*/
body {
	background: #8b8b8b;
	color: #303030;
	font: 76% Verdana, Tahoma, Arial, sans-serif;
	margin: 0;
	padding: 0;
	text-align: center;
}
a {
	color: #505050;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	color: #CE0B11;
	text-decoration: underline;
}
p {
	line-height: 1.5em;
	margin: 0 0 15px;
}
/*** Main container ***/
#container {
	background: #f0f0f0  url('alt-img/bodybg-red.jpg') repeat-x;
	color: #303030;
	margin: 0;
	min-width: 850px;
	padding: 0;
	text-align: left;
	width: 100%
}
/*** Header section ***/

#logo {
	position: absolute;
	top: 15px;
	left: 1px
}
#sitename {
	color: #ffffff;
	height: 92px;
	margin: 0 20px 10px;
	text-align: left;
}
#sitename h1, #sitename h2 {
	font-weight: 400;
	letter-spacing: -1px;
	text-decoration: none;
	margin: 0;
	padding: 0;
}
#sitename h1 {
	font-size: 2.8em;
	padding-top: 20px;
	text-decoration: none;
}
#sitename h2 {
	font-size: 1.4em;
}
#banner{
	position: absolute;
	top: 20px;
	right: 2px
}
#pocetObchodu {
  position: absolute;
  top: 5px; 
  right: 5px;
  font-size: 80%;
}
/*** Horizontal menu ***/
#mainmenu {
	float: left;
	margin-bottom: 10px;
}
#mainmenu ul {
	font-size: 13px;
	margin: 0;
	padding: 0;
}
#mainmenu li {
	float: left;
	height: 35px;
	list-style: none;
	margin: 0;
	padding: 0;
}
#mainmenu a {
	border-right: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	font-size: 0.7em;
	padding: 11px 10px 10px;
	text-transform: uppercase;
}
#mainmenu a:hover {
	background: #f0f0f0 url('alt-img/menuhover-red.jpg') repeat-x top left;
	color: #505050;
	text-decoration: none
}
#mainmenu a.current {
	background: #f0f0f0 url('alt-img/menuhover-red.jpg') repeat-x top left;
	color: #505050;
	text-decoration: none
}
/*** Content wrap ***/
#wrap {
	clear: both;
	font-size: 0.9em;
	padding: 0px;
}
/*** Sidebars ***/
#leftside, #rightside {
	margin: 0px 0px 0px 0px;
	padding: 0px 10px 10px 5px;
	width: 165px;
}
#leftside {
	float: left;
	margin-right: 10px;
}
#rightside {
	float: right;
	margin-left: 10px;
}
#leftside h1, #rightside h1 {
	color: #ACA899;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -1px;
	margin: 0 0 12px;
}
#leftside h2, #rightside h2 {
	font-size: 1.1em;
	margin: 0 0 20px;
}
#leftside p, #rightside p {
	font-size: 0.8em;
	line-height: 1.4em;
	margin: 0 0 16px 10px;
}
.linklist {
	list-style: none;
	margin: 0 0 16px 10px;
	padding: 0;
}
.linklist li {
	margin-bottom: 0.7em;
}
/*** Sidebar menu ***/
.nav {
	background: #e8e9ea;
	border: 1px solid #b0b0b0;
	color: #606060;
	display: block;
	margin-top: 8px;
	padding: 5px 4px 4px 10px;
	position: relative;
	text-transform: uppercase;
	width: 145px;
}
.nav:hover, .active {
	background: #E9C9CA;
	border: 1px solid #909090;
	color: #303030;
	text-decoration: none;
}
.sub {
	font-size: 0.8em;
	letter-spacing: 1px;
	margin: 3px 0 2px 10px;
	padding: 4px 2px 2px 8px;
	width: 125px;
}
/*** Content ***/
#content, #contentalt {
	background-color: #ffffff;
	border: 1px solid #909090;
	color: #2a2a2a;
	padding: 15px 15px 0px;
}
#content {
	margin: 0 200px;
}
#contentalt {
	margin: 0 200px 0 20px;
}
#content h1, #content h2, #contentalt h1, #contentalt h2 {
	background-color: inherit;
	color: #606060;
	font-size: 1.4em;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 0 0 15px;
	padding: 0;
}
#content h2, #contentalt h2 {
	color: #C2C1BD;
	font-size: 1.0em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: right;
	text-decoration: none;
}
#content h3, #contentalt h3 {
	color: #C2C1BD;
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 5px;
	text-align: left;
	text-decoration: none;
}
#content img, #contentalt img {
	border: 0px solid #b0b0b0;
	float: left;
	margin: 5px 15px 6px;
	padding: 5px;
}
/*** Footer ***/
#footer {
	background: #8b8b8b url('img/footerbg.jpg') repeat-x top left;
	clear: both;
	color: #d0d0d0;
	font-size: 0.9em;
	font-weight: bold;
	margin: 0;
	text-align: center;
	width: 100%; padding-left:0; padding-right:0; padding-top:20px; padding-bottom:20px
}
#footer a {
	color: #d0d0d0;
	font-weight: bold;
}
/*** Various classes ***/
.thumbnail {
	background: #fafbfc;
	border: 1px solid #b0b0b0;
	margin: 0 0 10px 10px;
	padding: 5px;
}
.searchform {
	margin: 0;
}
.searchbox {
	background: #ffffff;
	border: 1px solid #b0b0b0;
	margin: 0 4px 0 0;
	width: 100px;
}
.searchbutton {
	background: #ffffff;
	border: 1px solid #b0b0b0;
}
.clearingdiv {
	clear: both;
	height: 30px;
	width: 1px;
}
.hide {
	display: none;
}
/*** Text format ***/
.intro {
	font-size: 1.1em;
	font-weight: bold;
	letter-spacing: -1px;
}
.small {
	font-size: 0.8em;
}
.large {
	font-size: 1.4em;
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.left {
	text-align: left;
}
/*** End of file ***/