@charset "iso-8859-2";
/* CSS Document */
body {
	font: 100%/1.4 Verdana, Arial, Helvetica, sans-serif;
	background:#CCC;
	margin: 0;
	padding: 0;
	color:#000;
}

/* ~~ Selektory elementów i znaczników ~~ */
ul, ol, dl { 
	padding: 0;
	margin: 0;
}
h1, h2, h3, h4, h5, h6, p {
	margin-top: 0;
	padding-right: 15px;
	padding-left: 15px;
	font-family: Tahoma, Geneva, sans-serif;
}
a img { 
	border: none;
}


a:link {
	color:#000;
	text-decoration:none; 
}
a:visited {
	color: #000;
	text-decoration:none;
}
a:hover, a:active, a:focus { 
	text-decoration: none;
	color:#006;
}


.container {
	width: 960px;
	background: url(body.png) repeat scroll top left; 
	margin-top:10px;
	margin-bottom:10px;
	color:#000;
}
#contener1 {
	width: 960px;
	background:#FF9;
	margin: 0 auto; 
	margin-top:10px;
	box-shadow:1px 1px 20px #000; /* cienie */
  -webkit-box-shadow: 1px 1px 20px #000;
  -moz-box-shadow: 1px 1px 20px #000;
  
}

.header {
	background:#F90;
	height:70px;
	padding:20px;
}

.sidebar1 {
	float:left;
	width:228px;
	height:auto;
	background:transparent; 
    color:#333;
	padding-bottom:10px;
	border-right:1px solid #999;
}
.fotki {font-family: "Comic Sans MS", cursive;
         font-size:0.8em;
		 color:#369;
		 margin:0 auto;
		 margin-bottom:23px;
		 margin-top:-8px;
		 border-bottom:1px solid #333;
}
.foto {width:210px;
	height:165px;
	margin:20px auto;
	margin-left:15px;
	position:static;}
span {margin-left:20px;}

.content {
     background:#FC3;
	 border:2px solid #999;
	padding: 10px 0;
	width: 727px;
	float: left;
	color:#000;
}

.content ul, .content ol { 
	padding: 0 15px 15px 40px;
}
ul.nav {
	list-style: none; 
	border-top: 0px solid #666; 
	margin-bottom: 15px; 
	float:right;
	color:#CCC;
}
ul.nav li {
	border-bottom: 0px solid #666; 
}
ul.nav a, ul.nav a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background:#999; 
	margin:0 10px 15px 10px;
}
ul.nav a:hover, ul.nav a:active, ul.nav a:focus { 
	background:url(body.png);
	color:#996;
}
ul.nav1 {
		list-style: none; 
	border-top: 0px solid #666; 
	margin-bottom: 15px; 
	color:#CCC;
	margin:0 10px 15px 10px;
}
ul.nav1 li {
	margin-right:10px; 
}
ul.nav1 a, ul.nav1 a:visited { 
		padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #999;
}
ul.nav1 a:hover, ul.nav1 a:active, ul.nav1 a:focus { 
	background:url(body.png);
	color:#996;
}
ul.nav2 {
	list-style: none; 
	border-top: 0px solid #666; 
	margin-bottom: 15px; 
	color:#CCC;
	float:right;
	margin-right:200px;
}
ul.nav2 li {
	border-bottom: 0px solid #666; 
}
ul.nav2 a, ul.nav2 a:visited { 
	padding: 5px 5px 5px 15px;
	display: block; 
	width: 160px;  
	text-decoration: none;
	background: #999;
}
ul.nav2 a:hover, ul.nav2 a:active, ul.nav2 a:focus { 
	background:url(body.png);
	color:#996;
}
/* ~~ Stopka ~~ */
.footer {
	width:auto;
	height:40px;
	padding: 10px 0;
	background:#F90;
	position: relative;
	clear: both; 
}
#stopka {
	width:125px;
	height:30px;
	background:#F90;
	margin:0 auto;
	padding-top:4px;}

/* ~~ Różne klasy float/clear ~~ */
.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
	height:0;
	font-size: 1px;
	line-height: 0px;
}
.fotki {font-family: "Comic Sans MS", cursive;
         font-size:0.8em;
		 color:#369;
		 margin:0 auto;
		 margin-bottom:23px;
		 margin-top:-8px;
		 border-bottom:1px solid #333;
}