#contentBox {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
	padding: 5px;
}

.typeTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #E45E2C;
	height: 12px;
}


.menuCat {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	height: 20px;
}

.pageTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
}

.mainText {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	color: #000000;
}


a:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}
a:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}

a.menuitem:link {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuitem:visited {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
}
a.menuitem:hover {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
}


#dropmenudiv{
position:absolute;
border:2px solid orange;
font:normal 12px Arial;
line-height:20px;
z-index:500;
background-color: #5EAEAD;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: orange;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}


/* Menücellák */
tr.akcio {
	background-color: #CC3300;
}

tr.menuCat {
	background-color: #397170;
}

tr.menuOver {
	background-color: #CC3300;
}

tr.menuOff {
	background-color: #5EAEAD;
}
/* Form stílusok */

.formNorm {
	font-family: Verdana;
	background-color: #DDDDDD;
	border: 1px solid;
	font-size: 10px;
	color: #143A5C;
}
td.grad {
	background-image: url(images/racs_bg_down.png);
	background-repeat: repeat-x;
	background-position: bottom;
}
.formNorm2 {
	font-family: Verdana;
	background-color: #fff;
	border: 1px solid;
	font-size: 12px;
	color: #000;
}

h1 {
  font-size: 14px;
}

h2  {
  font-size: 12px;
}
