* {
   margin:0px;
   padding:0px;
   font-family: Arial;
   font-size: 11px;
   line-height:17px;
   color: #666666;
}

*:focus {outline: none}

body {
	background-image: url("../images/all_bg.jpg");
	background-repeat: repeat-x;
	background-position: center top;
    background-color: #CCE6EE;
}

a:link, a:visited {
    text-decoration:none;
    font-weight:bold;
    font-family: inherit;
    font-size: inherit;
    line-height:  inherit;
    color: inherit;
}
	
	a:link img , a:visited img {
	    border: 0px;
	}

a:hover {
    text-decoration:underline;
}

p {
    margin-top:7px;
    margin-bottom:7px;
}

ul {
   margin-left: 20px;
   font-size:11px;
}

b, i {
   font-family: inherit;
   font-size: inherit;
   line-height:  inherit;
   color: inherit;
}

   /* //////////////////////*/
   /*      Vaz reszek       */
   /* //////////////////////*/

div#bg {
	background-image: url("../images/content_repeat.jpg");
	background-repeat: repeat-y;
	background-position: left top;
	width: 867px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
}
   
div#maincontainer {
    background-image: url("../images/header.jpg");
	background-repeat: no-repeat;
	background-position: left top;
    width: 867px;
}

div#header {
	padding-top: 25px;
}

	a#logo:link, a#logo:visited {
	    display: block;
		width: 180px;
		height: 149px;
		margin-left: 35px;
	} a#logo:hover { text-decoration: none; }
	
	div#menu_holder {
		width: 867px;
		height: 36px;
	}

div#content_holder {
    width: 867px;
}

	div#left {
	    float: left;
		display: inline;
		width: 603px;
		padding: 0px 15px 0px 20px;
	}
	
		div#left, div#right, .tartalom, .cikkszoveg, .cikkbevezeto, p {
			font-family: Arial;
			font-size: 13px;
			font-weight: normal;
			line-height: 18px;
			color: #316F86;
		}
		
		.tartalom, .cikkszoveg, .cikkbevezeto, p {
			padding: 0px 20px;
		}
		
		#content_table {
			margin-top: 10px;
		}
		
			#content_table td {
				vertical-align: top;
				padding: 0px;
			}
			
			#content_table td div#real_content {
				width: 510px;
				height: 425px;
				overflow-x: hidden;
				overflow-y: auto;
				padding: 10px 0px;
			}
			
			.hullam {
				background-image: url("../images/hullam.jpg");
				background-repeat: no-repeat;
				background-position: left top;
				width: 496px;
				height: 28px;
			}
	
	div#right {
	    float: left;
		display: inline;
		width: 229px;
	}
	
		.right_content {
			width: 213px;
			padding: 0px 8px;
			background-color: #EDCF1D;
			padding-top: 10px;
		}
		
		.right_bottom {
			background-image: url("../images/right_bottom.jpg");
			background-repeat: no-repeat;
			background-position: left top;
			width: 229px;
			height: 32px;
		}

div#footer {
	background-image: url("../images/footer.jpg");
	background-repeat: no-repeat;
	background-position: left top;
    width: 867px;
	height: 57px;
}
	
	

   /* //////////////////////*/
   /*     Menupontok        */
   /* //////////////////////*/

ul#menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 30px;
}

ul#menu li {
	position: relative;
	display: inline;
	float: left;
}

ul#menu li.sep {
	background-image: url("../images/menu_sep.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
	float: left;
	height: 36px;
	width: 3px;
}

ul#menu li a:link, ul#menu li a:visited {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	color: #316F86;
	padding: 0px 15px;
}

	ul#menu li a:hover {
		text-decoration: none;
	}	
	
	
	ul#menu li ul {
		left: 0;
		position: absolute;
		top: 36px;
		display: block;
		visibility: hidden;
		background-color: #EDCF1D;
		margin: 0px;
	}
	
		ul#menu li ul li {
			display: list-item;
			float: none;
			list-style-type:none;
		}
		
			ul#menu li ul li ul { 
				left: 159px;
				top: 0;
			}
				
				ul#menu li ul li a:link, ul#menu li ul li a:visited {
					display: block;
					width: 160px; 
					padding: 0px 10px;
					line-height: 30px;
					background-image: url("../images/right_hr.jpg");
					background-repeat: repeat-x;
					background-position: left top;
				}
					ul#menu li ul li a:hover {
						background-color: #E5BB04;
					}
	

	
	
ul#footer_menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-left: 30px;
	padding-top: 3px;
}

ul#footer_menu li {
	position: relative;
	display: inline;
	float: left;
}

ul#footer_menu li.sep {
	background-image: url("../images/footer_menu_sep.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	display: inline;
	float: left;
	height: 36px;
	width: 3px;
}

ul#footer_menu li a:link, ul#footer_menu li a:visited {
	display: block;
	font-family: Arial;
	font-size: 12px;
	font-weight: bold;
	line-height: 36px;
	color: #FFFFFF;
	padding: 0px 15px;
}

	ul#footer_menu li a:hover {
		text-decoration: none;
	}	
	

   /* //////////////////////*/
   /*    Tartalom reszek    */
   /* //////////////////////*/
   
.vonal {
    border-bottom: 1px solid #CCC;
    font-family: Arial;
    font-size: 0px;
    font-weight: normal;
    line-height: 0px;
    color:#FFF;
    
}

.elvalaszto {
   border: 3px solid #D7DADE;
   font-size:0px;
   line-height:0px;
   height:0px;
   margin-top:15px;
   margin-bottom:15px;
   margin-right:35px;
}

.cikkbalra ,
.cikkjobbra ,
.cikkepbalra ,
.cikkepjobbra {
   float:left;
   display: inline;
}

	.cikkepbalra { margin-right: 10px; }
	.cikkepjobbra { margin-left: 10px; }
   
   
   
   
   
   /* //////////////////////*/
   /*    Tovabbi reszek     */
   /* //////////////////////*/

.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
}

.cikkcim, #cikkcim, #cikkalcim, h1 {
    font-family: Arial;
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	color: #316F86;
	margin-top: 10px;
}

h2 {
	margin: 0px;
	font-family: Arial;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	color: #316F86;
	background-image: url("../images/right_hr.jpg");
	background-repeat: repeat-x;
	background-position: left bottom;
	margin-top: 22px;
	padding-bottom: 5px;
	margin-left: 8px;
	margin-right: 8px;
}

.hr {
	background-image: url("../images/left_hr.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.right_hr {
	background-image: url("../images/right_hr.jpg");
	background-repeat: repeat-x;
	background-position: left top;
	height: 1px;
	font-size: 1px;
	line-height: 1px;
	margin-top: 5px;
	margin-bottom: 5px;
}

.kep_bg:link, .kep_bg:visited {
	background-image: url("../images/kep_bg.jpg");
	background-repeat: no-repeat;
	background-position: left top;
	width: 137px;
	height: 113px;
	padding: 21px 0px 0px 17px;
	float:left;
	display: inline;
	margin: 0px 23px;
	
} 





