/**************************************************************
 *	Style strony www.ozarowski.pl
 */
body {
	font-family: verdana, geneva, arial, helvetica, sans-serif;
	font-size: 12px;
	background: url("../img/tree.gif") #333333 no-repeat;
	background-attachment: fixed;
	/*
	scrollbar-arrow-color: #cccccc;
	scrollbar-3dlight-color: #555555;
	scrollbar-darkshadow-color: #222222;
	scrollbar-face-color: #333333;
	scrollbar-highlight-color: #444444;
	scrollbar-shadow-color: #333333;
	scrollbar-track-color: #222222;
	*/
}

div.logo {
	color: #ffffff;
	background: none;
	border: none;
	font-style: oblique;
	font-family: "palatino linotype", palatino, "book antiqua", georgia, times, "times new roman", serif;
	font-size: 40px;
	text-align: center;
	width: 90%;
}
pre.logo {
	color: #ffffff;
	background: transparent;
	border: none;
	font-size: 12px;
	text-align: center;
	width: 90%;
}

h1, legend {
	/*color: #cccccc;*/
	color: #ffcc00;
	font-size: 24px;
	margin-bottom: 5px;
	font-style: oblique;
	/*font-family: arial, sans-serif;*/
	font-family: "palatino linotype", palatino, "book antiqua", georgia, times, "times new roman", serif;
	text-align: right;
	font-weight: bold;
}
legend {
	color: white;
	font-weight: normal;
}

div, fieldset {
	width: 90%;
	color: #cccccc;
	background-color: #444444;
	border: 1px solid black;
	padding: 0px 10px 5px 15px;
	margin: 5px auto;
	/*background: url("../img/bg_trans2.png") transparent repeat;*/
}

pre {
	padding: 10px;
	background-color: #3b3b3b;
	border: 1px solid #000000;
	border-left: 3px solid black;
	font-family:"Lucida Sans Typewriter", "Courier New", monospace;
	font-size: 0.9em;
	color: #ffffff;
	font-weight: bold;
	margin: 1%;
	overflow: auto;
}

ul {
	padding: 5px 30px;
	text-indent: 0px;
	margin: 1%;
	font-family: geneva, arial, helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
}
li {
	padding: 2px 10px;
	text-indent: 0px;
	font-family: geneva, arial, helvetica, sans-serif;
	font-weight: normal;
}

p:first-letter {
	font-size: 1.5em;
	margin-left: 1em;
}

/* data ostatniej modyfikacji */
.lmd {
	display: inline;
	margin: 0.5em;
	font-size: 0.8em;
	font-style: italic;
}
.lmd:before {
	content: " - ostatnia modyfikacja: ";
}
p[title="Ostatnia modyfikacja"] {
	display: inline;
}

a:link		{ color: #ecbe35; text-decoration: none; }
a:hover		{ color: #ffffff; text-decoration: none; }
a:visited	{ color: #ecbe35; text-decoration: none; }


/**************************************************************
 *	menu na gorze strony 
 */

.menu {
	font-size: 12px;
	width: 90%;
	font-family: geneva, arial, helvetica, sans-serif;
	text-align: center;
	border-spacing: 0px;
	font-style: normal;
	font-weight: bold;
	color: #ecbe35;
	border: 1px solid #000000;
	padding: 0px;
	margin-top: 2px;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
	background-repeat: repeat;
	background-color: #444444;
	/*
	background: url("../img/bg_trans2.png") transparent;
	filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../img/bg_trans2.png',sizingMethod='scale');
	*/

}

ul.menu>li {
	display: inline;
	white-space:nowrap;
	color: #f6c62b;
	width: 10%;
	font-weight: bold;
	border: 1px solid black;
	background-color: #444444;
}
.menu li#akt {		/* aktywny - aktualnie wczytana pozycja */
	color: #cccccc;
	width: 10%;
}
.menu li:hover {
	background-color: #555555;
}

/* linki */
.menu a:link		{ color: #ecbe35; text-decoration: none;}
.menu a:hover		{ color: #ffffff; text-decoration: none }
.menu a:visited		{ color: #ffcc00; text-decoration: none }

/**************************************************************
 *	stopka
 */
#stopka {
	background: none;
	border: none;
	font-size: 0.6em;
	text-align: center;
}
td#hg {
	height: 100%;
	width: 64px;
	padding-right: 1em;
	background: url("../img/hackergotchi.png") transparent no-repeat center;
}
