body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	text-align: justify;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #31576F;
}

h2, h3, h4, h5, h6 {
	margin: 0;
}

h2 {
	text-transform: uppercase;
	letter-spacing: -1px;
	font-size: 20px;
	font-weight: normal;
	color: #31576F;
	margin-top: 1.0em;
	margin-bottom: 0.5em;
}

h2 em {
	font-weight: bold;
	font-style: normal;
}

h3 {
	height: 25px;
	background: #0077A7 url(images/img3.gif) repeat-x left bottom;
	padding: 7px 0 0 15px;
	font-size: 13px;
	color: #FFFFFF;
}

h3.vastag { 
    height: 43px;
    background: #0077A7 url(images/img3v.gif) repeat-x left bottom;
    padding: 7px 0 0 15px;
    font-size: 13px;
    color: #FFFFFF;
    text-align: left;
}

p, ol, ul {
	line-height: 105%;
}

p.menu {
	text-indent: 0;
	margin: 0;
    text-align: left;
}

ul {
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

a {
	color: #6B6B6B;
}

a:link, 
a:visited {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
	color: #ACBA48;
}

.active {
	text-decoration: none;
    color: #000;
	font-weight:bold;
}

.image {
	float: left;
	margin: 0 20px 0 0;
}

.bg1 {
	padding: 0 20px 20px 20px;
	border-top: 1px solid #FFFFFF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

.bg2 {
	padding: 20px;
	border-top: 1px solid #CBE1EF;
	background: #FFFFFF url(images/img4.gif) repeat-x;
}

/* Header */

#header {
	width: 892px;
	height: 195px;
	margin: 0 auto;
	background-image: url("images/fejlec.jpg");
}

#header * {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	color: #FFFFFF;
}

#header ul {
	float: right;
	margin: 0;
	padding: 162px 0 0 0;
	list-style: none;
}

#header li {
	display: inline;
}

#header a {
	display: block;
	float: left;
	height: 23px;
	margin: 0 0 0 2px;
	padding: 10px 15px 0 15px;
	background: #ABBA47 url(images/img2.gif) repeat-x;
	text-decoration: none;
	font-weight: bold;
}

#header .active
{
	background: #ABBA47 url(images/img2a.gif) repeat-x;
	color: #4169E1;
}

#header a:hover
{
	background: #ABBA47 url(images/img2h.gif) repeat-x;
	color: #ADFF2F;
}

/* Content */

#content {
	width: 892px;
	margin: 0 auto;
}

#colOne {
	float: left;
	width: 200px;
}

#colOne ul {
	padding-left: 0;
	list-style: none none outside;
}

#colOne li {
	padding: 5px 0;
	background: url(images/img6.gif) repeat-x;
}

#colOne li.first {
	background: none;
}

#colTwo {
	float: right;
	width: 672px;
}

p 
{
	margin-bottom: 0.8em;
    line-height: 160%;
    text-indent: 1.5em;
	text-align: justify;
}

.jobb 
{
	margin-bottom: 0.8em;
    line-height: 160%;
    text-indent: 1.5em;
	text-align: right;
}

.kozep 
{
	margin-bottom: 0.8em;
    line-height: 160%;
	text-indent: 0;
    text-align: center;
}

.sorbalra 
{
	margin-bottom: 0.8em;
    line-height: 160%;
	margin-left: 30px;
    text-indent: -20px;
	text-align: justify;
}

/* Galériákban képek */
.image {
	margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style:groove;
    border-width:3px;
    border-color:#6C7424;
    height: auto;
    width: 210px;
    float: left;
    text-align: center;
}	

.imagebal {
	margin-right: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style:groove;
    border-width:1px;
    border-color:#6C7424;
    height: auto;
    width: 210px;
    float: left;
    text-align: center;
}

.imagejobb {
	margin-left: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    border-style:groove;
    border-width:1px;
    border-color:#6C7424;
    height: auto;
    width: 210px;
    float: right;
    text-align: center;
}

img {
    display: inline;
    margin: 3px;
    border: 1px solid #ffffff;
}

a:hover img {border: 1px solid #3F4A3E;}

.desc { /* Képaláírás */
    text-align: center;
    font-weight: normal;
    margin: 3px;
}

/* Galériákban képek VÉGE */

#colThree {
	width: 892px;
}

/* Footer */

#footer {
	clear: both;
	width: 892px;
	margin: 0 auto;
	padding: 20px 0;
	background: url(images/img7.gif) repeat-x
}

#footer p {
	margin: 0;
	text-align: center;
	text-transform: lowercase;
	font-size: 8px;
}

/* Képek megjelenítéséhez */

#lightbox{
	position: absolute;
	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/blank.gif) no-repeat; /* Trick IE into showing hover */
	display: block;
	}
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }


#imageDataContainer{
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	}

#imageData{	padding:0 10px; color: #666; }
#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;
	}
	

/* Min-Width */
.lbWidth { /* most browsers */
	position: absolute;
	top: 0px; left: 0px;
	width: 100%;
	min-width: 790px;
	}

* html .lbContent { /* IE6 */
	margin-left: -790px;
	position:relative;
	}

* html .lbMinWidth { /* IE6 */
	padding-left: 790px;
	}
	
	
/* Clearfix */	
.clearfix:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */ 
