/* USTAWIENIA CALOSCI */

body{
background: #0F0F2B url('bg.jpg') repeat-x;
font: 14px arial;
color: white;

}

a{
	color: silver;
	text-decoration: none;
}
a:hover{
	text-decoration: underline;
}
/* WARSTWY */

#drukarnia{
	width: 1000px;
	height: 689px;

}

#top{
	background: url(top.jpg) no-repeat;
	width: 1000px;
	height: 182px;
	padding-left: 64px;
	
}
#top #przycisk{
	float: left;
}

#flash{
	float: right;
	width: 294px;
	height: 182px;
	padding-right: 64px;
//	padding-right: 0px;
	
}
#logo{
	float: left;
	width: 321px;
	height: 137px;
}

#main{
	width: 1000px;
	height: 473px;
}

#main #left{
	text-align: left;
	float: left;
	background: url('mainleft.jpg') no-repeat;
	width: 699px;
	height: 473px;
	display: block;
	}
#main #left #tresc{
	margin-left: 100px;
	margin-top: 35px;
	width: 575px;
	height: 410px;
	overflow: hidden;
	display:block;
}
#main #right{
	text-align: left;
	float: left;
	background: url('mainright.jpg') no-repeat;
	width: 301px;
	height: 473px;
	
}
#main #right #tresc{
	float: left;
	margin-left: 20px;
	margin-top: 70px;
	width: 180px;
	height: 377px;
	overflow: hidden;
	display:block;
}

#main #right #tresc A{
	color: #b4cee9;
}

#main #right #tresc A:hover{
	color: #ffffff;
	text-decoration: none;
}

#stopka{
	padding-top: 5px;
	background: url('stopka.jpg') no-repeat;
	width: 1000px;
	height: 34px;
}


/*  STYLE */

#stopka A span{
	color: #F39521;
}

#data{
	font-size: 12px;
}
a #temat{
	font-size: 16px;
}
.mini{
	font-size: 12px;
	color: white;
}
.temat{
	color: #b4cee9;	
	font-weight: bold;
	font-size: 16px;
}
.validate{
	padding-top: 5px;
	padding-left: 20px;
	float: left;
	font-size: 10px;
	color: #FFFF99;
	width: 200px;
}
#for{
	float: left;
}
#tabb td{
	font-size: 12px;
}
#tabb td input{
	font: 12px arial;	
}
