@charset "utf-8";

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

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

a, a:visited {
	color: #1d769b;
	font-weight: bold;
	text-decoration: none;
}

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

h2 {
	font-size: 138.5%;
	font-weight: bold;
	color: #660202 ! important;
	margin-bottom: 1em;
}

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

strong {
	font-weight: bold;
}

.button_submit {
	background: #890000;
	color: #fff ! important;
	border: 2px outset #890000;
}

.float_left {
	float: left;
}

.padding_left_20 {
	padding-left: 20px;
}


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

html {
	background: #fef1f1;
}

body {
	background: #fef1f1;
	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 */	
	width: 100%;
}

	#doc2 {
		margin-top: 10px;
		width: 100%;
		text-align: left;
		background: url(images/bg.gif) repeat-x right top #fef1f1;
	}
	

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

#hd {
	height: 207px;
}

	#hd_header {
		position: relative;
		width: 900px;
		margin: 0 auto;
	}
	
	h1 {
		margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
		text-indent: -9999px;
		height: 0;
		line-height: 0;
	}
			
	#hd_logo {		
		height: 106px;
		float: left;
		margin-left: 20px;
		position: relative;
		top: 0;
	}
	
	#hd_jelentkezes {
		width: 210px;
		font-size: 1.2em;
		padding-top: 5px;
		float: right;
		text-align: center;
		font-weight: bold;
		line-height: 1.4em;
		position: relative;
		right: 30px;
	}

		#hd_jelentkezes div {
			font-weight: normal;
		}

	#hd_nav {
		clear: both;
		text-align: center;
		background: url(images/nav_bg.gif) repeat-x right top;
		height: 83px;
		width: 100%;
	}
	
		#hd_nav a img {
			margin: 0 11px;
		}

	

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

#bd {
	width: 900px;
	margin: 0 auto;
	font-size: 100%;
	background: #fff;
	-moz-border-radius-bottomleft: 10px; 
	-webkit-border-bottom-left-radius: 10px;
	-moz-border-radius-bottomright: 10px; 
	-webkit-border-bottom-right-radius: 10px;
	border-left: 1px solid #d05b5b;
	border-right: 1px solid #d05b5b;
	border-bottom: 1px solid #d05b5b;
}

	#bd_content {
		margin: 0 20px;
		padding-top: 30px;
		line-height: 1.5em;
	}
	
		#images img {
			margin-bottom: 15px;
		}
		
		#hirlevel {
			color: #ccc;
		}

		#hirlevel:focus {
			color:#333;
			background: #FFC;
		}

#kapcsolatform {
	margin:15px 0;
}

	#kapcsolatform tr td {
		padding:5px ! important;
		line-height: 1.7em ! important;
	}
	

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

#ft {
	text-align: center;
	width: 95%;
	margin: 20px auto 0 auto;
	border-top: 1px solid #d05b5b;
	height: 80px;
}

	#ft span {
		display: block;
		margin-top: 20px;
		line-height: 20px;
		text-align: right ! important;
	}
	
	#ft a {
		font-size: 93%;
		color:#a63939;
		margin-left: 3px;
		margin-right: 3px;
	}

	#ft #davidlogo {
		position:relative;
		top:10px;
	}
	

