<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
height: 50%;
margin: 20px;
padding: 0;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#000000;
margin-top: 20px;
}
.bg { position:fixed; top:0; left:0; width:100%; height:100%; z-index:-1; }

.logoarea { background-color: transparent; width:115px; height:87px; border:0px solid; text-align:left; }

.content { position:relative; z-index:1;}

.content {
	padding-left:5px;
	padding-top:10px;
	padding-bottom: 78px;
	float:left;
	font-size:14px;
	/*text-align:center; height:auto;*/
	text-align:left;
}
.menu {
	float:left;
	margin-top:10px;
	margin-right:20px;
	text-align:left;
	width:180px;
}
.menu ul {
	margin:0px;
	padding:0px;
	list-style:none;
	border:0px solid;
	border-bottom:1px solid #ccc;
}

.menu ul li{
	margin:0px;
	padding:3px 0px 3px 0px;
	
}

.menu ul li a {
	display:block;
	width:170px;
	padding:2px 1px 2px 10px;
	background-color:#ffffff;
	border-bottom:0px solid;
	color: #034293;
	font-size:20px;
	text-decoration:none;
	font-weight:bold;
	font-stretch:condensed;
	font-family:Arial;
	border-radius:4px;
}
.menu ul li a:visited{
	color: #034293;
	text-decoration:none;
	
}
.menu ul li a:active{
	color: #034293;
	text-decoration:none;
	border:0px solid;
}
.menu ul li a:hover{
	background-color:#a9bfed;
	color: #034293;
	border:1px solid;
}

.contact {
	font-size:12px;
	margin-top:60px;
}

#lk-konteiner {
	position: relative;
	/*min-height: 100vh;*/
	-webkit-animation: fadein 2s; /* Safari, Chrome and Opera &gt; 12.1 */
	-moz-animation: fadein 2s; /* Firefox &lt; 16 */
	-ms-animation: fadein 2s; /* Internet Explorer */
	-o-animation: fadein 2s; /* Opera &lt; 12.1 */
	animation: fadein 2s;
}
#jalus {
	margin-top:60px;
	position: relative; /* absolute relative */
	bottom: 0px;
	width: 90%;
	height: 40px;
/*	background-color: rgba(255, 234, 198, 0.15); */
	border-top: solid 1px black
}
#jalus p {
    font-size: 13px;
    color: #402607;
}

/*Cookie Consent Begin*/
#cookieConsent {
    background-color: rgba(38,12,12,0.4);
    min-height: 26px;
    font-size: 14px;
    color: #ccc;
    line-height: 26px;
    padding: 8px 0 8px 30px;
    font-family: "Trebuchet MS",Helvetica,sans-serif;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    display: none;
    z-index: 9999;
}
#cookieConsent a {
    color: #4B8EE7;
    text-decoration: none;
}
#closeCookieConsent {
    float: right;
    display: inline-block;
    cursor: pointer;
    height: 20px;
    width: 20px;
    margin: -15px 0 0 0;
    font-weight: bold;
}
#closeCookieConsent:hover {
    color: #FFF;
}
#cookieConsent a.cookieConsentOK {
    background-color: #F1D600;
    color: #000;
    display: inline-block;
    border-radius: 5px;
    padding: 0 20px;
    cursor: pointer;
    float: right;
    margin: 0 60px 0 10px;
}
#cookieConsent a.cookieConsentOK:hover {
    background-color: #E0C91F;
}
/*Cookie Consent End*/</pre></body></html>