@CHARSET "UTF-8";

#content_main
{
	width: 868px;
	height: 476px;
	background-image: url('/img/layout/bg/glowna.jpg');
	background-repeat: no-repeat;
}
	
#content_produkty_i_linie
{
	position: relative;
	width: 868px;
	height: 476px;
	background-image: url('/img/layout/produkty_bg.jpg');
	background-repeat: no-repeat;
}

	#produkty_kategorie_apla
	{
		position: absolute;
		left: 47px;
		top: 95px;
	}
	
	#produkty_linie_apla 
	{
		position: absolute;
		left: 436px;
		top: 92px;
	}

#czymFlash
{
	width: 868px;
	height: 476px;
}

#toplayer
{
	display: block;
	position: absolute;
	top: 100px;
	left: 70px;	
	width: 520px;
	height: 336px;
	z-index: 10;
	background: #fff;
}
#tl_flash
{
	margin-left: 0px;
	margin-top: 0px;
}

#main_movie
{
	display: block;
	position: absolute;
	top: 100px;
	left: 70px;	
	width: 450px;
	height: 364px;
	background-image: url('/img/layout/apla_video.png');
	behavior: url('/iepngfix.htc');
}

#flash_movie
{
	margin-left: 35px;
	margin-top: 60px;	
}

#content_kontakt
{
	position: relative;
	width: 868px;
	height: 476px;
	background-image: url('/img/layout/kontakt_bg.jpg');
}

	#kontakt_form
	{
		position: absolute;
		top: 50px;
		left: 345px;
		width: 470px;
		height: 300px;
		text-align: left;
		color: #ebc681;
		font-size: 11px;
		font-weight: bold;
	}
	
		#kontakt_form input[type=text]
		{
			background: none;
			height: 20px;
			position: absolute;
			left: 20px;
			border: none;
			color: #ebc681;
			font-family: Verdana, Arial, Sans-serif;
			font-size: 12px;
			font-weight: bold;
		}
		
		#kontakt_form input.login
		{
			top: 101px;
			width: 150px;
		}
		
		#kontakt_form input.imie
		{
			top: 135px;
			width: 340px;
		}
			
		#kontakt_form input.telefon
		{
			top: 168px;
			width: 340px;
		}
		
		#kontakt_form input.email
		{
			
			top: 201px;
			width: 340px;
		}
			
		#kontakt_form textarea.tresc
		{
			font-family: Verdana, Arial, Sans-serif;
			height: 80px;
			width: 300px;
			position: absolute;
			left: 30px;
			top: 239px;
			border: none;
			font-size: 12px;
			font-weight: bold;
			background: none;
			color: #ebc681;
			overflow: auto;
		}
		
		#kontakt_send
		{
			position: absolute;
			left: 332px;
			top: 344px;
			background: none;
			width: 70px;
			height: 20px;
			cursor: pointer;
		}
