/*
Az alábbi sor előírja a Firefoxnak, hogy mindig látszódjon a függőleges scrollbar:
html { overflow: -moz-scrollbars-vertical; }
Ha viszont ez szerepel, akkor a document.body.style.overflow="hidden"; sor
nem jól működik a showFullscreenDiv függvényben...
úgyhogy a használata NEM AJÁNLOTT!
*/

body
{
	margin-left       : 0px;
	margin-top        : 0px;
	margin-right      : 0px;
	margin-bottom     : 0px;
	background-color  : #FFFFFF;
	font-family       : Georgia,  New Roman, Verdana, Arial, Helvetica, sans-serif;
	font-size         : 16px;
	width             : 100%;
	height            : 100%;
	position          : absolute;  
	background-image  : url(pix/keret/side.png);
	background-repeat : repeat-y;
}

a
{
	outline: none;
	font-weight     : 400;
	color           : #A67E0C;
	text-decoration : none;	
}
a:hover
{
	text-decoration : underline;
}

div.fullscreenlayer
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=80);
	-moz-opacity:.80;
	opacity:.80;
	overflow:hidden;	
}
div.fullscreenlayer2
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	filter:alpha(opacity=30);
	-moz-opacity:.30;
	opacity:.30;	
	overflow:hidden;	
}


div.fullscreencontent
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;	
	height:100%;
}
 
.pagecaption
{
	font-size       : 16px;
	font-weight     : 700;
	color           : #CC3333;
}

.head1
{
	font-size       : 16px;
	font-weight     : 700;
	color           : #A18110;	
}

.newscaption
{
	font-size       : 12px;
	font-weight     : 700;
	color           : #CC3333;
}

.loginfield
{
	width:100px;
	border: 1px solid #A67E0C;
	font-size:10px;
}

a.newscaptioninlist
{
  	font-size       : 10px;
	font-weight     : 700;
	color           : #CC3333;
	text-decoration : none;
}
a.newscaptioninlist:hover
{
	text-decoration : underline;
}

a.newsreadmore
{
    font-size       : 10px;
	font-weight     : 400;
	color           : #CC3333;
	text-decoration : none;
}
a.newsreadmore:hover
{
	text-decoration : underline;
}

a.inlink
{
	font-weight     : 400;
	color           : #A67E0C;
	text-decoration : none;
}
a.inlink:hover
{
	text-decoration : underline;
}

a.inlink12
{
    font-size       : 12px;	
	font-weight     : 700;
	color           : #ff0000;
	text-decoration : none;
}
a.inlink12:hover
{
	text-decoration : underline;
}

a.whitelink
{
	font-weight     : 700;
	color           : #ffffff;
	text-decoration : none;
}
a.whitelink:hover
{
	text-decoration : underline;
}
a.biglink
{
	font-weight     : 700;
    font-size       : 26px;		
	color           : #B68D11;
	text-decoration : none;
}
a.biglink:hover
{
	text-decoration : underline;
}

a.hirlevlink
{
	font-weight     : 700;
    font-size       : 16px;		
	color           : #7F4996;
	text-decoration : none;
}
a.hirlevlink:hover
{
	text-decoration : underline;
}

.tdborder
{
	border: 1px solid #A67E0C;
}

a.boldlink
{
	font-weight     : 700;
	text-decoration : none;
}
a.boldlink:hover
{
	text-decoration : underline;
}

a.redlink
{
	color:red;
	font-size :16px;
	font-weight     : 700;
	text-decoration : none;
}
a.redlink:hover
{
	text-decoration : underline;
}
