

/*uklad strony*/

body {
  color : #ffffcc;
  background-color : #000;
  font-family: "Times New Roman", "Times", "serif", "Arial";
  font-size:small;      
}

a {
  color : #FFCC66;
  text-decoration : none;
  font-family:"Times New Roman", "Times", "serif", "Arial";
  font-size:small;  
}

a:hover {
  color : #ffffcc;
  text-decoration : none;
  font-family:"Times New Roman", "Times", "serif", "Arial";
  font-size:small; 
  }
  
#width {
	width: 778px; 
	margin-left: auto;
	margin-right: auto;
} 
  
#container {
	width: 780px;  
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	color:#ffffcc;
	text-align: left; 
}
#header {
	padding: 0;  
	}
#header h1 {
	padding-left: 250px;
	font-size:30px;
	margin: 0 px;
	color: #FFCC66;
}
#baner {
	position: relative; left: 50px; top: 0px;
	display: inline;
	
} 
#logo {
float:left
	position: absolute; left: 30px; top: 0px;
	display: inline;
}

#main{
	margin: 35px; 
	padding: 30px 30px;
	color:#ffffcc;
}
#footer {
	padding: 0 0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
}
#footer p {
	margin: 0;
	padding: 0 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

#copyright {
	font-size: x-small;
	text-align: center;
	color: #FFCC66;
	padding: 0; 
}

/*menu*/
#menu, 
 
#menu ul {
	padding:0; 
	margin-left: auto;
	margin-right: auto;
	list-style:none; 
	font: 10px arial, verdana, sans-serif; 
	background:url(transparent.gif); 
	position:relative; 
	}
#menu {
	height:23px; 
	width:776px; 
	padding:0px; 
	background:#000;
	}
#menu table {
	border-collapse:collapse;
	}

#menu li {
	float:left;
	}
#menu li li {
	float:none;
	}
	
#menu li.pr {
float:right;
}
	
/* a hack for IE5.x and IE6 */

#menu li a li {
	float:left;
	}
#menu li a {
	display:block;
	float:left;
	color:#border:1px solid #FFCC66;
	height:23px;
	padding:0 20px 0 10px;
	line-height:22px;
	text-decoration:none;
	white-space:nowrap;
	font-weight:bold;
	border-left:1px solid #000;
	font-size:x-small;
	}
#menu li li a {
	height:21px; 
	line-height:20px; 
	float:none;
	}

#menu li:hover {
	position:relative; 
	z-index:100;
	}
#menu a:hover {
	position:relative;
	z-index:100;
	background:#330000;
	color:#border:1px solid #;
	border-left:1px solid #33000;
	}
#menu li:hover > a {
	border-left:1px solid #;
	background:#330000;
	color:#border:1px solid #FFCC66;;
	}
#menu :hover  ul {
	left:0; 
	top:23px; 
	border-left:1px solid #330000; 
	z-index:300;
	}
#menu a:hover ul {
	left:-1px;
	}
#menu ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;}

/* it could have been this simple if all browsers understood */
/* show next level */

#menu li:hover li:hover > ul {
	left:0; 
	margin-left:100%; 
	top:0;}
/* keep further levels hidden */
#menu li:hover > ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px; 
	width:auto;
	}
/* show path followed */
#menu li:hover li:hover > a {
	background:#330000; 
	color:#border:1px solid #FFCC66;; 
	border-left:1px solid #330000;
	}

#menu li a:hover ul li a:hover {
	background:#330000;
	}

/* but IE5.x and IE6 need this lot to style the flyouts*/
/* show next level */

#menu a:hover a:hover ul,
#menu a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover ul,
#menu a:hover a:hover a:hover a:hover a:hover ul {
	left:100%; 
	top:0;
	}

/* keep further levels hidden */

#menu a:hover ul ul,
#menu a:hover a:hover ul ul,
#menu a:hover a:hover a:hover ul ul,
#menu a:hover a:hover a:hover a:hover ul ul {
	position:absolute; 
	left:-9999px; 
	top:-9999px;
	}
	
	
ul#f_menu {
	color: #330000;
	list-style-type: none;
	margin: 0;
	padding: 0px;
}

ul#f_menu li {
display: inline;
text-decoration: none;
}
	
/*koniec menu*/

img {
	border-color: #FFCC66; 
}

hr {
  height:1px;
  color: #FFCC66;
}
hr.lewa{
float:left;
position:absolute; top: 250px;
border: 1px solid;
color:#FFCC66;
height: 400px;
width: 1px;
display:block;
z-index: 100;
}
hr.prawa{

float:right;
padding-top: 45px;
border: 1px solid;
color:#FFCC66;
height: 600px;
width: 1px;
display:block;
z-index: 100;

}
hr.sr{
float:inherit;
border: 1px solid;
position: relative; left: 180px; top: 35px;
color:#FFCC66;
height: 150px;
width: 1px;
display:inline;
z-index: 110;
}
hr.gorna{
border: 1px solid;
color:#FFCC66;
height: 1px;
width: 600px;
display:block;
z-index: 110;
position: relative;  top: 0px; left: 100px

}

.underline {
  border-left-width: 0px;
  border-right-width : 0px;
  border-top-width:0px;
  border-bottom-width:1px;
  border-bottom-color: #FFCC66;
  border-style:solid;
}

#tytul {
	padding : 5px;
	font-size:large;
	color : #FFCC66;
	text-align:left;
}

.podpis_zdj {
	padding : 5px;
	font-size:normal;
	color : #ffffcc;
	text-align:center;
}
.podtytul {
	border:0px;
	padding : 5px;
	border-bottom-width:1px;
	border-bottom-color: #FFCC66;
	border-style:solid;
	color : #FFCC66;   
}


#podklad {
	padding:5px;
}

td,th {
	padding:5px;
}

.kategoria {
	border:0px;
	width:30%;
	color:#FFCC66;
	border-bottom-width:1px;
	border-bottom-color: #FFCC66;
	border-style:solid;
	text-align:left;
}
.opis {
	border:0px;
	border-bottom-width:1px;
	border-bottom-color:#FFCC66;
	border-style:solid;
	padding-left:50px;
	color:#ffffcc;
	line-height: 200%;
}

.large {
	font-size:14px;
}
.larger {
	font-size:16px;
}
.inactive {
	color:#CCCCCC;
}

.foto {
  margin: 1px;
  border-width: 1px;
  border-color: #000000;
  border-style:solid;
}

.popupfoto {
	padding:0px;
	margin:0px;
}

/*
	Drop down Java windows style sheets
*/
.dvbdy1 {
	background:#FFCC66;
	font-family:"Times New Roman", "Times", "serif", "Arial";
	font-size:12px;
	border-left:1px solid #FFCC66;
	border-right:1px solid #FFCC66;
	border-bottom:1px solid #FFCC66;
	padding:5px;
	width:190px;
}

.dvhdr1 {
	background:#F3F0E7;
	font-family:"Times New Roman", "Times", "serif", "Arial";
	font-size:12px;
	font-weight:bold;
	border:1px solid #FFCC66;
	padding:5px;
	width:190px;
}

.podpis_foto {
	background-color:#FFCC66;
	color:#000000;
	text-align:center;
}
