body {
	margin: 0;
	padding: 0;
	background: #FFF url("img/bg_index.jpg") repeat-x left top;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
strong {
	font-weight: bold;
}
h1 {
	text-indent: -99999px;
	background: url("img/h1_witamy.jpg") no-repeat;
	height: 47px;
}
h2 {
	font-size: 12px;
	font-family: Arial, sans-serif;
	color: #0b5174;
	letter-spacing: 1px;
}

p, ul, ol {
	margin: 0;
}
ul, ol {
}
img {
	border: 0;
}
a {
	text-decoration: none;
	color: #C92A29;
}

a:hover {
}

#wrapper {
	width: 800px;
	margin: 0 auto;
	padding: 0;
}


/* Header */
#header {
	margin: 40px 0 -9px 0;
	float: left;
	width: 800px;
	height: 151px;
	color: #616161;
}

/* Menu Header */
#menu_header {
	background: url(img/bg_menu.gif) no-repeat left bottom;
	width: 455px;
	height: 66px;
	float: right;
	margin: 90px 0 0 0;
}
ul.menu_header  {
	padding: 23px 0 0 50px;
}
ul.menu_header li {
	float: left;
}
ul.menu_header li a {
	display: block;
	height: 21px;
	text-indent: -99999px;
}
ul.menu_header li.glowna a{
	width: 86px;
	background: url("img/menu_header.png") no-repeat top left;
}
ul.menu_header li.glowna a:hover {
	background: url("img/menu_header.png") no-repeat bottom left;
}
ul.menu_header li.onas a{
	width: 28px;
	margin-left: 40px;
	background: url("img/menu_header.png") no-repeat -125px top;
}
ul.menu_header li.onas a:hover {
	background: url("img/menu_header.png") no-repeat -125px bottom;
}
ul.menu_header li.oferta a{
	width: 36px;
	margin-left: 40px;
	background: url("img/menu_header.png") no-repeat -192px top;
}
ul.menu_header li.oferta a:hover {
	background: url("img/menu_header.png") no-repeat -192px bottom;
}
ul.menu_header li.kontakt a{
	width: 44px;
	margin-left: 40px;
	background: url("img/menu_header.png") no-repeat -267px top;
}
ul.menu_header li.kontakt a:hover {
	background: url("img/menu_header.png") no-repeat -267px bottom;
}




/* Dott */
#dott {
	width: 821px;
	clear: both; 
	border-top: 1px dashed #C0C0C0;
}

/* Page */
#page {
	background: #FFF url("img/bg_content.jpg") repeat-x top left;
	width: 800px;
	
}
/* More */
ul.more  {
	list-style: none;

}
ul.more li a {
	display: block;
	width: 173px;
	height: 29px;
	text-indent: -99999px;
	margin: 0 0 0 170px;	
}
ul.more li.more_a a{
	background: url("img/more_a_splash.gif") no-repeat top center;
}
ul.more li.more_a a:hover {
	background: url("img/more_a_splash.gif") no-repeat bottom center;
}

/* Content */
#content {
	width: 475px;
	float: right;
	margin: 20px auto;
	color: #444;
}
#content .post {
	width: 430px;
	line-height: 18px;
	margin: 0 auto;
}
#content .cytat {
	text-indent: -99999px;
	background: url("img/cytat.jpg") no-repeat;
	height: 111px;
	display: block;
}
#content p {
	text-align: justify;
	font-family: Verdana, sans-serif;
	font-size: 11px;
	padding: 5px 10px 5px 10px; 
}
#content .img_left {
	padding-right: 15px;
	float: left; 
	vertical-align: middle;
}
#content .podanie{
	text-decoration: none;
	color: #e70033;
}
#content .podanie_img {
	padding: 0 8px 0 0;
	vertical-align: middle;
}
#content a {
	color: #59960d;
	text-decoration: underline;
}
#content ul {
	margin: 10px 0 0 50px;
	width: 350px;
	padding: 0;
	list-style: circle;
}
#content li {
	padding-bottom: 10px;
	font-family: Verdana, sans-serif;
}
#content fieldset{
	margin:0;
	padding:0;
	border-style:none;
}

#content label{
	display:block;
	margin-top:5px;
	font-weight:bold;
}

#content input{
	display:block;
}

#content input, #content textarea{
	width:250px;
	color:#5d5a63;
	font-size: 11px;
	padding: 5px;
	font-style:italic;
	border: 1px solid #ccc;
	background-color:#FFF;
}

#content textarea{
	height:100px;
}

#content button{
	margin-top:10px;
	margin-right:10px;
	font-size: 11px;
	background-color: #0B5174;
	color: #fff;
	padding: 4px 5px 4px 5px;
	border: 0;
}

