html {
	margin: 20px;
	padding-left: 10px;
	background-color: #C60C46;
}

body {
	margin: 0;
	padding: 0;
	font-family: Verdana, Helvetica, sans-serif;
	font-size: 13px;
	color:#ffffff;
}
a {
	color:#f9f1a9;
}
a:hover {
	color: white;
}
#menu {
	position: absolute;
	left: 30px;
	z-index: 1;
	width: 200px;
	padding: 40px 20px;
}

#menu ul {
	list-style: none;
	padding: 5px;
	margin: 0px 10px;
}

#menu li {
	padding: 5px;
	margin: 10px 5px;
	border: 2px solid #f9f1a9;
	text-align: left;
	color: black;
}

#menu a {
	color: #f9f1a9;
	text-decoration: none;
}

#menu a:hover {
	color: white;
	text-decoration: none;
}
#keret {
	position: absolute;
	top: 40px;
	left: 40px;
	right: 40px;
	height: 600px;
	border-style:groove; 
	border-color: #f9f1a9; 
	border-width: 5px;

}

#icons {
	position: absolute;
	top: 613px;
	left: 50px;
	width: 180px;
	height: 50px;
	padding: 10px;
}

#icons a {
	text-decoration: none;
}

#jeromos {
	position: absolute;
	right: 20px;
	z-index: -1;
}

#content {
	position:absolute;
	left:250px;
	left:250px;
	right:170px;
	top:55px;
	height: 580px;
	overflow:auto;
}

p {
	line-height: 14px;
	text-align: justify;
	padding-bottom: 5px;
}

p.index {
	text-align: right;
	font-size: 15px;
	line-height: 20px;
	padding-bottom: 10px;
}

p.kisbetu {
	font-size: 11px;
	line-height: 13px;
	padding-bottom: 0px;
}

h2{

}

.pwettytable td {
	font-size: 85%;
	border: 1px dotted #f9f1a9;
	padding: 2px;
}

td {
	font-size: 85%;
}
.pwettytable {
	cellpadding: 1px;
	border: 1px solid #f9f1a9;
	border-collapse: collapse;
}
