* {
   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.png");
	background-repeat: repeat-x;
	background-position: 50% 0%;
    background-color: #FFF;
}

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#maincontainer {
    width: 900px;
	margin-left:auto;
	margin-right:auto;
}

div#header {
    height: 186px;
}

	div#header_left {
		background-image: url("../images/header_sep.png");
		background-repeat: no-repeat;
		background-position: right center;
		float: left;
		width: 255px;
		display: inline;
		height: 186px;
	}

		a#logo:link,
		a#logo:visited {
			background-image: url("../images/logo.png");
			background-repeat: no-repeat;
			background-position: 72px 27px;
			display: block;
			text-decoration: none;
			width: 187px;
			height: 156px;
		}

			a#logo:hover {
				text-decoration: none;
			}
	
	div#header_right {
		float: left;
		width: 570px;
		height: 186px;
		display: inline;
	}


		#hirforgato_holder {
			position: relative;
			width: 570px;
			height: 186px;
			overflow: hidden;
		}

			#hirforgato_scroller {
				position: absolute;
				left: 0px;
				top: 0px;
			}

				ul#hirforgato {
					list-style-type: none;
					padding: 0px;
					margin: 0px;
				}

					ul#hirforgato li {
						display: block;
						width: 570px;
						height: 166px;
						padding-top: 20px;

						font: normal 12px/22px Arial;
						color: #949494;
					}

					.title {
						font: bold 18px/22px Arial;
						color: #555;
						display: block;
						margin: 7px 0px 4px;
					}


#referenciak {
	height: 273px;
}

	h1 {
		font: bold 16px/18px Arial;
		color: #555;
		margin-left: 60px;
		padding-top: 30px;
		padding-bottom: 20px;
	}

	#ref-left:link,
	#ref-left:visited {
		background-image: url("../images/left.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		float: left;
		width: 55px;
		height: 164px;
		display: inline;
	}

		#ref-left:hover { text-decoration: none; }

	#ref_holder {
		float: left;
		width: 755px;
		height: 165px;
		display: inline;
		overflow: hidden;
		position: relative;
	}

		#ref_scroller {
			position: absolute;
			left: 0px;
			top: 0px;
			height: 165px;
			width: 2000em;
		}

		#ref_holder ul {
			list-style-type: none;
			margin: 0px;
			padding: 0px;
		}

			#ref_holder ul li {
				background-color: #FFF;
				position: relative;
				float: left;
				width: 169px;
				height: 163px;
				display: inline;
				margin: 0px 9px;
				text-align: center;
				font: normal 12px/14px Arial;
				color: #000;
				border: 1px solid #CCC;
			}

				#ref_holder ul li a:link,
				#ref_holder ul li a:visited {
					font-weight: normal;
					text-decoration: underline;
				}

					#ref_holder ul li a:hover {
						text-decoration: none;
					}


					#ref_holder ul li img {
						border-bottom: 1px solid #CCC;
						margin-bottom: 3px;
}

	#ref-right:link,
	#ref-right:visited {
		background-image: url("../images/right.png");
		background-repeat: no-repeat;
		background-position: 50% 50%;
		float: left;
		width: 55px;
		height: 164px;
		display: inline;
	}

		#ref-right:hover { text-decoration: none; }

#footer {
	text-align: center;
	font: normal 10px/18px Arial;
	color: #555;
	padding-top: 10px;
}
   
   /* //////////////////////*/
   /*    Tovabbi reszek     */
   /* //////////////////////*/

.clear {
   clear:both;
   font-size:0px;
   line-height:0px;
   height:0px;
}


