	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		background-color: #00f; // #920;
		color:#fff;
		margin-top:0px;				
	}

	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;
	}

	.bodyText p{
		margin-top:5px;
	}

	.margo{
		margin-left: 0.5cm;
		margin-right: 0.5cm;
	}

	.datum{
		float : left;
		text-align: left;
		font-weight: bold;
		font-size: 0.9em;
		margin-left:0.2cm;
	}

	.helyszin{
		text-align: right;
		font-size: 0.9em;
		margin-right:0.2cm;
	}

	.dobozcim{
		border: thin solid #555;
		text-align: center;
		font-size: 1.1em;
		padding: 5px 5px 5px 5px;
		margin-left: 0.5cm;
		margin-right: 0.5cm;
	}

	.doboztart{
		margin:0.2cm 0.2cm 0.2cm 0.2cm;
		text-align:justify;
		font-size: 1em;
	}

	.bevezeto{
		text-align: justify;
		font-size: 1.0em;
	}

	.apro{
		text-align: justify;
		font-size: 0.8em;
	}

	ul{
		list-style: disc outide;
		margin-left: 0.8cm;
	}

	ol{
		list-style: decimal outside;
		margin-left: 0.8cm;
	}

	.torzs{
		text-align: justify;
		font-size: 1.0em;
	}

	.rendcim{
		border: medium groove #555;
		text-align: center;
		background-color: #eee;
		font-size: 1.3em;
	}

	.program{
		font-weight: bold;
		text-align: center;
		font-size: 1.1em;
	}

	.balful{
		vertical-align: top;
		text-align: left;
		font-size: 1.0em;
		width: 3.0cm;
		color:#000;
	}

	.szoveg{
		text-align: justify;
		font-size: 1.0em;
		color:#000;
	}

	.temacim{
		fotn-weight: bold;
		font-size: 1.1em;
	}

	#lablec{
		text-align: center;
		background-color: #444;
		color: #FFF;
	}

	#helyicim{
		float: right;
		position: relative;
		height: 80px;
		text-align: center;
		vertical-align: center;
		font-size: 1.6em;
		width:780px;
		color:#000;
	}

	#helyitart{
		background-color: #fff;
		position: relative;
		float: right;
		align: right;
		width:780px;
		color:#000;
	}

	#szin td{
		text-decoration:none;	
		font-size:0.7em;
		font-weight:bold;
	}

	#helyitart p{
		position: relative;
		font-size:0.9em;
	}

	#felut{
		font-size:0.7em;
		margin-top:5px;
		text-decoration:none;
		}

	#felut a{
		text-decoration:none;
		font-weight:bold;
	}

	#felut a:link{
		text-decoration:none;
		color:#ff0;
		font-weight:bold;
	}

	#felut a:visited{
		text-decoration:none;
		color:#ff0;
		font-weight:bold;
	}

	#helyimenu{
		float: left;
		position: relative;
		top: 30px;
		width: 100px;
		text-decoration:none;
		font-size:0.9em;
	}

	#helyimenu a{
		text-decoration:none;
		font-size:0.9em;
		font-weight:bold;
		color:#ff0;
	}

	#helyimenu a:link{
		text-decoration:none;
		color:#ff0;
		font-size:0.9em;
		font-weight:bold;
	}

	#helyimenu a:visited{
		text-decoration:none;
		color:#00f;
		font-size:0.9em;
		font-weight:bold;
	}

	#tartalom{
		background: url('../images/hatter.gif') no-repeat;
		width: 990px;
		min-height: 920px;
		overflow:visible;
	}

	#fejlec {
		width: 700px;
	}

	#logo{
		float: left;
	}

	#iso{
		float: right;
	}

	#cegnev{
		font-family: Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:0.8em;
		font-weight:bold;
		text-align: center;
	}

	#cimadatok{
		font-family: Lucida Sans Unicode, Arial, sans-serif;	/* Fonts of main menu items */
		font-size:0.7em;
		text-align: center;
	}

	#mainMenu{
		/* background-color: #FFF;	 Background color of main menu */
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif; /* Fonts of main menu items */
		height:30px;	/* Height of main menu */
		position:relative;	/* Don't change this position attribute */
		visibility: hidden;
	}
	#mainMenu a{
		text-decoration:none;
		padding-left:17px;	/* Spaces at the left of main menu items */
		padding-right:17px;	/* Spaces at the right of main menu items */
		font-size:0.7em;	
		font-weight:bold;
		/* Don't change these two options */
		position:absolute;
		bottom:-1px;
		line-height:25px;
		color:#fff;
	}

	#submenu{		
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
	/* Font  of sub menu items */
		background-color:#ddd;	/* Background color of sub menu items 
