body
{
	color:#333;
	margin:0;
	font-family: Verdana, sans-serif;
	font-size:12px;
	background-color: #5F8FB8;
	background-image: url(../img/bg.gif);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

img {border:0;}

a:link, a:visited, a:active
{ background: inherit; text-decoration: none; color:#555;}

a:hover
{ background: inherit; text-decoration: none; color:#999;}

h1
{
	background:inherit;
	color:#FF8000;
	font-size: 1.6em;
	font-weight:bold;
	letter-spacing: 0.5px;
}

h2
{
	background:inherit;
	color:#005080;
	margin-top:20px;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: -0.75px;
	clear:both;
}
button {
	font-size: 10px;
	color: #FF8000;
	border: 1px solid #FF8000;
}


h3
{
	background:inherit;
	color:#005080;
	border-bottom:#ccc 1px solid;
	padding-bottom:10px;
	margin-top:20px;
	font-size: 1em;
	letter-spacing:.1em;
	clear:both;
}

h4
{
	background:inherit;
	color:#F30;
	margin-top:5px;
	font-size: 1.2em;
	font-weight: 500;
	letter-spacing: -0.75px;
	clear:both;
	line-height: 1em;
}

strong
{
	color:#F30;
	font-weight: bold;
}

ul 
{
	margin-left:30px;
	padding:1px;
	list-style-image: none;
	list-style-type: square;
	list-style-position: outside;
}

ul li
{
	color:inherit;
}

#header
{
	width:900px;
	height:175px;
	margin:auto;
	background-color: #005080;
}

#body
{ width: 900px; margin:20px auto;}

#content
{
	width:720px;
	float:left;
	text-align:justify;
}

#left
{
	width:185px;
	float:left;
	text-align:justify;
	overflow:hidden;
	margin-top: 0;
	margin-right: 10px;
	margin-bottom: 0;
	margin-left: 5px;
}

#right
{
	width:670px;
	float:right;
	margin-right:15px;
	overflow:hidden;
}

/* ie bug fix */
* html body #right
{ width:575px; margin:10px 10px 0 0;}     

#right p
{ line-height:1.5em; word-spacing:2px; text-align:justify;}

#footer
{
	width:883px;
	padding:8px;
	color:#005080;
	text-align:center;
	font-size:9px;
	clear:both;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-color: #ddd;
	background-image: url(../img/footer-bg.jpg);
	background-repeat: repeat-x;
	background-position: top;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #A3BDCC;
}

.left
{
	width:185px;
	float:left;
	text-align:justify;
	overflow:hidden;
	margin-top: 0;
	margin-right: 5px;
	margin-bottom: 0;
	margin-left: 5px;
}


* html body .left
{ margin:0 8px 0 3px;}

.main_content 
{
	width:490px;
	float:right;
	line-height:1.5em;
	overflow:hidden;
	padding-right: 15px;
	padding-left: 15px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #A3BDCC;
	border-left-color: #A3BDCC;
}

/* ie bug fix */
* html body .main_content
{ width:368px; margin-top:10px;}

.main_content p
{ word-spacing:2px; }

.right
{
	width:155px;
	float:right;
	margin-right:8px;
	overflow:hidden;
	padding-left: 5px;
	padding-right: 0px;
}

/* ie bug fix */
* html body .right
{ margin-right:5px;}

.top-left
{
	width:200px;
	height:110px;
	float:left;
	padding-top:10px;
	text-align:center;
	font-size:10px;
	color:#DCE6E7;
	overflow: hidden;
	background-color: #005080;
	padding-bottom: 55px;
}

.top-left p
{
	font-weight:normal;
	font-size:11px;
	color: #C9D8E0;
	font-style: italic;
}

.hrightup
{
	width:700px;
	height:135px;
	color:inherit;
	float:right;
	overflow: hidden;
	background-color: #005080;
	background-image: url(../img/banner-bg-01.jpg);
	background-repeat: no-repeat;
}

.topnav
{
	width:700px;
	float:right;
	text-align:center;
	font-size:8pt;
	font-weight:bold;
}

.topnav a, .topnav a:link, .topnav a:visited, .topnav a:active
{
	width:139px;
	height:25px;
	padding-top:15px;
	float:left;
	text-decoration:none;
	color:#2D86B0;
	display:block;
	background-color: #B9CDD9;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #678CA2;
}
  
.topnav a:hover
{
	width:139px;
	height:24px;
	padding-top:10px;
	color:#005080;
	background-color: #C9D8E0;
	border-bottom-width: 6px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	margin-bottom: 6px;
}

.topnav a.active
{
	width:139px;
	height:24px;
	padding-top:10px;
	color:#005080;
	display:block;
	background-color: #C9D8E0;
	border-right-width: 1px;
	border-bottom-width: 6px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #678CA2;
	border-bottom-color: #FF8000;
}

.toptitle
{
	padding-bottom:3px;
	background:inherit;
	color:#005080;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}

.toptitle2
{
	padding-bottom:3px;
	background:inherit;
	color:#005080;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom-color: #EDEDED;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
}

.betustilus2
{
	
	color:#005080;
	font-size:12px;
	font-weight:bold;
	text-align:left;
	
}

.toptitle3
{
	padding-bottom:3px;
	background:inherit;
	color:#FF3361;
	font-size:14px;
	font-weight:bold;
	text-align:center;
	border-bottom-color: #EDEDED;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	border-top-color: #EDEDED;
	border-right-color: #EDEDED;
	border-left-color: #EDEDED;
}


.
leftright-box
{
	border-bottom:#ccc 1px solid;
	background:inherit;
	color:#005080;
	font-size:8pt;
	font-weight:normal;
	text-align:justify;
	margin-top: 10px;
	margin-right: 3px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 8px;
	padding-left: 5px;
}

.leftright-box p
{
	color:#005080;
	font-size:8pt;
	font-weight:normal;
	margin-top: 6px;
	margin-right: 3px;
	margin-bottom: 6px;
	margin-left: 3px;
	padding-top: 1px;
	padding-right: 3px;
	padding-bottom: 3px;
	padding-left: 3px;
	text-align: left;
}

.leftright-box a, .leftright-box a:link, .leftright-box a:visited, .leftright-box a:active
{
	background:inherit;
	color:#F30;
	font-size:11px;
	font-weight:normal;
	text-align:left;
}

.leftright-box a:hover
{
	background:inherit;
	color:#F30;
	font-size:11px;
	text-align:left;
	text-decoration: underline;
}

/*.img
{
	border-bottom:#ccc 1px solid;
	font-size:10px;
	text-align:center;
	margin-top: 10px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
*/

.spacer
{ height:2px; clear: both;}

/* login */

.box-login
{
	font-family: arial,verdana,helvetica,sans-serif;
	font-size: 11px;
	padding-top: 2px;
	padding-right: 2px;
	padding-bottom: 4px;
	padding-left: 0px;
	width: 150px;
	margin-right: 2px;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-left: 0px;
}

.box-login a
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	color: #005080;
	font-weight: 600;
	display: block;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
	margin-left: 5px;
	margin-right: 5px;
	margin-top: 5px;
	padding-top: 2px;
	padding-bottom: 2px;
}

.box-login a:hover
{
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FF8000;
	color: #FF8000;
}

.input-login 
{
	font-family: verdana, arial, helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
	text-decoration: none;
	margin-top: 3px;
	margin-right: 1px;
	margin-left: 1px;
	line-height: 16px;
	width: 98%;
	padding: 1px;
}



/* ========================== Táblázat ====================== */
.tablazat {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #000000;
	border: 1px solid #0099CC;
	text-align: center;
}

.tablazat-fej {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005080;
	background-color: #B9CDD9;
	padding: 3px;
	padding: 4px;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #0099CC;
	border-bottom-width: 3px;
	border-bottom-style: double;
	border-bottom-color: #0099CC;
	vertical-align: top;
}

.tablazat-sor1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

.tablazat-sor1a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
}

.tablazat-sor2a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}


.tablazat-oszlop-1 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #E6EEF2;
}

