*{
    box-sizing:border-box;
}

body {
    background-color: #000000;
    color: #FFFFFF;
    font-family: Tahoma, Arial, Verdana;
    font-size: 10pt;
    font-weight:normal;

}


#main{
	width:100%;
	text-align:center;
}

#main td{
	padding:2px 8px;
	height:26px;;
}


#pontszamok td,#pontszamok th,#modulok td,#modulok th
{
	text-align:center;
	width:150px;
	height:26px;
}

div {
	margin:0;
	padding:0;
	text-align:left;
}

p {
	margin-bottom: 10px;
	margin-top: 10px;
}

ul{
	margin-top: 0px;
	margin-bottom: 0px;
}

.piros{
	color:red;
}

.zold{
	color:#9fd007;
}

.vonal{
    margin:0;
    border-bottom: 10px solid #000;
    height:0;
}

.cim{
	margin:0;
	padding:5px;
	border-top: 2px solid #ccc;
	border-bottom: 2px solid #ccc;
	text-align:center;
	background:#000;
	font-size:14pt;
	font-weight:bold;
	text-transform:uppercase;
}

.alcim {
	margin:0px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-decoration: underline;
	margin-left: 0px;
}
.alcim_tabla {
	text-decoration: underline;
	margin-top: 0px;
	margin-bottom: 6px;
	margin-left: 0px;
}


.szoveg{
	font-size:10pt;
}

.kicsi{
font-size:8pt;
}

a{
    font-family: Tahoma, Arial, Verdana;
    font-size: 10pt;
    font-weight:normal;
	color: #9fd007;	
	text-decoration:underline;
}


.menu {
	color: #000000;
    background-color:#9Fd007;
	border: 1px solid #dddddd;
	padding: 5px;
	width: 25%;
	height:28px;
	margin-left:-5px;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	display:inline-block;
	font-weight:bold;
	transition:background 1s;
}

#egy{margin-left:1px;}

#men{
    top:0;position:fixed;
    left:50%;
    width:754px;
    margin-left:-372px;
	border-bottom: 10px solid #000;
	border-top: 10px solid #000;
}

#content{
    position:absolute;
    margin-top:95px;
    left:50%;
    width:750px;
    margin-left:-372px;
	z-index:-1;
}
.menu:hover {
  background:#f0b057;
}


table {
	border: 1px solid #666666;
	margin-left:auto;
	margin-right:auto;
}

td {
	border: 1px solid #666666;
	/*background-color: #484848;*/
	background-color: white;
	height:28px;
	text-align:center;
	font-weight:normal;
}

.nincs{
  border:none;
	background:none;	
/*	background-color: #484848;
	height:28px;*/
}

th {
	border: 1px solid #666666;
	/*background-color: #333333;*/
	background-color: #ccc;
	height:28px;
	text-align:center;
	font-weight:bold;
}

.vilagos {
	color: #9fd007;
	background-color: #000000;
	font-weight:bold;
}

input {
	color: #000000;
  background-color:#9Fd007;
	border: 1px solid #dddddd;
	padding-right: 5px;
	padding-left: 5px;
	width: 300px;
	height:15px;
	text-transform:capitalize;
}

input:hover {
    background-color:#cFf057;
}

input.gomb {
	color: #dddddd;
	font-weight:bold;
  background-color:#666666;
	border: 1px solid #dddddd;
	width: 430px;
	height:20px;
	text-transform:	none;	
}

input.gomb:hover {
	color:	#ff0000;
    background-color:#666666;	
}

select {
	color: #000000;
    background-color:#9Fd007;
	border: 1px solid #dddddd;
	padding-right: 5px;
	padding-left: 5px;
	width: 300px;
/*	height:15px;*/
}

option {
	color: #000000;
}

.style1 {
	font-size: 24px;
	font-weight: bold;
}
.vilagos2 {

	color: #9fd007;
	background-color: #333333;
	font-weight:bold;
}
