	body{
		font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
		background-color: #9c6;
		margin-top:0px;				
	}

	.bodyText{
		padding-left:10px;
		padding-right:10px;
		border-top:1px solid #000000;
	}

	.bodyText p{
		margin-top:5px;
	}

	.tuntet{
		display:inline;
	}

	.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;
	}

	.szoveg{
		text-align: justify;
		font-size: 1.0em;
	}

	.temacim{
		fotn-weight: bold;
		font-size: 1.1em;
	}

	#lablec{
		text-align: center;
		background-color: #444;
		color: #FFF;
	}

	#helyicim{
		float: right;
		position: relative;
		height: 100px;
		text-align: center;
		vertical-align: center;
		font-size: 1.6em;
		width:780px;
	}

	#helyitart{
		background-color: #fad830;
		position: relative;
		float: right;
		align: right;
		width:780px;
	}

	#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:#00f;
		font-weight:bold;
	}

	#felut a:visited{
		text-decoration:none;
		color:#00f;
		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:#050;
	}

	#helyimenu a:link{
		text-decoration:none;
		color:#050;
		font-size:0.9em;
		font-weight:bold;
	}

	#helyimenu a:visited{
		text-decoration:none;
		color:#050;
		font-size:0.9em;
		font-weight:bold;
	}

	#tartalom{
		background: url('../images/hatter.gif') no-repeat;
		width: 990px;
		min-height: 920px;
		overflow: hidden;
	}

	#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:#000;
	}

	#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 */

		
		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;
	}

	#mainMenu.activeMenuItem a{
		color:#000;
	}

	#mainMenu.activeMenuItem a:hover{
		color:#f00;
	}

	/*
	Style attributes of inactive menu items
	*/

	#mainMenu.inactiveMenuItem{		
		color: #000;	/* 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 */
	}

