* {
   margin:0px;
   padding:0px;
   font-family: Arial;
   font-size: 12px;
   line-height:23px;
   color: #666666;
}

*:focus {outline: none}

body {
   background-image: url("../images/all_bg.jpg");
   background-repeat: repeat-x;
   background-position: left top;
   background-color:#f5f5f5;
}

a:link, a:visited {
    text-decoration:none;
    font-weight:bold;
    color: #000000;
}
	
	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;
}

   /* //////////////////////*/
   /*      Vaz reszek       */
   /* //////////////////////*/

div#header {
    background-image: url("../images/header.jpg");
    background-repeat: no-repeat;
    background-position: center top;
    height:305px;
}

div#maincontainer {
    width:915px;
    margin-left:auto;
    margin-right:auto;
}

	div#header_top {
	   background-image: url("../images/header_top.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   width: 914px;
	   height: 97px;
	}

	#logo:link, #logo:visited {
	   float:left;
	   width: 264px;
	   height: 80px;
	   display: inline;
	}
	
		#logo:hover { text-decoration: none;}
		
	div#menu_holder {
	   float:left;
	   width: 650px;
	   height: 97px;
	   display: inline;
	}
	
	div#header_text {
	   height: 52px;
	   padding-top: 10px;
	   background-image: url("../images/header_text_bg.png");
	   background-repeat: no-repeat;
	   background-position: 25px center;
	   padding-left: 30px;
	}
	div#header_bottom {
	   background-image: url("../images/header_bottom.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   height: 126px;
	   padding-top: 10px;
	   padding-left: 10px;
	}
	
	div#header_bottom_1 {
	   background-image: url("../images/header_bottom_1.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   height: 126px;
	   padding-top: 10px;
	   padding-left: 10px;
	}
	
	div#header_bottom_2 {
	   background-image: url("../images/header_bottom_2.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   height: 126px;
	   padding-top: 10px;
	   padding-left: 10px;
	}
	
	div#header_bottom_3 {
	   background-image: url("../images/header_bottom_3.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   height: 126px;
	   padding-top: 10px;
	   padding-left: 10px;
	}
	
	div#header_bottom_4 {
	   background-image: url("../images/header_bottom_4.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   height: 126px;
	   padding-top: 10px;
	   padding-left: 10px;
	}
	
		div.header_box {
		   float:left;
		   width: 180px;
		   height: 107px;
		   display: inline;
		   background-image: url("../images/header_box_bg.jpg");
		   background-repeat: no-repeat;
		   background-position: right center;
		   padding-left: 22px;
		   padding-right: 22px;
		   padding-top: 18px;
		   font-family: "Microsoft Sans Serif", Arial;
		   font-size: 11px;
		   font-weight: normal;
		   line-height: 18px;
		   color:#999;
		   position: relative;
		   
		}
		
		div.header_box_last {
		   float:left;
		   width: 180px;
		   height: 107px;
		   display: inline;
		   padding-left: 22px;
		   padding-right: 22px;
		   padding-top: 18px;
		   font-family: "Microsoft Sans Serif", Arial;
		   font-size: 11px;
		   font-weight: normal;
		   line-height: 18px;
		   color:#999;
		   position: relative;
		}
	
	div#content_holder {
	   background-image: url("../images/content_bg.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   background-color:#FFF;
	   width:845px;
	   margin-left: 8px;
	   margin-right: 11px;
	   padding: 25px;
	}
	
		div#content_left {
		   float:left;
		   width: 575px;
		   display: inline;
		}
		
		div#content_right {
		   float:left;
		   width: 245px;
		   display: inline;
		   margin-left: 25px;
		}
	
	div#footer {
	   background-image: url("../images/footer.jpg");
	   background-repeat: no-repeat;
	   background-position: left top;
	   padding-top: 22px;
	   margin-left: 8px;
	   margin-right: 11px;
	}
	
		div#footer_left {
		   float:left;
		   width: 430px;
		   display: inline;
		   font-family: "Microsoft Sans Serif", Arial;
		   font-size: 12px;
		   font-weight: normal;
		   line-height: 18px;
		   color:#666;
		   margin-bottom: 10px;
		   padding-left: 10px;
		}
		
		
		div#footer_right {
		   float:left;
		   width: 410px;
		   display: inline;
		   text-align: right;
		   margin-bottom: 10px;
		   background-image: url("../images/rss.jpg");
		   background-repeat: no-repeat;
		   background-position: right center;
		   padding-right: 30px;
		}
		
			div#footer_right a:link, div#footer_right a:visited  {
			   font-family: Arial;
			   font-size: 11px;
			   font-weight: normal;
			   line-height: 18px;
			   color:#666;
			   text-transform: uppercase;
			}

   /* //////////////////////*/
   /*     Menupontok        */
   /* //////////////////////*/

ul#menu{
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-top: 25px;
	margin-left: 315px;
}

ul#menu li{
	position: relative;
	display: inline;
	float: left;
}

ul#menu li.active{
	position: relative;
	display: inline;
	float: left;
	background-image: url("../images/menu_active.gif");
	background-repeat: no-repeat;
	background-position: center bottom;
}

ul#menu li.sep {
	position: relative;
	display: inline;
	float: left;
	width: 1px;
	font-family: Arial;
	font-size: 1px;
	font-weight: normal;
	line-height: 24px;
	color:#FFF;
	border-left: 1px solid #b5a6a4;
}

ul#menu li a:link, ul#menu li a:visited {
	display: block;
	width: 90px;
	height: 56px;
	padding: 1px 8px;
	font-family: Arial;
	font-size: 12px;
	font-weight: normal;
	line-height: 18px;
	color:#999;
	text-transform: uppercase;
	text-align: center;
}

	ul#menu li a:hover {
	   text-decoration: none;
	   color: #000;
	}
	
ul#menu li ul{
	left: 0;
	position: absolute;
	top: 1em;
	display: block;
	visibility: hidden;
}

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: 1px 5px;
}

	ul#menu li ul li a:hover {
	   text-decoration:none;
	}

	

	
	
	
ul#right_list {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin-bottom: 20px;
}

ul#right_list li{
	display: block;
}

ul#right_list li a:link, ul#right_list li a:visited {
	display: block;
	width: 163px;
	padding: 1px 8px;
	font-family: "Microsoft Sans Serif", Arial;
	font-size: 13px;
	font-weight: normal;
	line-height: 18px;
	color:#666;
	border-bottom: 1px solid #CCC;
	padding-bottom: 5px;
	padding-top: 5px;
	
	background-repeat: no-repeat;
	background-position: left center;
	padding-left: 15px;
}

	ul#right_list li a:hover {
	   text-decoration: none;
	   border-bottom: 1px solid #000;
	}
	
ul#right_list li ul{
	left: 0;
	position: absolute;
	top: 1em;
	display: block;
	visibility: hidden;
}

ul#right_list li ul li{
	display: list-item;
	float: none;
	list-style-type:none;
}

ul#right_list li ul li ul{ 
	left: 159px;
	top: 0;
}

ul#right_list li ul li a:link, ul#right_list li ul li a:visited {
	display: block;
	width: 160px;
	padding: 1px 5px;
}

	ul#right_list li ul li a:hover {
	   text-decoration:none;
	}


   /* //////////////////////*/
   /*    Tovabbi reszek     */
   /* //////////////////////*/

.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
}

