html { height: 100%; }

body {
	background-color: #E6E6E7;
	background-image: url('images/bg.gif');
	background-repeat: repeat-y;
	background-position: 50% 0%;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin: 0px; 
	padding: 0px;
	height: 100%;
}

span { display: none; }

a {
	color: #5F5F5F;
	text-decoration: underline;
}

a:hover {
	color: #032514;
}

a img {
	border: none;
} 

h1 {
	font-size: 18px;
	color: #22599A;
	margin: 0px 0px 5px 0px; 
	font-weight: normal;
}

a.external {
	background-image: url('images/ext.gif');
	background-position: 100% 50%;
	background-repeat: no-repeat;
	padding-right: 13px;
} 

a.doclink {
	background-position: 0% 0%;
	background-repeat: no-repeat;
	padding-left: 20px;
	padding-bottom: 2px;
	height: 18px;
}

/* TEMPLATE ELEMENTS *******************************************************************************/

div#top {
	margin: 0 auto;
	width: 710px;	
	height: 30px;
	background-image: url('images/top.gif');
	background-position: 100% 0%;
	background-repeat: no-repeat;
}

div#middle {
	margin: 0px auto 0px auto;
	width: 697px;
	padding-right: 13px;
}

div#bottom {
	margin: 0 auto;
	width: 710px;
	height: 30px;
	background-image: url('images/bottom.gif');
	background-position: 0% 0%;
	background-repeat: no-repeat;
	
}

/* HEADER *******************************************************************************************/
div#header {
	height: 52px;
	background-image: url('images/header.gif');
	padding: 0px;
	margin: 0px;
}

div#header a#home {
	margin: 18px 0px 0px 34px;
	height: 15px;
	width: 455px;
	float: left;
}

div#header a#english {
	width: 65px;
	margin: 27px 0px 0px 60px;
	height: 10px;
	float: left;	
}

div#header a#hungarian {
	width: 50px;
	margin: 27px 0px 0px 11px;
	height: 10px;
	float: left;	
}

/* MENU *********************************************************************************************/
div#menu {
	height: 169px;
	background-image: url('images/header.jpg');
	background-repeat: no-repeat;
	padding: 0px;
	margin: 0px 0px 5px 0px;
}

div#menu a.menu {
	width:158px;
	height: 63px;
	float: left;
	margin: 106px 4px 0px 13px;
}

/* CONTENT ******************************************************************************************/
div#content {
	width: 516px;
	padding: 5px;
	float: left;
}

div.box {
	margin-bottom: 20px;
	clear:both;
} 

/* RIGHT PANEL **************************************************************************************/
div#right {
	width: 171px;
	float: left;
}

div#rightMenu {
	background-color: #E4E5E6;
	padding: 10px;
}

div#rightBurns {
	height: 340px;
	background-image: url('images/rightpanel.gif');
}

div#rightMenu a {
	width: 138px;
	display: block;
	font-size: 13px;
	color: #032514;
	text-decoration: underline;
	margin-bottom: 5px;
	background-image: url('images/li.gif');
	background-repeat: no-repeat;
	padding-left: 12px;
}

div#rightMenu a.sub {
	width: 128px;
	background-image: url('images/li2.gif');
	padding-left: 22px;
} 
