body{
	font-family:arial, helvetica, sans-serif;
	font-size:12px;
	margin:0;
	background-color: white;
}

body, div, p {
	margin: 0;
	padding: 0;
	font-family: verdana;
	font-size: 12px;	
}

.Eopcja {
	margin: 0;
	padding: 0;
	float: left;
	font-size: 10px;
	margin: 0 3px;
	cursor: pointer;
}

.Eopcje {
	z-index: 115;
	margin: 0;
	padding: 0 2px;
	position: absolute;
	right: 0%;
	top: -5px;
	border: dotted 1px orange;
	background-color: white;
}

.Eopcje p {
	display: inline;
}

select {
	font-family: verdana;
	margin: 2px;
	font-size: 10px;
}

#stopka_strony {
	height: 25px; 
	position: relative; 
	width: 750px; 
	display: table-cell; 
	vertical-align: middle;
}

#main_background {
	position:relative;
	top : -1px;
	width: 760px;
	margin: 0px auto;
	padding: 0px;
	border: solid 1px transparent;
}

#disableBackground {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.3;
	filter:alpha(opacity=30);
	z-index: 30;
	display: none;
	border: none;
}

#loadingCircle {
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 31;
	display: none;
	border: none;
}

.mainBackground {
	position: absolute;
	z-index: -1;
	margin: 0px;
	pading: 0px;
}

.backgroundCorner {
	width: 5px;
	height: 5px;
	background-repeat: no-repeat;
}

.backgroundTopLeft {
	top: 0px;	
	left: 0px;
	background-position: bottom right;
	font-size: 0px;
}

.backgroundTop {
	top: 0px;	
	left: 5px;
	width: 750px;
	height: 5px;
	background-position: left bottom;
	background-repeat: repeat-x;
}

.backgroundTopRight {
	top: 0px;	
	right: 0px;
	background-position: bottom left;
	font-size: 0px;
}

.backgroundLeftUpper {
	top: 5px;
	left: 0px;
	width: 5px;
	height: 148px;
	z-index: -2;
	background-position: bottom right;
	background-repeat: repeat-y;
}

.backgroundLeftMiddle {
	top: 153px;
	left: 0px;
	width: 5px;
	height: 305px;
	z-index: -2;
	background-position: top right;
	background-repeat: repeat-y;
}

.backgroundLeftMiddleLower {
	top: 539px;
	left: 0px;
	width: 5px;
	bottom: 30px;
	z-index: -2;
	background-position: top right;
	background-repeat: repeat-y;
}

.backgroundLeftLower {
	left: 0px;
	width: 5px;
	bottom: 5px;
	height: 25px;
	z-index: -2;
	background-position: top right;
	background-repeat: repeat-y;
}

.backgroundRightUpper {
	top: 5px;
	right: 0px;
	width: 5px;
	height: 148px;
	z-index: -2;
	background-position: bottom left;
	background-repeat: repeat-y;
}

.backgroundRightMiddle {
	top: 153px;
	right: 0px;
	width: 5px;
	height: 305px;
	z-index: -2;
	background-position: top left;
	background-repeat: repeat-y;
}

.backgroundRightMiddleLower {
	top: 539px;
	right: 0px;
	width: 5px;
	bottom: 30px;
	z-index: -2;
	background-position: top left;
	background-repeat: repeat-y;
}

.backgroundRightLower {
	bottom: 5px;
	right: 0px;
	width: 5px;
	height: 25px;
	z-index: -2;
	background-position: top left;
	background-repeat: repeat-y;
}

.backgroundBottomLeft {
	bottom: 0px;	
	left: 0px;
	background-position: top right;
	font-size: 0px;
}

.backgroundBottom {
	bottom: 0px;	
	left: 5px;
	width: 750px;
	height: 5px;
	background-position: left top;
	background-repeat: repeat-x;
	font-size: 0px;
}

.backgroundBottomRight {
	bottom: 0px;	
	right: 0px;
	background-position: top left;
	font-size: 0px;
}

#bookmarks {
	cursor: default;
	width: 100%;
}

#bookmarks * {
	outline: 0;
}

#bookmarksMenuList {
	list-style: none;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	height: 25px;
}

#bookmarksMenuList li {
	position: relative;
	top: 1px;
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
	z-index: 0;
	text-align: center;
	cursor: pointer;
}

#bookmarksMenuList li span {
	display: block;
	height: 23px;
	line-height: 16px;
	padding: 4px 5px 0px 5px;
}

#linksInner {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#linksInner li {
	float: left;
	margin: 0px;
	padding: 0px;
}

.activeBookmark > span > em {
	font-style: normal;
}
