/* body ******************************************************************************************** - body - */
body {
	background: #A00000;
	color: black;
	text-align: center;
	margin: 0; padding: 0;
	position: absolute;
	top: 0; left: 0;
	height: 100%;
	width: 100%;
		behavior: url(./pliki/csshover.htc); /* wywołanie zachowania IE */

	/* scrollbar ************************************************************ scrollbar */
		scrollbar-arrow-color:      white; /*arrow*/
		scrollbar-face-color:       #A00000; /* face */
		scrollbar-track-color:      black; /*bgrd*/
		scrollbar-3dlight-color:    red; /* outline top left */
		scrollbar-highlight-color:  #A00000; /* inline top left*/
		scrollbar-shadow-color:     #A00000; /* inline bottom right */
		scrollbar-darkshadow-color: red; /* outline bottom right */
	}
/* body ******************************************************************************************** - body - */

a:link, a:visited { text-decoration: none; color: white; }
a:hover, a:active { text-decoration: underline; color: white; }

h1#header {
	font-family: serif;
	margin: 9% 0 0 0;
	color: white;
	}
	
span#toper { font-family: courier, monospace; font-size: 0.7em; color: red; }
	
div#navi {
	width: 100%;
	height: 100px;
	border: none;
	position: absolute;
	top: 68.6%;
	text-align: center;
	}
	
div#floater {
	width: 500px;/* width: 500px; */
	border: none;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: red;
	text-align: center;
	position: relative;
	top: -90px;
	}
	div.link {
		width: 100px;
		border: none;
		margin: 0;
		float: left;
		}
		div.link a:link, div.link a:visited { color: red; text-decoration: none; display: block; }
		div.link a:hover, div.link a:active { color: white; }
		img.link { width: 60px; height: 60px; margin: 40px 0 0 0; border: none; }
		img.link:hover { width: 100px; height: 100px;  margin: 0 0 0 0; }
			div.link a:link img.link, div.link a:visited img.link { width: 60px; height: 60px; margin: 40px 0 0 0; border: none; }
			div.link a:hover img.link, div.link a:active img.link { width: 100px; height: 100px;  margin: 0 0 0 0; }
		
		div.link ul { display: none; }
		div.link li {
			list-style: none;
			display: block;
			margin: 0;
			width: 150px !important;
			position: relative;
			left: -30px;
			text-align: left;
			}
		
div#black {
	width: 100%;
	height: 31%;
	font-family: arial, verdana, sans-serif;
	font-size: 10px;
	color: #990000;
	background: black;
	margin: 0; padding: 0; border: none;
	position: absolute;
	bottom: 0;
	}
	div#black a:link, div#black a:visited { color: #990000; text-decoration: none; }
	div#black a:hover, div#black a:active { color: #CC0000; text-decoration: none; }
	div#black span { position: absolute; bottom: 10px; display: block; width: 100%;}
	
hr {
	height: 1px;
	width: 62%;
	border: none;
	color: #990000;
	background: #990000;
	}
	
#droper {
	letter-spacing: 0.55em;
	font-size: 18px;
	position: relative;
	top: -10px;
	color: white;
	text-decoration: none;
	}

input#search_txt {
	border: 1px solid #080808;
	background: none;
	font-family: courier, monospaced;
	font-weight: bold;
	color: #800000;
	width: 50%;
	}
input#search_btn {
	font-family: courier, monospaced;
	background: #040000;
	color: #A00000;
	border: 1px solid #2A0000;
	height: 20px;
	width: 100px;
	position: relative;
	top: 0;
	}

