@charset "ISO-8859-2";
body {
	margin:0;
	padding:0;
	background-image:url(images/bg.png);
	background-repeat:repeat;
	text-align:center;
	color:#383838;
	font-family: 'lucida grande', 'Segoe UI', arial, verdana, 'lucida sans unicode', tahoma, sans-serif;
	font-size:9pt;
}

a {
	outline:none;
	text-decoration:none;
	color: #7e7e7e;
	font-weight:bold;
}

a:hover {
	color:#666;
}

a.gyik {
	font-size:10pt;
	font-weight:bold;
	line-height:25px;
	letter-spacing:-1px;
	cursor:pointer;
	text-shadow:1px 0 #CCC;
	color:#666;
}

#header {
	height:125px;
}

#gradient-layer {
	background-image:url(images/bg_gradient.png);
	background-repeat:repeat-x;
	background-position:top;
}

#hl-box {
	background-image:url(images/bg_highlight.png);
	background-repeat:repeat-x;
	height:314px;
}

#hl-box-pattern {
	margin:auto;
	background-image:url(images/bg_highlight_wave.png);
	background-position:center;
	background-repeat:no-repeat;
	max-width:1170px;
	height:100%;
}

#hl-box-content, #content-box, #footer {
	width:844px;
	margin:auto;
	text-align:justify;
}

#menu-box, #hl-img, #hl-img2 {
	float:left;
}

#hl-img-content {
	background-image:url(images/img_left_frame.png);
	background-repeat:no-repeat;
	width:190px;
}

#hl-img-frame {
	width:190px;
}

#hl-right-content {
	padding:25px 25px 25px 20px;
	width:410px;
	height:290px;
	background-image:url(images/hl_right_bg.png);
	background-repeat:no-repeat;
	overflow:auto;
}

#content {
	margin:0 0 0 13px;
	padding:15px 0;
}

#content-left {
	width:188px;
	float:left;
}

#content-right {
	width:610px;
	overflow:auto;
}

#footer-top {
	height:5px;
	background-image:url(images/footer_top.png);
	background-repeat:no-repeat;
}

#footer-content {
	min-height:50px;
	background-image:url(images/footer_bg.png);
	background-repeat:repeat-y;
	text-align:center;
}

#footer-content img {
	margin-top:10px;
	margin-bottom:10px;
}

#footer-bottom {
	height:43px;
	background-image:url(images/footer_bottom.png);
	background-repeat:no-repeat;
	overflow:auto;
}

#footer-bottom ul {
	margin:0;
	padding:7px 0 0 20px;
}

#footer-bottom li {
	float:left;
	list-style:none;
	padding-left:15px;
}

#footer-bottom a {
	font-weight:bold;
	font-sze:10pt;
	letter-spacing:-1px;
	text-shadow:1px 0px #CCC;
	text-decoration:none;
	color:#666;
}

#footer-bottom a:hover {
	color:#999;
}

.pt {
	padding-top:12px;
}

img {
	border:none;
}

input {
	margin:0;
}

label {
	color:#F00;
	padding-left:15px;
}

.bold {font-weight:bold;}

