/*----------- Global Containers ----------- */

.core-wrap-100 {
	width: 100%;
}
.core-wrap-960 {
	width: 960px;
}
.core-wrap-650 {
	width: 655px;
}
.core-wrap-100,
.core-wrap-960,
.core-wrap-650,
.custom-wrap-x {
	margin-left: auto;
	margin-right: auto;
}
/*----------- Global Float ----------- */
.core-wrap-100  .core-float-left,
.core-wrap-960  .core-float-left,
.core-wrap-650  .core-float-left,
.custom-wrap-x  .core-float-left {
	float: left;
	display: inline;
}
.core-wrap-100  .core-float-right,
.core-wrap-960  .core-float-right,
.core-wrap-650  .core-float-right,
.custom-wrap-x  .core-float-right {
	float: right;
	display: inline;
}
/*----------- Global Center ----------- */
.core-wrap-100   .core-center,
.core-wrap-960   .core-center,
.core-wrap-650   .core-center,
.custom-wrap-x   .core-center {
	margin-left: auto;
	margin-right: auto;
}
*/
/* Utils */
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;
}
/*
Stantby for nowbody {
	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;
}
/* ----------------- */
* {
	font-weight: inherit;
	font-style: inherit;
	font-family: inherit;
}
dfn {
	display: none;
	overflow: hidden;
}
/* ----------- Clear Floated Elements ----------- */
html body .util-clearb {
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	position: static;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}
/* ----------- Fix to Clear Floated Elements ----------- */
.util-clearfix:after {
	clear: both;
	content: '.';
	display: block;
	visibility: hidden;
	height: 0;
}
.util-clearfix {
	display: inline-block;
}
* html .util-clearfix {
	height: 1%;
}
.util-clearfix {
	display: block;
}
body {
/* default text for entire site */
	font: normal 11px Tahoma, Arial, sans-serif , Verdana, Helvetica;
/* default text color for entire site */
	color: #3A3A36;
/* you can set your own image and background color here */
	background: #fff url(gfx/layout/bg__full.png) repeat-x scroll left top;
}
/* Mask helper  for browsers ZOOM, Rezise and Decrease */
#maincontainer {
/* set to width of viewport */
	width: auto;
/* you can set your own image and background color here */
	background: #fff url(gfx/layout/bg__full.png) repeat-x scroll left top;
}
/* wiki style external links */
/* external links will have "(external link)" text added, lets hide it */
a.external span {
	position: absolute;
	left: -5000px;
	width: 4000px;
}
a.external {
/* make some room for the image, css shorthand rules, read: first top padding 0 then right padding 12px then bottom then right */
	padding: 0 12px 0 0;
}
/* colors for external links */
a.external:link {
	color: #679EBC;
/* background image for the link to show wiki style arrow */
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:visited {
	color: #18507C;
/* a different color can be used for visited external links */
/* Set the last 0 to -100px to use that part of the external.gif image for different color for active links external.gif is actually 300px tall, we can use different positions of the image to simulate rollover image changes.*/
	background: url(images/cms/external.gif) no-repeat 100% -100px;
}
a.external:hover {
	color: #18507C;
/* Set the last 0 to -200px to use that part of the external.gif image for different color on hover */
	background: url(images/cms/external.gif) no-repeat 100% 0;
	background-color: inherit;
}
/* end wiki style external links */
/* hr and anything with the class of accessibility is hidden with CSS from visual browsers */
.accessibility, hr {
/* absolute lets us put it outside the viewport with the indents, the rest is to clear all defaults */
	position: absolute;
	top: -9999em;
	left: -9999em;
	background: none;
	border: 0;
	clear: both;
	display: block;
	float: none;
	font-size: 0;
	margin: 0;
	padding: 0;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
	border: none;
}
/* ------------ Standard  HTML elements and their default settings ------------ */
b, strong{font-weight: bold;}i, em{	font-style: italic;}
p {
	padding: 0;
	margin-top: 0.5em;
    margin-bottom: 1em;
   text-align:left;
}
h1, h2, h3, h4, h5 {
    color: #0F80EF;
	line-height: 1.2em;
	font-weight: bold;
	width: auto;
	font-family:  Helvetica, Verdana, Arial, sans-serif;
 
}
/*default link styles*/
a {
	color: #0F80EF;
	text-decoration: none;
	text-align: left;
}
a:hover {
	color: #0F80EF;
        text-decoration: underline;
}
a:active {
	color: #0F80EF;
}
a:visited {
	color: #0F80EF;
}
input, textarea, select {
	font-size: 0.95em;
}

/* ------------ Wrapper ------------ */
div#pagewrapper {
	font-size: 95%;
	position: relative;
	z-index: 1;
}
/* ------------ Header ------------ */
#header {
	height: 80px;
	width: 960px;
}
#logo a {
/* adjust according your image size */
	height: 68px;
	width: 261px;
