

/* COMMON STYLE
--------------------------------------------------------- */
html, body, fieldset {
	margin: 0;
	padding: 0;
}

body {
	color: #000000;
	background: #FFFFFF;
	font-family: Tahoma, Arial, sans-serif;
	line-height: 1.5;
}

body#bd {
	color: #333333;
	background: #FFFFFF;
}



body.fs1 {font-size: 9px;}
body.fs2 {font-size: 10px;}
body.fs3 {font-size: 11px;}
body.fs4 {font-size: 12px;}
body.fs5 {font-size: 13px;}
body.fs6 {font-size: 14px;}

/* Normal-písmo */
a {
	color: #409B53;
}

a:hover, a:active, a:focus {
	color: #409B53;
}


a img {
	border: none;
}

/* Titulky */
#ja-header,#ja-container,#ja-botsl,#ja-footer {
	width: 950px;
	margin: 0 auto;
}
#navigace, .contentheading, .componentheading, .blog_more strong, h1, h2, h3, h4 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
}



/* Nadpisy */
h1 {font-size: 180%;}
h2 {font-size: 150%;}
h3 {font-size: 125%;}
h4 {font-size: 100%; text-transform: uppercase;}

p, pre, blockquote, ul, ol, h1, h2, h3, h4, h5, h6 {
	margin: 12px 0;
	padding: 0;
}



hr {
	border-top: 1px solid #CCCCCC;
	border-right: 0;
	border-left: 0;
	border-bottom: 0;
	height: 1px;
}

td, div {
	font-size: 100%;
}

.nftitle {
	font-size: 150%;
	font-weight: bold;
	color: #409B53;
	margin: 5px 0 0;
}


/* První sloupec
--------------------------------------------------------- */
#ja-mainbody {
	float: left;
	width: 65%;
}

#ja-content {
	clear: both;
	display: block;
	float: right;
	width: 75%;
}

#ja-content div.ja-innerpad {
	padding: 0 20px;
}

/* Sloupce
--------------------------------------------------------- */
#ja-col1 {
	float: left;
	width: 24.99%;
	overflow: hidden;
}

#ja-masstop,
#ja-massbot {
	display: block;
	float: right;
	width: 34.9%;
	clear: right;
}

#ja-colswrap {
	float: right;
	width: 34.9%;
}

#ja-col2 {
	float: left;
	overflow: hidden;
}

#ja-col3 {
	float: right;
	overflow: hidden;
	padding: 0 0 10px;
}

#ja-col3 div.ja-innerpad {
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
	margin-left: 5px;
}



/* COLLAPSIBLE LAYOUT
--------------------------------------------------------- */
#ja-container {
	padding: 20px 0;
}

/* full */
#ja-containerwrap-f #ja-mainbody {
	float: none;
	width: 100%;
}

#ja-containerwrap-f #ja-content {
	float: none;
	width: 100%;
}

/* col1 + content */
#ja-containerwrap-fr #ja-mainbody {
	width: 100%;
}

#ja-containerwrap-fr #ja-content {
	width: 83.9%;
	float: right;
}

#ja-containerwrap-fr #ja-content div.ja-innerpad {
	padding-right: 0;
}

#ja-containerwrap-fr #ja-col1 {
	width: 16%;
}

/* content + col2 + col3 */
#ja-containerwrap-fl #ja-content {
	float: none;
	width: 100%;
}

#ja-containerwrap-fl #ja-content div.ja-innerpad {
	padding-left: 0;
}

#ja-containerwrap-fl #ja-col3 div.ja-innerpad {
	padding-top: 0;
}

/* content + col2 or col3  */
#ja-containerwrap-flr1 #ja-mainbody {
	width: 82.9%;
}

#ja-containerwrap-flr1 #ja-content {
	width: 100%;
}

#ja-containerwrap-flr1 #ja-content div.ja-innerpad {
	padding-left: 0;
}

#ja-containerwrap-flr1 #ja-colswrap,
#ja-containerwrap-flr1 #ja-masstop,
#ja-containerwrap-flr1 #ja-massbot {
	width: 17%;
}

/* col1 + content col2 or col3 */
#ja-containerwrap-fr1 #ja-mainbody {
	width: 82.9%;
}

#ja-containerwrap-fr1 #ja-content {
	width: 79.9%;
}

