/*------------------------------BODY------------------------------*/
body {
	background-color: #2291d8;
	background-image:url(htmlBg.jpg);
	background-repeat:repeat-y;
	SCROLLBAR-FACE-COLOR: #A6A6A6;
	SCROLLBAR-HIGHLIGHT-COLOR: #A6A6A6;
	SCROLLBAR-SHADOW-COLOR: #A6A6A6;
	SCROLLBAR-3DLIGHT-COLOR: #A6A6A6;
	SCROLLBAR-ARROW-COLOR: #fff;
	SCROLLBAR-TRACK-COLOR: #fff;
	font-family: Arial;
	font-size:12px;
	color:#fff;
}


/*------------------------------TEXT------------------------------*/
A:link    { color:#00FF00; text-decoration:none;} 
A:visited { color:#00FF00; text-decoration:none;} 
A:hover   { color:#0000FF; text-decoration:underline;} 
A:active  { color:#00FF00; }

A.endmenu:link    {color:#757575; text-decoration:none; font-size:11px; font-family: Arial; padding-right:15px;} 
A.endmenu:visited {color:#757575; text-decoration:none; font-size:11px; padding-right:15px;}
A.endmenu:hover   {color:#4BADEA; text-decoration:none; font-size:11px; padding-right:15px;}
A.endmenu:active  {color:#757575; text-decoration:none; font-size:11px; padding-right:15px;}

/*sima szoveg*/
.szoveg {
color:#222222;
font-family: Arial;
font-size: 13px;
}

.aktualis {
color:#ff0000;
padding-top:2px;
font-family: Arial;
font-size: 12px;
font-weight:bold;
letter-spacing:2px;
height:20px;
}

.szovegbold {
color:#484848;
font-family: Arial;
font-size: 12px;
font-weight:bold;
}

.kiemeltszoveg {
color:#52ABFF;
font-family: Arial;
font-size: 12px;
font-weight:bold;
letter-spacing:1px;
}

/*------------------------------KEP KERET------------------------------*/
.fotgal {border:2px; border-thickness: 2px; border-color: #2291d8; border-style: solid;}
A:hover, A:active { border-color: #FF6600; border:2px;}
A:hover .fotgal, A:active .fotgal {border:2px; border-thickness: 2px; border-color: #fff; border-style: solid}
/*------------------------------KEP KERET------------------------------*/


h1 {
	margin:0px 0 0 99px;
}
h1 span {
	display:none;
}
h2 {
	color:#00CC00;
	font-size:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin:0px 0 10px 0;
}
html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}
#contents {
	background-repeat:no-repeat;
	background-image:url(gradient.jpg);
	background-position:900px 0px;
	border:solid 0px red;
	padding:0;
	text-align: left;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
	/*border:solid 2px red;*/
}

/*------------------------------HEADER------------------------------*/
#header {
height:100px;
position:absolute;
}

#main {
}
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
*html #main  {height: 1%;}
/* End hide from IE-mac */



/*------------------------------LEFT CONTENT------------------------------*/
#leftContent {
	padding:0px;
	width:140px;
	text-align:left;
	float:left;
}

/*------------------------------- menu --------------------------------*/
#bmenu {
	margin:100px 0 0 0;
	list-style-type: none;
	padding:0px;
}
#bmenu li {
	margin-bottom:3px;
	width:139px;
}

#bmenu li a {
	display:block;
	background-image:url(menuBtn.gif);
	color:#fff; 
	text-decoration:none;
	font-family: Arial;
	font-size: 11px;
	background-repeat:no-repeat;
	height:25px;
}

#bmenu li span  {
	display:block;
	padding-right:25px;
	padding-top:6px;
	text-align:right;
}

#bmenu li a:hover {
	color:#fff; 
	padding-left:4px;
	background-position:0 -25px;
}

#id {
	position:absolute;
	margin:50px 0 0 58px;
}
/*------------------------------CETNER CONTENT------------------------------*/
#centerContent {
	height:480px;
	width:80%;
	text-align:justify;
	float:left;
	background-image:url(felho.jpg);
	background-repeat:no-repeat;
	padding:100px 0px 0 20px;
	border:solid 0px red;
}
#centerContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
#tartalom {
	width:570px;
	border:solid 0px blue;
}
#tartalom img{
	margin:5px;
	/*border:solid 2px #fff;*/
}
#thumbs {
	/*background-image:url(thumbsBg.jpg);
	background-repeat:no-repeat;*/
	width:530px;
	height:104px;
}
#thumbsTable {
	width:500px;
	height:105px;
}
#thumbsTable img{
	/*border:solid 0px #fff;*/
}
#thumbsTable td{
	text-align:center;
}

/*------------------------------FOOTER------------------------------*/
#footer {
	display:none;
	padding:5px 0 5px 0;
	margin:0 0 0 0;
	width:778px;
	position: absolute;
	bottom: 0 !important;
	bottom: -1px; /* For Certain IE widths */
	text-align:left;
	font-size:11px;
}

a.email {text-decoration: none; color: white;}
a.email hover{text-decoration: none;}
