body{
	font-family: Arial,sans-serif;
	color: #313f78;
	line-height: 1.166;	
	margin: 0px;
	padding: 0px;
	background: #ccc;
/* 	background-image: url("/images/blue_background.gif");
	background-repeat: repeat-y;
	background-position: top right; */
}

a:link, a:visited, a:hover {
	color: #313f78;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}
/* overrides decoration from previous rule for hovered links */

h1, h2, h3, h4, h5, h6 {
	font-family: Arial,sans-serif;
	margin: 0px;
	padding: 0px;
}

h1{
 font-family: Verdana,Arial,sans-serif;
 font-size: 120%;
 color: #fff;
}

h2{
 font-size: 114%;
 color: #006699;
 text-decoration: none;
 text-shadow: 0px 1px 2px #9c9e9d;
}

h3{
 font-size: 100%;
 color: #334d55;
}

h4{
 font-size: 100%;
 font-weight: normal;
 color: #333333;
}

h5{
 font-size: 100%;
 color: #334d55;
}

ul{
 list-style-type: square;
}

ul ul{
 list-style-type: disc;
}

ul ul ul{
 list-style-type: none;
}

label{
 font: bold 100% Arial,sans-serif;
 color: #334d55;
}
				

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#masthead{
	margin: 0;
	padding: 0;
	width: 100%;
	height: 112px;
	background-color: #fff;
	position: fixed;
	top:0;
	z-index: 100;
	background-image: url("/images/background_menu.gif");
	background-repeat: repeat-x;
	background-position: bottom left;
}
	/*filter:alpha(opacity=40);
	opacity: 0.4;
	-moz-opacity:0.4;*/

	/* background-image: url("/images/head_bkr_1.jpg.jpg");
	background-repeat: repeat-y;
	background-position: top right; */



#masthead img{
	padding: 0;
	margin: 0;
}

.logo{
	float: right;
	padding: 0;
}

#home{
	position:absolute;
	float: left;
	padding: 0;
	margin: 53px 0 0 3px;
	z-index: 1000;
}

#masthead h1{
	float: left;
	padding: 0;
	margin: 14px 0 0 5px;
}

#kereses{
position: absolute;
right: 10px;
top: 80px;
white-space: nowrap;
z-index: 1000;
}

#kereses span {
color: #fff;
font-size: 11px;
}

#kereses input[type=text] {

	background: #faf2cd;

	font: normal 12px verdana, arial, sans-serif;

	color: #000;

}

#kereses input[type=submit],
{

	background: #ebf2f7;

	font: bold 12px verdana, arial, sans-serif;

	color: #feffa7;

}

#header{
	margin: 0;
	padding: 0;
	top:0;
	width: 100%;
	height: 50px;
	background-color: #fff;
	position: absolute;
/* background-image: url("/images/head_bkr_1.jpg"); */
	background-repeat: repeat-x;
	background-position: top left;
}

.contenttable{
	position: absolute;
	top: 112px;
	margin: 0;
	float: left;
	padding: 0;
}


#hatter{
	margin: 0;
	padding: 0;
	top: 0;
	background-image: url("/images/elso_oldal_hatter.jpg");
	/*background-repeat: repeat-y;*/
	background-position: top right;
	color:#fff;
	font-size: 80%;
	line-height: 100%;
}

#hatter h2{
	color:#fff;
	font-size: 120%;
}

#hatter img{
	border-color:#fff;
}

#hatter a:link{
	color:#fff;
}

#hatter a:visited{
	color:#fff;
}

#hatter a:hover{
	color:#ffffcc;
}


.yellowleft{
	margin: 0;
	padding: 0;
	background-image: url("/images/box_yellow_left.gif");
	background-repeat: repeat-y;
	background-position: top left;
}

.yellowright{
	margin: 0;
	padding: 0;
	background-image: url("/images/box_yellow_right.gif");
	background-repeat: repeat-y;
	background-position: top right;
}

.nyil_mini{
	margin: 3px 5px 0px 3px;
	padding: 0;
}


#navBar{
	margin: 0 -7px 0 0;
	float:left;
	padding: 0;
	background-color: #ebf2f7;
	display: block;
}

.elsooldalnav{
	color:#000;
	font-size: 80%;
}

.elsooldalnav a:link{
	color:#000;
}

.elsooldalnav a:visited{
	color:#000;
}

.elsooldalnav a:hover{
	color:#000;
}

#content{
  float:right;
	width: 75%;
	margin: 0 20px 0 0;
	position:absolute;
	top:112px;
	right:0px;
}


/***********************************************/
/*Component Divs                               */
/***********************************************/

#siteName{
	margin: 10px 0 0 0px;
	padding: 0px 0px 10px 10px;
}

#siteName h1{
	font-size: 100%;
}

#siteName a:link{
	color:#fff;
}

#siteName a:active{
	color:#fff;
}

