/* CSS by CMP [ www.DuDeStudio.pl ]
==============================================================================================================*/

* {
	margin: 0;
	padding: 0;
}

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,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, input {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
}

ol, ul {
	
}

.navigation {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	font-weight: bold;
}

html {
	text-align: center;
}

body {
	background: #fff url(/images/cms/bg.png) repeat-x 0 top;
	color: #150958;
	font: 12px Arial, Tahoma, sans-serif;
	font-weight: normal;
	text-decoration: none;
	text-align: left;
}

a {
	text-decoration: none;
	color: #c5161c;
}

a:hover {
	text-decoration: underline;
}

p {
	color: #92918d;
}

h1 {
	font-size: 16px;
	color: #5b5b5b;
}

h2 {
	font-size: 12px;
	color: #150958;
}

em {
	color: #d15959;
	font-style: normal;
}

/* Globalne */
.clear {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

#header {
	width: 900px;
	height: 86px;
	margin: 0 auto;
	position: relative;
}

address {
	color: #16095a;
	float: right;
	margin-top: 14px;
	font-style: normal;
}

#header ul {
	position: absolute;
	top: 55px;
	right: 0;
	float: right;
	overflow: hidden;
	height: 31px;
}

#header ul li, #header ul li a {
	position: relative;
	float: left;	
}

#header ul li {
	padding: 0 2px;
}

#header ul li a {
	display: block;
	color: #120656;
	font-weight: bold;	
	font-size: 12px;
	height: 31px;
	line-height: 31px;
	right: 0;
	top: 0;
	padding: 0 10px;
}

#header ul li a:hover span.menu_l, #header ul li.active a span.menu_l {
	display: block;
	position: absolute;
	height: 31px;
	width: 6px;
	background: url(/images/cms/menu_l.png) 0 0 no-repeat;
	left: 0;
	top: 0;
	z-index: 10;
}

#header ul li a:hover span.menu_r, #header ul li.active a span.menu_r {
	display: block;
	position: absolute;
	height: 31px;
	width: 6px;
	background: url(/images/cms/menu_r.png) 0 0 no-repeat;
	right: 0;
	top: 0;
	z-index: 10;
}

#header ul li a:hover, #header ul li.active a {
	background: #cd050a;
	color: #fff;
	text-decoration: none;
}

#flash {
	width: 100%;
	height: 312px;
	background: url(/images/cms/flash_bg.png) no-repeat center 0;
	padding-top: 34px;
	text-align: center;
}

#flash_main {
	margin: 0 auto;
}

#content {
	width: 900px;
	margin: 5px auto 10px;
	overflow: hidden;
}

#box_news {
	width: 596px;
	float: left;
	line-height: 165%;
}

#box_news h1 {
	margin: 0 0 1px 30px;
}

#box_news .box {
	width: 594px;
	border: 1px solid #cbcbcb;
}

.box_main {
	background: #fcfcfc url(/images/cms/news_bg.png) repeat-x 0 top;
	margin: 1px;
	padding: 10px 30px 0;
	overflow: hidden;
}

.box_main h2 {
	padding: 0 0 2px;
}

.box_main p{
	color: #150958;	
}

.box_main span, #content_main span {
	color: #150958;
}

a.wiecej {
	display: block;
	float: right;
	margin: 3px 0 5px;
}

#zobacz {
	width: 290px;
	float: right;
}

#zobacz h1 {
	margin: 0 0 1px 18px;
}

#zobacz .box {
	padding: 7px 6px;
	border: 1px solid #cbcbcb;
	overflow: hidden;
	text-align: center;
}

#zobacz .pic2 {
	padding-left: 10px;
}

#helpbar {
	width: 100%;
	background: #737373;
}

#helpbar_main {
	width: 900px;
	margin: 0 auto;
	padding: 0 0 10px;
	overflow: hidden;
}

.bar {
	width: 300px;
	float: left;
}

