/*------------------------------------------------------------------
 # [CSS RESET]
 # -----------------------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}

/*------------------------------------------------------------------
 # [Podstawowe]
 # -----------------------------------------------------------------*/

 html, body 
 {
    font-family: Tahoma, Arial, Helvetica, sans-serif;
    font-size: 0.9em;
    line-height: 140%;
    height: 100%;
	background:url(../images/bg.jpg) 100px 0px repeat-x;
	color:#7d7d7d;
 }

 a
 {
	color:#f97720;
	text-decoration:none;
 }

 a:hover
 {
	text-decoration:underline;
 }


/*------------------------------------------------------------------
 # [Layout strona główna]
 # -----------------------------------------------------------------*/ 

 #container
 {
 	width:950px;
	min-height:500px;	
	height:500px;
	height:auto !important;
	padding-left:30px;
	background-color:#fff;
 }

 #container #topbanner
 {
 	background:url(../images/top.jpg) no-repeat;
	width:950px;	
	height:350px;
 }
 
 #container #topbanner #logo
 {
 	padding-top:20px;
 }
 
 #container  #navigation
 {
	clear:both;
	height:35px;
	width:950px; 
	background-color:#f97720;
	margin:0px;
	padding:0px;
	margin-top:-14px;
 }
 
 #container #content
 {
 	clear:both;
	min-height:280px;
  	height:auto !important;
  	height:280px;
	font-size:11px;

 }
 
 #container #content #left
 {
 	float:left;
	width:604px;
 }
 

 
  #container #content #left #text
 {
	text-align:justify;
 }
 
 #container #content #right #newsy
 {
 	float:right;
	width:315px;
	margin-top:0px;
	padding:0px 10px 0px 10px;
	background-color:#f2f2f2;
	
 }
 
  #container #content #right #rzetelna-firma
 {
 	float:right;
	width:335px;
	margin-top:0px;
	padding:20px 0px 0px 0px;
	text-align:center;
	
 }
 
 #container #content #right #newsy #skrot_wiadomosci
 {
 	padding:0 0 15px 0;
 }
 
  #container #content #right #newsy #skrot_wiadomosci .skrot_wiadomosci_title
  {
  	color:#bcc82d;
	font-weight:bold;
  }
 
 #container #footer
 {	
	clear:both;
	padding-top:5px;
	border-top:1px solid #c1c5ce;
	height:40px;
	background:url(../images/stopka_bg.jpg) no-repeat;
	color:#7d7d7d;
 }
 
 #container #footer .copyright
 {
 	float:left;
	width:300px;
	padding:5px 0 0 10px;
	font-size:11px;
 }
 
  #container #footer .design
 {
 	float:right;
	width:300px;
	padding:5px 10px 0px 0px;
	font-size:11px;
	text-align:right;
 }
 
 /*------------------------------------------------------------------
 # [Menu strona główna]
 # -----------------------------------------------------------------*/
 
 #container #navigation ul#menu
 {
 	display:inline;
	list-style-type:none;
	position:relative;
	height:35px;
	font-weight:bold;
	font-size:11px;
	margin:0px;
	padding:0px 0px 0px 0px;
 }
 
 #container #navigation ul#menu li 
 {
	float:left;
	display:block;
	margin:0px 0px 0px 0px;
	height:35px;
	border-right:1px solid #fff;
	
 }
 
 #container #navigation ul#menu li:last-child
  {
	border-right:0px;
  } 
 
 #container #navigation ul#menu li a
 {
 	display:block;
	float:left;
	color:#fff;
	
	text-decoration:none;
	padding:8px 10px 0px 10px;
	height:27px;
	text-align:center;
	width:7.63em;
		
 }
 
 #container #navigation ul#menu li a:hover
 {
 	text-decoration:none;
	background:#333333;
 }

 #container #navigation ul#menu li a.current
 {
 	background:#333333;
 }
 
 #container #content #left #firma_txt
 {
	float:left;
	width:100%;
	padding-right:10px;
 }
 
  #container #content #left #firma_partnerzy
  {
	float:left;
	width:100px;
	padding-left:5px;
 }
 
 #container #content #left #firma_partnerzy h1
 {
	color:#ff7300;
	font-weight:bold;
	font-size:12px;
 }
 
 #rotate
{
	width:311px;
	height:222px;
	float:right;
	padding-top:27px;
	padding-right:27px;
}

#NewsTicker
{
	clear:both;
	width:950px;
	height:80px;
	padding-top:20px;
}

#NewsVertical 
{
	position: relative;
	display: block;
	overflow: hidden;
	width:950px;
	height: 80px;
}

#NewsVertical   img
{
	vertical-align:middle;
}

#TickerVertical 
{
	display:inline;
	width: 100px;
	height:80px;
	list-style: none;
}

#TickerVertical li 
{
	width: 100px;
	height:80px;
	text-align: center;
	margin: 0;
	padding: 6px;
	float: left;
	display: inline;
}

 /*------------------------------------------------------------------
 # [logowanie]
 # -----------------------------------------------------------------*/

 #logowanie
 {
	width:220px;
	margin:auto;
 }
 
form#login_form label
{
	width:200px;
	display:block;
	
}
 
form#login_form input
{
	width:200px;
	margin-bottom:20px;
	margin:3px 0px 3px 0px;
	border:1px solid #e6e6e6;
	color:#7d7d7d;
	font-size:11px;
	padding:5px;
}

form#login_form input.submit
{
	width:60px;
	height:27px;
	border:0px;
	background-color:#333333;
	font-size:11px;
	color:#fff;
	font-weight:bold;

}