html, body {
	height:100%;
	width:100%;
}

body {
	background:#eeeddb;
	font-family:Georgia,Arial,Helvetica,sans-serif;
	font-size:93%;
	color:#414141;
}

a, a:visited {
	color:#eb8703;
	font-weight:normal;
	text-decoration:none;
}

a:hover, a:active {
	text-decoration:underline;
}

h1 {
	color:#251e18;
	font-size:197%;
	font-family:Times New Roman;
	margin-bottom:25px;
}

h1 em {
	font-style:italic;
	color:#ea8500;
}

li {
	list-style-type:square;
	margin-bottom:5px;
}

p {
	margin:10px 10px 10px 0;
	text-align:justify;
}

strong {
	font-weight:bold;
}

ul {
	margin-left:35px;
}

.centered {
	text-align:center;
}

.extra_margin {
	margin-left:20px;
}

.floatleft {
	float:left;
}

.floatright {
	float:right;
}

.gomb_tovabb {
	font-size:93%;
	height:26px;
	background:url(images/gomb_tovabb_bg.gif) repeat-x right bottom #fff;
	border:1px solid #c3c3c3;
	margin-top:10px;
	padding:0 10px;
	line-height:26px;
	vertical-align:middle;
	text-decoration:none ! important;
}

.gomb_tovabb:hover {
	height:26px;
	background:#ededed;
	border:1px solid #7a7a7a;
}

.h_auto {
	height:auto ! important;
}

.jelentkezesi_lap {
	font-size:131%;
	font-weight:bold;
	height:42px;
	background:url(images/gomb_tovabb_bg.gif) repeat-x right bottom #fff;
	border:1px solid #c3c3c3;
	margin:0 0 25px 25px;
	padding:0 15px;
	line-height:42px;
	vertical-align:middle;
	text-decoration:none ! important;
}

.jelentkezesi_lap:hover {
	height:42px;
	background:#ededed;
	border:1px solid #7a7a7a;
	text-decoration:none ! important;
}

.kep_bal {
	margin:0 20px 20px 0;
	padding:2px;
	background:#fff;
	border:1px solid #a7a7a7;
}

.kep_jobb {
	margin:0 0 20px 20px;
	padding:2px;
	background:#fff;
	border:1px solid #a7a7a7;
}

.required {
	color:#dd310f;
	font-size:20px;
	vertical-align:middle;
}

#doc3 {
	margin:auto;
} 

#hd, #bd, #ft {
	text-align:left;
}


/* HEADER */

#hd {
	background:url(images/header_bg.gif) repeat-x right top #eeeddb;
	height:480px;
}

	#header {
		background:url(images/header_logo.gif) no-repeat 20px 12px transparent;
		height:116px;
	}
	
		#header_contact {
			float:right;
			width:188px;
			height:15px;
			margin:48px 30px auto auto;
		}
		
	#nav {
		background:url(images/nav_bg.gif) repeat-x right top #ee8701;
		height:48px;
		text-align:center;
	}
	
	#middle {
		height:316px;
		text-align:center;
		background:url(images/middle_bg.gif) repeat-x right top #aabc32;
	}
	
	
/* CONTENT */

#bd {
	background:#eeeddb;
	text-align:center;
	margin-top:15px;
}

	#bd_content {
		width:960px;
		padding:20px 0;
		margin:0 auto;
		text-align:left;
	}

		.box {
			width:300px;
			min-height:280px;
			margin:0 auto 20px auto;
			border-width:1px;
			border-style:solid;
			background-position:right top;
		}
		
			.box_contents {
				position:relative;
				margin:68px 15px 10px 15px;
				text-align:left;
			}
			
				.box_contents ul {
					margin-left:15px;
				}
				
				.box_contents li {
					line-height:123%;
					margin-bottom:5px;
				}
		
		.box_treningeink {
			background:url(images/content_box_treningeink.gif) no-repeat;
		}
		
		.box_szakertoink {
			background:url(images/content_box_szakertoink.gif) no-repeat;
		}
		
		.box_ujtreningek {
			background:url(images/content_box_ujtreningek.gif) no-repeat;
		}
		
		.box_hirek {
			background:url(images/content_box_hirek.gif) no-repeat;
		}	

		.box_orange {
			background-color:#f1e5cf;
			border-color:#e3ccab;
		}
		
		.box_blue {
			background-color:#dee6d9;
			border-color:#bfd5da;
		}
		
		.box_green {
			background-color:#e7e7cb;
			border-color:#cdd1ae;
		}
		
		.whitebox {
			width:460px;
			min-height:200px;
			margin:15px auto;
			border-width:1px;
			border:1px solid #b6c4ae;
			background:url(images/whitebox_bg.gif) repeat-x right bottom #fff;
		}
		
			.whitebox_contents {
				position:relative;
				margin:7px;
				text-align:left;
				font-size:85%;
			}
			
				.whitebox_contents img {
					width:90px;
					height:90px;
					margin:0 10px 5px 0;
					padding:2px;
					background:#fff;
					border:1px solid #a7a7a7;
				}
				
				.whitebox_contents strong {
					color:#59b0bd;
				}
				
				.whitebox_contents a {
					text-decoration:none;
				}
				
		#kapcsolatform {
			margin:15px 0;
		}
		
			#kapcsolatform tr td {
				padding:5px ! important;
			}
		
	
/* FOOTER */

#ft {
	height:81px;
	background:url(images/footer_bg.gif) repeat-x right top #606060;
	text-align:center;
	color:#fff;
}

	#ft a {
		color:#a7ba2c;
	}
	
	#ft div {
		padding-top:15px;
	}
	
	#ft #davidlogo {
		position:relative;
		top:10px;
	}