/* global */
html, body {
		  margin: 0;
		  padding: 0;
		  height: 100%;
		  width: 100%;
}
body {
		background: #fff url("../images/bg.gif") no-repeat center top;
		font-family: Arial, "Geneva CE", sans-serif;
		font-size: 0.75em;
		text-align: center;
		color: #000;
}


a img {
		 border: none;
		 margin: 0;
		 padding: 0;
}


img {
		 margin: 0;
		 padding: 0;
}

a, a:active, a:active {
		  color: #EC1D25;
		  text-decoration: none;
}

a:hover {
		  text-decoration: underline;
}

form {
		  padding: 0;
		  margin: 0;
}

input {
		  padding: 0;
		  margin: 0;
}

h1 {
		  font-size: 1.6em;
		  width: 420px;
		  padding: 7px;
		  padding-left: 4px;
		  padding-bottom: 0px;
		  margin: 0;
}

h2 {
		  font-size: 1.2em;
		  color: #EC1D25;
		  margin: 0;
		  padding: 0;
		  margin-top: 2px;
		  margin-bottom: 2px;
		  float: left;
		  width: 440px;
		  clear: both
}

p {
		  clear: both;
		  margin-top: 4px;
		  line-height: 150%;
		  width: 440px;
		  margin: 0;
		  padding: 0;
}

li {
		  list-style-image: url(../images/li.gif);
		  margin: 0;
		  padding: 4px;
}

i {
		  font-style: italic;
}

i.red {
		  color: #EC1D25;
		  font-style: italic;
}

/* layout */

#kvety {
		margin: auto;
		text-align: left;
		width: 780px;		
}

#column-left {
		  width: 150px; 
		  float: left;
		  margin: 0;
		  padding: 0;
}

#column-spacer {
		  width: 20px;
		  height: 400px;
		  float: left;
		  background: transparent;
		  margin: 0;
		  padding: 0;
}

#column-right {
		  width: 610px;
		  /*background: #0ff;*/
		  float: left;
		  margin: 0;
		  padding: 0;
}

#footer {
		  width: 770px;
		  float: left;
		  text-align: right;
		  padding-top: 10px;
		  padding-bottom: 30px;
		  color: #333;
}

#submenu {
		  padding: 8px;
		  font-size: 0.8em;
}


#content-left {
		  width: 460px;
		  float: left;
		  		  
}

#content-right {
		  width: 150px;
		  float: left;		  
}


/* parts */


a.logo {
		  display: block;
		  width: 150px;
		  height: 170px;
		  background: url("../images/logo.gif") no-repeat left top;
}

a.logo:hover {
		   background: url("../images/logo.gif") no-repeat left top;
}



#menu {
		  width: 150px;
		  margin-top: 10px;
		  border-bottom: 9px solid #EC1D25;
		  margin-bottom: 10px;
		  clear: both;
}

#header {
		   border-bottom: 5px solid #EC1D25;
		  float: left;
		  width: 610px;
		  height: 68px;
}


a.menu-item, a.menu-item:active, a.menu-item:visited {
		  display: block;
		  font-weight: bold;		   
		  border-bottom: 1px solid #EC1D25;
		  color: #EC1D25;
		  text-decoration: none;
		  padding-left: 20px;
		  padding-right: 20px;
		  line-height: 240%;
		  background: transparent;
		  
}

a.menu-item:hover {
		  color: #000;
		  background: url("../images/kvet.gif") no-repeat right center;
}

a.active, a.active:active, a.active:visited {
		  background: url("../images/kvet.gif") no-repeat right center;
		  color: #000;
}

span.zalozka {
		  display: block;
		  background: url("../images/zalozka-bg.gif") no-repeat left top;
		  width: 150px;
		  color: #000;
		  text-decoration: none;
		  margin-bottom: 10px;
		  overflow: hidden;
}



