@charset"utf-8";

html { }

body {
	margin: 0px;
	padding: 0px;
	text-align: center;
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 9pt;
	color: #151515;
	background:	#fff;
	cursor:	default;
	}

/* resetowanie wartosci */

table, tr, td { 
	padding: 0px; 
	margin: 0px; 
	border-collapse: collapse; 
	border-spacing: 0px; 
	border: 0px; 
	vertical-align: top; 
	font-size: 9pt;
	background: none; 
	}

div, p, dd, dt, dl, input, textarea, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, blockquote, object {
	margin: 0px; 
	padding: 0px; 
	border: 0px; 
	vertical-align: top;
	}

input, textarea, select {
	font-family:inherit; 
	font-size:inherit; 
	font-weight:inherit;
	}

abbr, acronym { 
	border: 0px; 
	font-variant:normal; 
	}

img {
	margin: 0px; 
	padding: 0px;  
	border:0px; 
	vertical-align:top; 
	}

/* style globalne */	
	
a { cursor: pointer; }
a:link { color: #e2001a; text-decoration: underline; }
a:visited { color: #e2001a; text-decoration: underline; }
a:hover { color: #151515; text-decoration: underline; }
a:active { color: #e2001a;}

h1 { 
	margin:0px; 
	padding:0px; 
	text-align: left; 
	font-size: 23pt;
	font-family: Georgia, Times New Roman;
	font-weight: normal; 
	} 
h2{ 
	margin:0px; 
	padding:0px;	
	text-align: center; 
	font-size: 14pt;
	font-family: Georgia, Times New Roman;
	font-weight:bold; 	  
	}
	
	h3 { 
	margin:0px; 
	padding:0px;	
	text-align: left; 
	font-size: 12pt;
	font-family: Georgia, Times New Roman;
	font-weight:bold; 	  
	}
/* uklad tresci */

#all {
	height: 100%;
	width: 100%;
	text-align: center;
	}
	
	#center {
		height: 100%;
		width: 980px;
		margin: -70px auto 0 auto;
		}
		
		#top {}
		
		#top object {background-color: #fff;}

		#first_line_left {
			height: 300px;
			width: 392px;
			display: inline;
			clear: left;
			}	
		
		#first_line_center {
			height: 300px;
			width: 196px;
			display: inline;
			}	
		
		#first_line_right {
			height: 300px;
			width: 392px;
			display: inline;
			clear: right;
			}	
		
		
		#second_line_left {
			height: 300px;
			width: 392px;
			display: inline;
			clear: left;
			}	
		
		#second_line_center {
			height: 300px;
			width: 196px;
			display: inline;
			}	
		
		#second_line_right {
			height: 300px;
			width: 392px;
			display: inline;
			clear: right;
			}	
#first_line_left object {background-color: #fff;}


#first_line_right object {background-color: #fff;}
