/* CSS Document */

a {
	color: silver;
	text-decoration: none;
}

a:hover {
	color: white;
	text-decoration: none;
}

address {
	float: right;
	color: gray;

}

body {
	background-color: black;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: silver;
	margin: 5px auto auto;
	border: black;
}

#body2 {
	background-color: #FF9900;
}

.kozepre {
	text-align: center;
	margin: auto;
}

h1 {
	font-size: 25px;
	font-weight: bold;
}

h3 {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
}

h4 {
	font-size: 14px;
	font-weight: normal;
}

#hello {
	text-align: left;
	margin-top: 100px;
}

#almenu {
	height: 445px;
	width: 755px;
	text-align: center;
	margin: auto;
}

#iframe_m {
	width: 150px;
	height: 450px;
	background-color: #FF9900;
	float: left;
	border: none;
	text-align: left;
}

#kiskeret {
	width: 595px;
	height: 401px;
	float: right;
	text-align: left;
	overflow: auto;
}

#nagykeret {
	width: 600px;
	height: 423px;
	float: right;
	overflow: auto;
	text-align: left;
	border: none;
}

#fomenu {
	width: 602px;
	height: 450px;
	background-image: url(../images/menu.jpg);
	background-repeat: no-repeat;
	border: none;
	float: right;
	text-align: right;
}

#indexmenu {
	width: 602px;
	height: 450px;
	border: none;
	float: right;
	text-align: left;
}

#lista {
	width: 605px;
	color: black;
	background-color: gray;
	float: right;
	text-align: left;
}

#kepek {
	margin-right: 10px;
	text-align: left;
	float: left;
	}
	
#kepcim {
	float: right;
	font-weight: bold;
	}
