@font-face {
	font-family: Bell;
	src: url(http://mctom.hu/fontok/Bellota-Regular.otf)
}

@font-face {
	font-family: Ita;
	src: url(http://mctom.hu/fontok/Italianno-Regular-OTF.otf)
}


@font-face {
	font-family: LiBio;
	src: url(http://mctom.hu/fontok/LinBiolinum_R.otf)
}





header {
		/*	padding-left: 4px;	border: thin dotted yellow;	*/
	font-family: Ita;
	height: 3em;
	width: 100%;
	background-color: #102f1e; 	 /*	blue; 	  000700	blue	position:fixed	4F2E08 */
	color: white;		/*	#ddffdd;	 EAD6BF; */
	position: fixed;
	
}


/*
nav {
	font-family: Ita;
	padding-bottom: 2em
	padding-left: 15em;
	color: #ddffdd;	/ * EAD6BF; * /
	background-color: #102f1e;	/ * 000700	4F2E08 * /
	width: 100%;
	
}

*/

body {
	padding-left: 12em;
	font-family: LiBio;
	color: #ddffdd;	/* EAD6BF;		padding-top: 6px;	border: thin dotted;	margin-top: 8em;	*/
	background-color: #102f1e;	/* 4F2E08 */
	
}



section {
	
	padding-left: 6px;
	
	padding-right: 2em;
	font-family: LiBio;
	color: #ddffdd;	/* EAD6BF;	padding-top: 6em;	*/
	background-color: #102f1e;
	
	
	/* 	position: relative;	position: absolute;	margin-top: 1em;	
		position: fixed;	border: thin dotted red;	height: 50%;	4F2E08 */
}




address {
	font-family: Ita;
	margin-top: 1em;
	padding-top: 1em;
	/*		*/
	/*	border-bottom: thin dotted	*/
}



/*	fenti vízszintes gombsor	*/
nav {
	font-family: LiBio;
	color: #ddffdd;
	background-color: #102f1e;
	/*	padding-left: 1em;	padding-top: 1em;		margin-top: 12em;	fenti vízszintes gombsor felső margó	*/
	padding-bottom: 0.5em;
	position: fixed;
	width: 100%;
}

h1 {
	font-family: Bell;
	text-align: center;
	font-weight: bold;
}



h2, h3 {
	font-family: Ita;
	text-align: left
}



address.a {
	font-family: LiBio;
	margin-top: 1em;
	padding-top: 1em;
	/*		*/
	/*	border-bottom: thin dotted	*/
}



ul.navbar {
	list-style-type: none;
	padding: 0;
	margin: 0;
	position: fixed;	/* absolute; */
	top: 1em;
	left: 1em;
	width: 8em
}



th, td {
    padding: 7px;
}



ul.navbar a {
	text-decoration: none;
	text-align: center;
	color: #102f1e; /* 4b6f5e#4b6f5e; */
	font-family: Bell
}

ul.navbar a:hover {
	text-decoration: bold;
	text-align: center;
	color: #5e8b76;
	font-family: Bell
}


ul.navbar li {
	background: #ddffdd;		/*EAD6BF;bcc6ca */
	margin: 0.5em 0;
	padding: 1em;	/* megadja a gombok méretét */
	text-align: center;
	font-style: bold;
	border-right: 0.2em solid gray;	/* #CCAA88; */
	border-left: 0.2em solid white;	/* #FFEECC; */
	border-top: 0.2em solid white;	/* #FFEECC; */
	border-bottom: 0.2em solid gray;	/* #CCAA88 */
}



ul.navbar li:hover {
	background: #d0f0d0;	/* EAD6BF; */
	margin: 0.5em 0;
	padding: 1em;
	text-align: center;
	font-style: LiBio;
	border-right: 0.2em solid white;	/* #FFEECC; */
	border-left: 0.2em solid gray;	/* #CCAA88; */
	border-top: 0.2em solid gray;	/* #CCAA88; */
	border-bottom: 0.2em solid white;	/* #FFEECC; */
}



a:link {
    color: #5e8b76;
    text-decoration: underline;
    color: white;
}



a:visited {
	color: powderblue;	/*  #66ccff;	yellow dark navy */
}



a:hover, a:focus {
	font-family: LiBio;
	font-style: bold;
	color: white;
	cursor: pointer
}


 