@charset "utf-8";
/* CSS Document */


/* uklad */

html, body {
	background-color: #0A0A0A;
	background-image: url("obraz/tlo1.jpg");
	background-attachment:fixed;
	color: #545454;
	font:normal normal normal 12px georgia, serif;
	text-align: left;
	margin: 0;
	padding: 0;
}


p { 
line-height: 145%}


.strona #container {
	width: 800px;
	background-image: url("obraz/tlotop2.gif") repeat-y 5% 0;
	margin: 0;
	padding: 0;
}



.strona #header {
	background-color: none;
	font: normal normal normal 14px georgia, serif;
	width: 800px;
	margin: 0;
	padding: 0;
}

.strona #header h1 {
  font: normal normal normal 14px georgia, serif;
	background-color: none;
	width: 630px;
	margin: 0;
	padding: 0;
}



.strona #sidebar {
	float: right;
	width: 170px;
	font: normal normal normal 12px georgia, serif;
	overflow: hidden;
	background-color: none; /* the background color will be displayed for the length of the content in the column, but no further */
	margin: 0px -10px;
	padding: 0px 0px;
}


.strona #maincontent {
	float: left;
	width: 630px;
	overflow: hidden;
	background-color: black;
	background-image: url("obraz/maincontentimage.png") repeat-y;
	margin: 0;
	padding: 0 0 300px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.strona #maincontent h2 {
  font:normal normal normal 16px georgia, serif;
	color: #636363;
  text-indent: 0%;
	margin: 0 0px 0 10px;
	padding: 20px 0 20px 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.strona #maincontent h3 {
  font:normal normal normal 12px georgia, serif;
	float: clear;
	color: #636363;
  text-indent: 0%;
	margin: 0 0px 0 0px;
	padding: 40px 100px 0px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}



.strona #footer {
	clear: both;
	width: 630px;
	background-color: black;
	margin: 0 0 0 0px;
	padding:10px 0px 10px 0px;
}

.strona #footer p {
	font-size: 9px;
	text-indent: 0%;
	margin: 0;
	padding:0px 0px 0px 10px; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}






/* odnosniki */

a:link {
 color: #818181;
 }
 
a:visited {
 color: #818181;
 }

a:hover {
 color: #818181;
 ;
 text-decoration:none;
 }
 
a:active {

}
 
 

 
 
 
 
/* menuboczne */ 
 
ul#menuboczne, ul#menuboczne li {
	display: block;
	list-style: none;
	margin: 0;
	padding: 0px 1px;
}

ul#menuboczne {
  width: 150px;
	}

ul#menuboczne a:hover {
 background-color: #000000;
 border-style: none;
 padding: 9px 0px 0px 0px;
}





	
	
	
/* linie */
hr {

 border-top:1px dashed #545454;

 border-width:1px 0 0 0;

 height:1px;

}
	
	
	

/* grafika*/	
.strona #galeriaminiatury {
  float: left;
	width: 460px;
	overflow: hidden;
	background-color: black;
	margin: 0 0 0 0px;
	padding: 20px 60px 70px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.strona #galeriaminiatury1 {
  float: left;
	width: 460px;
	overflow: hidden;
	background-color: black;
	margin: 0 0 0 0px;
	padding: 20px 60px 70px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.strona #galeriaminiatury2 {
  float: left;
	width: 460px;
	overflow: hidden;
	background-color: black;
	margin: 0 0 0 0px;
	padding: 20px 60px 70px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}


.strona #cover {
  float: left;
	width: 460px;
	overflow: hidden;
	background-color: black;
	margin: 0 0 0 0px;
	padding: 10px 60px 70px 100px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
}

.strona #mainimage {
  float: left;
	width: 630px;
	overflow: hidden;
	background-color: none;
	margin: 0 0 0 0px;
	padding: 0px 0px 0px 0px; /* remember that padding is the space inside the div box and margin is the space outside the div box */

}	
	
	
	
	
	
	

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 0x;
    line-height: 0px;
	
	

