<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;
    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: #418b34;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

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


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

#columnRight {
    margin: 0 15px 0 265px;
    min-height:320px;
    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: 150%;
    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: #81FF81;
    text-decoration: none;
}

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

</pre></body></html>