/* reset all */
html, body, h1, h2, h3, h4, h5, h6, div, span, p, a, img, em, strong, b, i, font, table, tr, th, td, ul, ol, li, dl, dd, dt, form, select, input, textarea, img {
	font: inherit;
	color: inherit;
	background: none;
	padding: 0;
	margin: 0;
	text-decoration: none;
	list-style: none;
	border: 0;
}

html, body {
	height: 100%;

/*	width: 100%;*/
}
body {
	padding:0 0 0 465px;
}


/* H E A D E R */
#header {
	background: #252525;
	color: white;
	display: block;
	height: 39px;
	overflow: hidden;
	position: fixed;
	top: 0;
	left: 0;
	width: 500%;
}

div#content a{
	color: #EF4A03;
	text-decoration: none;
	}
	div#content a:hover{
		text-decoration: underline;
		}
	
div#content p{
	padding: 6px 0;
	}


/* M E N U */
#menu {
	margin-left: 265px;
}
#menu li {
	display: block;
	float: left;
	height: 26px;
	margin: 7px 7px 0 0;
	overflow: hidden;
	width: auto;
}
#menu li ul {
	display: none;
}
#menu a {
	background: #545454 url(../images/background_menu_left.gif) no-repeat top left;
	color: white;
	display: block;
	float: left;
	height: 26px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	letter-spacing: 0.1em;
	text-transform: uppercase;
	width: auto;
}
#menu a span {
	background: url(../images/background_menu_right.gif) no-repeat top right;
	display: block;
	float: left;
	height: 26px;
	padding: 6px 8px 6px 8px;
	width: auto;
	white-space: nowrap;
}
#menu a:hover {
	background: #d80305 url(../images/background_menu_left_hover.gif) no-repeat top left;
}
#menu a:hover span {
	background: url(../images/background_menu_right_hover.gif) no-repeat top right;
	cursor: pointer;
}
#menu li.openroot a{
	background: #757575 url(../images/background_menu_left_openroot.gif) no-repeat top left;
}
#menu li.openroot a span {
	background: url(../images/background_menu_right_openroot.gif) no-repeat top right;
}


/* B O D Y */
#maincontainer {
	position:fixed;
	left:0;
	width:465px;
	height:100%;
	top: 39px;
	overflow: hidden;
}



/* N E W S  A N D  S U B M E N U */
#leftcontainer {
	height:100%;
	width:100%;
	display:block;
}

.logo {
	margin: 20px 0 9px 0;
}



/* N E W S */
#news_container {
	float: left;
	display:block;
	width: 263px;
	text-align: center;
}
.news_title {
	display: block;
	float: left;
	height: 24px;
	margin: 0 0 16px 0;
	padding: 5px 0 0 5px;
	overflow: hidden;
	width: 253px;
}
.news_title span{
	background: #ef4a03 url(../images/background_news_header.png) no-repeat top left;
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 4px 0 4px 9px;
}
.news_title a {
	color: white;
}
.news_content {
	color: #5f5f5f;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	height: 6em;
	letter-spacing: 0.05em;
	margin: 0 0 12px 0;
	padding: 0 9px 0px 13px;
	overflow: hidden;
	width: auto;
}
.news_date {
	display: block;
	float: left;
	height: auto;
	width: auto;
}
.news_date span {
	color: #ff6600;
	display: block;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	height: auto;
	letter-spacing: 0.05em;
	padding: 0 0 0px 13px;
	width: auto;
}
.news_bovebben {
	display: block;
	float: right;
	height: 24px;
	padding: 0 5px 0 0;
	width: 96px;
}
.news_bovebben span,
.listlink a {
	background: #ef4a03 url(../images/background_news_bovebben.png) no-repeat top left;
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: normal;
	letter-spacing: 0.05em;
	padding: 4px 0 5px 18px;
}
.news_bovebben a{
	color: white;
}



/* S U B M E N U */
#submenu_container {
	background: #d60405 url(../images/background_body.png) no-repeat bottom left;
	float: left;
	height: 100%;
	width: 202px;
}
#submenu {
	border-top: 1px solid white;
	display: block;
	height: auto;
	overflow: hidden;
	margin-top: 50px;
	width: 202px;
}
#submenu li {
	border-bottom: 1px solid white;
	display: block;
	float: left;
	height: 24px;
	width: 100%;
	overflow: hidden;
}
#submenu li.sub3{
	height: 22px;
}
#submenu a,
#submenu span.selector {
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	height: 100%;
	letter-spacing: 0.1em;
	overflow: hidden;
	width: 100%;
}
#submenu li.sub3 a,
#submenu li.sub3 span.selector{
	padding-left: 10px;
	font-weight: normal;
}
#submenu a span,
#submenu span.selector span {
	display: block;
	margin: 4px 0 0 13px;
}
#submenu a:hover {
	background: #4b4b4b;
}


/* C O N T E N T */

