#gorny{
	position: absolute;
	left: 0px;
	right: 0px;
	top: 0px;
	height: 90px;
	z-index: 100;
	background-color: #FFFFFF;
	color : #000000;
	margin-left: 15px;
}

#gorny a {
	color: inherit;
}


#lewy{
/* position: fixed, absolute, relative */
	position: absolute;
	left: 0.5em;
	top: 9em;
	width: 10em;

	background-color: #FFFFFF;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom:20px;
	margin-right: 15px;
	border-style: double;
	border-color:#446FDD;
}

#lewy ol {
	padding-left: 25px;
}

.maly {
	font-size: small;
	text-align: center;
}
	

#glowny{
	position: absolute;
	left: 1em;
	top: 9em;
	/* bottom: 0;*/ 
	min-width: 50em;
	min-height: 40em;
	max-width: 50em;

	/* overflow: auto; */
	background-color: #FFFFFF;
	color: #000000;
	padding-left: 15px;
	padding-right: 15px;
	margin-bottom: 20px;
	margin-right: 15px;

}

.photo img {
	height: 250px;
	width: 300px;
	margin: 10px;
	outline: solid;
	
}

.photo {
	margin: 10px;
	outline: solid;
	text-align: center;
	font-size: 12pt;
	float: left;
}

.photo h1 {
	font-size: inherit;
}

.photo h2 {
	font-size: inherit;
}

.blog {
	border-style: solid;
	border-width: thin;
	padding: 0.5em;
	margin: 0.5em; 
}

.blog h4 {
	color : #381B1B;
}

.komentarz{
	border-style: dashed;
	border-width: thin;
	padding: 0.5em;
	margin: 1.5em; 
	font-size: 0.8em;

}

.link {
	padding-left: 8px;
	font-size: 1.1em;
}

.link  td {
	border-style: none;
	text-align: left;
}

.data {
	text-align: right;
	color: blue;
}

.wiersz {
	text-align: center;
}

.kraj {
	padding-left: 0.3em;
	list-style: none;
}

.kraj img {
	width: 25px;
}

.region {
	padding-left: 3em;
	list-style: none;
}

#menu {
	list-style: none;
	margin: 2px auto 2px 13em;
	padding: 0;
	z-index: 150;
	height: 22px;
	margin-left: 15px;
	
}

#menu a {
	color : #000000;
	display: block;
}

#menu a:hover {
	color : #FF4400;
}

#menu > li {
	float: left;
	margin: 5px 0;
	border: solid 1px black;
	padding: 0;
	width: 200px;
	z-index: 160;
	font-weight : bold;
	color : #000000;
	padding-left: 5px;
}

#menu > li > a {
	background: inherit;
	color: inherit;
}

#menu > li:hover {
	color: #FF4400;
}

#menu > li:hover > a {
	background: inherit;
	color: inherit;
}

#menu > li > ul { 
	list-style: none;
	margin-left: -5px;
	margin-top: 2px;
	padding: 0;
	display: none;
}

#menu > li:hover > ul {
	display: block;
}

#menu > li > ul > li { 
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: black;
	color : #000000;
	padding-left: 5px;

}

#menu > li > ul > li:hover {
	color: #FF4400;
}


table {
	text-align: center;
	margin: 5px;
	border-spacing: 0;
	border-collapse: collapse;
	overflow: auto;
}

td {
	border-style: solid;
	border-width: thin;
	padding-left: 5px;
	padding-right: 5px;
}

.nag {
	font-weight : bold;
	color: #4D2121;
	background-color: #FFD8A2;
}

a {
	font-weight : bold;
	color: #FF4400;
	text-decoration: none;
}

body{
	background-color : #FFFFFF;
}

h3{
	border-bottom-style: solid; 
	border-bottom-width: 3px; 
	border-bottom-color: #3B4B94;
	border-top-style: solid; 
	border-top-width: 3px; 
	border-top-color: #3B4B94;
	
}


.size-column{
	text-align: right;
	width: 70px;
}

.count-column{
	text-align: right;
	width: 15px;
}

.name-column{
	text-align: left;
	min-width: 140px;
}

.desc-column{
	text-align: left;
}

.downloads{
	font-size: 0.8em;
	width: 800px;
}

.downloads a{
	font-weight: normal;
}

.downloads td{
	border-left: none;
	border-right: none;
}


.downloads tr{
	height: 40px;
}


