body {
	background-color: #DEB870;
}

.oldal {
	width: 80%;
    margin-left: auto;
    margin-right: auto;
	padding: 10px;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	overflow: auto;
}

.menu {
	background-color: #241A06;
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
	text-align: center;
	margin-bottom: 40px;
	padding: 2px;
}

a.menulink:link, a.menulink:visited {
	//color: #8B4513;
	color: #8D661B;
}

a.menulink:hover {
	//color: #A0522D;
	color: #FFEECD;
	text-decoration: none;
}

.menulink {
	margin-left: 5px;
	margin-right: 5px;
}

a.alklink:link, a.alklink:visited {
	color: #000000;
}

a.alklink:hover {
	color: #808080;
	text-decoration: none;
}

textarea {
	width: 140px;
	min-height: 50px;
	//resize: vertical;
}

th[scope="row"] {
	text-align: right;
}

ul {
	padding-left: 20px;
}

li {
	list-style-type: square;
}

.important_text {
	font-weight: bold;
	color: red;
}

table.valtozosoros tr:nth-child(odd) {
	background-color: #DEB870;
}

table.valtozosoros tr:nth-child(even) {
	background-color: #AEBA30;
}