/*oldal felépítése*/
#lap {
	width: 680px;
	height: 525px;
	margin:100px auto 10px auto;
	background-image:url(../elemek/index.jpg);
	}

.logo {
	width: 240px;
	height: 92px;
	margin-top: 200px;
	margin-left:230px;
	background-image:url(../elemek/logo.png);
	}

#belepes {
	width: 200px;
	height: 50px;
	margin-top: 0px;
	margin-left:250px;
	}

#megjelenes {
	width: 660px;
	height: 50px;
	margin-top:160px;
	margin-left:-240px;
	text-align:center;
	}
	
	
/*design elemek*/
body {
	background-color: #000000;
	font: 12px "Trebuchet MS",verdana,sans-serif;
	}

h1 {
	font: 16px "Trebuchet MS",verdana,sans-serif;
	font-weight: bold;
	font-style:italic;
	color: #fff;
	}

h2 {
	font: 12px "Trebuchet MS",verdana,sans-serif;
	font-weight: normal;
	color: #fff;
	}
	
a        { color: #fff; text-decoration: none; }
a:hover  { color: #000; }
a:active { font-weight: italic; }
a:focus  { color: #999; }