/*print css*/
body{
background: #fff;
color: #000;
line-height: 1.3;
font: normal 12pt Helvetica, Arial, sans-serif;
direction: ltr;
}

strong{font-weight: bold;}
em{font-style: italic}

div#header, div.leftCol, div.breadCrumbContainer, div#footer ul, div#contactContainer{
display: none;     
}

p.printFooter{
margin-top: 20pt;
padding-top: 5pt; 
border-top: 1px solid #ccc;    
display: block;
text-align: center;
}

h1, h2, h3, h4, h5, h6 {page-break-after: avoid;} /*ne legyen oldaltörés header után*/
  
a:after {content: " [" attr(href) "] ";}

a:link, a:visited, a:hover, a:active {text-decoration: underline; color: black;}  
a:after {text-decoration: none;}

a.word,a.pdf{display: block; margin-bottom: 3pt;}

div#rightCol p{
margin: 10pt 0 15pt 0;    
}

h2.pageHeader{
font-weight: bold;
font-size: 18pt;
}

div.rightCol h3, div.rightCol h4, div.rightCol h5, div.rightCol h6{
font-weight: bold;
font-size: 13pt;
}

div.rightCol img{
float: right;
margin: 0 0 14pt 20pt;
border: 1px solid #ccc;     
}

div.rightCol ul{
list-style-type: square;
}
