/* v1.0 | 20080212 */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
div {
	margin: auto;
}

body {
	text-align: center;	
	background: url('gfx/background-main.jpg') fixed repeat-x;	background-color: #36546e;
}

#background-top {
	background-color: #1b1e1f;
	width: 100%;
	height: 96px;
}

#background-logo {
	background: url('gfx/background-logo.jpg') repeat-x;
	width: 100%;
	height: 257px;
}
#logo-container{
width: 837px;
padding-top: 5px;
}

#logo-logotyp{
height:76px;
width:366px;
padding-top:10px;
float:left;
text-align:left;
}
.logo-linki{
margin-left:366px;
width:458px;
height:76px;
color: #ece5e5;
text-align:right;
font-size:24px;
padding-top: 20px;
font-weight: bold;
font-family: "Arial Black", Arial, sans-serif;
}

.logo-linki a{
	text-decoration: none;
	color: #e1dede;
}
.logo-linki a:hover{
	color: #ffffff;
	text-decoration: underline;
}

#main {
	margin-top: 35px;
	height: 570px;
	width: 847px;
}
#main-lewa {
float:left;
width: 594px;
}
.call-center {
	margin-left: 619px;
	padding-top: 12px;
	width: 223px;
	height: 282px;
	background: url('gfx/background-callcenter.png') no-repeat;
	font-size: 18px;
	color: #ffffff;
	font-family: Arial;
}

.callcenter-photo{
	border: 1px solid #000000;
}

.callcenter-number{
	font-size: 24px;
}

#main-title {
	clear: both;
	float: left;
	height: 30px;
	width: 420px;
	border-bottom: 1px solid #dbdc30;
	border-left: 3px solid #dbdc30;
	color: #ffffff;
	font-size: 22px;
	text-align: left;
	font-weight: bold;
	padding: 0 0 3px 3px;
	text-transform: uppercase;
}
#main-content {
clear:both;
padding-top: 20px;
color: #ffffff;
text-align: justify;
line-height: 20px;
font-size: 16px;
}

#background-bottom {
	background: url('gfx/background-bottom.jpg') repeat-x;
	width: 100%;
	height: 23px;
	color: #ffffff;
	padding-top: 7px;
	font-size: 12px;
	border-bottom: 1px solid #000000;
}

#menu {
	width: 847px;
	position: relative;
}


.menu-opis {
	top: 192px;
	padding-top:10px;
	height: 70px;
	background: url('gfx/background-opis.png');
	font-size: 11px;
	font-family: Arial, sans-serif;
	color: #ffffff;
	z-index: 100;
	position: relative;
}

.menu-opis a{
	font-size: 16px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
}
.menu-opis span {
	width:399px;
	line-height: 15px;
	float:left;
}

.menu-opis a:hover{
	text-decoration:underline;
}


.duza-litera {
	font-size: 32px;
}

/*--Window/Masking Styles--*/
.window {
	height:262px;	width: 399px;
	overflow: hidden; /*--Hides anything outside of the set width/height--*/
	position: relative;
	border: 1px #ffffff solid;
	float: left;
}
.image_reel {
	position: absolute;
	top: 0; 
	left: 0;
}
.image_reel img {
	float: left;
	border:0;
}

/*--Paging Styles--*/
.paging {
	margin-left:399px;
	text-align: left;
	font-size: 19px;
	font-family: "Times New Roman", serif;
	display: none; /*--Hidden by default, will be later shown with jQuery--*/
}

.paging a {
	padding:5px 0 0 16px;
	text-decoration: none;
	color: #ffff33;
	border-bottom: 1px solid #6b6a6a;
	width:430px;
	height: 37px;
	float:left;
}

.paging a.active {
	font-weight: bold;
	background: 0 14px url('gfx/triangle.jpg') no-repeat;
	color: #ffff99;
}

.paging a:hover {
	color: #CCCC00;
	}

ul {
margin-left: 25px;
}	
li {
list-style-type: disc;
color:#dbdbdd;
font-size:15px;
}
ul.podpod {
 margin-left: 50px;
}
ul.podpod li {
list-style-type: circle;
}

.authors{
color: #dbdbdd;
text-decoration: none;
}
.authors:hover {
text-decoration: underline;
}