body {
  margin: 20px;
  text-align: center;
  font-family: verdana, arial, sans-serif;
  font-size: 0.75em;
  color: #666;
/*  background-color: #eeeeee;*/
  background-color: #ffffff;
}

h1 {
/*  clear: both;*/
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.5px;
}

#text h1 {
  background: url(../images/h1_bg.jpg) no-repeat top center;
}

h2 {
  clear: both;
  padding: 0 0 0 5px;
  margin: 0 0 0px 0;  
  font-size: 1.0em;
  font-weight: normal;
  text-transform: uppercase;
  color: #56B600;
}

#news {
  text-align: left;
}

#news3 {
  text-align: left;
}

#news h2 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #666;
}

#news3 h2 {
  clear: both;
  padding: 5px 0 12px 10px;
  margin: 0;  
  font-size: 2em;
  font-weight: normal;
  letter-spacing: -0.5px;
  text-transform: none;
  color: #666;
}

p {
  line-height: 16px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

p:first-letter {
  font-size: 1.2em;
}

p.odkaz_dole {
  text-align: center;
}

p.odkaz_dole:first-letter {
	font-size: 1em;
}

#news p {
  padding: 2px 5px 2px 8px;
}

#news3 p {
  padding: 2px 5px 2px 8px;
}

#news h1 {
  padding: 10px 0 0px 10px;
}

#news3 h1 {
  padding: 10px 0 0px 10px;
}

#news h1.spacer {
  padding: 5px 0 5px 10px;
  height: 8px;
}

#news3 h1.spacer {
  padding: 5px 0 5px 10px;
  height: 8px;
}

/*
div.treemenudiv a {
  text-decoration: none;
}
*/

a {
  color: #56B600;
}

a:hover {
  color: #326901;
  background-color: #DDD;
}

#news   a:hover,
#news3 a:hover,
#footer a:hover {
  background-color: #CCC;
}

ul, ol {  
  padding-bottom: 8px;
  line-height: 20px;
}

ul {
  list-style-image: url(../images/li_bullet.gif);
}

ul li.l2 {
	margin-left: 12px;
}

acronym {
  border-bottom: 1px solid #BBB;
  cursor: help;
}




/***************************************************
   Site Layout Container:
   -------------------------------------------
   adjust width attribute if you would like to
   make the site wider, but make sure to also
   adjust either #news or #text widths as well.
 ***************************************************/

#siteBox {
  width: 1000px;
  margin: 0px auto;
  text-align: left;
}





/***************************************************
   Header Styles
   --------------------------------------------
   Change main header image with #header
   background attribute.
 ***************************************************/


#header {
  height: 144px;
  background: url(../background.jpg) no-repeat top center;
}

#header .title {
  padding: 10px 0 0 10px;
  font-size: 2.5em;
  line-height: 0.9em;
  letter-spacing: -1.5px;
  color: #EEE;
}

#header .subTitle {
  padding: 0 0 0 12px;
  color: #EEE;
}

#header .subTitle a {
  text-decoration: none;
  color: #EEE;
}

#header .subTitle a:hover {
  color: #BBB;
  background-color: transparent;
}





/***************************************************
   Top Tabbed Menu Styles
 ***************************************************/

#menu {
  text-align: center;
  margin-top: 5px;
  margin-bottom: 20px;
}

#menu a {
  padding: 6px 20px 0 20px;
  text-decoration: none;
  text-transform: uppercase;
  color: #666;
}

#menu a:hover, #menu a.active {
  background: url(../images/menu_tab.gif) no-repeat top center;
}





/***************************************************
   Left News Column
   -------------------------------------------
   1. Change to right side column by altering
      #news float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/


#news {
  float: left;
  width: 175px;
  padding: 0 30px 0 0;
}

#news .block {
  margin-bottom: 15px;
  background: #DDD url(../images/block_top.gif) no-repeat top center;
}

#news .block .bottom {
  height: 20px;	/* originalne 28px */
  background: #DDD url(../images/block_bottom.gif) no-repeat bottom center;
}

#news .links {
  margin: 10px 0 10px 0;
}

#news .links a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