span.zalozka a, span.zalozka a:active, span.zalozka a:hover, span.zalozka a:visited {
		  display: block;
		  padding: 17px;
		  padding-top: 10px;
		  font-size: 1.1em;
		  font-weight: bold;
		  line-height: 150%;
		  text-decoration: none;
}

span a.lupa, span a.lupa:active,  span a.lupa:hover, span a.lupa:visited{
		  float: right;
}

span a.lupa2 {
	padding-left: 0px !important;
	padding-bottom: 0px !important;
}

.cislo {
		  display: block;
		  float: left;
		  background: #EC1D25;
		  width: 132px;
		  height: 60px;
		  font-weight: bold;
		  font-size: 12px; 
}

.cislo span {
		  display: block;
		  padding: 18px;
		  padding-right: 0px;
		  padding-bottom: 3px;
		  line-height: 20%
}

.banner {
		  display: block;
		  float: right;
		  width: 468px;
		  height: 60px;
		  overflow: hidden;
}

#nadpis {
		  float: left;
		  width: 474px;
		  height: 60px;
		  background: url(../images/kvet.gif) no-repeat 450px 10px;
}

#search {
		  width: 136px;
		  height: 60px;
		  float: left;		  
}

input.text {
		  display: block;
		  background: #fff;
		  border: 1px solid #EC1D25;
		  width: 133px;
		  font-size: 15px;
		  margin-top: 8px;
		  margin-bottom: 8px;
		  float: left;	  
		  
}

input.vyhledat {
		  
		  display: block;
		  float: left;
		  
}

.gradline {
		  display: block;
		  float: left;
		  clear: both;
		  width: 610px;
		  height: 20px;
		  background: url(../images/gradline.jpg) no-repeat;
		  overflow: hidden;
}

a.clanek-link, a.clanek-link:active, a.clanek-link:visited {
		  display: block;
		  float: left;
		  width: 460px;
		  background: #0f0;
		  background: url(../images/clanek-yell-bg.gif) no-repeat;
		  margin-bottom: 10px;
		  text-decoration: none;
}


a.clanek-link-trans, a.clanek-link-trans:active, a.clanek-link-trans:visited {
		  display: block;
		  float: left;
		  width: 460px;
		  background: #0f0;
		  background: url(../images/clanek-trans-bg.gif) no-repeat;
		  margin-bottom: 10px;
		  text-decoration: none;		  
}

a.clanek-link:hover, a.clanek-link-trans:hover {
		  background: url(../images/clanek-yell-bg-hover.gif) no-repeat;
		  text-decoration: none;
}

img.clanek {
		  padding: 15px;
		  float: left;
		  display: block;
}

span.clanek {
		  display: block;
		  float: left;
		  width: 340px;		  
		  color: #000;
		  margin: 0px;
		  padding: 0px;
		  padding-top: 14px;
		  padding-bottom: 10px;
		  cursor: pointer;
		  cursor: hand;
}


span.claneknadpis {
		  display: block;
		  font-size: 1.2em; 
		  margin: 0;
		  margin-bottom: 0.2em;
		  color: #CC0000;
		  text-transform: uppercase;
		  font-weight: bold;
}

span.claneksubnadpis {
		  display: block;
		  font-size: 1.1em; 
		  margin: 0;
		  margin-bottom: 0.2em;
		  color: black;
		  Xtext-transform: uppercase;
		  font-weight: bold;
}

/* detail clanku */

.clanek-header {
	background: #FFFFCC;
	position: relative; /* MSIE bug fix */
	width: 440px;
}

.clanek-header img {
		  float: left;
		  width: 180px;
		  background: #FFFFCC;
}

.clanek-header .subtitle {
		  padding: 10px;
		  margin-left: 180px;
		  font-weight: bold;
		  font-size: 1.3em;
		  background: #FFFFCC;
}

.clanek-header .abstract {
		  padding: 10px;
		  margin-left: 180px;
		  font-size: 1.2em;
		  background: #FFFFCC;
}

