/* GENERAL */
body, td, th, p, li, a, span, div, h1, h2, h3, h4, h5, h6 {
	font-family: Arial, Helvetica, sans-serif;
	color: #9d0d15;
}
body {
	padding: 0;
	margin: 0;
	background-color: #f7b03c;
}
body, td, th, p, li, a, span, div {
	font-size: 14px;
}
.clear {
	clear: both;
}
a img {
	border: none;
}
#box_container {
	width: 1000px;
	margin: 0px auto 0px auto;
}
#box_container_middle {
	width: 1000px;
	background: url(/images/design/box_container_middle.jpg) repeat-y;
	float: left;
}
#box_container_top {
	width: 1000px;
	background: top center url(/images/design/box_container_top.jpg) no-repeat;
	float: left;
}
#box_container_bottom {
	width: 1000px;
	background: bottom center url(/images/design/box_container_bottom.jpg) no-repeat;
	float: left;
	padding-bottom: 5px;
}
.error_message {
	color: #ff0000;
	font-weight: bold;
	margin: 5px;
}
.error_message p {
	margin: 0px;
}
.pager {
	padding-top: 60px;
	text-align: center;
}
.pager a {
	font-weight: bold;
	color: #ffffff;
}


/* HEAD */
#box_head {
	float: left;
	width: 1000px;
	height: 215px;
}
/* logo */
#box_head_logo {
	width: 484px;
	height: 143px;
	float: left;
	margin: 8px 0px 0px 37px;
}
#box_head_logo p {
	padding: 0px;
	margin: 0px;
}

/* login */
#box_head_login {
	width: 161px;
	height: 150px;
	float: right;
	margin: 4px 9px 0px 0px;
	text-align: center;
}
#box_head_login h3 {
	margin: 0px 0px 7px -2px;
	padding: 0px;
}
#box_head_login label {
	text-transform: uppercase;
	font-weight: bold;
	display: block;
	width: 100%;
	font-size: 13px;
}
#box_head_login label.password {
	margin-top: 5px;
}
#box_head_login input.input_text {
	width: 91px;
	height: 15px;
	font-size: 11px;
	border: none;
	padding: 3px 1px 0px 3px;
	background: #ffffff url(/images/design/login_input_bg.png) top left no-repeat;;
}
#box_head_login input.button {
	margin-top: 4px;
}
#box_head_login .loggedin {
	text-align: left;
}
#box_head_login a {
	font-weight: bold;
	color: #ffffff;
}

/* menu top */
#box_menu_top {
	padding-right: 18px;
	padding-top: 6px;
	text-align: right;
	float: left;
	width: 982px;
}
#box_menu_top ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#box_menu_top li {
	display: inline;
}


/* BODY */
/* menu left */
#box_menu_left {
	width: 270px;
	float: left;
}
#box_menu_left ul {
	list-style: none;
	margin: 374px 0 150px 35px;
	padding: 0px;
}
#box_menu_left li {
	padding-left: 30px;
}
#box_menu_left li.active {
	background: url(/images/design/menu_active_star.png) 0px 5px no-repeat;
}

/* body */
#box_body_container {
	width: 1000px;
	float: left;
}
#box_body {
	float: right;
	margin-right: 10px;
	padding: 30px 0px 10px 65px;
	width: 640px;
}
#page_title {
	background: url(/images/design/page_title_bg.png) left top no-repeat;
	margin-left: -64px;
	height: 64px;
	padding-left: 85px;
	margin-bottom: 20px;
}
.box_body_content {
	padding-right: 10px;
}
.box_body_content hr {
	margin: 30px 0px;
}
.go_to_item
,.go_back {
	text-align: right;
	font-style: italic;
	margin-top: 3px;
	margin-bottom: 0px;
}
.go_to_item a
,.go_back a {
	font-weight: bold;
	color: #ffffff;
}

/* home */
#box_home_intro {
	margin-bottom: 20px;
	padding-right: 10px;
}
#box_home_intro h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0px;
}
.box_body_home #page_title h1 {
	background: url(/images/design/menu_hirek.png) left top no-repeat;
	margin: 0px;
	
}

/* news */
.news_item h2 {
	background-image: url(/images/design/news_item_star.png);
	background-repeat: no-repeat;
	background-position: top left;
	margin-left: -5px;
	padding-left: 20px;
	margin-top: 0px;
}
#box_hir h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
}

/* regisztráció, elfejeltett jelszó, adatmódosítás */
.box_body_regisztracio h1
,.box_body_repasswd h1
,.box_body_adatmodositas h1 {
	font-size: 26px;
	font-weight: normal;
	margin: 0;
}

/* üzenőfal */
.message_item {
	margin: 0px;
}
.message_item .head span {
	font-weight: bold;
}
.message_item .head span.nickname {
	margin: 0px 7px;
}
.message_item .head span.nickname
,.message_item .head span.creat_date {
	color: #ffffff;
}
.message_item .head hr {
	margin: 3px 0px;
}
#box_uzenofal form {
	margin-bottom: 30px;
}

/* FOOT */
/* menu foot */
#box_foot {
	float: left;
	width: 984px;
	padding: 8px;
}
#box_menu_foot {
	text-align: center;
}
#box_menu_foot ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#box_menu_foot li {
	display: inline;
	color: #f29400;
}
#box_menu_foot li a {
	color: #f29400;
	text-decoration: none;
}
/* logo*/
#box_foot_logo {
	width: 189px;
	height: 59px;
	left: 793px;
	position: relative;
	top: 8px;
}