#siteName a:visited{
	color:#fff;
}

#siteName a:hover{
	color:#fff;
	text-decoration: none;
}


/*************** #pageName styles **************/

#pageName{
	padding: 10px 0px 10px 10px;
}


/************* #breadCrumb styles *************/

#breadCrumb{
	font-size: 80%;
	padding: 5px 0px 5px 10px;
}


/************** .feature styles ***************/

.feature{
	padding: 0px 10px 10px 10px;
	font-size: 80%;
/* 	min-height:300px; */
}

.feature h3{
	padding: 30px 0px 5px 0px;
	text-align: center;
}

/* .feature img{
	float: left;
	padding: 0px 10px 0px 0px;
	margin: 0 5px 5px 0;
}*/
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.story{
	clear: both;
	padding: 10px 0px 0px 10px;
	font-size: 80%;
}

.story p{
	padding: 0px 0px 10px 0px;
}


/************* #siteInfo styles ***************/

#siteInfo{
/* clear: both; */
/* border: 1px solid #cccccc; */
	font-size: 75%;
	padding: 28px 0px 0px 0px;
	margin: 0;
	background-color: #ccc;
	background-image: url("/images/background_foot.gif");
	background-repeat: repeat-x;
	background-position: top left;
	bottom:0px;
	left:0px;
	width:100%;
}
/* negative top margin pulls siteinfo up so its top border overlaps (and thus lines up with)
	the bottom border of the navBar in cases where they "touch" */

#siteInfo img{
	padding: 4px 4px 4px 0px;
	vertical-align: middle;
}


/************* #search styles ***************/

#search{
	padding: 5px 0px 5px 10px;
	border-bottom: 1px solid #cccccc;
	font-size: 90%;
}

#search form{
 margin: 0px;
 padding: 0px;
}

#search label{
	display: block;
	margin: 0px;
	padding: 0px;
}

/***********************************************/
/* kephelyezesek */
/***********************************************/

.imgRight {
float:right;
margin: 2px 10px 0.9em 0.9em;
position:relative;
border-color:#fff;
}

.imgLeft {
float:left;
margin: 2px 0.9em 0.9em 0;
vertical-align:text-top;
position:relative;
border-color:#fff;
}

.imgCenter {
margin: 1em auto;
text-align:center;
border-color:#fff;
}

.fileicon {
vertical-align: middle;
	}
	
.galeriatumbs
{
	float: left;
	margin: 4px 3px 5px 7px;
	padding: 0;
		/* width: 50px;
	display:block;
 border: solid;
	border-color: #666;
	border-width: 3px; */
}

/*********** #navBar link styles ***********/

#navBar ul a:link, #navBar ul a:visited {display: block;}
#navBar ul {list-style: none; margin: 0; padding: 0;}

/* hack to fix IE/Win's broken rendering of block-level anchors in lists */
#navBar li {border-bottom: 1px solid #eee;}
#navBar img {border:none}

/* fix for browsers that don't need the hack */
html>body #navBar li {border-bottom: none;}


/*********** #sectionLinks styles ***********/

#sectionLinks{
	background-image: url("/images/background_button.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin: 6px 0 0 0;
	padding: 6px 0 0 0;
	font-size: 90%;
	width: auto;
}

#sectionLinks h3 {
	padding: 10px 0px 2px 10px;
}

#sectionLinks a:link{
	padding: 2px 10px 2px 10px;
	border-top: 1px solid #d3b223;
	border-right: 1px solid #d3b223;
	background-color: #f6cd1b;
	background-image: url("/images/background_button.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	voice-family: "\"}\""; 
	voice-family:inherit;
}

#sectionLinks a:visited{
	border-top: 1px solid #d3b223;
	background-color: #f6cd1b;
	background-image: url("/images/background_button.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 2px 10px 2px 10px;
}

#sectionLinks a:hover{
	border-top: 1px solid #d1c590;
	background-color: #ffea91;
	background-image: url("/images/background_button_roll.gif");
	background-repeat: no-repeat;
	background-position: bottom right;
	padding: 2px 10px 2px 10px;
}


/*********** .relatedLinks styles ***********/

#relatedLinks{
	margin: 0;
	padding: 0;
	font-size: 90%;
}

#relatedLinks h3{
	padding: 0px 0px 2px 10px;
}

#relatedLinks ul{
	list-style: square outside url(/images/nyil_mini.gif);
}

#relatedLinks li
{
margin-top:4px;
padding-left:1px;
font-size: 90%;
}


/************** #advert styles **************/

#advert{
	padding: 10px 0px 0px 10px;
	font-size: 80%;
	border-top: 1px solid #cccccc;
}

#advert img{
	display: block;
}


/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 10px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}


/************** #MENU **************/

/* Menu 
----------------------------------------------- */

