/***** MŰKÖRÖM TANFOLYAM CSS *****/

/*** TARTALOM
1, Általános
2, Fejléc
3, Oldalsáv
4, Tartalom
5, Lábléc 
***/


/** 1, Általános **/
* { padding: 0; margin: 0; }
body { background: #efdad9; font-family: Arial, sans-serif; font-size: 62.5%; }

#tarto { width: 745px; margin: 0 auto; position: relative; background: #f5829f; }
	
.clearfix { display: inline-table; }
.clearfix:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
html[xmlns] .clearfix { display: block; }
* html .clearfix { height: 1%; }


/** 2, Fejléc **/
#fejlec { width: 745px; height: 169px; margin: 0 auto; }
#fejlec a img { border: 0; }


/** 3, Oldalsáv **/
#oldalsav { width: 199px; float: left; padding-top: 25px;
background: #f5829f url(images/mukorom_menu_felso_bg.jpg) top left no-repeat;	}
	
#fomenu { padding-top: 20px; padding-bottom: 134px;
	background: #530000 url(images/mukorom_menu_bg.jpg) left bottom no-repeat; }
	
#fomenu li { font-size: 1.2em; text-transform: uppercase; list-style: none; margin-left: 15px; line-height: 22px; 	}
	
#fomenu li a { color: #fff; border-left: 3px solid #F5829F; padding-left: 5px;
	text-decoration: none; font-weight: bold; }
	
#fomenu li a:hover { color: #F5829F; border-left: 3px solid #fff; padding-left: 5px; text-decoration: none; font-weight: bold; 	}
	
	
/** 4, Tartalom **/
#tartalom { width: 546px; background: #f5f5f5; float: left; position: relative; 	}
	
#tartalom h1 {
	font-size: 1.8em;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 41px;
}
#tartalom h2 { font-size: 1.4em; margin-left: 20px; margin-bottom: 0; padding-bottom: 0; 	}

#tart {
	
	margin-top: 5px;
	margin-right: 25px;
	margin-bottom: 5px;
	margin-left: 41px;
}

/** 5, Lábléc **/
#lablec { width: 546px; height: 84px; background: url(images/mukorom_lablec_bg.jpg) bottom right no-repeat; margin-top: 25px; 	}
	
#lablec ul { position: absolute; left: 20px; bottom: 10px; }

#lablec ul li { display: inline; list-style: none; padding-right: 5px; padding-left: 5px; 	}
#lablec ul li a { display: inline; font-size: 1.2em; font-weight: bold; color: #530000; text-decoration: none; }
#lablec ul li a:hover { text-decoration: underline; 	}


h2
{font-size: 0.9em;}


h1
{font-size: 3.0em;}

.alt { border-right: 1px solid #530000; 	}

/* űrlap mező és legördülő mező háttere */
select, input {
	border: 1px solid #F5829F;
	color: #530000;
}

/* az űrlap táblázata */ 
	#u_jelentkezes {
	margin-top: 25px;
	margin-right: auto;
	margin-bottom: 25px;
	margin-left: auto;
}
	
/* gomb */
	.u_gomb {
	font-size: 12px;
	color: #F5829F;
	background-color: #FFFFFF;
}

.left_adv {
 text-align: center;
}