html, body {
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 95%;
/*	overflow: hidden; */
}
td, th {	
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 1em;
	}

#container, #header {
	background-image:url(../images/spirala.gif);
	background-repeat:repeat-y;
}

#container {
	position: relative;
	width: 830px;
	margin: 0 auto 0 0;
	text-align: left;
	min-height: 100%;
}

/*\ Give to IE/Win but hide from IE/Mac - unfortuantely it won't support either min-height method */
* html #container {
	height: 100%;
}
/* end hide */

/* trick to get compliant browsers to clear the (right) floated div if required */
#container::after{
	content: ".";
	display: block;
	height: 0;
	line-height: 0;
	font-size: 1px;
	clear: both;
	visibility: hidden;
}

#header {
	position: absolute;
	z-index: 100;
	left: 0%;
	margin: 0 0 0 0px;
	padding: 0;
	height: 90px;
	width: 100%;
	background-color: #FFFFFF;
}

#left {
	position: relative;
	float: left;
	margin: 90px 0 0 0;
	padding: 0 0 0 0;
	width: 180px;
}

#content {
	position: relative;
	float: right;
	margin: 100px 0 0 0;
	padding: 0 5px 0 5px;
	width: 640px;
	text-align: justify;
	font-weight: bolder;
}

#trafic {
	width: 90px;
	border: 0px none;
	text-align: center;
	left: 10px;
	top: 500px;
	margin: 0px;
	padding: 0px;
	position: absolute;
}
#lft_nvb {
	font-size: 0.9em;
	padding: 0px;
	width: 100px;
	position: relative;
	margin-left: 10px;
	margin-top: 0px;
	text-align: center;
}
.copyr {
	font-size: 0.7em;
	font-style: italic;
	text-align: left;
	font-weight: normal;
}
.explic {
	font-size: 0.8em;
	font-weight: bolder;
}
.floatleft {
	float: left;
	margin: 0px 5px 5px 0px;
}
.floatright {
	float: right;
	margin: 0px 0px 5px 5px;
}
img {
	border: none;
}
.figure {
	padding: 5px;
}

