/* Start of CMSMS style sheet 'Accessibility and cross-browser tools' */
/* accessibility */

/* 
menu links accesskeys 
*/
span.accesskey {
   text-decoration:none;
}

/* 
accessibility divs are hidden by default 
text, screenreaders and such will show these 
*/
.accessibility, hr {
   position: absolute;
   top: -999em;
   left: -999em;
}

/* 
definition tags are also hidden 
these are also used for menu links    
*/
dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
/* end accessibility */


/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
  position: absolute;
  left: -5000px;
  width: 4000px;
}

/* make some room for the image */
a.external {
/* css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
  padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
  color: #18507C;
/* background image for the link to show wiki style arrow */
  background: url(images/cms/external.gif) no-repeat 100% 0;
}
a.external:visited {
  color: #18507C; /* a different color can be used for visited external links */

/* 
Set the last 0 to -100px to use that part of the external.gif image for different color for active links 
external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.
*/
  background: url(images/cms/external.gif) no-repeat 100% 0; 
}

a.external:hover {
  color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
  background: url(images/cms/external.gif) no-repeat 100% 0; 
  background-color: #C3D4DF;
}
/* end wiki style external links */


/* clearing */
/* 
clearfix is a hack for divs that hold floated elements. it will force the holding div to span all the way down to last floated item.
We strongly recommend against using this as it is a hack and might not render correctly but it is included here for convenience.
Do not edit if you dont know what you are doing
*/
	.clearfix:after {
		content: "."; 
		display: block; 
		height: 0; 
		clear: both; 
		visibility: hidden;
	}
	* html>body .clearfix {
		display: inline-block; 
		width: 100%;
	}
	
	* html .clearfix {
		/* Hides from IE-mac \*/
		height: 1%;
		/* End hide from IE-mac */
	}

/* end clearing */
/* End of 'Accessibility and cross-browser tools' */

/* Start of CMSMS style sheet 'Module: News' */
div#news {
  margin: 2em 0 1em 1em;  /* margin for the entire div surrounding the news list */
  border: 1px solid #000; 
  background: #FFE9AF; 
}

div#news h2 {
   line-height: 2em;
   background: #fff;
}

h2 {
   line-height: 1em;
}

.NewsSummary {
    padding-top: 0.6em;
    text-decoration: none;
}

.NewsSummaryPostdate {
  font-size: 100%;
  font-weight: normal;
  padding-top: 0.4em;
}

.NewsSummaryLink {
    font-weight: bold;
    font-size: 14px;
    padding-top: 0.2em;
}

.NewsSummaryCategory {
  font-style: italic;
  margin: 5px 0;
 }

.NewsSummaryAuthor {
  font-style: italic;
  padding-bottom: 0.5em;
}

.NewsSummarySummary, .NewsSummaryContent {
  line-height: 140%;
  text-align: justify;
  padding-top: 0.5em;
}

.NewsSummarySummary img, .NewsSummaryContent img {
  margin: 3px 7px 1px 6px;
}

.NewsSummaryMorelink {
  padding-top: 0.5em;
}

.NewsSummaryMorelink2 {
  padding: 0;
}


.TabbedNewsSummary {
    text-decoration: none;
}

.TabbedNewsSummaryLink {
    font-weight: bold;
    font-size: 25px;
    font-family: arial;
    padding-top: 0px;
    padding-bottom: 0.3em;
    line-height: 110%;
    text-align:left;
}

.TabbedNewsSummaryLink a {
    font-weight: bold;
    font-size: 25px;
    font-family: arial;
    padding-top: 0px;
    padding-bottom: 0.3em;
    line-height: 110%;
    text-align:left;
}


.TabbedNewsSummaryPostdate {
  font-size: 90%;
  font-weight: bold;
  padding-top: 0.4em;
}

.TabbedNewsSummarySummary {
    line-height: 150%;
    text-align: justify;
    padding-top: 0.5em;
}

