body{
	background:#000;
	margin:0px auto;
}
a{
	text-decoration:none;
}
div#main{
	margin:0px auto;
	background: url('../images/index_fejlec_bg.png') repeat-x;
}
div#head{
	height:150px;
	width:500px;
	background: url('../images/index_fejlec.png');
	margin:0px auto;
}
div#foot{
	height:150px;
	background: url('../images/index_lablec_bg.png') repeat-x;
	margin:0px auto;
	text-align:center;
	padding-top:30px;
}
div#foot table{
	border:0px;
	margin:0px auto;
}
div#content{
	margin:0px auto;
	background:#3b3422;
}
div#content table{
	text-align: center;
	margin:0px auto;
	background:#3b3422;
}


/*zászlók*/
div#content div.a_hu{
	background: url('../images/index_magyar_out.png');	
	height:79px;
	width:110px;
	cursor:pointer;
}
div#content div.a_hu:hover{
	background: url('../images/index_magyar_over.png');	
}

div#content div.a_en{
	background: url('../images/index_english_soon.png');
	/*background: url('../images/index_english_out.png');	*/
	height:79px;
	width:81px;
	cursor:pointer;
}
div#content div.a_en:hover{
	/*background: url('../images/index_english_over.png');	*/
}
div#content div.a_de{
	background: url('../images/index_deutsch_bald.png');
	/*background: url('../images/index_deutsch_out.png');	*/	
	height:79px;
	width:111px;
	cursor:pointer;
}
div#content div.a_de:hover{
	/*background: url('../images/index_deutsch_over.png');	*/
}

div.link a,div.link a:visited{
	color:#CCBB88;
	font-weight: bold;
	font-style: italic;
}
div.link a:hover{
	text-decoration:underline;
}