/* forces full link size */
	display: block;
/* this hides the text */
	text-indent: -9999em;
	margin-top: 10px;
	margin-left: 0;
/* you can set your own image here, note size adjustments */
	background: url(gfx/logo_biuro_prasowe_3.gif) no-repeat left top; 
	/*background: url(gfx/logo_biuro_prasowe_2bw.gif) no-repeat left top; */
	/*background: url(gfx/logo_biuro_prasowe_2.gif) no-repeat left top; */
}
#top-menu {
	height: 25px;
	width: 960px;
	padding-top: 5px;
	text-align: right;
}
#main-menu {
	height: 25px;
	width: 940px;
	background: #D2D4D5;
	padding-left: 20px;
	padding-top:5px;
}
#main-menu-left{
	width: 700px;

}
#main-menu-right{
	width: 200px;
	text-align: right;
	padding-right: 5px;
}
#top-menu-user{
	width: 960px;
}

#top-menu-login{
	width: 300px;
	height: 110px;
	background: #EFEFEF;
}
#top-menu-people{
	width:460px;
	height: 110px;

}
#top-menu-gsearch{
	width: 750px;
	height: 35px;
	background: #f7931d;
	margin-top:110px;
	padding-left:10px;
	padding-top:10px;
}
#search{
width: 300px;
height: 35px;
display:block;
float:left;
}
#top-menu-left {
width: 760px
}
#top-menu-right{
	background: #f7931d;
	width: 200px;
	height: 155px;
}
#logform{
	width:auto;
	padding-top: 10px;
	padding-right: 30px;
	padding-left:10px;
	text-align:center;
}
#msg-lead-main{
	width:650px;
	padding-top: 30px;
	font-family: arial, verdana, helvetica, sans-serif;
	font-size: 14px;
	color:#000000;
	}
#msg-title{
	width:650px;
	}
#msg-subtitle{
	width:650px;
	padding-top:10px;
	}
#msg-add-to{
	padding-top: 8px;
	width:170px;
}
#font-resize-div{
	padding-top: 8px;
	width:100px;
	padding-left:15px;
	border-left:1px dotted grey;
}
#msg-tags-navi{
	width:620px;
	height:35px;
	margin-top:20px;
	background:#e4e4e4;
	padding-top:12px;
	padding-left: 15px;
	padding-right: 15px;
	}
	
#msg-print-dwl{
		width:620px;
		margin-top:20px;
		padding-left: 15px;
		padding-right: 15px;
	}
#msg-dwl{
	margin-left: 100px;	
}	
#msg-picts{
	width:180px;
	clear:right; 
	float:right; 
	display:block;
	margin-left: 10px;
	margin-bottom:5px;
	margin-top: 10px;
	font-size:11px;

}
#msg-type-10-mod{
	width:180px;
	clear:right; 
	float:right; 
	background:#F0F0F0;
	display:block;
	margin-top: 10px;
	margin-left: 10px;
	margin-bottom:5px;
}
.picture_biuro_left{
	width:180px;
	clear:left; 
	float:left; 
	display:block;
	margin-left: 0px;
	margin-top: 5px;
	margin-bottom:5px;}