.TabbedNewsSummarySummary img {
  margin: 3px 7px 1px 6px;
}


#NewsPostDetailDate {
  font-size: 90%;
  margin-bottom: 5px;
  font-weight: bold;
}

#NewsPostDetailSummary {
   line-height: 150%;
   text-align: justify;
}

#NewsPostDetailSummary img {
  margin: 3px 7px 1px 6px; 
}


#NewsPostDetailTitle {
    font-weight: bold;
    font-size: 25px;
    font-family: arial;
    padding-top: 0px;
    padding-bottom: 0.3em;
    line-height: 110%;
    text-align:left;
}


#NewsPostDetailCategory {
  font-style: italic;
  border-top: 1px solid #ccc;
  margin-top: 0.5em;
  padding: 0.2em 0;
}

#NewsPostDetailContent {
  margin-bottom: 15px;
  line-height: 150%;
  text-align: justify;
}

#NewsPostDetailContent img {
  margin: 3px 7px 1px 6px; 
}

#NewsPostDetailAuthor {
  padding-bottom: 1.5em;
  font-style: italic;
}


/* to add specific style to the below divs, uncomment them. */

/* 
#NewsPostDetailTitle {}
#NewsPostDetailHorizRule {}
#NewsPostDetailPrintLink {}
#NewsPostDetailReturnLink {}
*/

/* End of 'Module: News' */

/* Start of CMSMS style sheet 'Kispest' */
@charset "utf-8";

* {
margin:0;
padding:0;
}

body {
	font: 100% Tahoma, Arial, Helvetica, sans-serif;
	background: #666666;
	margin: 0;
	padding: 0;
	text-align: center;
	color: #000000;
	background-color: #ffffff;
	background-image: url(uploads/images/design/bg-loop.jpg);
	background-repeat: repeat-x;
}

A:link, A:active, A:visited {
	text-decoration: none;
	font-weight: normal;				 
	color: #0080C0;
}

A:hover {
	text-decoration: none;
	font-weight: normal;
	color: #0080C0;
}

img {
   border: 0;
}

.hh #container {
        width: 1110px;
	margin: 0 auto 0 0;
	text-align: left;
	position: relative;
	background-image: url(uploads/images/design/container-bg.jpg);
	background-repeat: repeat-y;
	background-color: #ffffff;
}

.hh #header {
	width: 1110px;
	height: 120px;
	background:url(uploads/images/design/header.jpg) no-repeat;
}

.hh #mainContent {
	background:url(uploads/images/design/main-ctn-bg.jpg) no-repeat top;
	padding: 0 0 0 15px;
}

.hh #footer {
	background:url(uploads/images/design/footer-bg.jpg) no-repeat;
	height: 82px;
	position: relative;
	margin-top: 11px;
}

.clr {
	clear:both;
}

.hh #leftCol {
	float:left;
	width: 208px;
	padding-top: 19px;
}

.hh #midCol {
	float:left;
	width: 620px;
	padding-top: 19px;
}

.hh #rightCol {
	float: left;
	width: 252px;
	text-align: center;
	padding-top: 19px;
        margin-left: 13px;
}

.hh #left-menu {
	list-style-type: none;
	background: url(uploads/images/design/menu-bg.jpg) no-repeat;
	width: 196px;
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.hh .palyazatok-image {
	width: 600px;
	height: 50px;
	padding-bottom: 0px;
	padding-top: 10px;

}

.hh .ajanlo-image-jobb:hover, .hh .ajanlo-image:hover, .hh .lead-image:hover, {
	border: 1px solid #489adf;
}

.hh .leftCol-hdr {
	background:url(uploads/images/design/leftcol-header.jpg) no-repeat;
	width: 186px;
	height: 22px;
	font: bold 12px Tahoma, Geneva, sans-serif;
	color: #292c8a;
	padding: 4px 0 0 12px;
}

.hh #pollvoteform {
	background:url(uploads/images/design/szavazas-bg.jpg) no-repeat;
	width: 190px;
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
}

