/** ============================= **/
/** Panel logowania / rejestracji **/
/** ============================= **/

#welcome_bar {
  position: relative;
  /*background-color: #F4F5F7*/;  
  width: 860px;
  height: 390px;
  margin-left: 20px;
  background-image: url(../images/public/background_paper.png);
  background-repeat: no-repeat;
  background-position: center top;
  
}

/** Przyciski pacjent/doktor **/

#welcome_button_bar {   
/*  width: 860px;*/
  height: 30px;
  margin-left: 550px;  
  
}

#welcome_button_bar .welcome_button
{  
  /*background-color: #D9DEE5*/;
  float: left;
  height: 30px;
  min-width: 100px;  
  padding: 2px 5px;  
  
  color: #363636;
  font-weight: bold;
  font-size: 17px;
  text-align: center;  
}
#welcome_button_bar .welcome_button.pacjent {
  background-image: url(../images/public/patient.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 130px;
}
#welcome_button_bar .welcome_button.lekarz {
  background-image: url(../images/public/doctor.png);
  background-color: transparent;
  background-repeat: no-repeat;
  width: 130px;
}
	
#welcome_button_bar .welcome_button.selected.separator{
	/*background-image: url(../images/public/buttons/grey_right_shadow.png)*/;
}

#welcome_button_bar .welcome_button.separator{
	min-width: 10px;
	/*background-image: url(../images/public/buttons/grey_left_shadow.png);
	background-repeat: no-repeat*/;
	background-color: transparent;
	/*background-position: bottom*/;
}

#welcome_button_bar .welcome_button.left, #welcome_button_bar .welcome_button.right{
	min-width: 10px;
	background-color: transparent;
}

#welcome_button_bar .welcome_button.selected.left{
	/*background-image: url(../images/public/buttons/grey_left.png);
	background-repeat: no-repeat*/;
}
#welcome_button_bar .welcome_button.selected.right{
	/*background-image: url(../images/public/buttons/grey_right.png);
	background-repeat: no-repeat*/;
}
#welcome_button_bar .welcome_button.right{
	/*background-image: url(../images/public/buttons/dark_right.png);
	background-repeat: no-repeat*/;
}
#welcome_button_bar .welcome_button.left{
	/*background-image: url(../images/public/buttons/dark_left.png);
	background-repeat: no-repeat*/;
}

#welcome_button_bar .selected {
  color: #ce7e59;
/*  color: #305D95;*/
  font-weight: bold;
  text-align: center;
  background-color: #F4F5F7;
}
#welcome_button_bar a{
	color: #efeadc;
/*	color: #676461;*/
	font-size: 17px;
}
#welcome_button_bar a:hover{
	color: #ce7e59;
}

/** Przyciski logowania/rejestracji **/

#welcome_buttons {
  right: 40px;
  bottom: 25px;
  background-repeat: repeat-x; 
  background-position: center center;   
  position: absolute;    
}

#welcome_buttons .welcome_button {
  position: relative;
  height: 49px;
    
  margin-bottom: 10px;
}

#welcome_buttons .welcome_button div {  
  padding: 15px 25px 0 35px;
/*  min-width: 80px;*/
}    
#welcome_buttons .welcome_button a {
  color: #FFFFFF;
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  position: relative;
  top: -10px;
}
#welcome_buttons a:hover{
	color: rgb(255, 207, 51);
}

#login_button {  
  background-image: url(../images/public/buttons/read_button_bottom.png);
  background-repeat: repeat-x; 
  background-position: center center;
}

#register_button { 
  background-image: url(../images/public/buttons/read_button_bottom.png);
  background-repeat: repeat-x; 
  background-position: center center;
}

/** Uzupełnienia przycisków **/

#welcome_buttons_right {
  right: 20px;
  bottom: 25px;
  background-position: left center;
  background-repeat: no-repeat;    
  position: absolute;
  width: 20px;    
}

#welcome_buttons_right div {
  position: relative;  
  
  height: 49px;
  width: 33px;
  
  margin-bottom: 10px;     
}

#stetoskop{
	width: 140px;
	height: 260px;
	position: absolute;
	left: 780px;
  	background-image: url(../images/public/stetoskop.png);
}   
	

#login_button_right {  
  background-image: url(../images/public/buttons/read_button_right.png);
  background-repeat: no-repeat;
  background-position: center;  
}

#register_button_right { 
  background-image: url(../images/public/buttons/read_button_right.png);
  background-repeat: no-repeat;
  background-position: center;  
}

/** =================== **/
/** Panel wyboru języka **/
/** =================== **/

#language_choice {
	top: -20px;
	position: relative;
	width: 100%;
  /*margin-top: 10px*/;
/*  margin-bottom: 20px;*/
  
}

#language_bar { 
  /*background-image: url(../images/public/languages_bar_middle.png)*/; 
  width: 960px;
  height: 53px;  
}

