html, body, nav { display: block; margin: 0; padding: 0; }
body { color: black; font: 13px Verdana, Arial, Georgia, Helvetica, sans-serif; line-height: 18px; 
       background-image: linear-gradient(to bottom,honeydew 1%,ghostwhite); }

header { display: block; border: left; padding: 12px; background: white; border-bottom: 2px solid #aaa;
         float: none; clear: both; width: 97.5%; margin-left:0.5%; margin-right:0.5%; margin-top: 1px;
         background-image: linear-gradient(to bottom, honeydew 1%, ghostwhite,white); 
         border-radius: 3%; } /* floralwhite, ghostwhite, white   */
header h1 { color: black; margin: 0 0 3px; padding: 21px 18px 0; font-size: 30px; line-height: 120%; }

h2,h3 { color: #333; line-height: 110%; overflow:hidden; text-overflow: ellipsis; }
h2 sup { display: inline; width: 150px; text-align:left; color: brown; font-size: 8pt; margin-left: 8px; }

nav	{ padding-right: 18px; font-weight: solid; font-size: 15pt; }
nav li { display: inline; margin-bottom: 10px; margin-top: 15px; margin-right: 15px; }  
nav ul	{ line-height: 120%; padding: 2px 19px 8px; }
nav a	{ color: #337810; text-decoration: underline; }
nav a:hover, nav a:active { font-weight:bold; } 
a:hover, a:active { color: black; background-color: powderblue; text-decoration: none; }  /*background-color: #330;*/
#folap { font-style: italic; font-weight: bold; }
#kozelet { font-style: italic; font-weight: bold; }
#hit {  font-style: italic; font-weight: bold; }

#temak { float: left; width: 100%; margin-left: -33%; }
#tema { margin-left: 34.3%;  white-space: normal; }

#tema p, #extra_hir p { padding-right: 18px; text-indent: 12px; }

#extra_hir	{ float: right; clear: right; width: 30%; margin-right:0.5%; margin-left: -8px;
             /* border-bottom: 1px solid #ccc;*/border: 1px solid #ccc; border-radius: 4%; /* lekerekített keret */
             padding-left: 3px; padding-right: 8px; margin-bottom: 5px; }
#extra small { font-size: 11px; line-height: 18px; }
        
footer { display: block; clear: both; width: 99%; background: #afce71;  /*#aa0*/
         margin-left:0.5%; margin-right:0.5%; margin-bottom: 0.5%; }     
footer p { color: black; margin: 0; padding: 9px 18px 9px; font-size: 11px; }
footer a { text-decoration: underline; }   
footer a:hover, a:active { /*color: #337810;*/ text-decoration:none; font-weight:bold; }

 
