﻿body { 
	background-image: url(../pics/design/bg.jpg); 
	background-repeat: no-repeat;
	background-position: center 0%; 
	background-color: #FFF;
	margin: 0 0 0 0;
	
	font: normal 24px Arial,Tahoma,Verdana,sans-serif;
	font-weight: normal;
	color: #4d4d4d;
}

/* Default linkdekoracio */

A:link  {
	color: #4d4d4d;
	font-style: normal;
	text-decoration: none;
}

A:visited  { 
	color: #4d4d4d; 
	font-style: normal; 
	text-decoration: none
}

A:active  {
	color: #000000;
	font-weight: bold;
	text-decoration: none;
}

A:hover  {
	color: #000000;
	text-decoration: underline;
}

A img {
	border: 0px;
}



/*A fő div, amibe a tartalom kerül*/
#adat{	
	width: 960px;
	height: 720px;
	
	margin: 0 auto 0 auto;
	text-align: center;
/* 	padding-top: 141px; 
	*/padding-top: 141px;/*
 	top right bottom left */
	/*background-image: url(../pics/design/kozep.jpg);
	background-repeat: repeat-y;*/
	
}


