﻿.clear{
	clear:both;
}
body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	margin: 0;
	background:url('kek-viz.jpg');
}
a{
	text-decoration:none;
	color:green;
	font-size:18px;
}
#head{
	background-image:url('labda.jpg');
	margin: 0 4em 0 4em;
	color:#ffd700;
	text-align:center;
	font-family:Australian Sunrise;
	min-height:100px;
	border-radius:10px;	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
#head table tr td{
	min-height:100px;
	margin: 2em 4em 2em 4em;
	border-radius:10px;	
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
}
.kozep{
	width:80%;
	background-repeat:no-repeat;
	padding:0;
	margin:0 auto;
}
#menu{
	padding:10px 4em 10px 4em;
}
#menu li{
	float:left;
	width:14.27%;
	background-position:center;
	text-align:center;
	font-weight:bolder;
	background-color:#339966;
	border-radius:20px;	
	-webkit-border-radius:20px;
	-moz-border-radius:20px;
}
#menu ul{
	list-style:none;
	margin:0;
	padding:0;
}
#menu ul li ul{
	display:none;
	list-style:none;
}

#menu ul li:hover ul{
	display:block;
}
#content{
	color:#ffd700;
	background-color:#339966;
	border:0px solid #1E90FF;
	min-height:200px;
	margin: 2em 4em 2em 4em;
	height: 1440px;
}
#footer{
	background-color:black;
}
#footer p{
	font-size:20px;
	color: #ffd700;
	margin: 0;
	text-align:center;
	width:auto;
}
table{
	width:100%;	
}