@CHARSET "UTF-8";
@import url("reset.css");

/* STRUKTURA
---------------------------------- */
html {
	height: 100%;
}

body {
	height: 100%;
	background-image:url("/images/background.png");
	background-repeat:repeat-x;
	font-family:Trebuchet MS;
}

#wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -40px;
	background-image:url("/images/header-background.png");
	background-repeat:repeat-x;

}

#header {
	width:1000px;
	height:168px;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
}

#content {
	width:960px;
	margin-left: auto;
	margin-right: auto;
	margin-top:40px;
}
#left {
	float:left;
	width:670px;
	background-image:url("/images/left-background.png");
}

#right {
	float:right;
	width:274px;
}

#footer {
	height: 25px;
    margin-left: auto;
    margin-right: auto;
	margin-top:20px;
    padding: 15px 0 0 0;
	background-color:red;
	color:#C7E3F4;
	text-align:center;
	font-size:11px;
	font-family:Tahoma, Arial;
	background-image:url("/images/footer-background.png");
}


/* BLOKI
---------------------------------- */
#left-header {
	width:670px;
	height:121px;
	background-image:url("/images/left-header.png");
}

#left-text {
	padding:30px 5px 10px 20px;
	border-bottom:1px solid #D7EFFF;
	background-image:url("/images/left-text-background.png");
	background-repeat:no-repeat;
	color:#0B3F60;
	font-size:13px;
}

#pobierz {
	background-image:url("/images/right-pobierz.png");
}

#zobacz {
	background-image:url("/images/right-zobacz.png");
}
			
#zrzuty {
	height:279px !important;
	background-image:url("/images/right-zrzuty.png");
}

h1,h2 {
	margin:30px 0 0 0 !important;
	font-weight:bold;
	font-size:14px
}

em {
	display:block;
	font-weight:bold;
}

#header img {
	float:left;
	margin:0;
	padding:0;
	border:0;
}

#left-text p {
	margin:0 0 10px 0;
}

#left-text ol {
	margin: 0 0 0 40px;
	list-style:decimal;
}

#left-text ol em {
	margin:8px 0 0 0;
	font-style:normal;
}
					
#left-text ol a {
	font-weight:bold;
	color:#E47913;
}

#right li {
	height:215px;
	margin: 0 19px 15px 0;	
}

#pobierz p {
	float:left;
	width:100%;
	height:50px;
	margin:95px 0 0 0;
	text-align:center;
	color:#ffffff;
	font-size:12px;
}

#pobierz img {
	float:left;
	width:182px;
	height:40px;
	margin:13px 0 0 35px
}

#zrzuty ul {
	float:left;
	width:100%;
	margin:90px 0 0 0;	
}
	
#zrzuty ul li {
	float:left;
	height:auto !important;
	margin:0 !important;
	padding:0 !important;
}

#zrzuty ul li a img {
	width:100px;
	height:79px;
	margin: 4px 11px 4px 11px;;
	padding:1px;
	border:1px solid #38ADF7;
}

#break {
	height:40px;
	clear:both;
}

#footer a {
	color:#C7E3F4;
	font-weight:bold;
}

#sign {
  height:20px;
  margin:-5px 5px 0 5px;
  width:47px;
    
}


#sign img {
  height:20px;
  width:47px;
  vertical-align:middle;

}

#ad1,#ad2 {
  margin:0 0 0 126px;
  padding:4px 0 0 16px;
  width:484px;
  height:20px;
  background-image:url("/images/ad1.gif");
}

#ad2 {
margin-top:20px;
}