body {
	background-color: #1B22AE;				/* buza kék */
	color:#FFFFFF;							/* fehér */
	font-family: "Georgia", Times, serif;  
	margin:0; 
	padding:0;
	text-align:center;
	background-image: url(images/diamonds.jpg);
	background-repeat: repeat;
	background-position: center;
}


.oneColFixCtr #container {
	width: 1250px;				/* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	margin: 0 auto;				/* the auto margins (in conjunction with a width) center the page */
	/*text-align: left;*/			/* this overrides the text-align: center on the body element. */
}

.oneColFixCtr #mainContent {
	padding: 0 20px;			/* remember that padding is the space inside the div box and margin is the space outside the div box */
}

#cimszoveg {
	color: #FFFFFF;							/* fehér */
}

table.nagy {
	width:1250px;
	height:900px;
	border:0;
	padding:0;
	border-spacing:0; 
	text-align:center;
	position:center;
	background-image:url(images/background.jpg);
}

table {
	border:1px; 
	padding:0; 
	position:center;
	caption-side:top;
}


td.menu_fent {
	text-align:center; 
	width:90px;
	height:25px;
	background:white;
	color:#040B28;					/*nagyon sötétkék*/
	margin: 0;
    padding: 0;
	cursor:pointer;
	border:1px; 
	border-color: #040B28;			/*nagyon sötétkék*/
	border-style:solid;		
}

td.menu_fent a {
	color:#040B28;						/*nagyon sötétkék*/
    text-decoration: none;
	display:block;
    background: white;					/*fehér*/
}

td.menu_fent a:hover {
	color:#FFFFFF;						/*fehér*/
    text-decoration: bold;
	text-align:center;
    background-color: #040B28;			/*nagyon sötétkék*/
	display: block;
	padding: 0;
}



/* Bal oldali menü: */

table.menu_bal {
	vertical-align:top;
	padding:0; 
	border-spacing:0;
	width:200px;
	height:25px;
	text-align:center;
	font-family:Verdana,sans-serif; 
	font-size:10pt; 
	border-top-width:1px; 
	border-right-width:1px;
	border-bottom-width:0px; 
	border-left-width:1px; 
/*	border-color:#333333;	*/			/*sötét szürke*/ 
	border-style:none;
}

td.menu_bal {
	width:190px;
	border-width:2px; 
	background:#6489FB;					/* nefelejcs kék */
	border-color:#000000;				/* fekete */
	border-style:solid;
	height:25px;

}


table.szoveg_hatter{
	padding:2px;
	border-spacing:2px; 
	width:517px; 
	background:#6489FB;					/* nefelejcs kék */
	color:#332875;						/*nagyon sötétkék*/
	text-align:center; 
	font-family:Verdana,sans-serif; 
	font-size:10pt; 
	border-top-width:1px; 
	border-right-width:1px; 
	border-bottom-width:1px; 
	border-left-width:1px; 
	border-color:#333333;				/*sötét szürke*/ 
}




td.tovabbi_oldalak {
	border-width:1px; 
	border-color:black; 
	border-style:solid;
	padding:0;
	border-spacing:0;
	width:100%;
	background:#6489FB;					/* nefelejcs kék */
}

td.szoveg_hatter {
	width:517px; 
	border-width:1px; 
	border-color:black; 
	border-style:solid; 
	height:25px;
}

table.letoltes {
	padding:0;
	border-spacing:0; 
	width:517px; 
	height:20px;
	text-align:center; 
	font-family:Verdana,sans-serif; 
	font-size:9pt; 
	border:1px;
/*	border-color:#333333;	*/			/*sötét szürke*/ 
	border-style:none;
}

table.letoltes a {
	color:#332875;						/*nagyon sötétkék*/
    text-decoration: bold;
}

table.letoltes a:hover{
      color:#000000;						/*fekete*/
      text-decoration: bold;
}


td.letoltes {
	width:517px;
	height:20px;
	border-width:1px; 
	border-color:black; 
	border-style:solid;
	background:#6489FB;					/* nefelejcs kék */
}



a.type1:link    {color:#00232B; text-decoration:none;}			/* nagyon sötét bordó*/
a.type1:visited {color:#00232B; text-decoration:none;}
a.type1:active  {color:#00232B; text-decoration:none;}
a.type1:hover   {color:#01A6E6; text-decoration:none;}			/* encián kék */

a.type2:link    {color:#FFFFFF; text-decoration:none;}			/* fehér */
a.type2:visited {color:#FFFFFF; text-decoration:none;}
a.type2:active  {color:#FFFFFF; text-decoration:none;}
a.type2:hover   {color:#000000; text-decoration:none;}			/* fekete */

a.type3:link    {color:#000000; text-decoration:none;}			/* fekete */
a.type3:visited {color:#000000; text-decoration:none;}
a.type3:active  {color:#000000; text-decoration:none;}
a.type3:hover   {color:#6489FB; text-decoration:none;}			/* nefelejcs kék */