.content_rihht{

}

#msg-firm{
	display: inline;
}
#msg-type{
	display: inline;
}
#msg-datetime{
	display: inline;
}

/* ------------ Content ------------ */
#content {
	width: auto;
/* all text in #content will default align left, changed in other calls */
	text-align: left;
	margin-top:10px;
}
#bar {
	width: auto;
	height: 45px;
	padding-right: 1em;
	padding-left: 1em;
}
.print {
	margin-right: 75px;
	margin-top: 10px;
}
/* IE6 fixes */
* html div#version {
	top: 150px;
}
/* End IE6 fixes */
/* Site Title */
h1.title {
	font-size: 1.6em;
	color: #f89734;
	margin-bottom: 0.5em;
}
/* Breadcrumbs */
div.breadcrumbs {
	padding: 1.1em 0;
	font-size: 90%;
	margin: 1 0em;
}
div.breadcrumbs span.lastitem {
	font-weight: bold;
}
/* ------------ Side Bar (Left) ------------ */
#left {
	width: 300px;
}
/* Image that Represents the new CMS design */
#left .screen {
	margin: 10px 50px;
}
/* End  */
.sbar-title {
	font: bold 1.2em Arial, Helvetica, sans-serif;
	color: #252523;
}
.sbar-top {
	height: 20px;
	width: auto;
	padding: 10px;
	background: url(gfx/layout/bg__content.png) no-repeat left top;
}
.sbar-main {
	width: auto;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background: #F0F0F0;
}
span.sbar-bottom {
	width: auto;
	display: block;
	height: 10px;
	background: url(gfx/layout/bg__content.png) no-repeat left bottom;
}
/* ------------ Main (Right) ------------ */
#main {
	width: 650px;
	background: none;
}
.content_msg{
	width: 650px;
	background: url(gfx/layout/bg_news_645.png) repeat-y right top;
	margin-bottom:10px;
}
.content_msg_icon{
	width:40px;
	padding-left: 5px;
	padding-top:5px;
}
.content_msg_text{
	width:585px;
	text-align:left;
	padding-right:20px;
	margin-bottom:10px;
}
.content_msg_title{
	padding-top:10px;
}
.content_msg_details{
	display: inline;
	padding-top:10px;
}
.content_msg_text_details{
	padding-top:10px;
}
.branza_nazwa{
	background: #f7931d;
	color:#FFFFFF;
	font-weight:bold;
	padding-left: 5px;
	padding-right: 5px;
	padding-bottom:2px;
	width:auto;
}
.napis-fix{
	padding-top: 5px;
	padding-left:10px;
}
.img-link{
		border:0;
}
.main-top {
	height: 15px;
	width: auto;
	background: url(gfx/layout/bg__content.png) no-repeat right top;
}
.main-main {
	width: auto;
	border-right: 1px solid #E2E2E2;
	border-left: 1px solid #E2E2E2;
	background: #F0F0F0;
	padding: 20px;
	padding-top: 0px;
}
.main-bottom {
	width: auto;
	height: 41px;
	background: url(gfx/layout/bg__content.png) no-repeat right bottom;
}
.right49, .left49 {
	font-size: 0.85em;
	margin: 7px 5px 5px 10px;
	font-weight: bold;
}
.left49 span {
	display: block;
	padding-top: 1px;
}
.left49 a {
	font-weight: normal;
}
.right49 {
	height: 28px;
	width: 90px;
	padding-right: 10px;
	/* background: url(gfx/layout/bull.png) no-repeat right top; */
}
.right49 a, .right49 a:visited {
	padding: 7px 4px;
	display: block;
	/*color: #000;*/
	height: 15px;
	/* background: url(gfx/layout/bull.png) no-repeat  left top;*/
}
#newsletter_lead{
	height: 102px;
	width: 300px;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 5px;
	background: url(gfx/layout/newslbgr.png) no-repeat  left top;*/
}

