@import url("jtip_global.css");
@import url("form/table_form1.css");

html,body{
	background:#82BEBC url(../images/page/bg2.gif) repeat-x;
	height: 99%;
	text-align: center;
	font-family:  "Lucida Grande", Verdana, Arial, Helvetica, sans-serif;
	margin:0px;padding:0px;
}
body{
    font-size: 62.5% ;
}


#stranka{
	margin:3px auto;
	min-height: 99%;
	height:100%;
	width:100%;

	min-width:1180px;

 	/*background:url(../images/page/line2.gif);*/
	position:relative;
	
	/* IE hack-y */
	/*_height: 99%;*/
	
	}





/*
#top sa nachadza v subore top.css 
#main sa nachadza v subore main.css 
*/

#bottom{
	/*background:url(../images/page/bottom_bg.jpg) repeat-x;*/
	border-top:3px solid #727679;
	
	/*height:30px;*/
	position:relative;
	width:100%; 
	position:relative;
}
	#bottom #textbottom{
		position:absolute;
		top:5px;
		right:10px;
		color:white;
		 
	}

h2{
	color:#990000;
	padding:0;
	font-size:1.6em;
	margin:3px;
}
h3{
	color:#990000;
	padding:0;
	font-size:1.4em;
	margin:3px;
}



br {
    clear:  both;
}
img {
	border:0;
}

.break{
	clear:both;
}






.chyby{
	background:#FF0000;
	border:1px solid black;
	color:white;
	width:80%;
	margin:5px auto;
}
.chyby h2{
	color:#CCCCCC;
	font-size:1.2em;
}



#tooltip{
	position:absolute;
	border:1px solid #333;
	background:#FFFF00;
	padding:2px 5px;
	color:#000;
	display:none;
	}



span.mena{ color:#333; }