#topMenu{
	position: absolute;
	left:0;
	margin: 51px 0 0 0;
	height: 65px;
	padding-top:2px;
	padding-left: 30px;
	font-family: Verdana, Arial;
	width:900px;
}

ul#primary-nav,
ul#primary-nav ul {
    width: 130px;
    margin: 0;
    padding: 0;
    background: transparent; /* IE6 Bug */
    font-size: 12px;
    font-weight: bold;
}

ul#primary-nav {
    float: left;
    width: 900px;
    margin-top: 5px;
    /* border: 1px solid #dbd299;*/
}

ul#primary-nav:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}

ul#primary-nav li {
    position: relative;
    list-style: none;
    float: left;
    width: 130px; /* Width of Menu Items */
}

ul#primary-nav li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0;
}

ul#primary-nav li li a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 3px;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    text-align: left;
}

/* Fix IE. Hide from IE Mac \*/
* html ul#primary-nav li { float: left; height: 1%; }
* html ul#primary-nav li a { height: 1%; }
/* End */

ul#primary-nav ul {
    position: absolute;
    display: none;
}

ul#primary-nav ul ul {
    left: 100px;
    top: 0;
}

ul#primary-nav li ul li a { padding: 5px 5px; background: #fff; color: #000; } /* Sub Menu Styles */

ul#primary-nav li:hover ul ul,
ul#primary-nav li:hover ul ul ul,
ul#primary-nav li.over ul ul,
ul#primary-nav li.over ul ul ul { display: none; } /* Hide sub-menus initially */

ul#primary-nav li:hover ul,
ul#primary-nav li li:hover ul,
ul#primary-nav li li li:hover ul,
ul#primary-nav li.over ul,
ul#primary-nav li li.over ul,
ul#primary-nav li li li.over ul { display: block;} /* The magic */

/* ul#primary-nav li.menubar { background: transparent url(images/arrow-down.gif) right center no-repeat; }
ul#primary-nav li li.menubar { background: transparent url(images/arrow-right.gif) right center no-repeat; }*/
 
ul#primary-nav li:hover,
ul#primary-nav li.over { background-color: #c0c0c0 !important; }

ul#primary-nav li a:hover { color: #313e76; }

/* clearfix hack

----------------------------------------------- */



.clearfix:after {

	content: ".";

	display: block;

	height: 0;

	clear: both;

	visibility: hidden;

}



.clearfix {

	display: inline-table;

}



/* Hides from IE-mac \*/



* html .clearfix {

	height: 1%;

}



.clearfix {

	display: block;

}

/*--- Lightbox JS ---*/



#lightbox {

	position: absolute;

	top: 40px;

	left: 0;

	width: 100%;

	z-index: 100;

	text-align: center;

	line-height: 0;

}



#lightbox a img {

	border: none;

}



#outerImageContainer {

	position: relative;

	background-color: #fff;

	width: 250px;

	height: 250px;

	margin: 0 auto;

}



#imageContainer {

	padding: 10px;

}



#loading {

	position: absolute;

	top: 40%;

	left: 0%;

	height: 25%;

	width: 100%;

	text-align: center;

	line-height: 0;

}



#hoverNav {

	position: absolute;

	top: 0;

	left: 0;

	height: 100%;

	width: 100%;

	z-index: 10;

}



#imageContainer>#hoverNav {

	left: 0;

}



#hoverNav a {

	outline: none;

}



#prevLink, #nextLink {

	width: 49%;

	height: 100%;

	background: transparent url(/images/spacer.gif) no-repeat;



/* Trick IE into showing hover */

	display: block;

}



#prevLink {

	left: 0;

	float: left;

	background: url(/images/prevlabel.gif) left 100% no-repeat;

}



#nextLink {

	right: 0;

	float: right;

	background: url(/images/nextlabel.gif) right 100% no-repeat;

}



#prevLink:hover, #prevLink:visited:hover {

	background: url(/images/prevlabel.gif) left 100% no-repeat;

}



#nextLink:hover, #nextLink:visited:hover {

	background: url(/images/nextlabel.gif) right 100% no-repeat;

}



#imageDataContainer {

	font: 10px Verdana, Helvetica, sans-serif;

	background-color: #fff;

	margin: 0 auto;

	line-height: 1.4em;

}



#imageData {

	padding: 0 10px;

}



#imageData #imageDetails {

	width: 70%;

	float: left;

	text-align: left;

}



#imageData #caption {

	font-weight: bold;

}



#imageData #numberDisplay {

	display: block;

	clear: left;

	padding-bottom: 1.0em;

}



#imageData #bottomNavClose {

	width: 66px;

	float: right;

	padding-bottom: 0.7em;

}



#overlay {

	position: absolute;

	top: 0;

	left: 0;

	z-index: 90;

	width: 100%;

	height: 500px;

	background-color: #000;

	filter: alpha(opacity=60);

	-moz-opacity: 0.6;

	opacity: 0.6;

}