#wydarzenia_content{
	padding-right: 10px;
	padding-left: 0px;
}
.msg-mod {
list-style-type:none;
padding-bottom:3px;
margin:5px;
padding-left:0px;
line-height: 0.95em;
}
.small_box_header{
margin: 5px;
border-bottom: 1px solid #c0c0c0;
}
.pic_download{
margin-bottom:5px;
background:#F0F0F0;
}

.partnerimg{
background: #FAFAFA;
border: 1px solid #DCDCDC;
padding: 10px;
margin-bottom: 15px;
}

#main h2,
#main h3,
#main h4,
#main h5,
#main h6 {
	font-size: 1.3em;
	color: #0F80EF;
}
div#main ul,
div#main ol,
div#main dl,
#footer ul,
#footer ol {
	line-height: 0.95em;
	margin: 0 0 0 0;
}
div#main ul{
	list-style: circle;
}

.small_box_header ul li,
#footer ul {
	list-style: circle;
	list-style: none;
}
div#main ul li,
div#main ol li,
#footer ul li,
#footer ol li {
	padding: 0px 2px 2px 5px;
	margin-left: 1px;
}
/* definition lists topics on bold */
div#main dl dt {
	font-weight: bold;
	margin: 0 0 0 1em;
}
div#main dl dd {
	margin: 0 0 1em 1em;
}
div#main dl {
	margin-bottom: 2em;
	padding-bottom: 1em;
	border-bottom: 1px solid #c0c0c0;
}
/* ------------ Footer ------------ */
#footer-wrapper {
	min-height: 235px;
	height: auto!important;
	height: 235px;
	width: 960px;
	margin-top: 5px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	background: #3a3a36 url(gfx/layout/bg__footer.png) repeat-x left top;
}
#footer {
	color: #FFF;
	font-size: 0.95em;
	min-height: 235px;
	height: auto!important;
	height: 235px;
	 font-size: 13px;
}
#footer .block {
	width: 300px;
	margin: 20px 10px 10px;
}
#footer .cms {
	text-align: right;
}
/* ------------ Footer Links ------------ */
#footer ul {
	width: auto;
	text-align: left;
	margin-left: 10px;
	list-style-type: disc;
	color : orange; 
}
#footer ul ul {
	margin-left: 0px;
}
#footer ul li a {
	color: #FFF;
	display: block;
	font-weight: normal;
	text-decoration: none;
	font-size: 13px;
}
#footer a {
	color: #FFF;
	text-decoration: underline;
	font-weight: bold;
}
.foottext{
	color:#FFF;
}
.footerhr {
    margin-top:20px;
	color: orange;
	background-color: orange;
	height: 2px;
	width: 900px;
	margin-left:auto;
	margin-right:auto;
}
.footorange{
	color: orange;
	font-weight: bold;
}
#footcontent{
	display:block;
    padding-top:15px;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
}
.footdiscl{
	font-size:11px;
	color: grey;
	display:block;
    padding-top:15px;
	width: 860px;
	margin-left:auto;
	margin-right:auto;
}
#foot-cn_left{
	width: 400px;
	text-align: left;
	}
#foot-cn_right{
	width: 325px;
	text-align: left;
	}
/* ------------ END LAYOUT ---------------*/
/* Scroller Box */
#scroller_container {
 display: inline;
 float: right;
 position: relative;
 width: 450px;
 height: 35px;
 overflow: hidden;
}

#scroller {
 white-space: nowrap;
 line-height: 15px;
 font-size: 14px;
 font-weight: bold;
}

#scroller p {
 padding: 0;
}
#scroller a {
 color: white;
}
/* Scoller Box */
.navig {

}
.navig .a{
	font-size:10px;
}
.navig .aa{
	font-size:13px;
}
.navig .aaa{
	font-size:15px;
}
.pointer, .toggle {cursor:pointer;}

