/* CSS Document */

body {
	font-family: Arial, Helvetica, Sans Serif;
	color: #333333;
  background-color: #f5efc9;
}

h1 {
        background-color: #cde7a8;
        margin: 0px;
        font-size: large;
        color: #2a521f;
  padding: 10px;
}

a {
        color: #2a521f;
        text-decoration: underline;
}

a:hover {
        text-decoration: none;
}

a:visited {
        color: #8c460d;
}

div.clrboth {
  clear: both;
}

input {
        background-color: #f5efc9;
        color: #2a521f;
        border: solid 1px;
}

#top {
  background-color: #cde7a8;
  border: #2a521f solid 2px;
  margin-bottom: 10px;
  font-weight: bold;
}

#navBar {
  margin-right: 170px;
}

#searchbox {
  float: right;
  width: 159px;
}

#header {
  text-align: right;
  background-color: #cde7a8;
  border: #2a521f solid 2px;
}

#volby {
  float: left;
  text-decoration: none;
  font-weight: bold;
  margin-left: 10px;
  margin-top: 55px;
  font-size: x-large;
}

#leftCol {
  float: left;
  width: 159px;
  margin-top: 10px;
  border: #2a521f solid 2px;
  background-color: #cde7a8;
}

ul.menu1-lev1, ul.menu1-lev2 {
  list-style-image: url("../images/off.gif");
  padding-left: 23px;
  margin: 0px;
}

ul.menu1-lev2 {
  font-size: 11px;
}

li.menu1-lev1-act, li.menu1-lev1-cur, li.menu1-lev1-no,
li.menu1-lev2-cur, li.menu1-lev2-no {
  font-weight: bold;
  text-align: left;
  padding-top: 2px;  
  padding-bottom: 2px;  
  padding-left: 5px;
  border: transparent solid 1px;
}


ul.menu1-lev1 li:hover, ul.menu1-lev2 li:hover,
li.menu1-lev1-act, li.menu1-lev1-cur, li.menu1-lev2-act, li.menu1-lev2-cur
{
  list-style-image: url("../images/on.gif");
  background-color: #f5efc9;
  border: #2a521f solid 1px;
}

ul.menu1-lev1 a, ul.menu1-lev2 a {
  color: #2a521f;
  font-weight: bold;
  text-decoration: none;
  display: block;
}

ul.menu1-lev1 a:hover, ul.menu1-lev2 a:hover {
  text-decoration: none;  
  color: #8c460d;
}

#content {
  border: #2a521f solid 2px;
  padding: 10px;
  margin-left: 170px;
  margin-right: 170px;
  margin-top: 10px;
  background-color: white;
}

#LAST {
  clear: both;
  padding-top: 5px;
}  

.tx-lastupdate-pi1 {
  color: #2a521f;
  background: #cde7a8;
  font-size: smaller;
  font-weight: bold;
  padding: 10px;
  margin-top: 10px;
  border: #2a521f solid 2px;
}

/* news plugin */
	/* tt_news LIST view  */
	.news-list-item {
          background-color: white; 
          border: #2a521f solid 2px;
          margin: 10px;
	} 
	.news-list-title {
          background-color: #539521;
          color: white;
          padding: 5px;
          font-weight: bold;
	}

	.news-list-date {
          float: right;
          font-weight: normal;
	}

        .news-list-subheader {
          padding: 5px;
	}
        
	.tx-ttnews-browsebox {
		clear: both;
		text-align: center;
		margin-bottom: 15px;
	}
/* news plugin end */

/* guestbook plugin */
div.guestbook-form {
  background-color: #f5efc9;
  border: #2a521f solid 2px;
  width: 70%;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

/* guestbook plugin end */

	/* default styles for extension "tx_dropdownsitemap_pi1" */
		.tx-dropdownsitemap-pi1 LI.open OL {
			display: block;
		}
		.tx-dropdownsitemap-pi1 LI.closed OL {
			display: none;
		}
		.tx-dropdownsitemap-pi1 LI.open UL {
			display: block;
		}
		.tx-dropdownsitemap-pi1 LI.closed UL {
			display: none;
		}
		.tx-dropdownsitemap-pi1 DIV {
			border: solid 1px #666666;
			background: #cde7a8;
			padding: 2px;
			margin: 2px;
		}
		.tx-dropdownsitemap-pi1 DIV.level_2 {
			background: #FFFFFF;
		}
		.tx-dropdownsitemap-pi1 DIV.level_3 {
			background: #D0E0CC;
		}
		.tx-dropdownsitemap-pi1 DIV.level_4 {
			background: #FFFFFF;
		}
		.tx-dropdownsitemap-pi1 DIV.level_5 {
			background: #E0CCCC;
		}
		.tx-dropdownsitemap-pi1 DIV.expAll {
			text-align: center;
		}

/* default styles for extension "tx_indexedsearch" */
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-button { width:100px; }
.tx-indexedsearch .tx-indexedsearch-searchbox INPUT.tx-indexedsearch-searchbox-sword { width:150px; }
.tx-indexedsearch .tx-indexedsearch-whatis P .tx-indexedsearch-sw { font-weight:bold; font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-whatis { margin-top:10px; margin-bottom:5px; }
.tx-indexedsearch P.tx-indexedsearch-noresults { text-align:center; font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title { background:#f5efc9; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P { font-weight:bold; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-title P.tx-indexedsearch-percent { font-weight:normal; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P { font-style:italic; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-descr P .tx-indexedsearch-redMarkup { color:red; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-info { background:#cde7a8; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead { margin-top:20px; margin-bottom:5px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead H2 { margin-top:0px; margin-bottom:0px; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TABLE { background:#cde7a8; }
.tx-indexedsearch .tx-indexedsearch-res .tx-indexedsearch-secHead TD { vertical-align:absmiddle; }



