/*------------------------------BODY------------------------------*/
body {
	text-align: center;
	background-color:#484338;
	background-image:url(htmlBg.jpg);
	background-position:center 0;
	background-repeat:repeat-y;
	margin:0;
	font-family:Arial;
	font-size:12px;
	color:#fff;
}

/*------------------------------TEXT------------------------------*/
A:link    { color:#ff6600; text-decoration:none; font-weight:normal; font-weight:bold;} 
A:visited { color:#ff6600; text-decoration:none; font-weight:bold;} 
A:hover   { color:#fff; text-decoration:underline; font-weight:bold;} 
A:active  { color:#ff6600; font-weight:bold;}


h3 A:link    { color:#ff9b00; text-decoration:none; font-weight:bold;}  
h3 A:visited { color:#ff9b00; text-decoration:none;} 
h3 A:hover   { color:#ff0000; text-decoration:underline;} 
h3 A:active  { color:#ff9b00; }

h1 {
	margin:0;
	padding:0;
	position:absolute;
	margin:30px 0 0 400px;
	border:solid 0px red;
}
h1 a{
	width:100px;
	height:100px;
	display:block;
}
h1 span{
	display:none;
}

h2 {
	color:#fff;
	padding-top:2px;
	font-family: Arial;
	font-size: 12px;
	font-weight:normal;
	letter-spacing:2px;
	margin:-33px 0 0 0px;
	border:solid 0px red;
	position:absolute;
}
h3 {
	color:#ff9b00;
	padding-top:2px;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	letter-spacing:1px;
	margin:0px 0 0 0;
	padding:0;
}
b {
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
	color:#ffa500;
}

.kiemeltSzoveg {
	color:#ffa500;
	font-family: Arial;
	font-size: 12px;
	font-weight:bold;
}




html, body {
	margin: 0;
	padding: 0;
	height: 100%; /* Required */
}
/*a legkülso div*/
#contents {
	border:solid 0px #ff0099;
	background-repeat:repeat-x;
	margin: 0 auto;
	text-align: center;
	position: relative;
	min-height: 100%; /* For Modern Browsers */
	height: auto !important; /* For Modern Browsers */
	height: 100%; /* For IE */
}
#main {
	width:900px;
	border:solid 0px red;
	margin:auto;
}
#main:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #main  {height: 1%;}
/* End hide from IE-mac */

/*------------------------------------HEADER---------------------------------*/
#header {
	width:900px;/* az oldal max szélessége,  footer,header- nél is meg kell adni */
	height:220px;
	border:dotted 0px #444;
	text-align:left;
}
#headerFlash {
}

/*------------------MENU-----------------*/

/*--------IKONOK--------*/
/*---ikon1Btn---*/
#ikonBtn {
	position:absolute;
	margin:20px 0 0 365px;
}
#ikonBtn a { 
	width:30px;
	height:15px;
	display:block;
	background-image:url(ikonBtn.png);
}
#ikonBtn a span {
	display:none;
}
#ikonBtn a:hover {
	background-position:0 -15px;
}
/*------------------------------------CENTER CONTENT---------------------------------*/
#centerContent {
	border:solid 0px #ff0099;
	width:850px;
	text-align:justify;
	float:left;
	padding:0 25px 30px 25px;
	min-height:500px;
}
#centerContent:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
/* Hides from IE-mac \*/
* html #centerContent  {height:500px;}
/* End hide from IE-mac */

#tartalom {
	width:700px;
	border:solid 0px red;
	margin:0px 0 0 75px;
}
.debug {
 color:#4e4739;
}

/*------------------------------------FOOTER---------------------------------*/
#footer {
	width:900px;/* az oldal max szélessége,  footer nél is meg kell adni */
	border:solid 0px red;
	/*background-image:url(footerBg.jpg);
	background-repeat:no-repeat;
	background-position:center bottom;*/
	text-align:left;
	color:#fff;
	height:100px;
	margin:auto;
}
*html #footer {
	
}
#footer ul {
	position:absolute;
	margin:1px 0 0 240px;
	padding:0;
	display:none;
}
#footer li {
	display:inline;
	margin:0;
}
#footer li a{
	color:#222;
	padding:4px 3px 4px 3px;
	line-height:20px;
	font-size:10px;
	margin-left:10px;
}
#footer li a:hover{
	color:#0a0907;
	background-color:#ff0000;
	text-decoration:none;
	border-top:solid 1px #fff;
}
.copyright {
	color:#222;
	font-size:10px;
	position:absolute;
	margin:80px 0 0 380px;
}
.designed {
	color:#222;
	font-size:10px;
	position:absolute;
	margin:80px 0 0 770px;
}
.designed a{
	font-weight:bold;
	color:#fff;
}
.designed a:hover{
	color:#ff0000;
}
#noveny {
	position:absolute; 
	border:solid 0px red; 
	margin:-320px 0 0 0; 
}
*html #noveny{
	margin:-160px 0 0 -900px;
}

