/* --------------------------  WSPOLNE  -------------------------------------   */

html, body, form
{
	margin: 1px;
	padding: 0px;
}

div.mainBox
{
	display: block;
	clear: both;
	position: relative;
	border-bottom: 0px;
	background-color: #fffcf7;
}

div.RmainBox
{
	display: block;
	float: left;
	position: relative;
	margin: 2px 2px;
	border: 1px solid #777;
	border-bottom: 0px;
	background-color: #fffcf7;

	margin-bottom: 8px;
	
	width: 270px;
}

div.THint
{
	display: none;
	visibility: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-color: #EEEEE0; 
	color: #444;  
	width: 400px; 
	height: auto; 
	font-size: 10px; 
	overflow: hidden; 
	border: 1px solid #000; 
	padding-right: 10px;
}

div.THint div.sep {	height: 10px;	width: 10px; clear: both;	}
div.THint span.l { height: auto; font-weight: bold; width: 100px; float: left;}
div.THint span.r { height: auto; width: 150px; float: left; clear: right;}


div.THint div.THintHeader 
{
	position: absolute;
	top: 0px;
	left: 0px;
	right: 0px;	
	height: 15px;
	width: 100%;
	text-align: center;
	background-color: #c1e8ee;
	border-bottom: 1px solid #777;
}

div.THint div.THintHeader a
{
	width: 10px;
	height: 10px;
	float: right;	
	background-image: url(../img/kal_hint_close.gif);
	background-position: left top;
	background-repeat: no-repeat;
}
/* ------------------------------  WSPOLNE  ---------------------------------   */