.clanek-content {
		  width: 440px;
		  float: left;
		  margin-top: 10px;
		  clear: both; 
}

/* detail prilohy */

.priloha-header {
	background: #FFFFCC;
	position: relative; /* MSIE bug fix */
	width: 440px;
}

.priloha-header img {
		  float: left;
		  width: 180px;
		  background: #FFFFCC;
}

.priloha-header .subtitle {
		  padding: 10px;
		  margin-left: 180px;
		  font-weight: bold;
		  font-size: 1.3em;
		  background: #FFFFCC;
}

.priloha-header .abstract {
		  padding: 10px;
		  margin-left: 180px;
		  font-size: 1.2em;
		  background: #FFFFCC;
}

.priloha-content {
		  width: 440px;
		  float: left;
		  margin-top: 10px;
		  clear: both; 
}

/* detail specialu */

.special-header {
	background: #FFFFCC;
	position: relative; /* MSIE bug fix */
	width: 440px;
}

.special-header img {
		  float: left;
		  width: 180px;
		  background: #FFFFCC;
}

.special-header .subtitle {
		  padding: 10px;
		  margin-left: 180px;
		  font-weight: bold;
		  font-size: 1.3em;
		  background: #FFFFCC;
}

.special-header .abstract {
		  padding: 10px;
		  margin-left: 180px;
		  font-size: 1.2em;
		  background: #FFFFCC;
}

.special-content {
		  width: 440px;
		  float: left;
		  margin-top: 10px;
		  clear: both; 
}

/* detail redakce */

.redakce-header {
	background: #FFFFCC;
	position: relative; /* MSIE bug fix */
	width: 440px;
}

.redakce-header img {
		  float: left;
		  width: 180px;
		  background: #FFFFCC;
}

.redakce-header .subtitle {
		  padding: 10px;
		  margin-left: 180px;
		  font-weight: bold;
		  font-size: 1.3em;
		  background: #FFFFCC;
}

.redakce-header .abstract {
		  padding: 10px;
		  margin-left: 180px;
		  font-size: 1.2em;
		  background: #FFFFCC;
}

.redakce-content {
		  width: 440px;
		  float: left;
		  margin-top: 10px;
		  clear: both; 
}

/* special stuff */

strong, b {
		  font-weight: bold;
}

strong.red, b.red {
		  font-weight: bold;
		  color: #EC1D25;
}

.hidden {
		  display: none;
		  visibility: hidden;
}

.red {
		color: #EC1D25;
}

.black {
		color: #000000;
}

.white {
		color: #fff;
}

.yell {
	color: #FDE957;		  
}


.uppercase {
		text-transform: uppercase;  
}

.spacer {
		  display: block;
		  height: 20px;
		  clear: both;
}

.cleaner {
		  clear: both;
		  display: block;
}

.clanek-content table {
	width: 440px;
	border: 0;
	border-collapse: collapse;
}

.clanek-content table td {
	border: 1px solid black;	
}

/* styly pro content z HTML editoru */

.nadpisek {
	  font-size: 1.2em;
	  color: #EC1D25;
	  margin: 0;
	  padding: 0;
	  margin-top: 10px;
	  margin-bottom: 5px;
}

.podnadpisek {
	  font-size: 1.1em;
	  color: black;
	  font-weight: bold;
	  margin: 0;
	  padding: 0;
	  margin-top: 7px;
	  margin-bottom: 3px;
}


#skycraperHolder {
	position: relative;
}

#skycraper {
	position: absolute;
	left: 160px;
	top: -70px;
}

a.leg:hover strong {
	color: #000;
} 

a.fb {
	font-weight: bold;
}

a.fb img {
	vertical-align: middle;
	margin-right: 10px;
	margin-left: 5px;
	float: left;
}

a.fb:hover {
	text-decoration: none;
	color: #000;
}