#container {
	min-height: 100%;
	position: relative;
}
#content {
	padding: 38px 0 60px 0;
}
.content_title {
}
#content_body {
	display: block;
	float: left;
	overflow: hidden;
	width: auto;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 12px;
	padding: 0 20px;
}
.content_right_container1 {
	display: block;
	float: left;
	width: 100%;
}
.content_right_container2 {
	display: block;
	margin-left: 226px;
}

.content_right {
	display: block;
	font-weight: normal;
	overflow: hidden;
}
.content_left {
	display: block;
	float: left;
	height: auto;
	overflow: hidden;
	margin-left: -100%;
	width: 217px;
}
.content_left .content_img {
	border: 1px solid #d3d3d3;
	float: right;
	margin: 8px 0 0 0;
	padding: 7px;
}
.content_bovebben {
	cursor: pointer;
	display: block;
	float: right;
	height: 27px;
	padding: 8px 0 0 0;
	width: 90px;
}
.content_bovebben span {
	background: #ef4a03 url(../images/background_content_bovebben.png) no-repeat top left;
	color: white;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	letter-spacing: 0.05em;
	padding: 7px 0 5px 16px;
}
div#content .content_bovebben a{
	color: white;
	text-decoration: none;
	}



/* index page image */

#content_body_index_page_img {
	background: url(../images/background_index_page_img.png) no-repeat top left;
	display: block;
	height: 317px;
	left: 444px;
	overflow: hidden;
	position: fixed;
	top: 219px;
	width: 544px;
	z-index: 5000;
}
#content_body_index_page_img div {
	background: url(../images/teszt_kep.jpg) no-repeat center center;
	display: block;
	height: 100%;
	width: 100%;
}
#content_body_index_page p {
	color: #7f7f7f;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: 0.5px;
	margin: -19px 0 0 71px;
}



/* F O O T E R */
#footer {
	margin: 0 0 0 465px;
}
#rivendel_logo {
	bottom: 0;
	left: 263px;
	position: fixed;
	
}
#w3c_logo {
	background: white;
	bottom: 0;
	height: 40px;
	left: 184px;
	position: fixed;
	width: 74px;
}
#w3c_logo img {
}
#licence {
	bottom: 0;
	position: absolute;
	overflow: hidden;
}
#licence p {
	color: #a4a09d;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	padding: 0px 0 8px 16px;
	white-space: nowrap;
}
div#licence a {
	color: #a4a09d;
	text-decoration: underline;
}



/* minden egyeb */
:-moz-any-link:focus {
 outline: none;
}

.clear {
	clear: both;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

hr {
	background: #d80305;
	color: #d80305;
	display: block;
	height: 1px;
	width: 100%
	border: none;
	margin: 10px 0;
}

blockquote {
	margin-left: 1.4em;
}

#content_body li {
	list-style: disc inside;
	margin-left: 1.4em;
}
#content_body ul.infobox li {
	list-style: none;
	clear: left;
}

.infobox_detail img {
	border: 1px solid #d1d1d1;
	padding: 5px;
	float: left;
	margin: 5px 5px 3px 0px;
}
.infobox_detail em {
	display: block;
	padding: 3px 10px 5px 0px;
}

div.listlink {
	display: block;
	float: right;
	height: 24px;
	padding: 0 5px 0 0;
	width: 120px;
}


h1 {
	color: #d70404;
	display: block;
	font-family: "Trebuchet MS", Verdana;
	font-size: 30px;
	font-weight: bold;
	letter-spacing: 2px;
	overflow: hidden;
	padding: 50px 0 25px 50px;
	white-space: nowrap;
	}
	h1 span.h1title1{
		font-size: 42px;
		}
	h1 span.h1title2{
		padding-left: 80px;
		}
h2, h3, h4, h5, h6 {
	display: block;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	letter-spacing: 0.05em;
	margin: 4px 0 5px 0;
}
h2 {
	color: #3d3d3b;
	font-size: 150%;
}
h3 {
	color: #3d3d3b;
	font-size: 120%;
}
h4 {
	color: #D70404;
	font-size: 100%;
}
h5 {
}
h6{
	letter-spacing: 0.05em;
	font-style: italic; 			
}

