body {
  background: #ede9e9;  
}

* {
  font-family: Arial,Verdana,Helvetica,Tahoma,sans-serif;
  font-size: 14px;
}

a {
	border: medium none;
    outline-style: none;
    text-decoration: none;
}

img {
  border: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/** ================= **/
/** Nagłówek i stopka **/
/** ================= **/

#menu-bar {
  background-image: url(../images/main/menu_background.png);
  background-position: right top;
  background-repeat: repeat;  

  /** Umieszczenie menu na górze ekranu **/
  position:absolute;
  top:10px; left:0;
  height: 140px;    
  min-width: 100%;
  
  z-index: 10;  
}

#menu {
  position: relative;   
  margin: auto;  
  width: 920px;
  height: 140px;  
}

#menu .menu-element {  
  background-position: center;
  background-repeat: no-repeat;  
  color: #bebdb9;    
  
  float: left;
  height: 140px;
  width: 106px;
  margin-left: 20px;
    
  cursor: pointer;
}

#menu .menu-element:hover {
  /*background-position: -106px 0*/;
  color: #bebdb9;
}
#menu #index {
  background-image: url("../images/menu/index.png");
}
#menu .menu-element#features {
  background-image: url("../images/menu/features.png");
}
#menu .menu-element#blog {
  background-image: url("../images/menu/blog.png");
}
#menu .menu-element#help {
  background-image: url("../images/menu/help.png");
}

#menu #index:hover, #menu #index.selected {
  background-image: url("../images/menu/index_on.png");
}
#menu .menu-element#features:hover, #menu #features.selected {
  background-image: url("../images/menu/features_on.png");
}
#menu .menu-element#blog:hover, #menu #blog.selected {
  background-image: url("../images/menu/blog_on.png");
}
#menu .menu-element#help:hover, #menu #help.selected {
  background-image: url("../images/menu/help_on.png");
}

#menu .menu-label {
  text-align: center;
  font-weight: bold;   
  padding-top: 85px;
}

.livechat a {
	color: #708A88;
}
.livechat a:hover {
	color: #88212A;
}

#footer-bar {  
  /*background-color: #949494*/;
  clear: both;
  position: absolute;
  bottom: 0;
  left: 0;  
  height: 126px;    
  min-width: 100%;  
  
  text-align: center;
  font-weight: bold;
  
  z-index: 10; 
}

#footer-links {  
  background: #949494;
  width: 100%;
  height: 46px;    
}

#footer-bar .footer-separator {
  background-image: url(../images/main/footer_separator.png);
  background-position: center right;
  background-repeat: no-repeat;
  height: 46px;
  width: 50px;
  
  display: inline-block; 
}

#footer-bar .footer-link {    
  height: 46px;
  margin: 0;   
  padding: 0px 35px 7px 35px;
  vertical-align: middle;
  
  display: inline-block;  
}

#footer-bar .footer-link a {
  color: #FFFFFF;
  text-decoration: none;
}

#footer-copyright-left {  
  background-position: center left;
  background-repeat: no-repeat;
  
  height: 64px;
  width: 160px;
  
  margin-left: 40px;
  
  float: left;
  display: inline-block; 
}

#footer-copyright-middle {
  color: #555;
  font-size: 13px;  
  
  padding-top: 32px;
    
  display: inline-block; 
}

#footer-copyright-right {
  background-position: center right;
  background-repeat: no-repeat;
  
  height: 64px;
  width: 160px;
  
  margin-right: 40px;
  
  float: right;
  display: inline-block; 
}

/** =================================== **/
/** Otoczenie głównej zawartości strony **/
/** =================================== **/

#main-wrapper {  
  /** Wyśrodkowanie i rozciągnięcie na całą wysokość ekranu **/
  position:absolute;
  left:50%;
  min-height:100%;  
  margin-left: -480px; /** Margines musi mieć wartość -1/2 szerokości **/  
  width: 960px;
  z-index: 1;   
}

#main-container {
  margin: 0px; 
  padding: 170px 0px 0px 0px;
  /*float: left*/;
}

