body	{
	position: absolute;
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background-color: #f1af24;
	font-family: Arial, Helvetica, sans-serif;
	color: #54310f;
	font-size: 12px;
	word-wrap: break-word;
	scrollbar-face-color: #f15928;
	scrollbar-highlight-color: #f15928;
	scrollbar-shadow-color: #f15928;
	scrollbar-3dlight-color: #f15928;
	scrollbar-arrow-color: #f1af24;
	scrollbar-track-color: #f1af24;
    scrollbar-darkshadow-color: #f1af24;
}

.tekstZwykly {
	font-size: 12px;
	line-height: 1.5em;
}

.tekstZwykly14 {
	font-size: 14px;
	line-height: 1.5em;
}

.tekstZwykly16 {
	font-size: 16px;
	line-height: 1.5em;
}

a:link {
	color: #54310f;
	text-decoration: underline;
}

a:visited {
	color: #54310f;
	text-decoration: underline
}

a:active {
	color: #54310f;
	text-decoration: underline
}

a:hover {
    color: #FFFFFF;
	text-decoration: underline
}

img.link {
	border: 2px solid black;
}

#pasek {
	float: left;
	top: 0;
	left: 0;	
	width: 470px;
	height: 100%;
	background-color: #f1af24;
	background-attachment: fixed;
	background-image: url('/pic/pasek.jpg');
	background-repeat: no-repeat;
	background-position: left top;
	z-index: 98;
}

#noflash {
	position: absolute;
	top: 0;
	left: 0;
	margin-top: 160px;
	margin-left: 160px;
	font-family: Calibri, Arial, Helvetica, sans-serif;
	font-weight: bold;
	line-height: 1.5em;
	z-index: 97;
}

#noflash a {
	font-size: 14px;
	text-decoration: none;
}

#ramka {
	width: 100%;
	height: 100%;
	overflow: auto;
	overflow-y: scroll;
	background-color: #f1af24;
	}
	
/*non-IE*/
html>body	#ramka {
	width: auto;
	overflow: auto;
	}