div#content img.center, 
		div#content img.right, 
		div#content img.left{
			border: 1px solid #880000;
			background-color: white;
			}
		div#content img.left, 
		div#content img.left_nb{
			margin: 8px;
			margin-left: 0px;
			padding: 3px;
			float: left;
			}
		div#content img.right,
		div#content img.right_nb{
			margin: 8px;
			margin-right: 0px;
			padding: 3px;
			float: right;
			}
		div#content img.center, 
		div#content img.center_nb{
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 3px;
			}
		div#content .quotecenter {
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 10px;
			background-color: #f6f6f6;
			quotes: "\201C" "\201D";
			}
			div#content .quotecenter:before {
				content: open-quote; 
				font-weight: bold;
				}
			div#content .quotecenter:after {
				content: close-quote; 
				font-weight: bold;
				}
		div#content .quoteleft {
			width: 250px;
			float: left;
			margin: 8px;
			margin-left: 0px;
			display: block;
			padding: 10px;
			background-color: #f6f6f6;
			quotes: "\201C" "\201D";
			}
			div#content .quoteleft:before {
				content: open-quote; 
				font-weight: bold;
				}
			div#content .quoteleft:after {
				content: close-quote; 
				font-weight: bold;
				}
		div#content .quoteright {
			width: 250px;
			float: right;
			margin: 8px;
			margin-right: 0px;
			display: block;
			padding: 10px;
			background-color: #f6f6f6;
			quotes: "\201C" "\201D";
			}
			div#content .quoteright:before {
				content: open-quote; 
				font-weight: bold;
				}
			div#content .quoteright:after {
				content: close-quote; 
				font-weight: bold;
				}
		div#content .importantcenter {
			color: white;
			margin: 8px;
			margin-left: auto;
			margin-right: auto;
			display: block;
			padding: 10px;
			background-color: #bb0000;
			}
		div#content .importantleft {
			color: white;
			width: 250px;
			float: left;
			margin: 8px;
			margin-left: 0px;
			display: block;
			padding: 10px;
			background-color: #bb0000;
			}
		div#content .importantright {
			color: white;
			width: 250px;
			float: right;
			margin: 8px;
			margin-right: 0px;
			display: block;
			padding: 10px;
			background-color: #bb0000;
			}

div#content table {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #bb0000;
	border-collapse: collapse;
	background-color: white;
	}
	div#content table th {
		border-width: 1px;
		padding: 4px;
		border-style: inset;
		border-color: #bb0000;
		background-color: white;
		-moz-border-radius: 0px;
		}
	div#content table td {
		border-width: 1px;
		padding: 4px;
		border-style: inset;
		border-color: #bb0000;
		background-color: white;
		-moz-border-radius: 0px;
		}
	div#content table.tablewithoutborder,
	div#content table.tablewithoutborder th,
	div#content table.tablewithoutborder td {
		border-width: none;
		}
	div#content table.tablewithborder,
	div#content table.tablewithborder th,
	div#content table.tablewithborder td {
		border-width: 1px;
		}
		
/* --- banner --- */
#banner{
	width: 240px;
	overflow: hidden;
	background: transparent url(../images/akcio_body.gif) repeat-y top center;
	text-align: center;
	margin: 25px auto 0 auto;
	}
	.banner_item{
		width: 240px;
		overflow: hidden;
		background: transparent url(../images/akcio_top.gif) no-repeat top center;
		text-align: center;
		padding: 10px 0 0 0;
		}
	.banner_bottom{
		width: 240px;
		height: 25px;
		overflow: hidden;
		background: transparent url(../images/akcio_btm.gif) no-repeat bottom center;
		}
	.banner_text,
	.banner_more{
		width: 220px;
		text-align: center;
		margin: 4px auto;
		font-family: Verdana,Geneva,Arial,Helvetica,sans-serif;
		font-size: 14px;
		}
	.banner_more a{
		color: #ef4a03;
		font-size: 12px;
		}
		
		
/* --- newsbanner --- */
#newsbanner{
	margin: 29px 10px 10px;
	padding: 0pt;
	width: 240px;
	}
	.newsbanner_title {
		display: block;
		float: left;
		height: auto;
		overflow: hidden;
		width: 236px;
		margin: 0;
		padding: 3px 0;
		background-color: #e30303;
	}
	.newsbanner_title span{
		color: white;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 24px;
		font-weight: bold;
		letter-spacing: 0.05em;
		padding: 4px 0 4px 9px;
	}
	.newsbanner_title a {
		color: white;
	}
	.newsbanner_content {
		background-color: #e30303;
		color: white;;
		display: block;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		height: auto;
		letter-spacing: 0.05em;
		margin: 0;
		padding: 0 8px 10px 8px;
		overflow: hidden;
		width: 220px;
	}
	.newsbanner_date {
		display: block;
		float: left;
		height: auto;
		width: auto;
		clear: left;
	}
	.newsbanner_date span {
		color: #ff6600;
		display: block;
		float: left;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: normal;
		height: auto;
		letter-spacing: 0.05em;
		padding: 0 0 0px 13px;
		width: auto;
	}
	.newsbanner_bovebben {
		display: block;
		/*float: right;*/
		height: 24px;
/*		padding: 0 5px 0 0; */
		width: 236px;
	}
	.newsbanner_bovebben span,
	.listlink a {
		background: #ef4a03 url(../images/background_news_bovebben.png) no-repeat top left;
		color: white;
		display: block;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
		font-weight: normal;
		letter-spacing: 0.05em;
		padding: 4px 0 5px 18px;
	}
	.newsbanner_bovebben a{
		color: white;
	}