#main-content {
  padding-bottom: 146px;
  background-color: #f8f4ec;
  /*padding-bottom: 180px*/;
  /*float: left*/;
}

/** =========================================================== **/
/** Tło strony - statyczne / zawsze widoczne / nie przewija się **/
/** =========================================================== **/
  
#background-left {
/*  background-image: url(../images/public/notebook.png);
  background-position: 200px 250px;*/
/*  background-position: right 250px;*/
/*  background-repeat: no-repeat;  */

  background-color: #ede9e9;
  
  /** Wyśrodkowanie i rozciągnięcie na całą wysokość ekranu **/
  position:fixed;
  top:0; left:0; right: 50%;
  margin-right: 500px;
  
  height:100%;
  z-index: -1;  
}

#background-right {
  /*background-image: url(../images/main/page_background.png);
  background-position: left top;
  background-repeat: repeat*/;

  /** Wyśrodkowanie i rozciągnięcie na całą wysokość ekranu **/
  position:fixed;
  top:0; left:50%; right:0;  
  margin-left: 500px;
  
  height:100%;
  z-index: -1;  
}
#background-container-left
{
  background-image: url(../images/public/notebook.png);
/*  background-position: 200px 250px;*/
/*  background-position: right 250px;*/
  background-repeat: no-repeat;  
  width: 110px;
  height: 350px;
  position: absolute;
  left: -110px;
  top: 230px;
}
#background-container-right
{
  background-image: url(../images/public/ekg.png);
/*  background-position: 200px 250px;*/
/*  background-position: right 250px;*/
  background-repeat: no-repeat;  
  width: 150px;
  height: 400px;
  position: absolute;
  left: 960px;
  top: 450px;
}
#background-center {
  background: #f8f4ec;
  
  /** Wyśrodkowanie i rozciągnięcie na całą wysokość ekranu **/
  position:fixed;
  top:0; left:50%;    
  margin-left: -480px; /** Margines musi mieć wartość -1/2 szerokości **/
  width: 960px;
   
  height:100%;
  z-index: -1;
}

/** =============================== **/
/** naglowek i opis do podstron  -  **/
/** =============================== **/
 
#main_page_description {
	margin: 0px 60px 10px 60px;
	padding: 18px 0 5px 0;
	background-image: url(../images/main/dot_underline1.png);
	background-repeat: repeat-x;
	background-position: bottom right;
 
}

#main_page_description H1 {
	color: #88212A;
	text-transform: lowercase;
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	padding: 0 0 10px 0;
	margin: 0 0 18px 0;
	background-image: url(../images/main/dot_underline1.png);
	background-repeat: repeat-x;
	background-position: bottom right;
}

#main_page_description P {
	font-size: 15px;
	line-height: normal;
	text-align: justify;
	color: #708A88;
}

/** =============================== **/
/** zawartosc podstron              **/
/** =============================== **/
 
.links_type2 a, .links_type2 a:visited {
	color: #708A88;
}
.links_type2 a:hover{
	color: #88212A;
}
 
#content_wrap {
	padding: 40px 60px 0;
}


.ramka{
	border: 3px solid #949494;
	background-color: #f1efec;
	padding: 10px;
}
.ramka a{
	color: #88212A;
}
.ramka a:hover{
	color: #ffcf33;
}

.ramka h2 {
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}

.ramka.gradient1{
	background-color: transparent;
	background-image: url(../images/public/pion3.png);
	background-position: center top;
}

.ramka.gradient2{
	background-color: transparent;
	background-image: url(../images/public/pion1.png);
	background-position: center top;
    background-repeat: repeat-x;
}
.ramka.gradient3{
	background-color: transparent;
	background-image: url(../images/public/pion2.png);
	background-position: center top;
/*    background-repeat: repeat-x;*/
	background-size: contain;
}

.grey_dots {
    background-image: url("../images/main/dot_underline1.png");
    background-position: right bottom;
    background-repeat: repeat-x;
    display: block;
    height: 2px;
}

