@charset "utf-8";

/**************************/
/* GENERAL CLASSES */
/**************************/

* {
	color: #c09fb9 ! important;
	/*color: #f0e3ed ! important;*/
	font-family: Constantina,Georgia,'Nimbus Roman No9 L',serif ! important;
}

a, a:visited {
	color: #dea66f ! important;
	text-decoration: none;
}

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

h2 {
	font-size: 146.5%;
	letter-spacing: 1px;
	font-weight: normal;
	/*color: #c09fb9 ! important;*/
	color: #f0e3ed ! important;
	margin-bottom: 1.5em;
	background: #341026;
	position: relative;
	height: 52px;
	line-height: 52px;
	vertical-align: middle;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	-moz-border-radius: 10px;
}

	h2 img {
		float: left;
		margin: 6px 10px;
	}
input {
	padding: 0.2em 0 0.1em 0;
}
	
input:focus, textarea:focus {
	color:#42383f ! important;
	background: #FFC;
}

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

strong {
	font-weight: bold;
}

ul {
	margin-left: 25px;
}

	ul li {
		list-style-type: square;
		line-height: 1.4em;
		vertical-align: middle;
		margin-bottom: 1.2em;
	}
	
.button_submit {
	background: #eea2d6;
	color: #401f2d ! important;
	border: 2px outset #ce81b2;
	font-weight: bold;
	padding: 0.1em;
	-webkit-border-radius: 4px;
	-khtml-border-radius: 4px;
	-moz-border-radius: 4px;
}

	.button_submit:hover {
		cursor: pointer;
		background: #ce81b2;
		color: #f8f1f6! important;
	}

.floated_block {
	float: right;
	width: 100%;
	clear: right;
}

.jelentkezesdoksik {
	display: block;
	width: 300px;
	margin: 10px auto;
	font-size: 138.5% ! important;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	padding: 10px;
	background: #ffda69;
	border: 5px solid #fff;
	color: #c80000 ! important;
	-webkit-border-radius: 14px;
	-khtml-border-radius: 14px;
	-moz-border-radius: 14px;
}

	.jelentkezesdoksik img {
		margin-left: 10px;
	}
	
	.jelentkezesdoksik:hover {
		background: #ce81b2;
		text-decoration:none ! important;
		color: #f8f1f6! important;
	}

.margin_left_5 {
	margin-left: 5px;
}
	
.margin_left_30 {
	margin-left: 30px;
}

.display_none {
	display: none;
}

/**************************/
/* LAYOUT */
/**************************/

html {
	background: url(images/bg.jpg) repeat-x right top #4d2d44;
}

body {
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}

	#doc2 {
		margin: 0 auto 10px auto; /* the auto margins (in conjunction with a width) center the page */
		text-align: left;
		width: 960px ! important;		
	}
	

/**************************/
/* HEADER */
/**************************/

#hd {
	height: 290px;
	position: relative;
}

	#hd_header {
		position: relative;
		width: 920px;
		background: url(images/pedikurkepzes_telefon.jpg) no-repeat right 35px;
	}
	
		#hd_header img {
			margin-top: 7px;
		}
		
	#hd_kepek {
		width: 960px;
		height: 162px;
		margin-top: 10px;
	}
	
		#hd_kepek a.kovetkezo_tanfolyam {
			display: block;
			position: absolute;
			top: 101px;
			right: 0;
			width: 295px;
			height: 162px;
			background: url(images/kovetkezo_tanfolyam.jpg) no-repeat left top;
			margin-left: 663px;			
		}
		
		#hd_kepek a:hover {
			background: none;
		}
		
		#hd_kepek a.kovetkezo_tanfolyam:hover {
			background: url(images/kovetkezo_tanfolyam_on.jpg) no-repeat left top;
			text-decoration: none;
			cursor: pointer;
		}
		
			#hd_kepek a span {
				display: block;
				width: 220px;
				height: 120px;
				position: relative;
				top: 45px;
				left: 15px;
				font-size: 123.1%;
				line-height: 150%;
				color: #8b527b ! important;
			}
			
				#hd_kepek a span:hover {
					color: #c9375a ! important;
				}

				
/**************************/
/* CONTENT */
/**************************/

#bd {
	width: 99%;
	margin: 5px auto;
	font-size: 100%;
	line-height: 1.5em;
}
	
	#left_menu ul {
		margin-left: 5px;
	}

		#left_menu ul li {
			list-style-type: none;
			background: url(images/li.gif) no-repeat left;
			margin: 0;
			vertical-align: middle;
			padding: 1em 0 1em 22px;	
			border-bottom: 1px dotted #6f4a61;
		}
		
	#hirlevel p {
		color: #f0e3ed ! important;
		margin: 50px 0 5px 0;
	}

	#kapcsolatform tr td {
		padding: 5px ! important;
	}
	
	.img_group {
		width: 380px;
		height: 270px;
		display: block;
		position: relative;
		float: left;
	}
	
		.img_group img {
			float: left;
			margin: 5px;
			background: #542e47;
			padding: 3px;
			border: 1px solid #78506a;
			-webkit-border-radius: 5px;
			-khtml-border-radius: 5px;
			-moz-border-radius: 5px;
		}

	
/**************************/
/* FOOTER */
/**************************/

#footer {
	text-align: center;
	height: 134px;
	background: url(images/footer_right.jpg) no-repeat right bottom #36192b;
}

	#footer div {
		line-height: 3em;
		padding-top: 30px;
	}

	#footer img {
		float: left;
		margin-top: 12px;
	}
	
	#footer a {
		font-size: 93%;
		margin-left: 3px;
		margin-right: 3px;
	}


