* { margin:0; padding:0; }

html, body
	{
		background-image: url(../../grafika/background_out.gif);
		text-align: center;
		height: 100%;
		_height: 100%;
		font-family: Arial, Helvetica, sans-serif;
		font-size: 12px;
	}

div.main
	{
		width: 900px;
		_width: 902px;
		min-height: 100%;
		_height: 100%;
		_overflow-x: auto;
		text-align: left;
		margin: auto;
		position: relative;
		border-left: 1px solid #A8A597;
		border-right: 1px solid #A8A597;
		background-image: url(../../grafika/background_in.gif);
		background-repeat: repeat-y;
	}	

div.hlavicka
	{
		width: 900px;
		height: 189px;	
		background-image: url(../../grafika/header.jpg);
		background-position: center;
		background-repeat: no-repeat;	
		border: 0px;
		position: absolute;
		z-index: 200;
	}	


	
div.levy_bok
	{
		top: 172px;
		padding: 0px;
		margin: 0px;
    	border: 0px;		
		width: 300px;
		_width: 300px;		
		position: absolute;
		bottom: 0px;
		z-index: 200;
		height: auto;
		_height: auto;
	}
	
div.napln
	{
		padding-bottom: 20px;
		padding-left: 170px;
		padding-right: 20px;
		padding-top: 10px;
		margin: 0px;
		width: auto;
    	border: 0px solid;
		overflow: auto;
		position: relative;
		z-index: 0;
		height: auto;
		_height: auto;
	}