@charset "utf-8";
/* CSS Document */

body {
	background:#000000;
	margin:0px;
	font-family:Garamond, Georgia, "Times New Roman";
	font-size:16px;
	color:#ffffff;
}

a:link, a:visited {
	color:#FFFFFF;
	text-decoration:none;
}

.szinezd:hover {
	color:#006600;
}

td {
	text-align:center;
}

img.oldal {
	margin-bottom:20px;
}

#alapdiv {
  background-color: black;
  height: 500px;
  width: 1000px;
  position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -250px;
	margin-left: -500px;
}

#balmenusor {
	background-color: white;
	height: 415px;
	width: 230px;
	position: absolute;
	left: 0.5%;
}


#tartalom {
	background-color: blue;
	height: 415px;
	width: 720px;
	position: absolute;
	left: 110%;
}