#language_bar_hr{
	color: white;
	background-color: white;
	border: 0;
	width: 920px;
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}
#language_choice .language_bar_left {
  /*background-image: url(../images/public/languages_bar_left.png)*/;
  width: 20px;
  height: 53px;
  float: left;
  margin-left: -20px;
  margin-right: 100px;
}

#language_choice .language_bar_right {
  /*background-image: url(../images/public/languages_bar_right.png)*/;
  width: 20px;
  height: 53px;
  float: right;
  margin-right: -20px;
  
}


#language_choice .language_bar_button { 
	background-image: url(../images/public/language_bar.png);
	background-repeat: no-repeat;
	background-position: center;
  min-width: 80px;    
  float: left;
  margin-top: 13px;
  margin-left: 10px;
  padding-top: 10px;
  height: 30px;
    
  color: #ce7e59; 
  font-weight: bold;
  text-align: center;
}
#language_choice .language_bar_button a{
  color: #ce7e59; 
}

#language_choice .languageswitch-element{
	background-image: none;
}

#language_choice .language_bar_button:hover {
  /*background-color: #F4F5F7;
  color: #4497cb*/;
}
#language_choice #language_bar_button{
	position: relative;
	background-position: center top;
	top:8px;
}
#language_bar_long {  
  background-color: white; 
  width: 920px;
  height: 43px;  
  margin-left: 20px;
  margin-right: 20px;
  /*left: -18px*/;
  position: relative;
}

#language_bar_long .language_bar_button {
  margin-top: 3px;
}


/** ============= **/
/** Panel nowości **/
/** ============= **/

#news_bar {  
  width: 960px;
  /*background: #FFCB99*/;
  background-image: url(../images/public/news_big_background.png);
  background-repeat: no-repeat;
}

#news_container {
  width: 900px;
  padding: 30px;
  display: table;
}

#news_container #big_arrow{
  background-image: url(../images/public/red_arrow.png);
  background-repeat: no-repeat;
  height: 47px;
}
	

#news_container .news_line {
  display: table-row;
  width: 900px;
}

#news_container .news_item {
  width: 290px;   
  display: table-cell;
  text-align: justify;
  background-color: #fff;
}

#news_container .news_separator {
  width: 15px;  
}

#news_container .news_title_even {
  font-size: 24px;
  font-weight: bold;
  color: #305D95;
  text-align: left;
}
#news_container .news_title_odd {
  font-size: 24px;
  font-weight: bold;
  color: #529B2F;
  text-align: left;  
}

#news_container .news_date {
  font-size: 14px;
  font-weight: bold;
  color: #F1AD07;
  padding-bottom: 10px;
}
#news_container .news_content {  
  padding: 0px 5px;
  /*background: #D6D7D5*/; 
  /*background-image: url(../images/public/news_small_background.png)*/; 
}

#news_container .news_readmore {
  padding-left: 15px;
}

#news_container .news_readmore a {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
  float: right;
  margin-right: 20px;   
}

#news_container .news_readmore .left {
  width: 6px;
  height: 24px;
  position: relative;
  display: block;
  float: left;
  background-image: url(../images/public/buttons/read_more_left.png);
  background-repeat: no-repeat;
}
#news_container .news_readmore .right {
  width: 15px;
  height: 24px;
  position: relative;
  display: block;
  float: left;
  background-image: url(../images/public/buttons/read_more_right.png);
  background-repeat: no-repeat;
}
#news_container .news_readmore .middle {
  /*width: 10px;
  height: 10px*/;
  background-image: url(../images/public/buttons/read_more_bottom.png);
  background-repeat: x-repeat;
  font-size: 20px;
  float:left;
  padding: 0 5px;
}

/** ============== **/
/** Panel features **/
/** ============== **/
  
#features_container {
  width: 880px;
  padding: 0 40px;  
} 

#features_container .features_item {
  padding-top: 20px;
}

#features_container h1 {
  font-size: 20px;   
}

#features_container p {
  text-align: justify;
  font-family: Lucida Grande,Tahoma,Arial,Verdana,sans-serif;
  font-size: 14px;
  line-height: 150%;
}

#features_container .readmore_button {
  font-size: 20px;
  font-weight: bold;
  text-decoration: none;
  background-color: #F1AD07;
  color: #FFFFFF;
  padding: 10px;  
  float: left;     
}

/** ============= **/
/** Panel tekstów **/
/** ============= **/  
  
#text-main {
  padding: 0 50px;
  text-align: justify;  
}

#text-main p {
  padding: 0;
  margin: 0px;
  font-size: 15px;
  line-height: normal;
}

#o_fb_button {
    padding-top: 8px;
}
#fb_frame {
    background-color: white;
    border: 1px solid lightgrey !important;
    display: none;
}
#fb_frame, #o_fb_button {
    float: left;
    left: 0;
    position: fixed;
    top: 200px;
    z-index: 10000;
}