html, body {
	height: 100%;
}
body {
	margin: 0px;
	padding: 0px;
	background: white url(images/bg01.png) repeat-x left 0px;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #767676;
}
h1, h2, h3 {
	margin: 0px;
	padding: 0px;
}
p, ol, ul {
	line-height: 200%;
	margin-top: 0px;
}
p {
}

ul {
	margin-left: 0px;
	padding-left: 0px;
	list-style: none;
}

ul.style1 {
	color: #BABABA;
}

ul.style1 li {
	border-top: 1px solid #EBEBEB;
}

ul.style1 a {
	display:block;
	padding-left: 6px;
}

ul.style1 li.first {
	border-top: none;
}

ul.style2 {
}

ul.style2 li {
	padding-bottom: 10px;
	display: block;
}

ul.style2 h3 {
	display: inline;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #A95900;
}

ul.style2 a {
	padding-left: 6px;
}

ul.style2 li.first {
	border-top: none;
}
strong {
}

a {
	color: #A95900;
}

a:hover {
	text-decoration: none;
}

a img {
	border: none;
}

img.border {
}
img.alignleft {
	float: left;
	margin: 0px 25px 0px 0px;
}
img.alignright {
	float: right;
}
img.aligncenter {
	margin: 0px auto;
}
hr {
	display: none;
}
/** WRAPPER */

#wrapper {
}
.container {
	width: 1000px;
	margin: 0px auto;
}
.clearfix {
	clear: both;
}
/** PAGE */

#page {
}
/** CONTENT */

#content {
	float: left;
	width: 650px;
}
/** LOGO */

#logo {
}
/** SPLASH */

#splash {
}
/** MENU */

#menu {
	float: left;
	width: 650px;
	height: 64px;
	bckground: url(images/bg04.gif) no-repeat left top;
		height: 33px;
		overflow:hidden;
}
#menu ul {
	margin: 0px;
	padding: 21px 0px 0px 29px;
	list-style: none;
	line-height: normal;
}
#menu li {
	float: left;
	padding: 0px 21px;
	background: url(images/homepage03.gif) no-repeat left top;
}
#menu li.first {
	background: none;
}
#menu a {
	display:block;
	text-decoration: none;
	font-size: 16px;
	color: #FFFFFF;
}
#menu a:hover {
	text-decoration: underline;
}
/** SIDEBAR */

#sidebar {
	float: right;
	width: 225px;
	margin: 0px;
	padding: 0px 75px 0px 50px;
	margin-top:219px;
	margin-top:138px;
	background: url(images/bg02.png) no-repeat left 0px;
}
/** SEARCH */

#search {
	width: 225px;
	margin: 0px;
	padding: 95px 0px 40px 0px;
}
#search form, #search fieldset {
	margin: 0px;
	padding: 0px;
	border: none;
}
#search input {
	float: left;
	font: inherit;
	border: none;
	color: #747373;
}
#search input.text {
	width: 189px;
	height: 26px;
	background: url(images/homepage08.gif) no-repeat left top;
	padding: 5px;
}
#search input.submit {
	width: 26px;
	height: 26px;
	text-indent: -9999px;
}
/** FOOTER */

#footer {
	width: auto;
	height: 180px;
	margin: 0px;
	background: url(images/bg03.gif) repeat-x left top;
}
#footer p {
	margin: 0px;
	padding: 70px 0px 0px 0px;
	text-align: center;
	color: #9F9F9F;
}
#footer .legal {
}
#footer .links {
}
/** BOX STYLE 1 */

.box-style1 {
	font-size:13px;
}
.box-style1 .title {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 26px;
	color: #486F8C;
}
.box-style1 .title2 {
	margin: -10px 0px 0px 0px;
	padding: 10px 0px 20px 0px;
	letter-spacing: -1px;
	font-size: 15px;
	font-weight: bold;
	color: #A2A2A2;
}
.box-style1 .content {
	padding: 0px 30px 25px 0px;
	line-height: 200%;
}
.box-style1 p {
	font-size:13px;
}
/** BOX STYLE 2 */

