/*
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     : Verdana, Arial, Helvetica, sans-serif;
	font-size       : 12px;
	width           : 100%;
	height          : 100%;
	position        : absolute;  
}

a
{
	outline: none;
	color: #F02900;
	font-weight:700;
	text-decoration:none;
}
a:hover
{
	text-decoration:underline;
}

a.normallink
{
	text-decoration:none;
	font-weight:400;
}
a.normallink: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.fullscreencontent
{
	display:block;
	position:absolute;
	top:0;
	left:0;
	width:100%;	
	height:100%;
}
 
.pagecaption
{
	font-size       : 18px;
	font-weight     : 700;
	color           : #086C8A;
}

.newscaption
{
	font-size       : 12px;
	font-weight     : 700;
	color           : #CC3333;
}

.loginfield
{
	width:150px;
	border: 1px solid #e0e0e0;
	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-size         : 10px;	
	font-weight     : 700;
	color           : #ff0000;
	text-decoration : none;
}
a.inlink:hover
{
	text-decoration : underline;
}

a.footerlink
{
	font-weight     : 700;
	color           : #096C8B;
	text-decoration : none;
}
a.footerlink:hover
{
	text-decoration : underline;
}

a.wlink
{
	font-weight     : 700;
	color           : #ffffff;
	text-decoration : none;
}
a.wlink:hover
{
	text-decoration : underline;
}

a.graylink
{
	font-weight     : 700;
	color           : #808080;
	text-decoration : none;
}
a.graylink:hover
{
	text-decoration : underline;
}

a.sidelink
{
	font-weight     : 400;
	color           : #086C8A;
	text-decoration : none;
}
a.sidelink:hover
{
	text-decoration : underline;
}

.kep-baloldalon{float:left;padding:1px;margin-right:20px;margin-bottom:10px;}
.kep-jobboldalon{float:right;padding:1px;margin-left:20px;margin-bottom:10px;}