#content .error{
	display:block;
	position:absolute;
	width:262px;
	margin-bottom:0;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background-color:#ed1941;
}
#content .radio {
	width: 10px;
	float: left;
}
#content .offer_more {
	font-family: Verdana, sans-serif;
	color: #fff;
	padding: 5px 10px  5px 10px;
	background: #275480;
}

#columns {
	background: url("img/bg_columns.gif") no-repeat;
	margin: 15px 0 0 0;
	padding: 10px 0 10px 0;
}
#columns ul.column {
	font-family: Verdana, sans-serif;
	font-size: 11px;
	margin: 0 0 0 50px;
	width: 400px;
	padding: 5px;
	list-style: circle;
	color: #1e436a;
}
#columns ul.column li {
	padding-bottom: 8px;
	line-height: 11px;
	width: 200px;
	float: left;
}
ul.columns  {
	list-style: none;

}
ul.columns li a {
	display: block;
	width: 173px;
	height: 29px;
	text-indent: -99999px;
	margin: 0 0 0 170px;	
}
ul.columns li.more_a a{
	background: url("img/more_a_offer.gif") no-repeat top center;
}
ul.columns li.more_a a:hover {
	background: url("img/more_a_offer.gif") no-repeat bottom center;
}


/* Sidebar */
#sidebar {

	float: left;
	width: 280px;
	margin: 20px 0 0 0;
	padding: 46px 20px 0 20px;
	border-right: 1px dotted #ccc;
}

#sidebar_menu {
	width: 280px;
	font-family: Verdana, sans-serif;
	color: #fff;
	margin: -20px 0 30px 0;
	background: #275480;
}

#sidebar_menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar_menu li {
	border-top: 1px dotted #FFF;
}
#sidebar_menu li.active {
	border-top: 1px dotted #FFF;
}
#sidebar_menu a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 10px 10px 10px 20px;
}
#sidebar_menu a:hover {
	text-decoration: none;
	color: #fff;
	background: #59960d;
}

#news { 
	margin: 0;
	width: 300px;
	float: left; 
	padding-top: 40px;
	font-family: verdana;
	font-size: 10px;
	color: #FFF;
}
#news ul {
	width: 280px;
	margin: 0 20px 10px 10px;
	padding: 0;
	list-style: none;
}
#news li {
	margin-top: 5px;
	padding-bottom: 5px;
	font-family: Verdana, sans-serif;
}
#news .date {
	font-size: 10px;
	color: #555;
	font-style: italic;
}
#news .title {
	margin: 5px 0 3px 0;
	display: block;
	font-size: 11px;
	font-weight: bold;
	color: #292929;
}
#news .news {
	font-size: 10px;
	color: #292929;
	line-height: 16px;
	text-align: justify;
}
#news .more a{
	background: url("img/news_more.gif") no-repeat center center;
	color: #FFF;
	width: 105px;
	display: block;
	text-decoration: none;
	text-align: center;
	font-weight: bold;
	margin: 10px 0 0 160px;
	padding: 5px 0;
}
#mini_contact { 
	clear: left;
	background: url("img/bg_contact.gif") no-repeat top left;
	margin: 0;
	width: 283px;
	margin: 40px 0 0 0;
	font-family: verdana;
	font-size: 11px;
	color: #292929;
	line-height: 18px;
}


/* Logos */
#logos {
	background: url("img/bg_logos.jpg") no-repeat top left;
	width: 800px;
	height: 76px;
	padding: 30px 0 0 30px;
	clear: both;
	margin: 0 auto 10px;
}
#scroller_container {
	position: relative;
	width: 760px;
	height: 70px;
	overflow: hidden;
}
#scroller {
	white-space: nowrap;
	line-height: 60px;
	font-size: 60px;
}
#scroller{ text-align:center; padding:auto auto auto auto;
}
a.linkopacity img {
	 filter:alpha(opacity=50);
	 -moz-opacity: 0.5;
	 opacity: 0.5;
	 -khtml-opacity: 0.5;
	 }

a.linkopacity:hover img {
	 filter:alpha(opacity=100);
	 -moz-opacity: 1.0;
	 opacity: 1.0;
	 -khtml-opacity: 1.0; 
	 }

#scroller p {
 	padding: 0;
}
 
/* Footer */
#footer {
	width: 800px;
	clear: both;
	margin: 0 auto;
	font-size: 10px;
	font-family: Verdana, sans-serif;
	color: #5b5b5b;
}
#footer p{
	padding: 10px 0 20px 20px;
	text-align: left;
}
#footer a {
	font-weight: bold;
	color: #5b5b5b;
}
#footer a:hover {
	color: #191c1f;
	text-decoration: underline;
}