.hh #pollvoteform-question {
	background:url(uploads/images/design/dots.gif) no-repeat bottom;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
	padding: 3px 13px 9px 14px;
	font-weight: normal;
}

.hh  #pollvoteform p {
	padding: 2px 0 7px 7px;
	margin: 0px;
	font-weight: normal;
}

.hh  #polloption {
	font-weight: bold;
}

.hh  #pollrecent {
	font-weight: normal;
}

.hh input#vote {
	border: 0px;
	width: 83px;
	height: 23px;
	background-color: #ebf3fd;
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
	margin-top: 5px;
}

.hh  input#peek {
	border: 0px;
	width: 104px;
	height: 23px;
	background-color: #ebf3fd;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #3788cd;
	margin-top: 5px;
}


.hh #esemenynaptar {
	background:url(uploads/images/design/szavazas-bg.jpg) no-repeat;
	width: 190px;
	font:  11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
	padding: 9px 0 0 10px;
	margin-bottom: 10px;
}

.hh #calendar-month {
	width: 166px;
	height: 21px;
	border: 1px solid #aecae9;
	background-color: #c7dfff;
	padding: 1px 1px 0 1px;
}


.hh #cal-month-txt {
	float:left;
	width: 112px;
	background-color: #2a86dd;
	font: normal 11px Tahoma, Geneva, sans-serif;
	color: #FFF;
	height: 17px;
	text-align: center;
	margin: 0 2px 0 2px;
	padding: 3px 0 0 0;
}

.hh #cal-left {
	float:left;
}

.hh #cal-right {
	float:left;
}

.hh .cal-cell {
	width: 18px;
	height: 15px;
	text-align: center;
	background-color: #6cb1f2;
	border: 1px solid #aecae9;
	float: left;
	margin: 1px 2px;
	color: white;
}

.hh .cal-cell-today {
	width: 18px;
	height: 15px;
	text-align: center;
	background-color: #6cb1f2;
	border: 1px solid #aecae9;
	float: left;
	margin: 1px 2px;
	color: white;
	font-weight: bold;
}


.hh .cal-cell-disabled {
	width: 20px;
	height: 17px;
	text-align: center;
	float: left;
	margin: 1px 2px;
}


.hh .cal-cell a {
	text-decoration: none;
	color: white;
}

.hh .cal-cell-today a {
	text-decoration: none;
	color: white;
}



.hh .cal-cell-today:hover, .hh .cal-cell:hover {
	background-color: #2a86dd;
}

.hh #date {
	position:absolute;
	width:136px;
	height:19px;
	z-index:1;
	left: 247px;
	top: 92px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #6a6a6a;
}
.hh #h-menu {
	position:absolute;
	width:575px;
	height:19px;
	z-index:1;
	left: 390px;
	top: 92px;
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
}

.hh #h-menu a {
	text-decoration: none;
	color: #292c8a;
	margin: 0 10px;
}

.hh #h-menu2 {
	position:absolute;
	width:388px;
	height:22px;
	z-index:1;
	top: 31px;
	left: 440px;
	color: #FFF;
	font: 11px Tahoma, Geneva, sans-serif;
}

.hh #h-menu2 a{
	text-decoration:none;
	color: #FFF;
	margin: 0 10px;
}

#searchdiv {
	position:absolute;
	height:22px;
	z-index:1;
	left: 849px;
	top: 27px;
}

.hh #searchdiv input#cntnt01searchinput  {
	border: 1px solid #669ddb;
	background: url(uploads/images/design/search-bg-loop.jpg) repeat-x;
	width: 96px;
	height: 16px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
	padding: 2px 0 0 0;
}

.hh #footer-links {
	position:absolute;
	width:325px;
	height:26px;
	z-index:1;
	left: 515px;
	top: 29px;
	font: 11px Tahoma, Geneva, sans-serif;
	color: #9bc3ee;
}