/* ==================================== 
	BOX Z INFO DASHBOARD 
======================================= */

#infopanel_d .ramka .contentb p {
	 background-image: url("../images/forms/sign2.png");
    background-position: left center;
    background-repeat: no-repeat;
    color: #949494;
    padding-left: 22px;
}

#infopanel_d h2 {
	    color: #949494;
    font-weight: bold;
    text-align: left;
}

#infopanel_d .avatar {
    background-image: url("../images/main/avatar.png");
    background-position: 15px top;
    background-repeat: no-repeat;
    margin-bottom: 15px;
    padding: 5px 0 5px 50px;
}

#infopanel_d .contentb p a{
	color: #708A88;
}
#infopanel_d .contentb p a:hover{
	color: #88212A;
}
.a_dashboard{
	float: right;
	margin-bottom: 10px;
}
.a_dashboard a{
	padding-right: 30px;
	color: #006699;
	background-image:url("../images/main/graph_question_mark.png");
	background-position:right center;
	background-repeat:no-repeat; 
}
.a_dashboard a:hover{
	color: #88212A;
}
#wykresy_foot label{
	color: #347985;
}
#wykresy_foot select{
	border: 1px solid #347985;
}
#wykresy_foot select{
	color: #347985;
}
#wykresy_foot{
	float:left;
	clear: both;
	padding-left: 120px;
}


/* ==================================== 
	BOX Z INFO 
======================================= */

#info_box_blue {
    float: left;
    margin-right: 39px;
    width: 173px;
}

.links_type1 H1 {
	font-size: 15px;
	font-style: italic;
	font-weight: normal;
	padding: 0 10px 0 10px;	
	color: #949494;
}

.links_type1 UL {
/*	margin: 0 17px 0 17px; */
	margin: 0 0 0 0;
	padding: 0px;
    list-style-type: none;
}

.links_type1 LI {
/*	background-image: url(images/info-az/dots.png);*/
    background-position: bottom left;
    background-repeat: repeat-x;
}

.links_type1 a {
	display: block;
	font-size: 12px;
	margin: 5px 0 0px 0;
	padding: 7px 0px 5px 25px;
	background-image: url(../images/main/info_signs.png);
    background-position: center left;
    background-repeat: no-repeat;	
}

.links_type1 a:link, .links_type1 a:visited {
	color: #708A88;
	text-decoration: none;
}

.links_type1 a:hover {
	color: #88212A;
	text-decoration: none;
/*	background-image: url(images/features/dot_o.png);
	background-repeat: no-repeat;
	background-position: bottom left; */
}

/* ====================================
	ARTYKULY DO BOXA Z INFO 
======================================= */

.showinfo {
	color: #6F8988;
	
	}
.showinfo p{
	color: #6F8988;
}
.showinfo h1{
	color: #88212A;
}

/* ====================================
 
	DUZY NIEBIESKI BOX 
 
======================================= */

#box_blue{
	width: 400px;
	float:left;
}

#box_blue form label {
    color: #949494;
    display: block;
    font-size: 17px;
    font-style: italic;
    height: 20px;
    margin: 0;
    padding: 10px 0 5px;
    width: 280px;
}
#box_blue form input {
    background-color: #FFFFFF;
    border: 1px solid #949494;
    margin: 0 0 0 15px;
    padding: 5px;
    width: 280px;
}

#box_blue form input[type="checkbox"] {
    width: 20px;
}

#box_blue form div.declaration_small {
    clear: left;
    color: #315d95;
    font-size: small;
    font-style: italic;
    margin-top: 10px;
    width: 300px;
}

.box_blue_links{
	clear: both;
}
.box_blue_links a{
	color: #708a88;
	text-decoration: none;
}
.box_blue_links a:hover{
	color: #88212A;
}

.float_separator {
	/* potrzebne do skasowania oplywania */
	clear: both;
	height: 30px;
}

/* ====================================

	HINTY 

 ======================================*/