#news .links a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

#news .links a.active {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

#news a img {
  border: 0px;
}




/***************************************************
   Middle Content Column
   -------------------------------------------
   1. Change to left side column by altering
      #text float attribute
   2. If you widen the #siteBox, also increase
      #news or #text width attribute
 ***************************************************/

#content {
  text-align: justify;
}

#text {
  float: left;
  width: 575px;
}





/***************************************************
   Right News3 Column
   -------------------------------------------
   1. Change to right side column by altering
      #news2 float attribute
   2. If you widen the #siteBox, also increase
      #news2 or #text width attribute
 ***************************************************/



#news3 {
  float: right;
  width: 170px;
  padding: 0 20px 0 0;
}

#news3 .block {
  margin-bottom: 15px;
  background: #DDD url(../images/block_top.gif) no-repeat top center;
}


#news3 .block .bottom {
  height: 20px;	/* originalne 28px */
  background: #DDD url(../images/block_bottom.gif) no-repeat bottom center;
}

#news3 a img {
  border: 0px;
}

.svpismo {
  color: red;
  text-align: right;
  font-family: verdana;
  font-size: 0.95em;
  background-color: #FFFFFF;
  
}

.svpismo a {
  display: block;
  padding: 6px 0 6px 20px;
  text-transform: uppercase;
  text-decoration: none;  
}

.svpismo a:hover {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}

.svpismo a.active {
  background: #DDD url(../images/link_news.gif) no-repeat center center;
}/





/***************************************************
   Footer Styles
 ***************************************************/

#footer {
  height: 100px;
  padding: 28px 3px 0 5px;
  margin: 20px 0 20px 0;  
  background: url(../images/footer.gif) no-repeat top right;
  clear: both;
}

p#footer:first-letter {
  font-size: 1.0em;
}

#footer img.right {
  padding: 5px 2px 0 2px;
  border: 0px;
}



/***************************************************
   Large <ul> Link Styles
   --------------------------------------------
   Creates the large links blocks that can be
   used in the #text section
 ***************************************************/


ul.links {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.links li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.links li a {
  float: left;
  width: 570px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.links li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.links li a span.title {
  display: block;
  margin-left: 11px;
  text-indent: 20px;  
  background: url(../images/link_arrow.gif) no-repeat center left;
}

ul.links li a p.bodytext { /* span.desc */
/*  float: left; */
  display: block;
/*  width: 350px;*/
  padding: 0px;
  padding-right: 3px;
  margin: 0px;
  margin-left: 10px;
  color: #666
}

ul.links li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.links li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}

ul.links li img { /* img.right */
  float: right;
  margin: 10px 10px auto 10px;
  border: solid 1px #56B600;
  padding: 3px;
}


/* fotogaleria */

ul.imgs {
  float: left;
  padding: 0px;
  margin: 0px;
}

ul.imgs li {
  float: left;
  list-style-type: none;
  list-style: none;
}

ul.imgs li a {
  float: left;
  width: 370px;
  padding-top: 5px;
  margin: 0px;  
  cursor: pointer;
  text-decoration: none;
}

ul.imgs li a:hover {
  background: #DDD url(../images/link_top.gif) no-repeat top center;
}

ul.imgs li a span.title {
  display: block;
  margin-left: 11px;
/*  text-indent: 20px;  */
/*  background: url(../images/link_arrow.gif) no-repeat center left;*/
}

ul.imgs li a span.desc {
  display: block;
/*  width: 350px;*/
  padding-right: 3px;
  margin-left: 10px;
  color: #666
}

ul.imgs li a span.bottom {
  display: block;
  height: 18px;
  clear: both;
}

ul.imgs li a:hover span.bottom {
  background: #EEE url(../images/link_bottom.gif) no-repeat top center;
}

ul.imgs li img.left {
  float: left;
  margin: 10px 10px auto 10px;
  border: solid 1px #56B600;
  padding: 3px;
}


/***************************************************
   Display Classes
 ***************************************************/

.date {
  display: block;
  text-transform: uppercase;
  color: #56B600;
}

p.quote {
  display: block;
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
  background: #FEFADE url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
  width: 360px;
}

p.quote span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

p.quote span.author {
  font-size: 1.2em;
  font-weight: bold;
}

p.quote_odd {
  display: block;
  float: left;
  padding: 8px 0 0 8px;
  margin: 5px 0 20px 5px !important;
  margin: 5px 0 10px 3px;
/*  background: #FEFADE url(../images/quote_top.gif) no-repeat top right; */
  background: #FFFFFF url(../images/quote_top.gif) no-repeat top right;
  border-left: 2px solid #FEE456;
  width: 360px;
}

p.quote_odd span.bottom {
  float: right;
  width: 20px;
  background: url(../images/quote_bottom.gif) no-repeat bottom right;
}

p.quote_odd span.author {
  font-size: 1.2em;
  font-weight: bold;
}


img.right {
  float: right;
  padding: 5px;
}

img.left {
  float: left;
  padding: 5px;
}

.grey {
  color: #AAA;
}


/* nase */

p.vacsie {
	font-size: 1.2em; 
}

input.vstup {
	width: 100px;
	border: solid 2px #FEE456;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
}

input.cudlik {
	width: 80px;
	cursor: pointer;
	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
}

textarea {
	width: 370px;
	height: 100px;
/*	border: solid 2px #FEE456;*/
  	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
}

form {
	text-align: center;
}
/*
table {
  line-height: 20px;
  padding: 8px 0 8px 5px;
  margin: 5px 0 5px 0;
}

table img {
	border: solid 1px #666;
}

table.imgtext-table img {
	border: solid 0px;
}

table td {
	text-align: center;
}

table td a:hover {
	background-color: #EEE;
}
*/
#list_forums {
  width: 100%;
  border: solid 1px #666
}

