@charset "utf-8";
body  {
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333333;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #603201;
	background-image: url(images/hatter_body.jpg);
	background-repeat: repeat-x;
	background-position: top;
}
.twoColFixLtHdr #container {
	width: 900px;
	text-align: left;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	background-image: url(images/clearfloatback.jpg);
	background-repeat: repeat-y;
} 
.twoColFixLtHdr #header {
	background-color: #FFFFFF;
	height: 188px;
	padding-top: 0;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
} 
.twoColFixLtHdr #header h1 {
	margin: 0;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}
.twoColFixLtHdr #logo_menu {
	padding-top: 103px;
	padding-left: 250px;
	padding-right: 0px;
	padding-bottom: 0px;
	background-image: url(images/saeco_szerviz_fejlec.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	margin: 0px;
}

.twoColFixLtHdr #sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 250px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	background-image: url(images/leftsideback.jpg);
	background-repeat: repeat-y;
}
.twoColFixLtHdr #mainContent {
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 250px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 20px;
	line-height: 20px;
} 
.twoColFixLtHdr #footer {
	height: 270px;
	background-image: url(images/footer.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0;
	padding-left: 0px;
	margin-top: 0px;
	width: 1000px;
	margin-left: -50px;
} 
.twoColFixLtHdr #footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
#roviz {
	float: left;
	height: 255px;
	width: 290px;
	border-right-width: 1px;
	border-right-style: dotted;
	border-right-color: #999999;
}
#rovizjobb {
	height: 255px;
	padding-left: 15px;
	padding-right: 15px;
}
#bal {
	float: left;
	width: 300px;
	height: 400px;
}
#jobb {
	float: left;
	width: 290px;
	height: 400px;
}
#lista {
	list-style-type: none;
	border-left-width: 1px;
	border-left-style: dotted;
	border-left-color: #291308;
	height: 110px;
	line-height: 14px;
}
#tabla {
	padding-top: 100px;
	padding-left: 70px;
}

#leiras {
	margin-left: 200px;
}
#gallery    {
	float: left;
	margin-right: 50px;
	margin-left: 30px;
}
#oldalszoveg {
	color: #FFFFFF;
	padding: 10px;
	line-height: 18px;
}