.bar h1 {
	background: #5b5b5b;
	font-size: 15px;
	line-height: 46px;
	color: #e9e9e9;
	text-indent: 39px;
	height: 46px;
}

.bar ul {
	margin: 26px 0 0 34px;
}

.bar ul li {
	color: #dcdcdc;
	line-height: 2.1;
}

.bar ul li span {
	color: #fff;
	font-weight: bold;
	font-size: 12px;
}

.bar ul li a {
	color: #ffe670;
	font-weight: bold;
	font-size: 12px;
}

#contactForm {
	margin: 12px 0 0 32px;
	width: 230px;
}

#contactForm .errors {
	margin: 0;
	padding: 0;
}

#contactForm .errors li {
	color: #ff7676;
	font-weight: bold;
	text-align: right;
	line-height: 1.5;
}

#contactForm dd {
	margin-bottom: 2px;
}

#contactForm label {
	cursor: pointer;
	color: #b4b4b4;
}

#contactForm input {
	width: 222px;
	height: 16px;
	background: #fff;
	padding: 2px 3px;
	border: 1px solid #9b9b9b;
	color: #5f5e5e;
	font: 11px Arial, Tahoma, sans-serif;
}

#contactForm textarea {
	width: 222px;
	height: 39px;
	background: #fff;
	padding: 2px 3px;	
	border: 1px solid #9b9b9b;
	color: #5f5e5e;
	font: 11px Arial, Tahoma, sans-serif;
}

#contactForm input.send {
	display: block;
	width: 65px;
	height: 20px;
	margin: 3px 0 0;
	float: right;
	background: url(/images/cms/button_wyslij.png) no-repeat;
	border: 0;
	cursor: pointer;
}

#footer {
	clear: both;
	width: 900px;
	height: 49px;
	margin: 0 auto 10px;
	border-bottom: 1px solid #999999;
}

#footer p {
	font: 11px/50px Arial, Tahoma, sans-serif;
	color: #959595;
	padding: 0 12px;
	float: left;
}

#footer strong {
	color: #150958;
}

#footer strong em {
	color: #c5161d;
}

#footer ul {
	float: right;
	padding: 0 12px;
}

#footer ul li {
	float: left;
	padding: 0 6px 0 0;
	color: #999999;
}

#footer ul li a {
	font: 11px/50px Arial, Tahoma, sans-serif;
	color: #999999;
	padding: 0 6px 0 0;
}

#footer ul li a:hover, #footer ul li.active a {
	color: #c3131b;
	text-decoration: underline; 
}

#footer ul li.last, #footer ul li.last a {
	padding: 0;
}

#adimo {
	color: #959595;
	display: block;
	width: 900px;
	margin: 0 auto;
	padding: 0 0 15px;
	text-indent: 12px;
}

/* Podstrona 1
==============================================================================================================*/
#submenu {
	float: left;
	width: 200px;
}

#submenu ul {
	width: 200px;
	margin: 6px 0;
}

#submenu ul li {
	width: 200px;
	height: 27px;
	border-bottom: 1px solid #d7d7d7;
	padding-top: 2px;
}

#submenu ul li a {
	display: block;
	height: 25px;
	line-height: 25px;
	text-indent: 36px;
	color: #150959;
	font-size: 12px;
	font-weight: bold;
	background: url(/images/cms/menu_left.png) no-repeat 0 top;
}

#submenu ul li a:hover, #submenu ul li.active a {
	color: #fff;
	text-decoration: none;
	background: url(/images/cms/menu_left.png) no-repeat 0 bottom;	
}

#content_main {
	width: 670px;
	float: right;
	overflow: hidden;	
	padding: 10px 0;
	line-height: 165%;	
}

#content_main h1 {
	font-size: 14px;
	line-height: 1.6;
	color: #150958;
}

#content_main p {
	margin: 0 0 24px;
	color: #150958;
}
#content_main div {
	color: #150958;
}
/*#content_main li {
	padding-left: 10px;
	list-style: outside;
}*/



#content_main ul {
   list-style-type: disc;
   margin-left: 16px;
}