.main_hint{
	background-color:#EDE9E9;
	border: 2px solid #949494;
	padding: 10px 15px;
	width: 200px;
	display: none;
	color: #708A88;
	text-align: left;
	font-size: 12px;
	
	-moz-box-shadow: 0 0 10px #BDBDBD;
	-webkit-box-shadow: 0 0 10px #BDBDBD;
}
.main_hint DIV {
	margin: 0;
}

/* box logowania*/
.login_box_width{
	width: 320px;
}

.center{
	margin: 0 auto;
}
/* komunikaty bledow */
.error_message {
    color: #D21011;
    float: right;
    font-size: small;
    padding-right: 15px;
}

#box_blue form input.error {
    border-color: #D21011;
}

#login_error_box {
	color: #D21011;
    font-size: 14px;
    font-weight: bold;
    text-align: center;
}


/* ====================================
 
	Dynamiczny przycisk 
 
====================================== */

.dynamic .button
{
  background: none;   
  color: white;  
}

.dynamic .button_left 
{
  margin: 0px;
  padding: 0px;
  height: 29px;
  width: 15px;
  background-image: url("../images/main/dynamic_button/arr_tail.png");  
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.dynamic .button_left.left_arr{
  background-image: url("../images/main/dynamic_button/arr_head_left.png");  
	
} 
.dynamic .button_right 
{
  margin: 0px;
  padding: 0px;
  height: 29px;
  width: 24px;
  background-image: url("../images/main/dynamic_button/arr_head.png");  
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.dynamic .button_right_blank.right_tail{
  background-image: url("../images/main/dynamic_button/arr_tail_right.png");
}  
	
.dynamic .button_center 
{
  margin: 0px;
  padding: 0px;
  height: 25px;  
  background-color: #4497CB;
  /*background-image: url("../images/przycisk_srodek.png");  
  background-position: bottom;
  background-repeat: repeat-x*/;  
  float: left;
  
  font-size: 11px;    
  font-weight: bold;
}

.dynamic .button:hover
{
  cursor:pointer;
  color: #88212A;  
}

.dynamic .button_right_blank 
{
  margin: 0px;
  padding: 0px;
  height: 29px;
  width: 15px;
  background-image: url("../images/main/dynamic_button/arr_head.png");  
  background-position: center;
  background-repeat: no-repeat;
  float: left;
}
.dynamic div.button_center input {
  border: 0;
  padding-top: 4px;  
  width: auto;  
  margin: auto;
  background-image: none;
  background-color: transparent;    
  font-size: 11px;
  color: white;  
  font-weight: bold;
}

/**/
#box_blue .dynamic input.decorated, .dynamic input.decorated, .dynamic span.decorated{
	border:0;
	padding:0px 20px 10px 20px;
	margin:0;
	width:auto;
	color: white;
	/*background-color: #4497cb*/;
	height: 29px;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	background-image: url("../images/main/dynamic_button/arr_middle.png");  
  background-position: center;
  background-repeat: x-repeat;
}
.dynamic span.decorated{
	padding:0px 20px 12px 20px;
}
.dynamic span.decorated a{
	padding: 10px;
	top: 4px;
	position: relative;
	color: #fff;
}


#box_blue .dynamic input.decorated:hover{
	cursor:pointer;
	color: #88212A;
}

/* pomarańczowy przycisk */
.orange_button {
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
  background-color: #F1AD07;
  color: #FFFFFF;
  padding: 5px 10px;  
  float: left;    
  border: 0; 
}
.orange_button:hover {
  background-color: #eaA600;
}


/* ===================================
	wizardy
===================================== */

.wizard_width{
	width: 530px;
}

/* ===================================
	datepicker
===================================== */

#ui-datepicker-div {
	z-index: 6000;
}

.menu_install_buttons{
	/*float: left*/;
	width: 100px;
	display: inline;
	position:relative;
}
.menu_install_buttons_code{
	display:none;
	left: -10px;
    position: absolute;
    top: -160px;
    z-index: 70;
}
#ui-datepicker-div{
	display: none;
}
#main_page_description p.success{
/*	color:#33bc03;*/
	color:#1D763B;
}