/* CSS Document */

html, body{
	margin:0px auto;
	padding:0px;
	border:0px;
	height:100%;
	background-color:#d8d8d8;
	background-image:url(/latogatok/images/tel/pagebg.gif);
	background-repeat:repeat-x;
	font-family:Tahoma;
	color:#173046;
	font-size:11px;
}

#fullheightcont {
	height:100%;
	width:996px;
	margin-left:auto;
	margin-right:auto;
	background-image:url(/latogatok/images/tel/fullbg.gif);
	background-repeat:repeat-y;
}

#wrapper{
	padding-left:8px;
	padding-right:8px;
	width:980px;
	min-height:100%;
	background-image:url(/latogatok/images/tel/fullbg.gif);
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
	height:auto;
/*	background-image:url(/images/tel/juharbg.gif);
	background-repeat:repeat-y;*/
}
/* \*/
* html #wrapper{
	height:100%;
}

#outer{
	position:relative;
	width: 980px;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#header {
	height:155px;
	position:absolute;
	top:0px;
	overflow:hidden;
	width:980px;
	padding-left:8px;
	padding-right:8px;
	background-image:url(/latogatok/images/tel/headbg.gif);
}

#clearheadercenter{
	height:155px;
	overflow:hidden;
}

#footer {
	height:45px;
	margin-top:-45px;
	position:absolute;
	overflow:hidden;
	width:996px;
	background-image:url(/latogatok/images/tel/foot.gif);
}

#clearfootercenter{
	height:45px;
	overflow:hidden;
}

#leftside {
	float:left;
	width:255px;
	overflow:hidden;
}

#centerside {
	float:left;
	width:555px;
	
}

#rightside {
	float:left;
	width:170px;
	overflow:hidden;
}

