div.rightSpace
{
	width:150px;
	position: absolute;
	top: 120px;
	right: 0px;
	z-index:2;
	color: #D5D5D5;
	margin: 0 5px 0 5px;
	cursor: pointer;

}
div.rightSpace td {color: #aaaaaa; }
div.rightSpace a {color: #444444; text-decoration:underline;width:150px;}
div.rightSpace a:hover {color: #000000; }

div.centralSpace
{
	position: absolute;
	top: 110px;
	left: 120px;
	color:black;
	margin: 0 10px 0 10px;
	z-index: 1;
}




/*********************  tagy **********************/

body {
	font: 1em Tahoma, Arial, sans-serif;
	padding: 0px;
	margin:0px;
	font-size: 12px;
	background-color: white;
	background-image:url('../img/kolaz.jpg');
	background-position: top right;
	background-repeat: no-repeat;
}
td {
	font-size: 0.8em;
	vertical-align:top;
}



#main_text a
	{ font-weight: bold; 	color: #850205;	}
#main_text a:visited,
#main_text a:active
	{ font-weight: bold; 	color: #850205;	}
#main_text a:hover
	{ color: #AC1114; }
/*********************  ID **********************/




#menu_div {
	position: absolute;
	 top: 110px;
	left: 0px;
	z-index: 2;
	width: 120px;
	height:100%;
}

#menu_div div {
	color: #999999;
	font-weight: bold;
	font-style: normal;
	margin-left: 10px;
	padding-top: 3px;
}


#menu_div hr {
	color: #111111;
}

#menu_div a {
	color: #999999;
	display:block;
	cursor: pointer;
	text-decoration: none;
	padding-top: 3px;
}

#menu_div a:hover {
	text-decoration: none;
	color:  #333333;
}


#topMenu
{
	position: absolute;
	font-weight: bold;
	top: 84px;
	right: 40px;
	z-index: 2;
}
#topMenu a {
	color: #550002;
	cursor: pointer;
	text-decoration: none;
	padding-left:20px;

}

/**********************************************************/
#logo
{
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}

#langFlags
{
	padding-top:84px;
	padding-left: 7px;
	padding-bottom: 5px;
	z-index: 3;
	background-image:url('../img/logoSketch.gif');
	background-position: top left;
	background-repeat: no-repeat;
	width: 263px;


}