table {
	border: 1px solid #000;
}
tabel tr {

}
table th {
	padding: 10px;

}
table td {
	padding: 5px 10px;
}
table tbody tr:nth-child(even){
	background: #97c4a9;
}
h1 {
	font-family: arial;
	font-size: 25px;
	text-decoration: underline;
	letter-spacing:-1px

}
/*
betuszin  	#51717c
vilagoskek 	#e0f2f6
sotetkek	#afd3e0
vilagoszold #91c82e
sotetzold	#78a626


*/

{

}

body {
	padding: 0;	
	margin: 0;
	font-family: tahoma,verdana,arial;
	font-size: 12px;
	color: 	#51717C;
	background: #F4F4F4;	
}

div#container {
	width: 440px;
	margin: 0px auto;
		
}

form#reg fieldset {
	padding: 10px;
	width: 400px;
	margin: 0 0 5px 0;
	border: 2px solid #afd3e0;
	background: #e0f2f6;

}

form#reg fieldset legend {
	padding: 5px;
	width: 150px;
	background: #91c82e;
	color: #fff;
	border: 2px solid #78a626;
}

form#reg fieldset ol {
	list-style: none;
}

form#reg fieldset ol li {
	padding: 5px 0;
	clear: both;
}

form#reg label {
	width: 120px;
	float: left;

}

form#reg fieldset em {
	color: red;
}

form#reg input[type="text"],
form#reg input[type="password"]{
	width: 190px;
	border: 2px solid #afd3e0;
	padding: 4px;
	font-family: Courier;

}

select {
	padding: 3px;
	border: 2px solid #afd3e0;
}

form#reg input[type="submit"]{
	background: #91c82e;
	color: #fff;
	border: 2px solid #78a626;
	padding: 5px 10px;
	font-size: 14px;	
}
div#nav a{
display: block; 
width: 150px;
font-size: 11px;
}

ul
{
list-style-type:none;
margin:0;
padding:0;
overflow:hidden;
}
div#nav li
{
	float:left;
}
div#nav a:link,a:visited
{
	display:block;
	width:150px;
	font-weight:bold;
	color:#FFFFFF;
	background-color:#98bf21;
	text-align:center;
	padding: 4px;
	text-decoration:none;
	text-transform:uppercase;
}
div#nav a:hover,a:active
{
background-color:#7A991A;
}
div#nav ul li ul {
	position: relative;
	left:130px;
	top:-23px;
	z-index: 2;
}