#ja-containerwrap-fr1 #ja-col1{
	width: 20%;
}

#ja-containerwrap-fr1 #ja-colswrap,
#ja-containerwrap-fr1 #ja-masstop,
#ja-containerwrap-fr1 #ja-massbot {
	width: 17%;
}

/* columns */
.colw #ja-col2,
.colw #ja-col3 {
	width:100%;
}

.colw1 #ja-col2,
.colw1 #ja-col3 {
	width:49.9%;
}

.colw .jamod {
	margin-left: 0;
	margin-right: 0;
}

/* Hlavička
--------------------------------------------------------- */
#ja-headerwrap {
	background: url(../images/green/header-bg.jpg) repeat-x top #409B53;
	color: #CCCCCC;
	line-height: normal;
	height: 170px;
}

#ja-header {
	position: relative;
	height: 170px;
}

#ja-header a {
	color: #CCCCCC;
}

h1.logo, h1.logo-text {
	margin: 0 0 0 5px;
	padding: 0;
	font-size: 200%;
	text-transform: uppercase;
}

h1.logo a {
	width: 400px;
	height: 120px;
	display: block;
	background: url(../images/logo.jpg) no-repeat;
	position: absolute;
	
	bottom: 40px;
	left: 5px;
}

h1.logo a span {
	position: absolute;
	top: -1000px;
}

h1.logo-text a {
	color: #FFFFFF !important;
	text-decoration: none;
	outline: none;
	position: absolute;
	bottom: 70px;
	left: 5px;
	letter-spacing: 1px;
}

p.site-slogan {
	margin: 0;
	padding: 2px 5px;
	color: #CCCCCC;
	font-size: 100%;
	position: absolute;
	bottom: 50px;
	left: 0;
}

/* MAIN NAVIGATION
--------------------------------------------------------- */
#navigace {
	height: 30px;
	position: absolute;
	bottom: 0;
	z-index: 999;
}



#navigace a{
	outline: none;
}

/* breadcrumbs */
#ja-breadcrumb {
}

#ja-breadcrumb strong {
	margin-right: 5px;
	font-weight: normal;
}

#ja-breadcrumb a {
	text-decoration: none;
}

#ja-breadcrumb img {
	margin: 1px 5px;
}

/* Default Joomla! Menu */
ul.menu {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li {
	margin: 0;
	padding: 0;
	background: none;
}

ul.menu li a {
	display: block;
	text-decoration: none;
	outline: none;
	background: url(../images/hline.gif) repeat-x bottom;
	padding: 4px 0;
	color: #333333;
}

ul.menu li a span {
	background: url(../images/icon-plus.gif) no-repeat 5px 6px;
	display: block;
	padding-left: 20px;
}

ul.menu li a:hover,
ul.menu li a:active,
ul.menu li a:focus {
	text-decoration: none;
	background: url(../images/hline.gif) repeat-x bottom #F2F2F2;
	color: #333333;
}

ul.menu li.active a {
	text-decoration: none;
		color: #409B53;
	font-weight: bold;
}

ul.menu li li a span {
	background: none;
}

ul.menu li ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.menu li li a {
	background: none;
	padding-left: 5px;
	color: #333333 !important;
	font-weight: normal !important;
}

ul.menu li li a:hover,
ul.menu li li a:active,
ul.menu li li a:focus {
	background: none;
		color:#409B53 !important;
}

ul.menu li li a span {
	background: url(../images/bullet.gif) no-repeat 8px 8px;
}

/* MODULE
--------------------------------------------------------- */
.jamod-content {
	padding: 5px 10px;
}

div.module_menu .jamod-content,
div.module_black .jamod-content {
	padding: 0;
}

div.module h3,
div.module_menu h3,
div.module_text h3,
div.module_black h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 28px;
background: url(../images/green/h32-r.gif) no-repeat top right #409B53;
	font-size: 100%;
}

div.module h3 span,
div.module_menu h3 span,
div.module_text h3 span,
div.module_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../images/green/prihlaseni.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}

div.module,
div.module_menu,
div.module_text,
div.module_black {
	margin-bottom: 10px;
	overflow: hidden;
	padding: 0 0 10px;
}

div.module2 h3,
div.module2_menu h3,
div.module2_text h3,
div.module2_black h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 28px;
background: url(../images/green/h32-r.gif) no-repeat top right #409B53;
	font-size: 100%;
}

