<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
    Document   : designEJQ
    Created on : Mar 9, 2011, 10:33:32 AM
    Author     : palbert
    Description:
    Purpose of the stylesheet follows.
*/

body {
    background-image: url('../images/bgImage.jpg');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 2000px 242px;
    margin: auto;
    padding: 0px;
    font-family: Arial,Garamond,Helvetica,sans-serif,serif;
    font-size: 12px;
    color: black;
}

root {
    display: block;
}

p, dl, multicol {
    display: block;
    margin: 1em 0;
}

h1 {
    display: block;
    font-size: 1.5em;
    font-weight: bold;
    margin: 0.83em 0;
    color: black;
}

h2 {
    display: block;
    font-size: 1.17em;
    font-weight: bold;
    margin: 1em 0;
    color: black;
}

h3 {
    display: block;
    font-weight: bold;
    margin: 1.33em 0;
    color: black;
}

h4 {
    display: block;
    font-size: 0.83em;
    font-weight: bold;
    margin: 1.67em 0;
    color: black;
}

h5 {
    display: block;
    font-size: 0.67em;
    font-weight: bold;
    margin: 2.33em 0;
    color: black;
}

a {
  color: #1034a6;


    text-decoration: none;
}

futter {
  color: #ffffff;


    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}


futter:hover {
    text-decoration: underline;
}

.green {
   color: #1034a6;
}
#header {
    position: relative;
    width: auto;
    height: 160px;
}


#columnLeft {
    float: left;
    width: 240px;
    margin-left: 5px;
}

#columnRight {
    margin: 0 15px 0 265px;
    min-height:383px;
    text-align: justify;
}

#content {
    background-color: transparent;
    background-image:url('../images/contentBg.gif');
    background-repeat: repeat-y;
}

#footer {
    clear: both;
    position: relative;
    width: auto;
    background-color: black;
    margin-top: 5px;
}

#footer th {
    padding: 5px;
    vertical-align: top;
    text-align: left;
    color: white;
    font-weight: normal;
    font-size: 1em;
}

div#nav {
    float: left;
    display: inline;
    width: 220px;
    margin-left: 5px;
}

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

div#nav a {
    color: black;
    display: block;
    width: 222px;
    height: 29px;
    line-height: 27px;
    text-decoration: none;
    background-image:url('../images/menuBgList.png');
    background-position: top;
    vertical-align:bottom;
    text-align: right;
    font-weight:500;
    margin-right: 20px;
}

div#nav .lastMenu {
    background-image:url('../images/menuBgLast.png');
    height: 18px;
    display: block;
    width: 222px;
    background-position: top;
    margin-right: 20px;
}

div#nav a:hover {
    font-weight: bold;
}

#nav div {
    z-index: 2;
    position: absolute;
    left: 225px;
    top: auto;
    visibility: hidden;
    margin: 0;
    padding: 5px 0px 5px 0px;
    /* feher almenu hatter*/
    background-image:url('../images/subMenuBg.jpg');
    /* transzparens almenu hatter */
    /* background-image:url('../images/subMenuBg.png'); */
    background-repeat: repeat-y;
    padding-right: 20px;
    height: auto;
    border: 1px solid gray;
}

#nav div a	{
    background-image: none;
    position: relative;
    display: block;
    margin: 0;
    width: auto;
    padding: 2px 0px 2px 20px;
    height: auto;
    line-height: normal;
    white-space: nowrap;
    text-align: left;
    text-decoration: none;
    color:black;
    font-size: 1em;
}

#nav div a:hover {
    text-decoration: underline;
    font-weight: normal;
}

p.publication_head {
  margin-top:0.2cm;
  margin-bottom:1em;
  text-align:center;
  font-size:1.5em;
  font-weight:normal;
}

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

#footer a:hover {
    text-decoration: underline;
}

td.fieldname {
  background-color:#cfcfff;
  text-align:right;
  color:#000000;
  border        : 1px solid;
  padding       : 2px;
  vertical-align: top;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  font-weight      : normal;
  font-style       : italic;
}

td.fieldvalue {
  background-color:#ffffcf;
  text-align:left;
  color:#000000;
  border        : 1px solid;
  padding       : 2px;
  vertical-align: top;
  font-family      : Verdana, Geneva, Arial, Helvetica, sans-serif;
  font-size        : 8pt;
  font-weight      : bold;
  font-style       : normal;
}

select {
  font-size: 11px;
  padding:1px;
  background-color:#F3ECD9;
  color:#000000;
  border:#44542F 1px solid;
}

textarea {
  font-size: 11px;
  padding:1px;
  background-color:#F3ECD9;
  color:#000000;
  border:#44542F 1px solid;
}

input {
  font-size: 11px;
  padding:1px;
  background-color:#F3ECD9;
  color:#000000;
  border:#44542F 1px solid;
}
</pre></body></html>