body {
	margin: 0px;
	padding: 0px;
	color: #000;
	height: 100%;
	font-family: Verdana, Tahoma, Arial;
	background-color: #fff9f2;
	scrollbar-track-color: #fff;
	scrollbar-face-color: #ff8000;
	scrollbar-arrow-color: #fff;
	scrollbar-highlight-color: #fff;
	scrollbar-shadow-color: #fff;
	scrollbar-3dlight-color: #ff8000;
	scrollbar-darkshadow-color: #ff8000;
}

/*
 *	background
 */

table.bg_top {
	background: url(/gfx/bg_top.gif) repeat-x left top;
	height: 100%;
}
td.bg_top_right {
	background: url(/gfx/bg_top_right.jpg) no-repeat left top;
}
table.bg_data {
	height: 500px;
	margin-bottom: 10px;
	background: url(/gfx/bg_data.gif) repeat-y left top;
}
td.bg_data_right_top {
	background: url(/gfx/bg_data_right_top.gif) no-repeat left top;
}
table.bg_bottom {
	/* background */
}
table.bg_bottom td {
	color: #fff;
	font-weight: bold;
	font-size: 10px;
	line-height: 16px;
}

/*
 *	link
 */

a:link,
a:active,
a:visited {
	/* color */
	text-decoration: underline;
}
a:hover {
	color: #000;
	text-decoration: underline;
}
table.bg_bottom td a:link,
table.bg_bottom td a:active,
table.bg_bottom td a:visited {
	font-weight: bold;
	font-size: 10px;
	color: #fff;
	text-decoration: none;
	padding: 0 4px 0 4px;
}
table.bg_bottom td a:hover {
	color: #000;
	text-decoration: underline;
}

/*
 *	formatting
 */

td {
	font-weight: normal;
	font-size: 12px;
	text-align: justify;
}
h1 {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	margin: 10px 10px 0 10px;
	padding: 0;
	/* color */
	/* background */
}
table.box h1 {
	margin: 0 10px 0 10px;
}
p {
	margin: 10px 22px 10px 22px;
	padding: 0;
	text-align: justify;
}
p.list {
	margin: 0 22px 0 22px;
}
ul {
	margin: 10px 30px 0 22px;
	padding: 0px;
	text-align: justify;
	list-style: none;
}
ul.sitemap {
	text-align: left;
	color: #7F7F7F;
	font-size: 11px;
	line-height: 16px;
}
ul li {
	margin: 0;
	padding: 2px 0 2px 15px;
	/* background */
}
img.hand {
	cursor: hand;
	cursor: pointer;
}
span.pager {
	font-weight: bold;
}
span.error {
	color: #ff0000;
}
label {
	cursor: pointer;
}
td.left_parameter {
	text-align: right;
}
td.orange_parameter {
	color: #ff8000;
	font-weight: bold;
}

/*
 *	table.box
 */

table.box {
	/* color */
}
table.box td.top {
	/* background */
}
table.box td.bottom {
	/* background */
}

/*
 *	table.topbox
 */

table.topbox td.bottom {
	/* background */
}

/*
 *	table.szervezet
 */

table.szervezet {
	margin: 10px 0 10px 40px;
}
table.szervezet td {
	height: 50px;
	vertical-align: top;
	font-weight: bold;
	color: #005da5;
}
table.szervezet td p {
	margin: 10px 55px 0 35px;
}
table.szervezet td.bg_top {
	background: url(/gfx/organigram/bg_top.gif) no-repeat left top;
}
table.szervezet td.bg_middle {
	background: url(/gfx/organigram/bg_middle.gif) no-repeat left top;
}
table.szervezet td.bg_bottom_repeat {
	background: url(/gfx/organigram/bg_bottom_repeat.gif) no-repeat left top;
}
table.szervezet td.bg_bottom_bottom {
	background: url(/gfx/organigram/bg_bottom_bottom.gif) no-repeat left top;
}
table.szervezet td.division_top_bottom {
	background: url(/gfx/organigram/division_top_bottom.gif) no-repeat left top;
}
table.szervezet td.division_middle_bottom {
	background: url(/gfx/organigram/division_middle_bottom.gif) no-repeat left top;
}

