<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8"

* {
 outline: none;
}

.clear {
 clear: both;
 width: 100%;
}

body {
 background-color: #fff;
}

#container {
 width: 960px;
 margin: auto;
 /* Az oldal hĂˇttĂ©rszĂ­ne. */
 background-color:#f8f4cc;
}
/*az oldal tetejĂ©n lĂ©vĹ‘ csĂ­k*/
#logo {
 float: left;
}

#logo img {
 border: none;
}

#menu {
 float: right;
 margin-top: 10px;
}

/*fejlĂ©c - bal */
#featured .left {
 width: 530px;
 height: 90px;
 background: #fff url(../img/logo1_top.png) no-repeat;
 background-position: left;
 font-size: 32px;
 padding: 35px 0 0 190px;
 float: left;
 color: #880707;
}

/*fejlĂ©c - jobb*/
#featured .right {
 width: 240px;
 height: 90px;
 padding-top: 10px;
 padding-bottom: 25px;
 background-color: #880707;
 float: right;
 font-size: 26px;
 text-align: center;
 vertical-align: center;
}

#content {
 background: url(img/cont_bg.png);
}

#content .left {
 width: 680px;
 float: left;
 font-family: Arial, Verdana, sans-serif;
 font-size: 14px;
 color: #222;
 text-align: justify;
 line-height: 24px;
 margin-left: 20px;
}

#content .left li {
 margin: 10px 0 0 -38px;
 list-style-type:none;
 color: #444;
}
#content h3 {
 font-family: Georgia, Tahoma, sans-serif;
 font-size: 20px;
}
/* MenĂĽ + ElĂ©rhetĹ‘sĂ©g */
#content .right {
 width: 235px;
 float: right;
 padding: 5px 5px 5px 0;
 line-height: 24px;
 background-color: #c1bea0;
 font-family: Georgia, Arial, sans-serif;
 color: #5a594b;
 font-size: 14px;
}

#content .right h3 {
 color: #880707;
 font-size: 24px;
 padding-left: 25px;
}

#content .right a {
 color: #5a594b;
}

/*#content .right ul {
list-style: none;
}
#content .right a:hover {
font-size:150%;
text-decoration: none;
}*/

#content .right p {
 padding-left: 25px;
}

#footer {
 background-color: #880707;
 width: 940px;
 overflow: hidden;
 color: #f8f4cc;
 font-family: Arial, serif;
 font-size: 10px;
 padding: 10px;
 text-align: center;
}

#footer a {
 color: #f8f4cc;
 text-decoration: none;
}

#footer img {
 float: right;
 margin: 25px 40px 15px 20px;
}

#footer .left {
 width: 300px;
 float: left;
}

#footer .right {
 width: 400px;
 float: left;
}

#footer .rl {
 width: 120px;
 float: left;
}

#footer .rr {
 width: 120px;
 float: left;
}

#footer h5 {
 font-size: 10px;
 margin-top: 0;
}

#copy {
 text-align: center;
 font-style: italic;
}</pre></body></html>