@import "thickbox.css";
@import "tree.css";
html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	margin: 0;
	padding: 0;
	background-color: white;
	font-size: 11px;
	font-family: "Trebuchet MS" , "Geneva CE" , lucida, sans-serif;
	color: black;
	height: 100%;
	background-image: url(../img/top-bg.gif);
	background-repeat: repeat-x;
	background-position: top center;
}
a {
	color: #6f7b0e;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}
#mainleftmid {
	width: 860px;
	float: left;	
}
#mainmainright {
	width: 160px;
	float: right;	
}
#toplogo {
	width: 830px;
	height: 135px;
	overflow: hidden;
	float: left;
}
#toplogo #logo {
	height: 110px;
	width: 175px;
	overflow: hidden;
	float: left;
	margin-left: 17px;
}

#toplogo #info {
	height: 110px;
	width: 635px;
	overflow: hidden;
	float: left;
	text-align: center;
	/*
	background-image: url(../img/top-slider-bg.gif);
	background-repeat: no-repeat;
	background-position: top left;
	*/
}

.dockmenu {
	width: 555px;
	height: 90px;
	margin: 10px 0 0 56px;
}
#toplogo #info .culture-menu {
	float: right;
	margin: 4px 5px 0 0;
}
#toplogo #info .culture-menu a {
	margin: 0 5px 0 0;
}
#toplogo #submenu {
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 15px 0 0;
	float: left;
	width: 815px;
}
#top {
	position: relative;
	min-height: 100%;
	_height: 100%;
}
#content {
	margin: 0 auto;
	padding: 0;
	width: 1020px;
	padding-bottom: 30px;
}
#left {
	float: left;
	padding: 0;
	margin: 0;
	width: 205px;
}
#middle {
	float: left;
	padding: 0;
	margin: 0;
	width: 655px;
	overflow: hidden;
}
.middle-content {
	width: 625px;
	font-size: 12px;
	font-family: "Arial" , "Trebuchet MS" , lucida, sans-serif;
}
#right {
	float: left;
	padding: 0;
	margin: 0;
	width: 160px;
	overflow: hidden;
}
#main {
	float: left;
	padding: 0;
	margin: 0 0 0 5px;
	width: 630px;
	overflow: hidden;
}
#right-banner {
	float: right;
	padding: 0;
	margin: 6px 0 0 0;
	width: 160px;
	overflow: hidden;	
}
#bottom {
	width: 100%;
	height: 20px;
	margin: 0 auto;
	position: relative;
	margin-top: -20px;
	clear: both;
	text-align: left;
	color: black;
	background-image: url(../img/bottom-bg.gif);
	background-repeat: repeat-x;
	background-position: bottom left;
}
.title-img {
	margin: 72px 0 0 258px;
}
#submenu {
	text-align: right;
	color: white;
	font-weight: bold;
	font-size: 13px;
	padding: 4px 0 0 0;
}
#submenu a {
	color: white;
	font-weight: bold;
	font-size: 14px;
	text-decoration: none;
}
#submenu a:hover {
	text-decoration: underline;
}

/* menu */
/* v tree.css */

#sitepath {
	border-bottom: solid 2px #c0d200;
	padding: 5px 0 3px 0;
	margin: 0 15px;
	font-weight: bold;
	font-size: 13px;
}
#sitepath a {
	color: #6f7b0e;
	text-decoration: none;
	font-weight: bold;
	font-size: 13px;
}
#sitepath a:hover {
	text-decoration: underline;
}
#headline {
	float: left;
	width: 420px;
	margin: 0 5px 0 0;
	padding: 0;
}
h1 {
	font-size: 20px;
	font-weight: bold;
	color: #c0d200;
	padding: 0;
	margin: 12px 0 0 15px;
}
h2 {
	font-size: 16px;
	font-weight: bold;
	color: #7F8D12;
	padding: 0;
	margin: 4px 0 4px 0;
}
h3 {
	font-size: 13px;
	font-weight: bold;
	color: #7F8D12;
	padding: 0;
	margin: 4px 0 4px 0;
}
h1.hlsitemap {
	padding: 0;
	margin: -5px 0 0 0;
}
#search-box {
	margin: 0 15px 0 0;
	float: right;
	width: 185px;
}
.input-search {
	width: 80px;
	border: solid 1px #7f8d12;
}
.submit-search {
	width: 60px;
	background-color: #c0d200;
	background-image : url(../img/btn-bg.gif);
	background-repeat : repeat-x;
	background-position : top left;
	border: none;
	color: white;
	font-weight: bold;
	padding: 0;
	height: 20px;
}
#bottom-container {
	width: 1020px;
	margin: 0 auto;
	padding: 0;
}
#bottom-left {
	float: left;
	color: black;
}
#bottom-right {
	float: right;
	color: #4a4c54;
}
#bottom-right a, #bottom-left a {
	color: #4a4c54;
	text-decoration: none;
}
#bottom-right a:hover, #bottom-left a:hover {
	text-decoration: none;
}
dl {
	margin: 0 0 15px 1px;
}
dd {
	margin-left: 0;
	text-align: justify;
}
.paging {
	text-align: right;
	margin-bottom: 2px;
}
.paging div {
	margin-top: 1px;
	float: right;
	margin-bottom: 4px;
}
.paging div span {
	text-align: center;
	border-left: solid 1px white;
	background-color: #85C226;
	color: white;
	font-weight: bold;
	display: block;
	width: 20px;
	float: left;
}
.paging div div.page {
	text-align: right;
	padding-right: 4px;
	color: black;
	font-weight: bold;
	float: left;
}
.paging div a {
	text-align: center;
	border-left: solid 1px white;
	background-color: #9F9F9F;
	color: white;
	font-weight: bold;
	display: block;
	width: 20px;
	text-decoration: none;
	float: left;
}
.paging div a:hover {
	background-color: #007CC3;
}
.paging div a.first {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/first.gif);
	background-repeat : no-repeat;
}
.paging div a.first:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/first-on.gif);
	background-repeat : no-repeat;
}
.paging div a.prev {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/prev.gif);
	background-repeat : no-repeat;
}
.paging div a.prev:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/prev-on.gif);
	background-repeat : no-repeat;
}
.paging div a.next {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/next.gif);
	background-repeat : no-repeat;
}
.paging div a.next:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/next-on.gif);
	background-repeat : no-repeat;
}
.paging div a.last {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/last.gif);
	background-repeat : no-repeat;
}
.paging div a.last:hover {
	text-align: center;
	font-weight: bold;
	display: block;
	float: left;
	background-image : url(../img/last-on.gif);
	background-repeat : no-repeat;
}
.accordion {
	width: 175px;
	overflow: hidden !important;
}
.accordionContent {
	overflow: hidden !important;
}
.middle-content ul {
		list-style-type: disc;
}
.middle-content li {
		list-style-type: disc;
}
.config-textilesimgs-tbl td {
		text-align: center;
		padding: 4px;
}

