@CHARSET "UTF-8";
body {
	background: black;
	margin: 0px;
	padding: 0px;
	font-family: "trebuchet ms";
	font-size: 11px;
	color: white;
}
#global-main {
	 width: 980px;
}
#main {
	position: relative;
	width: 720px;
	min-height: 700px;
	margin-bottom: 100px;
	/*margin-left: 260px;*/
	float: right;
}
/* -- nieruchome pod spodem -- */
#immobile {
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 0;
	background: black url('gfx/top-shade.png') top left repeat-x;
}
#main-bgr {
	position: relative;
	text-align: left;
	width: 980px;
	height: 700px; 
}
#logo {
	 position: absolute;
	 top: 0px;
	 left: 70px;
	 width: 170px;
	 height: 74px;
	 background: url('gfx/logo.png') top left no-repeat;
	 cursor: pointer;
}
#haslo {
	 position: absolute;
	 top: 64px;
	 left: 150px;
	 width: 170px;
	 height: 20px;
	 font-size: 11px;
	 font-style: italic;
}
/* !-- nieruchome pod spodem -- */
#global-content {
	/*margin-left: 260px;*/
	z-index: 10;
}
#lang {
	position: absolute;
	width: 38px;
	text-align: left;
	padding-top: 10px;
	top: 30px;
	background: rgba(255,255,255,0.1);
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-icab-border-radius: 8px;
	-o-border-radius: 8px;
	/*-moz-box-shadow: 0px 0px 1em black;*/
	z-index: 10;
}
p {
	margin: 10px 0px;
}
.blue {
	color: rgb(127,180,208);
}
li {
	margin-left: 20px;
}
#lang img {
	margin-left: 10px;
	margin-bottom: 4px;
}
#lang a img {
	border: 0px;
}
a img {
	border: 1px solid black;
}
#menu {
	height: 70px;
	margin-bottom: 100px;
	z-index: 10;
}
a {
	color: rgb(127,180,208);
	text-decoration: none;
}
a.bottom-link {
	margin: 0px 5px;
}
#menu a {
	font-size: 12px;
	display: block;
	float: right;
	padding-top: 20px;
	margin: 0px 7px;
}

#menu a:hover {
	text-decoration: none;
	color: white;
	text-shadow: white 4px 4px 6px;
}

#menu a.selected {
	
}

a:hover {
	text-decoration: underline;
}

div.page {
	text-align: right;
	margin-right: 23px;
}
div.box {
	background: rgba(255,255,255,0.2);
	width: 680px;
	margin: 10px 0px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	-khtml-border-radius: 8px;
	-icab-border-radius: 8px;
	-o-border-radius: 8px;
	text-align: justify;
	-moz-box-shadow: 0px 0px 1em black;
}
div.innerBox {
	padding: 20px;
}

div.innerBox div.text {
	font-size: 14px;
	margin: 20px 0px;
	text-shadow: black 1px 1px 2px;
}

h3 {
	margin: 10px 0px 20px 0px;
	font-size: 20px;
	color: rgb(127,180,208);
	text-shadow: black 2px 2px 3px;
}
h4 {
	margin: 10px 0px 20px 0px;
	font-size: 15px;
	color: rgb(127,180,208);
}

div.bottom-nav {
	margin-top: 40px;
}
.comment {
	width: 400px;
}
textarea.comment {
	height: 100px;
}
/* -- paypal -- */
.important {
	font-weight: bold;
	text-align: center;
	color: red;
}
/* -- sklep -- */
.smallInfo {
	font-style: italic;
	margin-top: 20px;
}
td {
	padding: 4px 2px;
	font-size: 12px;
	text-align: right;
}
td.header {
	border-bottom: 1px solid #4D4E50;
}
div.label {
	width: 190px;
	float: left;
	padding: 5px;
	margin-left: 60px;
}
div.input {
	width: 300px;
	float: left;
	padding: 5px;
}
#summary td {
	text-align: left;
}