<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  	margin: 0;
  	padding: 0;
	background-color: #F9F5EB;
  	font-family: 'Roboto', sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 900;
  	color: #876A41;
}

button:hover {
  	cursor: pointer;
}

a:link, a:visited {
  	color: #876A41;
  	text-decoration: none;
}

a.white:link, a.white:visited {
  	color: white;
  	text-decoration: none;
}

a:hover, a.white:hover, a:active, a.white:active {
  	text-decoration: underline;
}

#container {
  	margin: 0 auto;
	width: 1200px;
  	padding: 25px 0;
}

/* Header */

#header {
  	margin: 0 0 20px;
  	width: 1200px;
	height: 180px;
	/* background-image: url("http://fotosynergie.com/wp-content/uploads/2014/03/IMG_0923_stitch-1200x400.jpg"); */
	background-repeat: no-repeat;
	background-position: 0px 130px;
  	border-radius: 0 0 10px 10px;
}

	/* Left header */

    #left-header {
      	float: left;
        width: 42.5%;
        text-align: right;
    }

    .mod-languages {
		display: inline-block;
      	width: auto;
      	height: 50px;
      	line-height: 50px;
      	font-style: italic;
    }

	.mod-languages a:link, a:visited {
        color: #876A41;
        text-decoration: none;
    }

    .mod-languages a:hover, .mod-languages a:active {
        text-decoration: underline;
    }

    .lang-active {
        font-weight: bold;
    }

    ul.top-menu-1 {
      	overflow: visible;
      	margin: 0;
      	width: 100%;
      	height: 80px;
      	padding: 0 25px 0 0;
      	line-height: 80px;
      	background-color: #876A41;
      	font-weight: bold;
		font-family: Helvetica;
      	border-radius: 10px 0 0 10px;
    }

    ul.top-menu-1 li {
      	display: inline-block;
      	margin-right: 30px;
    }

	/* Center header */

    #center-header {
      	position: relative;
      	z-index: 3;
      	float: left;
      	border-radius: 50%;
    	width: 15%;
      	height: 180px;
      	background-color: #876A41;

    }

	/* Right header */

    #right-header {
      	float: right;
        width: 42.5%;
    }

    #search-block {
		display: inline-block;
      	width: auto;
      	height: 50px;
      	line-height: 50px;
    }

	.b-search_q {

    }

	.search-query {
      	padding-left: 5px;
  		width: auto;
        border-radius: 5px;
        border: 1px solid #876A41;
        background-color: #FFF;
        color: #876A41;
      	font-family: "Roboto" !important;
    }

	.btn-primary {
      	width: auto;
        border-radius: 5px;
        border: 1px solid rgb(135, 106, 65);
        background-color: rgb(135, 106, 65);
        color: rgb(255, 255, 255);
      	font-family: "Roboto" !important;
      	line-height: normal;
    }

	ul.top-menu-2 {
      	position: relative;
      	left: -25px;
      	overflow: visible;
      	margin: 0;
      	width: 100%;
      	height: 80px;
      	padding: 0 0 0 25px;
      	line-height: 80px;
      	background-color: #876A41;
      	font-weight: bold;
		font-family: Helvetica;
      	border-radius: 0 10px 10px 0;
    }

    ul.top-menu-2 li {
      	display: inline-block;
      	margin-left: 30px;
    }

/* Page body */

.item-page {
  	clear: both;
}

/* Right column */

.right-colum {
  	float: right;
  	margin: 0 120px 0 0;
  	width: 300px;
  	font-size: 14px;
}

#hospodarenie ul {
	list-style: none;
  	padding:0;
    margin:0;
}

#hospodarenie li {
	padding-left: 1em;
    text-indent: -.7em;
}

#hospodarenie li:before {
  	content: "â€˘ ";
    color: #876A41;
}

#kontakt p {
  font-size: 14px;
}

/* Featured article */

.blog-featured, .item-page, div.search {
  	clear: both;
  	float: left;
  	margin: 0 0 0 120px;
  	width: 560px;
  	line-height: 180%;
}

.blog-featured img, .item-page img {
  	width: 100%;
}

.item-title {
  	color: #876A41;
}

.article-info-term {
  	display: none;
}

.leading-0, .item {
  	margin-bottom: 70px;
}

.article-info {
  	color: #876A41;
  	font-size: 12px
}

.pagination {
  	text-align: center;
}

.pagination .counter {
  	display: none;
}

.pagination ul li {
  	display: inline-block;
    margin-right: 20px;
    background-color: #876A41;
    border-radius: 5px;
    width: 25px;
    text-align: center;
  	font-weight: bold;
}

.pagination ul li.active {
    background-color: transparent;
  	color: #876A41;
}

/* Footer */
#footer {
  	clear: both;
  	margin-top: 25px;
  	height: 5px;
}

table, th, td {
    border: 1px solid #876A41;
    border-collapse: collapse;
    text-align: center;
}

table  {
    margin-bottom: 30px;
}

th {
    color: #876A41;
}
</pre></body></html>