/*newsletter lite*/
.newsletterlite-box {
	background-color: white;
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 0 2px 4px 2px;
	text-align: left;
}
.newsletterlite-title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px #C0D200;
	padding: 1px 2px;
	margin-bottom: 2px;
}
.newsletterlite-input {
	width: 150px;
	font-size: 12px;
	border: solid 1px #C0D200;
	background-color: white;
	padding: 1px 2px;
}
.newsletterlite-input:focus {
	border: solid 1px #9EB329;
}
.newsletterlite-submit {
	width: 155px;
	background-color: #C0D200;
	color: White;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: solid 1px white;
}
.newsletterlite-submit:hover {
	background-color: #846217;
}
/*end newsletter lite*/

/*emailform lite*/
.emailform-box {
	background-color: white;
	font-size: 12px;
	margin: 10px 0 10px 0;
	padding: 0 2px 4px 2px;
	text-align: left;
}
.emailform-title {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px #C0D200;
	padding: 1px 2px;
	margin-bottom: 2px;
}
.emailform-input {
	width: 150px;
	font-size: 12px;
	border: solid 1px #C0D200;
	background-color: white;
	padding: 1px 2px;
}
.newsletterlite-input:focus {
	border: solid 1px #9EB329;
}
.emailform-textarea {
	width: 150px;
	height: 100px;
	font-size: 12px;
	border: solid 1px #C0D200;
	background-color: white;
	padding: 1px 2px;
}
.emailform-submit {
	width: 155px;
	background-color: #C0D200;
	color: White;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: solid 1px white;
}
.emailform-submit:hover {
	background-color: #846217;
}
/*end emailform lite*/
fieldset.users {
	border: none;
}
fieldset .indent {
	margin: 0 70px;
}
fieldset.users input {
	width: 200px;
}
fieldset.users .item-container {
	margin: 10px 0;
}
fieldset.users .item-container label {
	font-size: 12px;
	padding: 1px 5px;
	background-color: #BFD100;
	color: White;
}
fieldset.users .middle {
	width: 200px;	
}
fieldset.users .short {
	width: 100px;	
}
fieldset.users .submit {
	width: 200px;
	background-color: #BFD100;
	color: White;
	font-weight: bold;
	margin: 0;
	padding: 0;
	border: solid 1px white;
}
fieldset.users .textarea {
	width: 100%;
	height: 200px;	
}
/* news */
.newstitle {
	font-size: 12px;
	font-weight: bold;
	border-bottom: solid 2px #C0D200;
	padding: 1px 2px;
	margin-bottom: 2px;
}
.tabnews a {
	font-size: 12px;
	color: #735614;
	text-decoration: underline;
}
.tabnews a:hover {
	color: #C0D200;
	text-decoration: none;
}
.newsperex {
	text-align: justify;
	font-size: 11px;	
}
#captions {
	clear: both;
	margin: 15px 5px;
}
#captions .first, #captions .other  {
	float: left;
	width: 297px;
	height:	90px;
	margin: 3px;
	overflow: hidden;
	border: solid 2px #e2e2e2;
}
#captions .first  {
	border: solid 2px #b3c406;
	background-color: #b3c406;
	color: White;
}
#captions .other  {
	background-color: White;
	color: Black;
}
#captions .ico  {
	float: left;
	width: 90px;
	height: 90px;
}
#captions .ico img  {
	border: none;
}
#captions .text  {
	float: right;
	width: 200px;
	height: 90px;
}
#captions .text p  {
	margin: 2px 1px 0 1px;
	padding: 0;
}
#captions .first .title  {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
}
#captions .first .title a  {
	color: Black;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
#captions .first .title a:hover  {
	color: White;
	text-decoration: underline;
}
#captions .other .title  {
	color: #b3c20e;
	font-size: 13px;
	font-weight: bold;
	margin-top: 1px;
}
#captions .other .title a  {
	color: #b3c20e;
	font-size: 13px;
	font-weight: bold;
	text-decoration: underline;
}
#captions .other .title a:hover  {
	color: Black;
	text-decoration: underline;
}
#tooltip {
	position: absolute;
	border: 1px solid #333;
	padding: 2px 5px;
	color: black;
	display: none;
	width: 240px;
	background-color: white;
	font-size: 12px;
}
p {
	margin: 2px 0;
}
.kraj, .kraj:hover {
	text-decoration: none;
	font-size: 14px;
	font-weight: bold;
}
