html, body{
	margin:0px auto;
	padding:0px;
	border:0px;
	height:100%;
	background-color:#c0c0c0;
	background-image:url(/images/head_bg.gif);
	background-repeat:repeat-x;
}

#wrapper{
	min-height:100%;
/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}
#wrapper{
	height:auto;
}
/* \*/
* html #wrapper{
	height:100%;
}

.clear{
	clear:both;
	height:0px;
	overflow:hidden;
	font-size:0px;
	margin: 0px;
}

#fullheightcont {
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	margin-left:auto;
	margin-right:auto;
	width:916px;
	height:100%;
}
#outer{
	background-image:url(/images/main_bg.gif);
	background-repeat:repeat-y;
	background-position:center;
	width:916px;
	position:relative;
	height:100%;

/* \*/
	height:100%;
/* Last height declaration hidden from Mac IE 5.x */
}

#container-center {
	min-height:100%;
	padding-left:8px;
	padding-right:8px;
}

#header {
	height:230px;
	position:absolute;
	top:0px;
	overflow:hidden;
	width:916px;
	background-image:url(/images/alap.png);
	background-repeat:no-repeat;
}

#menupontok {
	background-image:url(/images/head_slider.gif);
	background-repeat:no-repeat;
	height:35px;
	width:900px;
}

#clearheadercenter{
	height:230px;
	overflow:hidden;
}

#footer {
	height:21px;
	position:absolute;
	margin-top:-21px;
	overflow:hidden;
	background-color:#7a0000;
	width:900px;
	margin-left:8px;
	margin-right:8px;
}

#footinner {
	width:916px;
	background-color:#000000;
	height:21px;
}

#clearfootercenter{
	height:21px;
	overflow:hidden;
}

#tophead {
	height:184px;
	overflow:hidden;
	width:916px;
}

#topmenu {
	height:46px;
	overflow:hidden;
	width:916px;
	background-image:url(/images/menu_bg.gif);
}

#leftside {
	width:250px;
}

#mainside {
	width:638px;
	padding:6px;
}

.cimsor {
	font-weight:bold;
	color:#b40000;
}

.kiemelt {
	color:#b40000;
}

.tool-tip {
	color: #fff;
	width: 139px;
	z-index: 13000;
}
 
.tool-title {
	font-weight: bold;
	font-size: 11px;
	margin: 0;
	color: #9FD4FF;
	padding: 8px 8px 4px;
	background: url(bubble.png) top left;
}
 
.tool-text {
	font-size: 11px;
	padding: 4px 8px 8px;
	background: url(bubble.png) bottom right;
}