﻿body 
{
	margin: 0px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	font-size: 13px;
	text-decoration: none;
	line-height: 1.3;
	background-color: white; 
	background-image: url(images/background.gif);
	color:#302760;
}

#page{
	margin:2px auto;
	padding:6px 30px 0 26px;
	width:800px;
	background-repeat:no-repeat;
	background-position:top left;
}

.greyCell
{
	background-color: #E1E1E1;
}

.whiteBackground
{
	background-color: #ffffff;
}

.greyBackground
{
	background-color: #8C8C8E;
}

.darkGreyLine
{
	background-color:#646464;
}

TD.bigTitle
{
	font-size: 180%;
	font-weight: normal;
}

.darkGreyCell
{
	background-color: #B4B5AF;
}

.smallBoldGrey
{
	font-size: 80%;
	font-weight: bold;
	color: #303231;
}

.smallGrey
{
	font-size: 80%;
	color: #303231;
}

.grey
{
	color: #848484;
}

.biggerBold
{
	font-size: 120%;
	font-weight: bold;
	color:#ffffff;
}

.bigDarkGreen
{
	font-size: 13px;
	font-weight: bold;
	color: #303231;
}

.headerTitle
{
	font-size:15pt;
	color: #696969;
	font-family: Georgia;
}

.headerOffice
{
	font-size:110%;
	font-weight:bold;
	color: #696969;
}

.headerOfficeText
{
	font-size:85%;
	font-weight:bold;
	color: #696969;
}

/* Sima linkek */
a:link, a:visited
{
	font-weight: bold;
	text-decoration: none;
	color: #646464;
}
a:hover 
{
	font-weight: bold;
	text-decoration: none;
	color: #DF2439;
}  
a:active 
{
	font-weight: bold;
	text-decoration: none;
	color: #646464;
}

/* Kis fehér-piros linkek */
.smallRedLink:link, .smallRedLink:visited
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}
.smallRedLink:hover 
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #DF2439;
}  
.smallRedLink:active 
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #ffffff;
}

/* Kis szürke-piros linkek */
.languageLink:link, .languageLink:visited
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #696969;
}
.languageLink:hover 
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #DF2439;
}  
.languageLink:active 
{
	font-size: 80%;
	font-weight: bold;
	text-decoration: none;
	color: #696969;
}

/* BALOLDALI MENU */
.leftMenuLink:link, .leftMenuLink:visited
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #302760;
}
.leftMenuLink:hover 
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #DF2439;
}  
.leftMenuLink:active 
{
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	color: #302760;
}

/* BELÉPÉS MENU */
.enterLink:link, .enterLink:visited
{
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #302760;
}
.enterLink:hover 
{
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #DF2439;
}  
.enterLink:active 
{
	font-size: 30px;
	font-weight: bold;
	text-decoration: none;
	color: #302760;
}

