/* CSS Document */

body {
	margin:0; padding:0;
	font:normal 11px verdana; color:#777777;
}

form {
	margin:0; padding:0;
}
input, select {
	font:bold 12px verdana; color:#444;
}
input.btn {
	padding-top:1px; padding-bottom:3px;
	color:#444; border:none; font:bold 12px arial;
	cursor:pointer;
}
a {
	color: #337edb;
	text-decoration: none;
	outline: none;
}
a:hover {
	text-decoration: underline;
}
.clear {
	clear: both;
}

/***** skeleton *****/
div.main_frame_container {
	position: absolute;
	z-index: 2;
	top: 0px;
	left: 0px;
	width: 100%;
	background: url(http://www.epitesiportal.hu/images/main_bg.gif) repeat center top;
}
div.main_frame {
	margin: 16px auto 20px auto;
	padding: 165px 0 0 0;
	width:990px;
}
div.head_frame {
	position: absolute;
	z-index: 10;
	top: 16px;
	width: 990px;
	height: 165px;
	background: url(../images/main_head.png) no-repeat;
}

div.content_frame {
	width: 980px;
	padding: 0 5px 0 5px;
	background: url(http://epitesiportal.hu/images/frame_bg.gif) repeat-y;
}

div.frame_footer {
	position:relative;
	clear:both; text-align:center;
	padding: 5px;
	margin: 10px 0px 0 0px;
	background: #f3ede3;
	border-top: 2px solid #eae1d1;
	border-bottom: 2px solid #eae1d1;
}
div.frame_footer a {
	text-decoration:none; color:#64533d;
	white-space: nowrap;
}
div.frame_footer a:hover {
	text-decoration:underline;
}
div.frame_bottom {
	width:990px; height:8px; font-size:0px;
	background:url(http://epitesiportal.hu/images/frame_bottom.png) no-repeat;
}

/***** headline *****/
div.head_banner {
	position: absolute;
	width: 802px;
	text-align: center;
	top: 4px;
	left: 183px;
	padding: 5px 0 0 0;
}
div.home_nav {
	position: absolute;
	top: 10px;
	left: 10px;
	width: 170px;
	height: 120px;
	cursor: pointer;
}
div.head_date {
	position: absolute;
	top: 108px;
	left: 184px;
	padding: 0 0 0 10px;
	border-left: 2px solid #ddd;
}

div.header_search {
	position: absolute;
	top: 113px;
	left: 811px;
}
div.header_search input.search_field {
	position: absolute;
	top: 6px;
	left: 8px;
	width: 134px;
	border: 0px;
	background: none;
	margin: 0px;
	padding: 0px;
	font: normal 11px Verdana, Geneva, sans-serif;
}
div.header_search a.search_ok {
	position: absolute;
	top: 3px;
	left: 149px;
	display: block;
	width: 22px;
	height: 19px;
	background: url(http://www.epitesiportal.hu/images/search_ok.png) no-repeat 22px 0px;
	overflow: hidden;
}
div.header_search a.search_ok:hover {
	background-position: 0px 0px;
}

a.banner-tervezz {
	display: none;
	position: absolute;
	top: 104px;
	left: 450px;
	width: 310px;
	height: 34px;
	background: url(http://www.epitesiportal.hu/images/banner-tervezz.png) no-repeat left top;
}
a.banner-tervezz:hover {
	filter: alpha(opacity=90);
	-moz-opacity: 0.90;
	-khtml-opacity: 0.90;
	opacity: 0.90;
}
a.banner-tervezz-big {
	display: block;
	width: 625px;
	height: 90px;
	background: url(http://www.epitesiportal.hu/images/banner-tervezz-big.png) no-repeat left top;
	margin: 0 0 4px 0px;
}
a.banner-tervezz-big:hover {
	filter: alpha(opacity=94);
	-moz-opacity: 0.94;
	-khtml-opacity: 0.94;
	opacity: 0.94;
}

/***** menu *****/
table.main_menu {
	position: absolute;
	z-index: 20;
	top: 138px;
	left: 10px;
	margin: 0px;
	padding: 0px;
	border-left: 1px solid #ed630f;
}
table.main_menu td {
	height: 23px;
	border-right: 1px solid #ed630f;
}
table.main_menu td a {
	font: bold 12px arial;
	padding: 0 16px;
	display: block;
	color: #fff;
	text-decoration: none;
	line-height: 24px;
}
table.main_menu td a:hover {
	text-decoration: underline;
	background: url(http://epitesiportal.hu/images/main_menu_active.png) repeat-x left top;
}
table.main_menu td a.active {
	background: url(http://epitesiportal.hu/images/main_menu_active.png) repeat-x left top;
}

table.main_menu td div.sub_menu {
	position: absolute;
	width: 160px;
	display: none;
	padding: 0px;
	margin: 24px 0 0 -4px;
}
table.main_menu td div.sub_menu div.sm_content {
	background: #df531c;
	border: 1px solid #fff;
	padding: 0 0 4px 0;
}
table.main_menu td div.sub_menu div.sm_content a {
/*	white-space: nowrap;*/
	display: block;
	line-height: 14px;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	padding: 4px 5px 4px 5px;
	border-bottom: 1px dashed #F56109;
}
table.main_menu td div.sub_menu div.sm_content a:hover {
	background: #F56109;
	text-decoration: underline;
}