#list_forums td {
  background-color: #DDD;
  padding: 3px;
}

#list_forums tr.f_even td {
  background-color: #DDD;
  padding: 3px;
}

#list_forums tr.f_odd td {
  background-color: #EEE;
  padding: 3px;
}

#list_forums tr#head td {
  background-color: #666;
  color: #EEE;
}

#list_forums td.pp {
  width: 150px;
}

#list_forums td.df {
  text-align: left;
}

#list_forums td.at {
  width: 150px;
  text-align: left;
}

#list_forums div {
  font-size: 0.9em;
}

.csc-mailform {
/* border: solid 1px red;*/
}

.csc-mailform  td {
 padding: 1px;
/* border: solid 1px green;*/
 text-align: left;
}

input {
  	font-family: verdana, arial, sans-serif;
	font-size: 1em;
}

.csc-mailform input {
	width: 370px;
	margin-bottom: 5px;
/*	border: solid 2px #FEE456;*/
  	font-family: verdana, arial, sans-serif;
	font-size: 1.2em;
}

.news-single-timedata {
  float: right;
}

.news-single-item h2 {
/*
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
*/
}


.news-single-item h3 {

  font-size: 1em;
  font-weight: normal;
  font-style: italic;

}

.news-single-img {
  float: right;
}

.news-single-img img {
  border: solid 1px #56B600;
  padding: 3px;
  margin: 6px;
}

.news-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
clear:right;
height:1px;
border:1px solid #F9FFE5;
}

.news-latest-container HR.clearer {
clear:left;
}

div.tx-ttnews-browsebox p {
  padding: 0px;
  margin: 0px;
}


.news3-single-timedata {
  float: right;
}

.news3-single-item h2 {
/*
  font-size: 1.5em;
  margin: 0 0 0.5em 0;
*/
}


.news3-single-item h3 {

  font-size: 1em;
  font-weight: normal;
  font-style: italic;

}

.news3-single-img {
  float: right;
}

.news3-single-img img {
  border: solid 1px #56B600;
  padding: 3px;
  margin: 6px;
}

.news3-list-container HR.clearer, .news-single-item HR.clearer, .news-latest-container HR.clearer{
clear:right;
height:1px;
border:1px solid #F9FFE5;
}

.news3-latest-container HR.clearer {
clear:left;
}

div.tx-ttnews3-browsebox p {
  padding: 0px;
  margin: 0px;
}