.box-style2 {
	padding-bottom: 40px;
}
.box-style2 li {
	margin: 0px;
	padding: 0px;
	line-height: 200%;
	padding: 5px 0px;
}
.box-style2 .title {
	margin: 0px 0px 20px 0px;
	padding: 0px 0px 10px 0px;
	border-bottom: 1px solid #D8D8D8;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #486F8C;
}
.box-style2 .content {
	padding-bottom: 20px;
}
.box-style2 strong {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #A95900;
}
.box-style2 .byline {
	margin: -20px 0px 20px 0px;
	padding: 0px;
	font-size: 10px;
	color: #BABABA;
}
.box-style3 {
	margin-bottom: 30px;
}
.box-style3 h3 {
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	color: #A95900;
}
.box-style3 {
}
.more {
	margin-top: 10px;
	padding-left: 16px;
	background: url(images/homepage14.gif) no-repeat left 3px;
}
.two-columns {
	padding-left: 50px;
}
#column1 {
	float: left;
	width: 268px;
}
#column2 {
	float: right;
	width: 270px;
}
/** BOX1 */

#box1 {
	margin-top: 45px;
	padding: 0px 0px 0px 50px;
}
/** BOX2 */

#box2 {
}
/** BOX3 */

#box3 {
}
/** BOX4 */

#box4 {
}
/** BOX5 */

#box5 {
	padding-left: 30px;
}
/** BOX6 */

#box6 {
}
/** BOX7 */

#box7 {
}
/** BOX8 */

#box8 {
}
/** BOX9 */

#box9 {
}


.oszlop2hir {
	margin-bottom:20px;
	font-size:13px;
}
.oszlop2hir .cim {
}
.oszlop2hir .hir {
}
.oszlop2hir .ido {
        color:#BABABA;
        font-size:10px;
        padding:0;
}



.lapozo {
	clear:both;
	padding: 0px 0px 0px 0px;
	font-weight:bold;
	font-size:13px;
}

.lapozo .akt {
	font-size:16px;
}

.lapozo .elore {
	float:left;
	width: 150px;
	text-align:right;
}
.lapozo .oldalak {
	width: 300px;
	text-align: center;
	float:left;
	color:#B12512;
}
.lapozo .hatra {
	width: 150px;
	float:right;
	text-align:left;
}

.left {
	float:left;
	text-indent:50px;
}

.right {
	float:right;
	padding-right:50px;
}

.cl {
        clear:both;
}

.marg {
	margin:50px;
}


.archivum-box {
	border-top: 1px solid #D8D8D8;
	padding-top: 20px;
	margin-bottom: 40px;
	padding-bottom:10px;
	border-bottom: 1px solid #D8D8D8;
}
.archivum-box li {
	margin: 0px;
	padding: 0px;
	line-height: 200%;
	padding: 5px 0px;
}
.archivum-box .title {
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 0px 0px;
	letter-spacing: -1px;
	font-size: 18px;
	font-weight: bold;
	color: #486F8C;
}
.archivum-box .content {
	padding-bottom: 20px;
}
.archivum-box strong {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-weight: bold;
	color: #A95900;
}
.archivum-box .byline {
	margin: -20px 0px 20px 0px;
	padding: 0px;
	font-size: 10px;
	color: #BABABA;
}

#logo a {
	float:left;
        display:block;
	text-indent:-1000px;
	overflow:hidden;
        width:210px;
	height:100px;
}

#logo h1 {
	float:left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
        display:block;
	font-size:13px;
	color:#D8D8D8;
	line-height:140px;
        width:410px;
	height:100px;
	text-indent:40px;
	font-wieght:bold;
	color:#6a6a6a;
	font-size:18px;
}

a.blue {
	color: #486F8C;
}