div.module2 h3 span,
div.module2_menu h3 span,
div.module2_text h3 span,
div.module2_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../images/green/reklama.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}

div.module3 h3,
div.module3_menu h3,
div.module3_text h3,
div.module3_black h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 28px;
background: url(../images/green/h32-r.gif) no-repeat top right #409B53;
	font-size: 100%;
}

div.module3 h3 span,
div.module3_menu h3 span,
div.module3_text h3 span,
div.module3_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../images/green/prispevky.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}



div.module4 h3,
div.module4_menu h3,
div.module4_text h3,
div.module4_black h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 28px;
background: url(../images/green/h32-r.gif) no-repeat top right #409B53;
	font-size: 100%;
}

div.module4 h3 span,
div.module4_menu h3 span,
div.module4_text h3 span,
div.module4_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../images/green/anketa.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}


div.module5 h3,
div.module5_menu h3,
div.module5_text h3,
div.module5_black h3 {
	margin: 0;
	padding: 0;
	color: #FFFFFF;
	height: 28px;
background: url(../images/green/h32-r.gif) no-repeat top right #409B53;
	font-size: 100%;
}

div.module5 h3 span,
div.module5_menu h3 span,
div.module5_text h3 span,
div.module5_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../images/green/tagy.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}



/*Black Module*/


div.module_black h3 {
	color: #FFFFFF;
	height: 28px;
		background: url(../images/green/h32-r.gif) no-repeat top right #409B53; 
}

div.module_black h3 span {
	margin: 0;
	padding: 0 0 0 26px;
	display: block;
	background: url(../images/green/kategorie.gif) no-repeat top left;
	height: 28px;
	line-height: 28px;
}

div.module_black a {
	color: #FFFFFF;
}

div.module_black ul.menu {
	margin: 0 0px;
}

div.module_black ul.menu li {
	height: 26px;
}

div.module_black ul.menu a {
	background: url(../images/menu-bg.gif) no-repeat top left !important;
	color: #000000;
	line-height: 26px;
	padding: 0 0 0 26px;
		font-size: 11px;
		
	

}

div.module_black ul.menu a:hover,
div.module_black ul.menu a:focus,
div.module_black ul.menu a:active {
	background: url(../images/menu-bg.gif) no-repeat bottom left !important;
	color: #FFFFFF;
	line-height: 26px;
	padding-left: 26px;
}

div.module_black #cat-current a {
	background: url(../images/menu-bg.gif) no-repeat bottom left !important;
}

/* mis */
div.banneritem_text {
	padding: 5px 0 !important;
}

div.advs {
	float: left;
	width: 100%;
	clear: both;
	display: block;
}

/*Aktualni novinka-okraj*/
#ja-masstop div.module h3 {
	background: none;
	color: #409B53;
	font-size: 150%;
}

#ja-masstop div.module h3 span {
	background: none;
	padding-left: 10px;
	margin: 0;
}

#ja-masstop div.module {
	border: 1px solid #DDDDDD;
	background: url(../images/spotlight-bg.gif) repeat-x top #FFEBA7;
}

#ja-masstop div.jamod-content { 
	padding: 0 10px;
	width: 95%;
}

/*Partneři-okraj*/
#ja-col2 div.jamod {
	margin-right: 5px;
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
}

#ja-col2 div.module h3,
#ja-col2 div.module_menu h3,
#ja-col2 div.module_text h3 {
	background: none;
	color: #409B53;
	font-size: 120%;
	text-indent: 10px;
	padding-top: 5px;
}

#ja-col2 div.module h3 span,
#ja-col2 div.module_menu h3 span,
#ja-col2 div.module_text h3 span {
	background: none;
	padding: 0;
}

/*Počítadlo+Anketa*/
#ja-col3 div.module,
#ja-col3 div.module_menu,
#ja-col3 div.module_text {
	margin-bottom: 0;
}

#ja-col3 div.module h3,
#ja-col3 div.module_menu h3,
#ja-col3 div.module_text h3 {
background: url(../images/green/h32-r.gif) no-repeat bottom center #409B53;
	color: #FFFFFF;
	padding: 0 10px;
	font-size: 100%;
}

#ja-col3 div.module h3 span,
#ja-col3 div.module_menu h3 span,
#ja-col3 div.module_text h3 span {
	background: none;
	padding: 0;
}