.hh #footer-links a {
	font: bold 11px Tahoma, Geneva, sans-serif;
	color: #0d0f5d;
	text-decoration:none;
	margin: 0 10px 0 10px;
}

#copyright {
	position:absolute;
	width:286px;
	height:28px;
	z-index:1;
	left: 235px;
	top: 28px;
	font: 10px Tahoma, Geneva, sans-serif;
	color: #0d0f5d;
}

.hh #midlargeicons {
        float: none;
}

.hh #leadbox-bg {
  	width: 620px;
        margin-left: 1px;
	background:url(uploads/images/design/box-loop.gif);
}

.hh #leadbox-hdr {
	width: 620px;
	background:url(uploads/images/design/box-header.gif) top center no-repeat;
}

.hh #leadbox-ftr {
	width: 620px;
	background:url(uploads/images/design/box-footer.gif) bottom center no-repeat;
}

.hh #leadbox-content {
	padding: 5px;
}



#tabs {
	height: 28px;
	/* z-index:2;
	left: 222px; */
	/* position:absolute; */
}

.hh .tab-01-off {
	width: 79px;
	height: 26px;
	background:url(uploads/images/design/tab_01_off.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 1px;
}

.hh .tab-01-off:hover {
	width: 79px;
	height: 26px;
	background:url(uploads/images/design/tab_01_hover.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 1px;
        cursor: hand;
}

.hh .tab-01-on {
	width: 79px;
	height: 26px;
	background:url(uploads/images/design/tab_01_on.jpg) no-repeat;
	text-align: center;
	color:#1f2179;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 1px;
}


.hh .tab-02-off {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_02_off.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-02-off:hover {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_02_hover.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
        cursor: hand;
}

.hh .tab-02-on {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_02_on.jpg) no-repeat;
	text-align: center;
	color:#1f2179;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-03-off {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_03_off.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-03-off:hover {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_03_hover.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
        cursor: hand;
}

.hh .tab-03-on {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_03_on.jpg) no-repeat;
	text-align: center;
	color:#1f2179;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-04-off {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_04_off.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-04-off:hover {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_04_hover.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
        cursor: hand;
}

.hh .tab-04-on {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_04_on.jpg) no-repeat;
	text-align: center;
	color:#1f2179;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-05-off {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_05_off.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-05-off:hover {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_05_hover.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
        cursor: hand;
}

.hh .tab-05-on {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_05_on.jpg) no-repeat;
	text-align: center;
	color:#1f2179;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-06-off {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_06_off.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}

.hh .tab-06-off:hover {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_06_hover.jpg) no-repeat;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
        cursor: hand;
}

.hh .tab-06-on {
	width: 108px;
	height: 26px;
	background:url(uploads/images/design/tab_06_on.jpg) no-repeat;
	text-align: center;
	color:#1f2179;
	font: bold 13px Tahoma, Geneva, sans-serif;
	float:left;
	padding: 5px 0 0 0;
	margin: 0 0px 0 0px;
}


.hh .link-box {
	height: 26px;
	background:url(uploads/images/design/linkbox.jpg) repeat-x;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding: 5px 0 0 0;
	margin: 0 1px 0 1px;
}

.hh .link-box:hover {
	height: 26px;
	background:url(uploads/images/design/linkbox-hover.jpg) repeat-x;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding: 5px 0 0 0;
	margin: 0 1px 0 1px;
        cursor: hand;
}

.hh .lead-title {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #1f2179;
	margin: 5px 20px 20px 8px;
	line-height: 10px;
	padding-bottom:15px;

}

.hh .lead-image {
	border: 2px solid #c8defa;
	padding: 10px 10px 0 0;
}

.hh .lead-image-div {
	margin: 6px 0 10px 8px;
	float:left;
}

.hh .lead-text-div {
	float: right;
	margin: 8px 8px 0 0;
	width: 211px;
	text-align: left;
}

.hh .lead-text-div p{
	margin: 8px 0 0 0;
	font: 11px/17px Tahoma, Geneva, sans-serif;
	color: #1f2179;
	padding: 0 0 7px 4px;
	width: 197px;
	text-align: left;
}

