/* CSS Document */

img {
   behavior: url("pngbehavior.htc");
}

#tdContent {
  background-image:url(../img/bodybg4.gif);
}

#tdContent2 {
  background-image:url(../img/bodybg4.gif);
}

.footer {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:11px;
}

.title {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  font-style:italic;
  font-weight:bold;
}

.content {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  /*font-style:italic;*/
}

.contentKisebb {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  /*font-style:italic;*/
}

.contentBold {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  font-style:italic;
  font-weight:bold;  
}

.contentCenter {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:13px;
  text-align:center;
}

.contentBoldCenter {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:14px;
  font-style:italic;
  font-weight:bold;
  text-align:center;
}

.contentBoldCenterBig {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:16px;
  font-style:italic;
  font-weight:bold;
  text-align:center;
}

.contentBig {
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:20px;
  font-style:italic;
}

body {
	/*background-color: #B9FFFF;*/
	background-image:url(../img/pagebg4.gif)
}

table.tblMain {
  border:1px #000000 solid;
  background-color:#00D5D5;
}

table.tblContent {
  /*background-color:#00D5D5;*/
  padding: 5px;
  margin: 15px;
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  text-align:justify;
}

table.tblContent2 {
  /*background-color:#00D5D5;*/
  padding: 5px;
  margin: 15px;
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:12px;
  text-align:justify;
}


table.tblOrig {
  padding: 3px;
  margin: 15px;
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  text-align:justify;
  border:1px solid #000000;
}

table.tblArlista {
  /*padding: 3px;*/
  margin: 15px;
  font-family:"Century Gothic", Georgia, "Times New Roman", Times, serif;
  font-size:11px;
  text-align:justify;
  border:2px solid #000000;
}

table.tblArlista td {
  border:1px solid #000000;
  padding: 2px;
}

table.tblPhotoAlbum{
  padding: 5px;
  margin: 15px;
}

table.tblPhotoAlbum img {
  /*border: 1px solid black;*/
}

table.tblContent img {
  /*border: 1px solid black;*/
}

#button {
	width: 8em;
	border-right: 1px solid;
	border-left: 1px solid;
	padding: 0 0 1em 0;
	margin-bottom: 1em;
	font-family: "Century Gothic", 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:11px;
	background-color: #007777; /*alsó határoló*/
	/*color: #333;*/
	}
	
	html>body #button {
		width: 10em;
		}	
	
	#button ul {
		list-style: none;
		margin: 0;
		padding: 0;
		border: none;
		}
		
	#button li {
		border-bottom: 1px solid #007777; /*alsó*/
		margin: 0;
		}
		
	#button li a {
		display: block;
		padding: 5px 5px 5px 0.5em;
		border-left: 1px solid #FDF5E6;  /*bal oldalsó*/
		border-right: 1px solid #FDF5E6;  /*jobb oldalsó*/
		background-color: #20B2AA; /*menüszín*/
		color: #000000;
		text-decoration: none;
		width: 100%;
		}

	html>body #button li a {
		width: auto;
		}

	#button li a:hover {
		border-left: 1px solid #FFDAB9; /*bal oldalsó föléhúzott*/
		border-right: 1px solid #FFDAB9; /*jobb oldalsó föléhúzott*/
		background-color: #007777; /*föléhúzott menüszín*/
		color: #fff;
		}
		
.menu {
  /*float:left;*/
  display:table;           
  padding:0;
  margin:0;
  font-family: "Century Gothic", arial, helvetica, sans-serif;
  font-size:12px;
  white-space:nowrap;
  list-style-type:none;
  /*border:1px solid #f00;*/
  }
/** html .menu {
  display:inline-block;
  width:1px;
  padding:0 0px;
  }  */
.menu li {
  float:left;
  display:table-cell;
  }
/** html .menu li {
  display:inline;
  }*/
.menu a {
  display:block;
  padding:0em 0em; 
  /*background:#fc6; */
  background:#20B2AA;
  color:#000; 
  text-decoration:none;
  /*border:1px solid #000;*/
  }
/** html .menu a {
  display:inline-block;
  margin:0 0px; 
  }*/
.menu a:hover {
  color:#fff; 
  background:#007777;
  }
  
.menu .activePoint {
  color:#fff; 
  background:#008888;
} 

#button li .activePoint {
  color:#fff; 
  background:#008888;
} 

.tblContent a {
  font-style:italic;
} 
