/* base
----------------------------------------------- */
	
*{
	padding: 0px;
	margin: 0px;
	}
	
html, body, form, fieldset {
	margin: 0px;
	padding: 0px;
	color: #444;
	font-family: Verdana, Helvetica, Arial, sans-serif;
	font-size: 13px;
	line-height: 1.6em;
}

form label { cursor: pointer; }
fieldset { border: none; }
input, select, textarea { font-size: 100%; }

/* layout
----------------------------------------------- */

body{
	text-align: left;		/* centers content in IE5.5 and earlier */
	background: #000000 url(../images/bkg_bkl_gry.jpg) repeat-x;
	}

p, span {
	margin: 0px;
	padding: 0px;
	text-align: left;
}

div.hr {
  height: 1px;
  background: #fff url(hr1.gif) no-repeat scroll center;
}
div.hr hr {
  display: none;
}

#iframe
	{
		margin-top: 10px;
		overflow:auto;
		width:470px;
		height:470px;
		
	}
A:link {text-decoration: none; color: red;}
A:visited {text-decoration: none; color: red;}
A:active {text-decoration: none; color: red;}
A:hover {text-decoration: underline; color: red;}