/*
-----------------------------------------------
Jelenlet Muhely Egyesulet - Egyesulet
Screen styles
Author: Laszlo Grama
----------------------------------------------- */

/* Initialize
----------------------------------------------- */
/* Remove padding and margin */
* {
margin: 0;
padding: 0;
}
/* Remove border for linked images and tables */
img, table, tr, td {
border: 0;
}
/* Removes styling from all list items */
ul, ol {
list-style-type:none;
}
/* Removes bold for headings */
h1, h2, h3, h4 {
font-weight:normal;
}

/* Structure
----------------------------------------------- */
body {
font-family:Georgia,"Times New Roman",Times,serif;
font-size:10pt;
color:#000;
}
#container, #wrap, #content {
width: auto;
border: 0;
margin: 0;
padding: 0;
float: none !important;
}
#container {
margin: 0 5%;
}

/* Hide
----------------------------------------------- */
p#lang, #nav, #footer-container {
display:none;
}

/* Content
----------------------------------------------- */
a:link, a:visited {
color:#520;
background:transparent;
font-weight:normal;
text-decoration:underline;
}
#content a:link:after, #content a:visited:after {
content: " [" attr(href) "] ";
font-size: 90%;
}
#header h1 {
padding:6pt 0;
font-size:14pt;
text-transform:uppercase;
letter-spacing:2pt;
border-bottom:1px solid #000;
}
#header h1 a {
color:#000;
text-decoration:none;
}
#header h2 {
padding:1em 0 0 0;
font-size:24pt;
}
#content h2 {
padding:1em 0 0 0;
font-size:16pt;
}
#content h3 {
padding:1em 0 0 0;
font-size:14pt;
line-height:120%;
font-style:italic;
color:#000;
}
#content h3 span {
font-size:0.75em;
letter-spacing:2px;
font-style:normal;
text-transform:uppercase;
}
#content p {
padding:0.5em 0 0.25em 0;
text-align:justify;
}
#content p.right {
text-align:right;
}
#content ul.afterheading {
margin-top:0.5em;
}
#content ul li {
margin-left:1em;
padding:0 0 0.25em 0.5em;
list-style-type:disc;
}
#content a {
text-decoration:underline;
}
#content ul.jelentesek li {
margin:1em 0 1em 0;
}
