body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: #F9EBD1;
}
.simaszoveg {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color : black;
}
a:link {
	color: #e55a5a;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #e55a5a;
}
a:hover {
	text-decoration: none;
	color: #e55a5a;
}
a:active {
	text-decoration: underline;
	color: #e55a5a;
}
.indentmenu{
font: bold 16px Arial;
height: 40px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
height: 40px;
width: 100%; /*width of menu*/
border: 1px solid #857768; /*dark purple border*/
border-width: 0px 0;
background: black url(images/menuoff.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #181818; /*text color*/
padding: 10px 15px;
text-decoration: none;
border-right: 1px solid #857768;
border-left: 1px solid #857768;
}

.indentmenu ul li a:visited{
color: #181818;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 10px; /*shift text down 1px for selected and active item*/
padding-bottom: 10px; /*shift text down 1px for selected and active item*/
background: black url(images/menuon.jpg) center center repeat-x;
}
body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
.style1 {
	font-size: 18px;
	color: #881A01;
	font-weight: bold;
}
.style2 {
	font-size: 14px;
	color: #881A01;
	font-weight: bold;
}
.style3 {
	font-size: 10px;
	color: #881A01;
	font-weight: bold;
}