<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* barvy */
.t_black {
	color: #000;	
}

.t_darkgrey {
	color: #333;	
}

.t_grey {
	color: #999;	
}

.t_lightgrey {
	color: #ccc;	
}

.t_white {
	color: #fff;	
}

.t_orange {
	color: #f7931e;	
}

.t_lightgreen {
	color: #5ea730;	
}

.b_black {
	background-color: #000;	
}

.b_lightgrey {
	background-color: #ddd;	
}

.b_white {
	background-color: #fff;	
}


/* zakladni elementiky */
h1, span.h1 {
	display: block;
	
	margin: 0.3em 1em 1.2em 0;
	
	font-size: 1.3em; 
	font-weight: bold;
}

div#content h1 {
	/*padding: 21px 28px 0px 28px;*/
	/*font-size: 1.8em;*/
	/*border-top: 2px solid #f7931e;*/
	display: inline;
	/*position: relative;*/
	/*top: 20px;*/
	color: #f7931e;
	font-weight: bold;
	text-transform: uppercase; 
}

h2 {
	margin: 1em 0px 0.5em 0px;
	
	font-size: 1.4em;
	
	color: #f7931e;
}

h3 {
	margin: 1.5em 0px 0.5em 0px;
	
	font-size: 1.2em;
	
	color: #000;
}

h4 {
	margin: 1.5em 0px 0.5em 0px;
	
	font-size: 1.0em;
	
	color: #000;
}

a {
	text-decoration: underline;	
	
	color: #f7931e;
}

a:hover {
	text-decoration: none;	
}

a:focus, a:active {
	outline: none;
}

a img { 
    border: 0;
}

p {
	margin: 9px 0px 9px 0px;
}

table {
	font-size: 10pt;	
}

td {
	vertical-align: top;
}

div#menuznac a {
	color: white;
}

div#news p#heading {
	padding: 21px 28px 0px 28px;
	font-size: 1.4em;
	border-top: 2px solid #f7931e;
	display: inline;
	position: relative;
	top: 20px;
	color: #f7931e;
	font-weight: bold;
	text-transform: uppercase; 
	
}

div#news .article .datum {
	float: left;
	background-image: url("../images/layout/sidebar.png");
	width: 60px;
	margin-right: 12px;	
}

div#news .article .content {
	float: left;
	
	width: 240px;
}

div#news .article .content .heading {
	margin: 0px;
	
	font-size: 1em;
	
	color: #f7931e;
}

div#gallery img {
	float: left;
	display: block;
	
	margin: 20px 9px 0px 0px;
}

div#gallery img.last {
	margin: 20px 0px 0px 0px;
}</pre></body></html>