/* CSS Document */

/***** content_frame skeleton *****/
div.content_left {
	float:left; position:relative;
	width:174px; margin:0 0 0 0; padding:2px 0 0 0;
	z-index: 8;
}
div.content_center {
	float:left; position:relative;/* background:#ddd;*/
	width:624px; margin:0 0 0 4px; padding:2px 0 0 0;
	z-index: 2;
}
* html div.content_center {
	margin:0px; left:4px;
}
div.content_right {
	float:left; position:relative;
	width:174px; margin:0 0 0 4px; padding:2px 0 0 0;
}
* html div.content_right {
	margin:0;
}

/***** boxes *****/
div.box {
	width:174px;
	margin-bottom:4px;
}
div.box .box_head {
	display: block;
	margin: 0;
	padding: 0;
	width: 158px;
	padding: 3px 0 3px 16px;
	font: bold 12px "Trebuchet MS";
}
div.box_kivitelezok .box_head {
	color:#fff;
	background: #d04704 url(../images/box_head_kivitelezok.png) no-repeat top;
}
div.box_gyarak .box_head {
	color:#fff;
	background: #a96121 url(../images/box_head_gyarak.png) no-repeat top;
}
div.box_kereskedok .box_head {
	color:#fff;
	background: #3a9d1c url(../images/box_head_kereskedok.png) no-repeat top;
}
div.box_tervezok .box_head {
	color:#fff;
	background:url(../images/box_head_tervezok.png) no-repeat;
}
/*gyors box */
div.login_box {
	padding: 0px 0 6px 0;
	margin: 0 0 4px 0;
	background: #6498f6 url(../images/login_box_bg.png) no-repeat left top;
	color: #fff;
}
div.login_box div.login_header {
	margin: 0;
	padding: 0 0 0 20px;
	font: bold 16px "Trebuchet MS";
	line-height: 24px;
	color: #fff;
	text-align: left;
}
div.login_box label {
	display: block;
	width: 140px;
	margin: 0px auto 0 auto;
	text-align: left;
	font-weight: bold;
}

div.login_box input.text {
	display: block;
	width: 134px;
	background: #FFF;
	border: 1px solid #4180cb;
	margin: 0 auto 4px auto;
	padding: 2px 3px;
	font: normal 12px Verdana, Geneva, sans-serif;
}
div.login_box input.login_btn {
	display: block;
	margin: 0 auto 0 auto;
	font-size: 11px;
}

div.login_box div.login_options {
	text-align: center;
	font-size: 10px;
	line-height: 14px;
}
div.login_box a {
	color: #fff;
	text-decoration: none;
}
div.login_box a:hover {
	text-decoration: underline;
}
div.login_box div.user_name {
	padding: 0 0 0 28px;
	font: bold 14px "Trebuchet MS", Arial, Helvetica, sans-serif;
}
div.login_box div.user_type {
	padding: 0 0 0 28px;
	font-size: 10px;
}
div.login_box div.user_menu {
	padding: 4px 0 0 28px;
	font-weight: bold;
	font-size: 10px;
}
div.login_box div.user_menu {
}
/* list */
div.box ul {
	margin:0; padding:0;
	list-style:none;
}
div.box ul li {
	margin:0; padding:0;
	width:174px; /* height:20px;*/
}
div.box ul li a {
	display:block;
	/* height:17px; */
	margin:0;
	padding:3px 0 3px 12px;
	text-decoration:none;
}
div.box ul li a:hover {
	text-decoration:underline;
}
div.box_kivitelezok ul li a {
	background:url(../images/ls_kivitelezok.gif) no-repeat 2px 8px;
	border-bottom:1px dashed #db865e;
	color:#794239;
}
div.box_gyarak ul li a {
	background:url(../images/ls_gyarak.gif) no-repeat 2px 8px;
	border-bottom:1px dashed #9e7c65;
	color:#5c412d;
}
div.box_kereskedok ul li a {
	background:url(../images/ls_kereskedok.gif) no-repeat 2px 8px;
	border-bottom:1px dashed #6ab852;
	color:#1b4110;
}

div.box ul li ul li {
	background: #f2ede4;
}
div.box ul li ul li a {
	background: none;
	margin: 0 0 0 20px;
	padding:3px 0 3px 0px;
	border-bottom: 1px dashed #d5ccb9;
}


/* action */
div.box_action {
	padding:0 0 8px 0;
	font:bold 11px arial; color:#8d2951;
	text-align:center; cursor:pointer;
}
div.box_action h4 {
	text-align:left;
}
div.box_action img {
	margin:10px 0 4px 0;
	border:1px solid #efc3c7;
}
/* banner */
div.banner_1, div.banner_2 {
	height:60px; cursor:pointer;
}
div.banner_1 {
	background:url(../images/banner_right_1.jpg);
}
div.banner_2 {
	background:url(../images/banner_right_2.jpg);
}
/***** content center *****/
div.content_frame_head {
	width:624px; height:23px; margin:0px 0 4px 0;
	background:url(../images/content_frame_head.gif) no-repeat;
}
div.content_frame_head h3,
div.content_frame_head h1 {
	margin:0; padding:2px 0 0 18px;
	font:bold 14px "Trebuchet MS"; color:#fff;
}
div.content {
	padding:2px;
}
div.content h1 {
	margin:0; padding:0; border-bottom:1px dashed #e2cd94;
	font-weight:bold; font-size:20px; font-family:"Trebuchet MS", arial;
	color:#9f8b51;
}


