body
{
	background-color: #000000;
	font-family: 'Lato', sans-serif;
}

#container
{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}
  
#logo
{
	color: #ffff00;
	text-align: center;
	width: 970px;
	height: 150px;
	background-image: url(img/04.jpg);
	text-shadow: 5px 10px 10px #000000; 
	font-size: 30px;
	padding: 15px;
}





#nav
{
	float: left;
	background-color: lightgray;
	width: 120px;
	min-height: 640px;
	padding: 10px;
}
  
	.option
	{
		min-width: 100px;
		min-height: 22px;
		padding: 5px;
		font-size: 15px;
		text-align: center;
		border-bottom: 1px dotted #aaaaaa;	
		color: #000000;
	}
  
	.option:hover
	{
		background-color: rgb(54,232,23);
		cursor: pointer;
		font-size: 17px;
		text-shadow: 5px 5px 5px rgb(100,50,0);
	}
  
#content
{
	font-size: 20px;
	float: left;
	padding: 20px;
	min-height: 620px;
	width: 640px;
	background-color: #bbbbbb;
}

	.onas
	{
		font-size: 36px;
		color: #000000;
		z-index: 1;
	}
  
  .onas1
	{
		font-size: 17px;
		color: #000000;
		z-index: 1;
	}
#ad
{
	float: left;
	width: 160px;
	min-height: 640px; 
	padding: 10px;
	background-color: lightgray;
}
 
#footer
{
	clear: both;  
	background-color: #333333;
	font-size: 15px;
	color: white;
	text-align: center;
	padding: 10px;
}
   
   
   
   

/* css do galerii */
   
#logo2
{
	color: #000000;
	text-align: center;
	width: 680px;
	height: 60px;
	background-color: #cccccc;
	text-shadow: 10px 10px 10px #182019;
	font-size: 30px;
	padding-top: 20px;
	float: left;
}
#logo3
{
	float: left;
	color: #000000;
	width: 160px;
	height: 70px;
	background-color: #cccccc;
	font-size: 20px;
	padding-top: 5px;
	text-decoration: none;
	}
.css_anchor_gallery {
clear: both;  
width: 1000px;   
	margin-left: auto;
	margin-right: auto; 
overflow: hidden;
background-color: #cccccc;
} 
.css_anchor_gallery .pictures_ {
list-style-type: none; 
height: 554px; /* wysokosc najwyzszego zdjecia + ewentualnego opisu lub innych elementow */ 
width: 805px; /* szerokosc najszerszego zdjecia */ 
overflow: hidden; 
float: right;
margin: 0;
padding: 0;
}
.css_anchor_gallery .pictures_ li {
margin: 0;
padding: 0px 0 0px 0;
background: none;
}
.css_anchor_gallery .pictures_ img { 
border: 2px solid #555555;
height: 550px; 
} 
.css_anchor_gallery .thumbnails_ { 
list-style-type: none; 
width: 180px; 
overflow: auto; 
height: 554px; 
float: left;
padding-left: 5px;
margin: 0px 0 0 0px; 
} 
.css_anchor_gallery .thumbnails_ li { 
margin: 0px 0;
background: none;
padding: 0; 
}
.css_anchor_gallery .thumbnails_ li:first-child {
margin: 0 0 0px 0;    
} 
.css_anchor_gallery a img { 
width: 150px; 
height: 110px;
border: 1px solid #555555;
margin: 0; 
}   



.yt
{
	margin: 10px;
	width: 50px;
	height: 50px;
	background-color: #999999;
}

.yt:hover
{
	background-color: #d94348;
}

.fb
{
	margin: 10px;
	width: 50px;
	height: 50px;
	background-color: #999999;
}

.fb:hover
{
	background-color: #4668b3;
}

.gplus
{
	margin: 10px;
	width: 50px;
	height: 50px;
	background-color: #999999;
}

.gplus:hover
{
	background-color: #d95333;
}

.tw
{
	margin: 10px;
	width: 50px;
	height: 50px;
	background-color: #999999;
}

.tw:hover
{
	background-color: #3095d3;
}

a.sociallink
{
	color: #ffffff;
	text-decoration: none;
	display: block;
	width: 50px;
	height: 50px;
}