*/
		border-top:1px solid #000000;	/* Bottom border of submenu */
		display: none;
		width: 990px;
		padding-top: 4px;
	}	
	#submenu div{
		white-space:nowrap;	/* Don't change this option */
		
	}
	

	/*
	Style attributes of active menu item 
	*/
	#mainMenu .activeMenuItem{
		/* Border options */

		color: #000;
		background-image:url('../images/tabmenu_left.bmp');
		background-position:bottom left;
		background-repeat:no-repeat;
		cursor:pointer;	/* Cursor like a hand when the user moves the mouse over the menu item */
	}
	#mainMenu .activeMenuItem img{
		position:absolute;
		bottom:0px;
		right:0px;
	}

	/*
	Style attributes of inactive menu items
	*/

	#mainMenu.inactiveMenuItem{		
		color: #fff;	/* Text color */
	/*	cursor:pointer;	Cursor like a hand when the user moves the mouse over the menu item */
	}
	
	#submenu a{	
		text-decoration:none;	
		padding-left:5px;	/* Space at the left of each sub menu item */
		padding-right:5px;	/* Space at the right of each sub menu item */
		color: #000;	/* Text color */
		font-size:0.7em; 
	}
	
	#submenu a:hover{
		color: #FF0000;	/* Red color when the user moves the mouse over sub menu items */
	}

	.box1{
		width: 350px;
	}

	.box2{
		width: 380px;
	}

	.box3{
		width: 450px;
	}

	.box4{
		width: 550px;
	}

	.box5{
		width: 700px;
	}


	.box11top{
		height: 10px;
		font-size:0.1em; 
		background-image:url('../images/box11top.gif');
		background-repeat: no-repeat;
	}

	.box11bot{
		height: 10px;
		font-size:0.1em; 
		background-image:url('../images/box11bot.gif');
		background-repeat: no-repeat;
	}

	.box11content{
		background-color: #CDF;
		border-left: thin solid #468;
		border-right: thin solid #468;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box12top{
		font-size:0.1em; 
		background-image:url('../images/box12top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box12bot{
		font-size:0.1em; 
		background-image:url('../images/box12bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box12content{
		background-color: #DFC;
		border-left: thin solid #6A8;
		border-right: thin solid #6A8;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box13top{
		font-size:0.1em; 
		background-image:url('../images/box13top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box13bot{
		font-size:0.1em; 
		background-image:url('../images/box13bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box13content{
		background-color: #FCD;
		border-left: thin solid #957;
		border-right: thin solid #957;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box21top{
		font-size:0.1em; 
		background-image:url('../images/box21top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box21bot{
		font-size:0.1em; 
		background-image:url('../images/box21bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box21content{
		background-color: #CDF;
		border-left: thin solid #468;
		border-right: thin solid #468;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box22top{
		font-size:0.1em; 
		background-image:url('../images/box22top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box22bot{
		font-size:0.1em; 
		background-image:url('../images/box22bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box22content{
		background-color: #DCF;
		border-left: thin solid #6A8;
		border-right: thin solid #6A8;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box23top{
		font-size:0.1em; 
		background-image:url('../images/box23top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box23bot{
		font-size:0.1em; 
		background-image:url('../images/box23bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box23content{
		background-color: #FCD;
		border-left: thin solid #957;
		border-right: thin solid #957;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box31top{
		font-size:0.1em; 
		background-image:url('../images/box31top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box31bot{
		font-size:0.1em; 
		background-image:url('../images/box31bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box31content{
		background-color: #CDF;
		border-left: thin solid #468;
		border-right: thin solid #468;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box32top{
		font-size:0.1em; 
		background-image:url('../images/box32top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box32bot{
		font-size:0.1em; 
		background-image:url('../images/box32bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box32content{
		background-color: #DCF;
		border-left: thin solid #6A8;
		border-right: thin solid #6A8;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	.box33top{
		font-size:0.1em; 
		background-image:url('../images/box33top.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box33bot{
		font-size:0.1em; 
		background-image:url('../images/box33bot.gif');
		background-repeat: no-repeat;
		height: 10px;
	}

	.box33content{
		background-color: #FCD;
		border-left: thin solid #957;
		border-right: thin solid #957;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
		font-size:0.8em; 
	}

	td{
		color:#000;
	}

	th{
		color:#000;
	}



