body.main {  
	margin: 0px; 
	font-family: Arial, Helvetica, sans-serif;   
	font-size: 12px; 
	color:#565656;
	background: #c22;
    background: linear-gradient(#FFD6D6,#D2BFBF);
    background-attachment: fixed;
}

img {
	border: 0px;
}

p {
	margin: 0px; 
	padding: 0px; 
}

hr { 
	clear: both;
	border: 0; 
	height: 1px; 
	margin: 5px 0 5px 0;
	background: #DDD;
}

@font-face {
    font-family: 'GnuolaneFree';
    src: url('/css/fonts/gnuolane_free-webfont.eot');
    src: url('/css/fonts/gnuolane_free-webfont.eot?#iefix') format('eot'),
         url('/css/fonts/gnuolane_free-webfont.woff') format('woff'),
         url('/css/fonts/gnuolane_free-webfont.ttf') format('truetype'),
         url('/css/fonts/gnuolane_free-webfont.svg#webfontsb5VB5eE') format('svg');
    font-weight: normal;
    font-style: normal;

}
.gnuolane {
font-family: 'GnuolaneFree';
}

@font-face {
    font-family: 'league';
    src: url('/css/fonts/h-leaguegothic-webfont.eot');
    src: url('/css/fonts/h-leaguegothic-webfont.eot?#iefix') format('embedded-opentype'),
         url('/css/fonts/h-leaguegothic-webfont.woff') format('woff'),
         url('/css/fonts/h-leaguegothic-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
} 
.league {
font-family: 'league';
}

H1 {
color: #216cb0;
font-size: 22px;
font-weight: normal;
}  
H2 { 
color: #216cb0;
font-size: 20px;  
font-weight: normal;
}
H3 {
font-family: GnuolaneFree, Arial, sans-serif;
font-size: 30px;
font-weight: normal;
display: block;    
margin: 10px 0 0 0; 
padding: 0;
}
H4 {
font-size: 20px; 
font-weight: normal;
} 
H5  {
font-size: 18px; 
font-weight: normal;
}  
H6 {
font-size: 16px; 
font-weight: normal;
}  
A {
color: #466cb0;
text-decoration: none;
} 
A:hover {   
color: #466cb0;
text-decoration: underline;
}
.linkz {
color: #466cb0;
text-decoration: none;
}
.linkz:hover {  
color: #466cb0;
text-decoration: underline;
}   
.alert {
color: #CC0000;
text-decoration: none;
}
.bekezdes {
font-size: 14px;
color: #466cb0;
}
.kiemeles {
color: #466cb0;
}
.bold{
font-weight: bold;
}
.normal{
font-style: normal;
}
.italic{
font-style: italic;
}


HTML, BODY {
margin: 0;
padding: 0;
width: 100%; 
height: 100%;
}

/************************************************
def 2
*************************************************/
/************************************************
def assets
*************************************************/
.clear, .clearV, .clearX, .clearXV, .clearXX{
clear: both;
visibility: hidden;
}
.clearV {
height: 5px;
font-size: 5px;
}
.clearX {
height: 10px;
font-size: 10px;
}  
.clearXV {
height: 15px;
font-size: 15px;
} 
.clearXX {
height: 20px;
font-size: 20px;
} 
/************************************************
digg
*************************************************/
div.pagination {
padding: 3px;
margin-right: 3px;
/*text-align: center; */
} 
div.pagination a { 
color: #999;  
text-decoration: none;
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #9aafe5;
background-color: #FFF; 
}
div.pagination a:hover, div.pagination a:active {
color: #333; 
border:1px solid #506880;
background-color: #FFF;
}
div.pagination span.current {   
color: #FFF;  
font-weight: bold;  
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #506880;
background-color: #506880;
cursor: default;  
}
div.pagination span.disabled {
color: #BBB; 
padding: 2px 5px 2px 5px;
margin-right: 2px;
border: 1px solid #DEDEDE;
background-color: #FFF;
cursor: default;
}

.footerbox {
    margin-left: 5px;
    color: #888;
}

.footerbox div {
    display: inline;
    line-height: 16px;
}

#footer div.box.last {
    margin-right: 0;
    max-width: 185px;
}