.hh .pure_content {
	margin: 8px 4px 0 0;
	font: 11px/17px Tahoma, Geneva, sans-serif;
	color: #1f2179;
	padding: 0 0 7px 4px;
        text-align: justify;
        text-decoration: none;
        float: none;
}

.hh .pure_content img {
       margin: 3px 7px 1px 6px;
}

.hh .lead-tovabb {
	height: 18px;
	background:url(uploads/images/design/lead-tovabb-bg.gif) repeat-x;
	font: 10px Tahoma, Geneva, sans-serif;
	color: #292c8a;
	padding: 5px 0 0 5px;
	width: auto;
}

.hh .lead-tovabb a {
	color: #292c8a;
	text-decoration: none;
	float: right;
	font-weight: bold;
	margin: 0 8px 0 0;
}

.hh ul#cikkajanlo {
	width: 592px;
	padding: 0;
	list-style-type: none;
	margin: 8px 0 0 9px;
	padding: 2px 0 0 0;
	background: url(uploads/images/design/cikkajanlo-top.jpg) no-repeat;
}

.hh ul#cikkajanlo li{
	height: 22px;
	background:url(uploads/images/design/cikkajanlo-bg-off.jpg) no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #1f2179;
}

.hh ul#cikkajanlo li.cikkajanlo-tovabbi, .hh ul#cikkajanlo li.cikkajanlo-tovabbi:hover{
	height: 22px;
	background:url(uploads/images/design/cikkajanlo-bg-tovabbi.jpg) no-repeat;
	padding-top: 8px;
	padding-left: 22px;
	font: bold 12px Arial, Helvetica, sans-serif;
	color: #FFF;
}

.hh ul#cikkajanlo li.cikkajanlo-tovabbi a{
	color: #FFF;
}

.hh ul#cikkajanlo li:hover{
	background:url(uploads/images/design/cikkajanlo-bg-on.jpg) no-repeat;
	color: #489adf;
	cursor:pointer;
}

.hh ul#cikkajanlo li a{
	color: #1f2179;
	text-decoration: none;
}

.hh #cikkajanlo li .cikkajanlo-date {
	font: normal 12px Arial, Helvetica, sans-serif;
	color: #489adf;
	/* float: right; */
        margin: -2px 5px 0 0;
}

.hh .cikkajanlo-box {
	height: 26px;
	background:url(uploads/images/design/cikkajanlo-bg-tovabbi.jpg) repeat-x;
	text-align: center;
	color:#FFF;
	font: bold 13px Tahoma, Geneva, sans-serif;
	padding: 5px 0 0 0;
	margin: 0 1px 0 1px;
}

.hh .ajanlo-image {
	border: 1px solid #aecae9;
	padding: 1px;
	margin: 13px 13px 0 0;
}

.hh .ajanlo-image-jobb {
	border: 1px solid #aecae9;
	padding: 1px;
	margin: 10px 0 0 0;
}

.article-separator {
        padding-bottom: 0.8em;
	border-bottom: 1px solid #ccc;
}


h1 {
	font: bold 25px Arial, Helvetica, sans-serif;
	color: #1f2179;
	margin: 10px 0px 0px 0px;
	line-height: 10px;
	padding-bottom:15px;

}

#archive {
	width: 50px;
	height: 31px;
	position: absolute;
	z-index: 5;
	top: 130px;
	right: 296px;
	font-size: 0.7em;
	font-weight: bold;
	padding: 28px 15px;
        opacity: .8;
	color: #FFF;
	text-align: center;
	vertical-align: middle;
        background: url(uploads/images/design/archive.png) no-repeat left top;
}

/* IE6 fixes */
* html div#archive {
	top: 130px;
}

.hh .pageselect {
	font: 11px Tahoma, Geneva, sans-serif;
	color: #292c8a;
}
/* End of 'Kispest' */