table.table {
	background-color: #fff;
}
table.table th {
	background-color: #ffecd9;
	padding: 5px;
	font-size: 12px;
	text-align: left;
	border-bottom: 1px solid #fbddbf;
}
table.table td {
	background-color: #fff2e5;
	border-bottom: 1px solid #fbe9cf;
}

/*
 *	form
 */

form {
	padding: 0;
	margin: 0;
	border: none;
}
input,
textarea {
	font-family: Verdana, Tahoma, Arial;
	font-size: 12px;
	font-weight: bold;
	/* color */
	height: 20px;
	width: 200px;
	border: none;
	padding: 3px 5px 0 5px;
	background: #fff url(/gfx/bg_input200.gif) no-repeat left top;
	background-attachment: expression('fixed');
	float: right;
}
textarea {
	height: 100px;
	overflow: auto;
	background: #fff url(/gfx/bg_textarea.gif) no-repeat left top;
	background-attachment: expression('fixed');
}
input.bg_input40 {
	background: #fff url(/gfx/bg_input40.gif) no-repeat left top;
	background-attachment: expression('fixed');
	width: 40px;
	float: none;
}
input.bg_btn,
input.bg_btn_yellow,
input.bg_btn150 {
	color: #fff;
	width: 90px;
	height: 20px;
	padding: 0;
	border: none;
	font-weight: bold;
	background: url(/gfx/bg_btn.gif) no-repeat left top;
	cursor: pointer;
	margin: 10px 0 0 5px;
	float: none;
}
a.bg_btn {
	color: #fff;
	width: 90px;
	height: 17px;
	padding: 0;
	border: none;
	font-weight: bold;
	background: url(/gfx/bg_btn.gif) no-repeat left top;
	cursor: pointer;
	margin: 10px 0 0 20px;
	float: none;
	display: block;
	text-align: center;
	text-decoration: none;
	padding-top: 3px;
}
input.bg_btn_yellow {
	background: url(/gfx/bg_btn_yellow.gif) no-repeat left top;
}
input.bg_btn150 {
	background: url(/gfx/bg_btn150.gif) no-repeat left top;
	width: 150px;
}
input.yellow {
	background: #ffecd9 url(/gfx/bg_input200_yellow.gif) no-repeat left top;
	background-attachment: expression('fixed');
}
input.checkbox,
input.radio {
	height: auto;
	width: auto;
	float: none;
}
select {
	width: 200px;
	/* color */
	font-weight: bold;
	border: 1px solid #ddd;
}

/*
** submenu
**/
div#submenu {
	width: 100%;
}
div#submenu div#sub {
	width: 780px;
	margin: 0 auto;
	padding-left: 100px;
}
div.submenu {
	float: left;
	background-color: #fff;
	width: 250px;
	font-size: 10px;
	padding: 5px;
}
div.submenu a.title {
	color: #A05000;
	margin-bottom: 5px;
}
div.submenu ul {
	text-align: left;
	margin: 0;
}



div.szervezeti_imgs {
    margin: 20px 0 10px 15px;
}
table.book {
	border: 1px solid #858585;
	border-collapse: collapse;
	width: 97%;
	margin: 17px auto;
}
table.book td,
table.book th {
	text-align: center;
	font-size: 11px;
	padding: 5px;
	vertical-align: middle;
}
table.book th {
	background-color: #FF8000;
	color: #fff;
}
table.book tr.yellow td {
	background-color: #FFF2E5;
}

h1 span {
	float: right;
	font-size: 11px;
}
input.file {
	margin: 0;
	padding: 0;
	float: none;
}
div.szervezeti_reszletek {
	width: 285px; 
	margin: 20px auto; 
	background: transparent url(../gfx/organigram/reszletek_bg.gif) repeat-y top left;
}
div.szervezeti_reszletek_belso {
	padding: 0 10px 5px 20px; 
	width: 255px; 
	color: #005DA5;
}
div.szervezeti_reszletek_belso img {
	border: 1px solid #005DA5;
}
