#Table_01 {
	position:relative;
	margin:0px auto;
	left:auto;
	top:0px;
	width:1000px;
	height:750px;
}

#test-01_ {
	position:absolute;
	left:0px;
	top:0px;
	width:1000px;
	height:7px;
}

#test-02_ {
	position:absolute;
	left:0px;
	top:7px;
	width:10px;
	height:733px;
}

#logo {
	position:absolute;
	left:10px;
	top:7px;
	width:297px;
	height:28px;
}

#pasek_gora {
	position:absolute;
	left:14px;
	top:79px;
	width:963px;
	height:11px;
}

#pasek_lewy {
	position:absolute;
	left:14px;
	top:92px;
	width:10px;
	height:600px;
}

#tresc {
	background-color:#333333;
	position:absolute;
	left:14px;
	top:92px;
	width:963px;
	height:630px;
	
}

#pasek_prawy {
	position:absolute;
	left:967px;
	top:102px;
	width:10px;
	height:600px;
}

#stopka {
	position:absolute;
	background-color:4f4f4f;
	width:943px;
	left:26px;
	height:25px;
	bottom:2px;
}

.style2 {
	font-size: 11px;
}

#menu {
	position:absolute;
    left:14px;
	top:50px;
	width:940px;
	height:19px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	text-transform:uppercase; 
	font-weight:bold;
	text-decoration: none;

}

#menu ul {
     margin: 0;
     list-style-type: none;
}
 
#menu ul li{
     float: left;
     padding-left: 3px;
}
.klasa1 a{
	width:157px;
	float:left;
	background: #262626;
	color: #666666;
	padding:8px 5px 5px 10px;
	text-decoration:none;

}
.klasa1 a:hover{
	color: #ffffff;
    background: #161616;
	text-decoration:none;

	 
}

#flashcontent {
		height: 100%;

.pics { 
   /* wartości te powinny być conajmniej takie jak rozmiary zdjęć */
   height: 420px; /* szerokość elementu HTML gdzie osadzone są zdjęcia */
   width: 670px; /* wysykość elementu HTML gdzie osadzone są zdjęcia */
   padding: 0; 
   margin: 0; 
} 

.pics img { 
   padding: 15px; 
   border: 1px solid #ccc; 
   background-color: #eee; 
   /* rozmiary zdjęć */
   width: 670px; /* szerokość wyświetlanych zdjęć */
   height: 420px; /* wysokość wyświetlanych zdjęć */
   top: 0; 
   left: 0 
}