.tablazat-oszlop-1s2 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #666666;
	text-align: center;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-color: #CCCCCC;
	border-left-color: #CCCCCC;
	padding-top: 3px;
	padding-right: 2px;
	padding-bottom: 3px;
	padding-left: 2px;
	background-color: #F5F5F5;
}

a.tablazat-link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: normal;
	color: #3279C9;
	text-decoration: none;
	line-height: 16px;
}

a.tablazat-link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}

a.link {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	color: #3279C9;
	text-decoration: none;
	line-height: 16px;
}

a.link:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #0066FF;
	text-decoration: underline;
}
.fehervastagnagy {
	font-size: 36px;
	color: #FFFFFF;
	text-align: center;
}
.fehervastagkicsi{
	color: #FFFFFF;
	font-size: 12px;
	font-weight: bold;
}
.sargavastag{
	color: #FFFFFF;
	font-size: 16px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.nagyszalag {
	width: 781px;
	color: #CCCCFF;
	background-color: #1B51B5;
	height: 90px;
	background-image: url(../web/images/Achtergrond2a.jpg);
	
}
.sz_felhokarcolo {
	width: 160px;
	color: #CCCCFF;
	height: 600px;	
	
}
.hivatkozogombok1 {
	width: 120px;
	color: #CCCCFF;
	height: 240px;	
	
}
.hivatkozogombok2 {
	width: 120px;
	color: #CCCCFF;
	height: 60px;		
}


.betustilus1{
	color: #FF8000;
	font-size: 24px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
.gomb11 {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	font-weight: normal;
	color: #000064;
	text-decoration: underline;
	border: none;
	text-align: center;
	vertical-align: middle;
	width: 110px;
	background-color: #FFFFFF;
}
.gomb8 {
	font-family: "Times New Roman", Times, serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	width: 70px;
	font-weight: bold;
	background-color: #D36363;
}
.gomb1{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	color: #005080;
	text-align: center;
	text-decoration: none;
	background-color: #E6EEF2;
	width: 110px;
	border: 1px solid #FF8000;
}