/* Start of CMSMS style sheet 'Navigation: CSSMenu - Kispest' */
/* Vertical menu for the CMS CSS Menu Module */
/* by Alexander Endresen */


/* The wrapper determines the width of the menu elements */
#menuwrapper {
   width: 196px;
}


/* Unless you know what you do, do not touch this */ 
#primary-nav, #primary-nav ul { 
   list-style: none; 
   margin: 0px; 
   padding: 0px; 
   width: 100%;
   margin-left: -1px;
}

#primary-nav ul { 
   position: absolute; 
   top: 0; 
   left: 100%; 
   display: none; 
}

#primary-nav li { 
   margin-bottom: -1px; 
   position: relative; 
   background-image: url(uploads/images/design/bullet.gif);
   background-repeat: no-repeat;
   background-position: center left; 
   width: 191px;
}


/* Styling the basic apperance of the menu elements */
#primary-nav a { 

   display: block; 
   margin: 0px; 
   padding: 6px 10px;
   padding-left: 15px;
   font-family: Tahoma, Geneva, sans-serif;
   font-size: 12px;
   font-weight: bold;
   color: #292c8a;
   text-decoration: none;
   background: transparent;
   /* background: url(uploads/images/design/menu_element.gif) no-repeat 0.5em center; */
   min-height:1em; /* Fixes IE7 whitespace bug*/ 
}

#primary-nav a:hover{
	color: #489adf;
}

#primary-nav li, #primary-nav li.menuparent { 
   /* background-color: #c4dfff; */
   min-height:1em; /* Fixes IE7 bug*/
}


/* Styling the basic apperance of the active page elements (shows what page in the menu is being displayed) */
#primary-nav li.menuactive {
   /* background-color: #c4dfff; */
}

/* Styling the basic apperance of the menuparents - here styled the same on hover (fixes IE bug) */
#primary-nav li.menuparent, 
#primary-nav li.menuparent:hover, 
#primary-nav li.menuparenth { 
/*   background-image: url(images/cms/arrow.gif);
   background-position: center right; 
   background-repeat: no-repeat; */
}


/* Styling the apperance of menu items on hover */
#primary-nav li:hover, 
#primary-nav li.menuh, 
#primary-nav li.menuparenth, 
#primary-nav li.menuactiveh { 
   background-color: #c4dfff;
   color: #ffffff;
   font-color: #ffffff;
   font-weight: bold;
}


/* The magic - set to work for up to a 3 level menu, but can be increased unlimited */
#primary-nav ul, 
#primary-nav li:hover ul, 
#primary-nav li:hover ul ul, 
#primary-nav li.menuparenth ul, 
#primary-nav li.menuparenth ul ul { 
   display: none; 
}
#primary-nav li:hover ul, 
#primary-nav ul li:hover ul, 
#primary-nav ul ul li:hover ul, 
#primary-nav li.menuparenth ul, 
#primary-nav ul li.menuparenth ul, 
#primary-nav ul ul li.menuparenth ul { 
   display: block; 
}


/* This is will make submenus readable */
#primary-nav ul {
   background-color: #c5dfff;
} 



/* IE Hack, will cause the css to not validate */

#primary-nav li, #primary-nav li.menuparenth { _float: left; _height: 1%; }
#primary-nav li a { _height: 1%; }


/* section header */
#primary-nav li.sectionheader {
   border-left: 1px solid #006699; 
   border-top: 1px solid #006699; 
   font-size: 130%;
   font-weight: bold;
   padding: 1.5em 0 0.8em 0.5em;
   background-color: #fff;
   margin: 0;
   width: 100%;
}


/* separator */
#primary-nav li hr.separator {
   display:block;
   height: 0.5em;
   color: #abb0b6;
   background-color: #abb0b6;
   width: 100%;
   border:0;
   margin:0;
   padding:0;   
   border-top: 1px solid #006699;
   border-right: 1px solid #006699;
}

/* End of 'Navigation: CSSMenu - Kispest' */

