table        { 	font-size: 12px; font-family: Tahoma;
 } /*Főszöveg*/

.header      { color: #000055}
.block-title { color: #FFFFFF; font-size: 12px; font-weight:bold }
.pn-logo     { font-size: 18px; font-weight:bold }
.pn-slogan, .pn-title, .pn-pagetitle  { color: #FFFFFF; font-size: 12px}

a:link       { color: #000099; text-decoration: none }
a:active     { color: #000099; text-decoration: none }
a:visited    { color: #000099; text-decoration: none }
a:hover      { color: #000099; text-decoration: underline }

a.mainlevel:link, a.mainlevel:visited {
	/* this styling is for the MAIN items in the menu/ Ez a főmenü */
	color: #444444;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align: left;}
	
a.mainlevel:active {
	/* this styling is for the MAIN items in the menu */
	color: #666666;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	font-weight:bold;
	text-decoration:none;
	text-align: left;}

a.mainlevel:hover {
	/* same as above, but when hovering */
	color: #0000AA;
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-decoration:none;
	text-align: left;}

a.sublevel:link, a.sublevel:visited {
	/* this styling is for menu items that HAS A PARENT */
	font-family: Tahoma;
	color: #666666;
	font-size: 11px;
	text-decoration: none;
	font-weight: normal;
}

a.sublevel:hover {
	/* pffff!.. you know this! */
	color: #0000BB; 
	text-decoration: none;
	}

.side-block  { color: #FFFFFF }
.side-block a:link    { color: #FFFFFF }
.side-block a:active  { color: #FFFFFF }
.side-block a:visited { color: #FFFFFF }
.side-block a:hover   { color: #FF00FF; text-decoration: underline }

table.moduletable {
  margin: 0px 0px 0px 0px;
  width: 100%;
}

table.moduletable th {
	font-family: Tahoma, Arial, Verdana, Helvetica, sans-serif;
	font-size: 12px;
	color: #FFFFC6;
	font-weight: bold; 
	text-align: left;
	height: 14px;
	line-height: 18px;
	white-space: nowrap;
	background-color: #999999;
}

table.moduletable td {
  font-size        : 11px;
  font-weight      : normal;
  padding:	2px;
}

.button {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}

.inputbox {
	font-family: Tahoma, sans-serif;
	font-size: 11px;
}