#ja-col4 div.jamod {
	margin-right: 0px;
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
}

#ja-col4 div.module h3,
#ja-col4 div.module_menu h3,
#ja-col4 div.module_text h3 {
	background: none;
	color: #409B53;
	font-size: 120%;
	text-indent: 10px;
	padding-top: 5px;
}

#ja-col4 div.module h3 span,
#ja-col4 div.module_menu h3 span,
#ja-col4 div.module_text h3 span {
	background: none;
	padding: 0;
}




/*Partneři-okraj*/
#ja-col5 div.jamod {
	margin-right: 0px;
	border: 1px solid #DDDDDD;
	border-bottom: 2px solid #CCCCCC;
}


/* Pata
--------------------------------------------------------- */
#ja-footerwrap {
	padding: 20px 0;
	clear: both;
	background: #333333;
}

#ja-footer {
	padding: 0;
	color: #999999;
	position: relative;
}

#ja-footer small {
	color: #999999;
	display: block;
}

#ja-footer .copyright {
	clear: both;
	display: block;
	font-style: normal;
}

#ja-footer a {
	color: #CCCCCC;
	text-decoration: none;
}

#ja-footer a:hover,
#ja-footer a:active,
#ja-footer a:focus {
	color: #FFFFFF;
	text-decoration: none;
}

#ja-footer ul {
	margin: 0 0 5px;
	padding: 0;
}

#ja-footer li {
	margin: 0;
	padding: 0;
	display: inline;
	background: none;
}

#ja-footer li a {
	padding: 0 8px 0 10px;
	display: inline;
	line-height: normal;
	text-decoration: none;
	background: url(../images/bullet2.gif) no-repeat 0 6px;
}

.ja-cert {
	position: absolute;
	right: 10px;
	top: 10px;
}

.ja-cert a {
	margin: 0 0 0 5px;
	padding: 0;
	border: none;
	border: none;
	text-decoration: none;
}

.ja-cert a span {
	display: none;
}

.ja-cert a img {
	border: none;
}

.banneritem {
	display: block;
}



/* Hledani */
#hledani {
	background: url(../images/search-tab.gif) no-repeat;
	position: absolute;
	bottom: 0;
	right: 40px;
	height: 30px;
	width: 150px;
}

#hledani .inputbox {
	width: 100px;
	border: 1px solid #666666;
	padding: 2px 5px;
	background: #F2F2F2;
	margin-top: 5px;
	margin-left: 10px;
}



/* Vrchní banner */
#vrchni-banner {
	position: absolute;
	bottom: 55px;
	right: 0;
	left:450px;
	top:20px;
}









/* Mezera nad-headerem */
.fixace:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}

* html > body .clearfix {
	width: 100%;
	display: block;
}

* html .clearfix {
	height: 1%;
}

/* Firefox */
html {
	margin-bottom: 1px;
	height: 100%!important;
	height: auto;
}


/* Vrchni banner-ramce */
  fieldset {
      margin: 0 0 2em 0;
      padding: 0 0.5em 1em 0.5em;
      border: 1px solid #000000;
      background: #7d9993;
      position: relative;
      }
      legend {
      padding: .4em;
      background: url('../images/green/h32-r.gif');
      font-weight: bold;
      color: #ffffff;
      border: 1px solid #000000;
      position: relative;
      top: -1em;
      }
      
      
/* Navigace(menu) */
#menu{position:relative;display:block;height:30px;font-size:12px;  font-weight:bold;background:transparent url(../images/bgOFF.gif) repeat-x top left;font-family:Arial,Verdana,Helvitica,sans-serif;}
#menu ul{margin:0;padding:0;list-style-type:none;width:auto;}
#menu ul li{display:block;float:left;margin:0;}
#menu ul li a{display:block;float:left;color:#ffffff;text-decoration:none;padding:9px 20px 0 20px;height:23px; }
#menu ul li a:hover,#menu ul li a.current{color:#000000;background:#fff url(../images/bgON.gif) no-repeat top right;}


/* buttonek */



input.submit { 
	margin: 0; 
	font: bolder 12px Arial, Sans-serif; 
	border: 1px solid #000000; 
	padding: 2px 3px; 
	background: #FFF;
	color: #88ac0b;
}
