@charset "utf-8";
/* CSS Document */
/*=======================================================================================================
ogolne
=========================================================================================================*/

HTML {
  padding: 10px 0;
  margin: 0;
}

BODY {
  font-family: Verdana, "Trebuchet MS", Calibri, Helvetica, Arial, sans-serif;
  font-size: 14px !important;
  line-height: 1.3em;
  text-align: justify;
  color: #000; /**/
  margin: 0px;
  padding: 0px;
  background-image: url(img/background.jpg);
  background-position: top center;
  background-repeat: no-repeat;
  background-color: #000; /**/
  /*trick*/
  width: 100%;
}

H1 {
  color: #000; /**/
  font-size: 1px; /*i tak ukryty, a zeby nie rozjerzdzalo sie*/
  border: #CCC dotted 0px;
}

H2{
  color: #000; /**/
  font-size: 1px; /*i tak ukryty, a zeby nie rozjerzdzalo sie*/
  font-weight: normal;
  border: #00FF00 dashed 0px; /*light green*/
}

H3{
  color: #000; /**/
  font-size: 20px;
  font-weight: normal;
  border: #FF9900 dashed 0px; /*orange*/
}

H4{
  color: #000; /**/
  font-size: 20px;
  font-weight: normal;
  border: #663300 dashed 0px; /*brown*/
}

a:link,
a:active,
a:visited{
  color: #006b91; /*dark blue*/
  text-decoration: none;
}
a:hover {
  /*color: #e2251e; eunis red*/
  color: #9fbdd1; /*light blue*/
  text-decoration: none;
}

IMG,
A IMG {
  padding: 0;
  margin: 0;
  border: none;
  background: none;
}
A.pdf {
  padding-left: 24px;
  background: url(img/icons/pdf.png) 0px 2px no-repeat;
}
A.ppt {
  padding-left: 24px;
  background: url(img/icons/ppt.png) 0px 2px no-repeat;
}
A.txt {
  padding-left: 24px;
  background: url(img/icons/txt.png) 0px 2px no-repeat;
}
A.doc {
  padding-left: 24px;
  background: url(img/icons/doc.png) 0px 2px no-repeat;
}
A.zip {
  padding-left: 24px;
  background: url(img/icons/zip.png) 0px 2px no-repeat;
}
DIV {
  margin: 0;
  padding: 0;
}
.ukryj_all {
  visibility: hidden;
  display: none;
}
.ukryj_nietlo {
  visibility: hidden;
}
.highlight {
  font-variant: small-caps;
  letter-spacing: 1px;
}
.highlight_color {
  color:  #e2251e; /*eunis red*/
}
.h3_cyfry{
	font-size: 17px;
}
.decrease {
	font-size: smaller;
}
.increase {
	font-size: larger;
}
.italik {
	font-style:italic;
}
#wrapper {
  width: 1016px !important; /**/
  margin:  20px auto;
  padding: 0px 0px;
  background-image: none;
  background-color: #fff;
  border: #c0d9e5 solid 1px;
}
ul.horizontal {
  margin: 0;
  padding: 0;
  border: #CC3300 solid; /*brown*/
  border-width: 0px 0px;
  
}
ul.horizontal li{
  float: right;
  list-style: none;
  list-style-image: none;
  text-align: center;
  margin: 0px 0px;
  padding:0 0px;
  border: #fff solid 0px; /**/
}
ul.horizontal li a{
  display: block;
  height: inherit;
  width: inherit;
}

/********************************************************************************************************
**********************************************top*********************************************************
*********************************************************************************************************/
#top {
  position: relative;
  width: 100%;
} 

/*--------------------top_menu---------------------*/
#top ul{
  position: absolute;
  top: 0px;
  left: 0px;
  height: 23px; /*powinno byc 23px*/
  width: 256px;
  background-color: #e2251e;
  border: #009933 solid 0px; /*green*/
}
#top li{
  width: 128px;
  height: 23px; /*powinno byc 23px*/
}
#top li a{
  color:#FFF;
}
#top li a:hover{ /*bedzie widac jak bedzie menu, odwraca kolory po najechaniu*/
  color: #e2251e; /*eunis red*/
 
  background-color: #FFF;
}
/*--------------------tekst eunis i logo uw---------------------*/


#top_banner {
  text-align: right;
  padding: 6px 0 4px 0;
  border: #009933 solid 0px;
}


#uw_logo {
  padding-right: 15px;
}
#eunis_tekst {
  padding-right: 9px;
}
/********************************************************************************************************
******************************************main_banner*********************************************************
*********************************************************************************************************/
#main_banner{
  width: 100%;
  height: 190px;
  border: #FF0000 dotted 0px; /*red*/
}
#eunis_logo {
  float: left;
  padding: 0 28px;
  
}
#banner_img {
  text-align: right;
}
/********************************************************************************************************
******************************************main_menu******************************************************
*********************************************************************************************************/
#main_menu {
  height: 50px;
  margin: 0 127px 0 254px; /*127 prawidlowo 126 ale brakuje 1px*/
  border: #FF0000 dotted 0px; /*red*/
}
#main_menu li {
  height: 50px;
  width: 127px;
  border:#CCCCCC solid 0px; /*grey*/
}
#main_menu li a{
  height: 100%;/*potrzebne dla IE7*/
  border: #CC3300 solid 0px; /*brown*/
}
/*------------------------hover main_menu--------------------------------*/
#home a:link,
#home a:active,
#home a:visited {
  background: url(img/menu/home_menu.png) top center no-repeat;
}
#home a:hover {
  background: url(img/menu/home_menu_hov.png) top center no-repeat;
}
#survival a:link,
#survival a:active,
#survival a:visited {
  background: url(img/menu/survival_menu.png) top center no-repeat;
}
#survival a:hover {
  background: url(img/menu/survival_menu_hov.png) top center no-repeat;
}
#commitees a:link,
#commitees a:active,
#commitees a:visited {
  background: url(img/menu/commitees_menu.png) top center no-repeat;
}
#commitees a:hover {
  background: url(img/menu/commitees_menu_hov.png) top center no-repeat;
}
#about a:link,
#about a:active,
#about a:visited {
  background: url(img/menu/about_menu.png) top center no-repeat;
}
#about a:hover {
  background: url(img/menu/about_menu_hov.png) top center no-repeat;
}
#contact a:link,
#contact a:active,
#contact a:visited {
  background: url(img/menu/contact_menu.png) top center no-repeat;
}
#contact a:hover {
  background: url(img/menu/contact_menu_hov.png) top center no-repeat;
}
#call a:link,
#call a:active,
#call a:visited {
  background: url(img/menu/call_menu.png) top center no-repeat;
}
#call a:hover {
  background: url(img/menu/call_menu_hov.png) top center no-repeat;
}
#dates a:link,
#dates a:active,
#dates a:visited {
  background: url(img/menu/dates_menu.png) top center no-repeat;
}
#dates a:hover {
  background: url(img/menu/dates_menu_hov.png) top center no-repeat;
}
#organization a:link,
#organization a:active,
#organization a:visited {
  background: url(img/menu/organization_menu.png) top center no-repeat;
}
#organization a:hover {
  background: url(img/menu/organization_menu_hov.png) top center no-repeat;
}
#workshop a:link,
#workshop a:active,
#workshop a:visited {
  background: url(img/menu/workshopRS3G_menu.png) top center no-repeat;
}
#workshop a:hover {
  background: url(img/menu/workshopRS3G_menu_hov.png) top center no-repeat;
}
#registration a:link,
#registration a:active,
#registration a:visited {
  background: url(img/menu/registration_menu.png) top center no-repeat;
}
#registration a:hover {
  background: url(img/menu/registration_menu_hov.png) top center no-repeat;
}
#pandc a:link,
#pandc a:active,
#pandc a:visited {
  background: url(img/menu/pandc_menu.png) top center no-repeat;
}
#pandc a:hover {
  background: url(img/menu/pandc_menu_hov.png) top center no-repeat;
}
#pandp a:link,
#pandp a:active,
#pandp a:visited {
  background: url(img/menu/pandp_menu.png) top center no-repeat;
}
#pandp a:hover {
  background: url(img/menu/pandp_menu_hov.png) top center no-repeat;
}
#gallery a:link,
#gallery a:active,
#gallery a:visited {
  background: url(img/menu/gallery_menu.png) top center no-repeat;
}
#gallery a:hover {
  background: url(img/menu/gallery_menu_hov.png) top center no-repeat;
}
/*-----------------------activ main_menu--------------------------------*/
#home_activ a:link, #home_activ a:active, #home_activ a:visited, #home_activ a:hover {
  background: url(img/menu/home_menu_activ.png) top center no-repeat;
}
#survival_activ a:link, #survival_activ a:active, #survival_activ a:visited, #survival_activ a:hover {
  background: url(img/menu/survival_menu_activ.png) top center no-repeat;
}
#commitees_activ a:link, #commitees_activ a:active, #commitees_activ a:visited, #commitees_activ a:hover {
  background: url(img/menu/commitees_menu_activ.png) top center no-repeat;
}
#about_activ a:link, #about_activ a:active, #about_activ a:visited, #about_activ a:hover {
  background: url(img/menu/about_menu_activ.png) top center no-repeat;
}
#contact_activ a:link, #contact_activ a:active, #contact_activ a:visited, #contact_activ a:hover {
  background: url(img/menu/contact_menu_activ.png) top center no-repeat;
}
#organization_activ a:link, #organization_activ a:active, #organization_activ a:visited, #organization_activ a:hover {
  background: url(img/menu/organization_menu_activ.png) top center no-repeat;
}
#call_activ a:link, #call_activ a:active, #call_activ a:visited, #call_activ a:hover {
  background: url(img/menu/call_menu_activ.png) top center no-repeat;
}
#dates_activ a:link, #datesl_activ a:active, #dates_activ a:visited, #dates_activ a:hover {
  background: url(img/menu/dates_menu_activ.png) top center no-repeat;
}
#workshop_activ a:link, #workshop_activ a:active, #workshop_activ a:visited, #workshop_activ a:hover {
  background: url(img/menu/workshopRS3G_menu_activ.png) top center no-repeat;
}
#registration_activ a:link, #registration_activ a:active, #registration_activ a:visited, #registration_activ a:hover {
  background: url(img/menu/registration_menu_activ.png) top center no-repeat;
}
#pandc_activ a:link, #pandc_activ a:active, #pandc_activ a:visited, #pandc_activ a:hover {
  background: url(img/menu/pandc_menu_activ.png) top center no-repeat;
}
#pandp_activ a:link, #pandp_activ a:active, #pandp_activ a:visited, #pandp_activ a:hover {
  background: url(img/menu/pandp_menu_activ.png) top center no-repeat;
}
#gallery_activ a:link, #gallery_activ a:active, #gallery_activ a:visited, #gallery_activ a:hover {
  background: url(img/menu/gallery_menu_activ.png) top center no-repeat;
}
/********************************************************************************************************
******************************************content*****************************************************
*********************************************************************************************************/

#content {
  position: relative;
  margin: 20px 128px 0 128px; /*tu zapas bo rozne szerokosci h2, dopasowac w poszczegolnych #h2, nachodzacy pasek ma szerokosc 21px*/
  border: #fff999 solid 0px; /*standardowy trik zolta*/
}

#content div.text { /*wspolne dla wszystkich podstron, padding i inne indywidualne ponizej*/
  position: relative;
  height: auto;
  margin-left: 125px;
  margin-top: 13px;
  padding-left: 24px; /*zmienny jest dolny*/
  z-index: 1000;
  border: #999 dotted 0px; 
}
#content div.text p {
  margin: 5px 0;
  padding:0;
  border: #000033 solid 0px; /*dark blue*/
}
#content h2 { /*wspolne dla wszystkich podstron, padding i inne indywidualne ponizej*/
  position: absolute;
  top: 15px;
  height: 255px;
  background-color: none;
  z-index: 1; 
}
#content h3 {
  color: #006B91; /*light blue*/
  text-transform: lowercase;
  font-variant: small-caps;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 0;
  margin: 15px 0 0 0;
  border:#FFFF00 solid 0px; /*yellow*/
} 

#content h4 {
  color: #006B91; /*light blue*/
 
  font-variant: small-caps;
  letter-spacing: 1px;
  padding: 0;
  margin: 15px 0 0 0;
  border:#FFFF00 solid 0px; /*yellow*/
}

/*-------------------------------------reklamy lewa-------------------------------*/
#sponsorzydiamond {
  float:left;

  width: 255px;
  border: #fff999 solid 0px;
  z-index: 1; 
}

.pasek_diamond_main{
	width: 100%;
	height: 95px;
	margin: 205px 0 10px 0;
	padding: 0;
	background: url(img/diamond_sponsors.png) top left no-repeat;
	border: #066 dotted 0px;
}
.pasek_diamond_main IMG {
	margin-top: 30px;
	margin-left:20px;
}
.pasek_diamond{
	width: 100%;
	height: 95px;
	margin: 20px 0 10px 0;
	padding: 0;
	background: url(img/diamond_sponsors.png) top left no-repeat;
	border: #066 dotted 0px;
}
.pasek_diamond IMG {
	margin-top: 30px;
	margin-left:20px;
}
/*-------------------naglówki i tekst poszczegolnych podstron---------------------*/
h2#index_h2 {
  left: 116px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  top: 200px;
  width: 56px;
  height: 390px;
  border: #066 dotted 0px;
  background: url(img/vtekst/empty_vtekst.png) top left no-repeat;
}

h2#empty_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 56px;
  border: #066 dotted 0px;
  background: url(img/vtekst/empty_vtekst.png) top left no-repeat;
}

h2#main_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 56px;
  border: #066 dotted 0px;
  background: url(img/vtekst/news_vtekst.png) top left no-repeat;
}
h2#contact_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 56px;
  background: url(img/vtekst/contact_vtekst.png) top left no-repeat;
}
h2#organising_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 68px;
  height: 289px;
  background: url(img/vtekst/commitees_vtekst.png) top left no-repeat;
}
h2#about_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 56px;
  background: url(img/vtekst/about_vtekst.png) top left no-repeat;
}
h2#survival_h2 {
  left: 54px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 93px;
  background: url(img/vtekst/survival_vtekst.png) top left no-repeat;
}
h2#call_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 93px;
  height: 316px;
  background: url(img/vtekst/call_vtekst.png) top left no-repeat;
}
h2#dates_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 93px;
  height: 609px;
  background: url(img/vtekst/dates_vtekst.png) top left no-repeat;
}
h2#commitees_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 93px;
  background: url(img/vtekst/commitees_vtekst.png) top left no-repeat;
}
h2#organization_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 90px;
  height: 303px;
  background: url(img/vtekst/organization_vtekst.png) top left no-repeat;
  border:#FFFF00 solid 0px; /*yellow*/
}
h2#dorup_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 90px;
  height: 666px;
  background: url(img/vtekst/dorup_vtekst.png) top left no-repeat;
  border:#FFFF00 solid 0px; /*yellow*/
}
h2#workshop_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 56px;
  background: url(img/vtekst/workshop_vtekst.png) top left no-repeat;
}

h2#RS3G_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 56px;
  background: url(img/vtekst/RS3G_vtekst.png) top left no-repeat;
}

h2#registration_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 90px;
  height: 323px;
  background: url(img/vtekst/registration_vtekst.png) top left no-repeat;
}
h2#pandc_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 90px;
  height: 560px;
  background: url(img/vtekst/pandc_vtekst.png) top left no-repeat;
}
h2#pandp_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 90px;
  height: 560px;
  background: url(img/vtekst/pandp_vtekst.png) top left no-repeat;
}
h2#gallery_h2 {
  left: 85px; /*tutaj trzeba zmieniac dla poszczegolnych podstron h2#.., nachodzacy czerwony pasek ma szerokosc 21px*/
  width: 90px;
  height: 560px;
  background: url(img/vtekst/gallery_vtekst.png) top left no-repeat;
}

#main_text {
  padding-bottom: 50px;
}
#contact_text {
  padding-bottom: 200px;
}
#organising_text {
  padding-bottom: 70px;
}
#call_text {
  padding-bottom: 70px;
}
#dates_text {
  padding-bottom: 50px;
}
#about_text {
  padding-bottom: 50px;
}

#survival_text {
  padding-bottom: 100px;
}
#call_text {
  padding-bottom: 50px;
}
#commitees_text {
  padding-bottom: 50px;
}
#organization_text {
  padding-bottom: 180px;
}
#registration_text {
  padding-bottom: 120px;
}
#pandc_text {
  padding-bottom: 120px;
}
#pandp_text {
  padding-bottom: 50px;
}
#gallery_text {
  padding-bottom: 50px;
}
/*-------------------sponsorzy---------------------*/
#sponsorzy{
  position: relative;
  height: auto;
  margin-left: 115px;
  margin-top: 0px;
  padding: 0px;
  
	
}
.pasek_zwykli{
	width: 100%;
	height: 190px;
	margin: 0 0 10px 0;
	text-align: center;
	padding: 0;
	background: url(img/sub_sponsors.png) top left no-repeat;
	border: #066 dotted 0px;
}
.pasek_zwykli IMG {
	margin-top: 30px;
}
/*-------------------pandp---------------------*/
#legend{
	margin-left: 120px;
}
#legend IMG{
	vertical-align: middle;
	margin-left: 30px;
	padding-bottom: 25px;
}
#prezentacje_lista LI{
	margin-top: 10px;
}
/********************************************************************************************************
*****************************************footer*****************************************************
*********************************************************************************************************/
#footer {
  position: relative;
  color: #FFF;
  background-color: #e2251e; /*eunis red*/
}

/*----------------copyrights----------------*/
#footer span{
  width: 25%;
  font-size:9px;
  margin-left: 2px;
  border: #FF9900 dotted 0px; /*orange*/
}
*html #footer span{/*ie6 fix*/
  float: left;
  height: 21px;
  margin-left: 0px;
  padding-left: 2px;
  padding-top: 2px;
  background-color: #e2251e; /*eunis red*/
}
  
#footer a:link,
#footer a:active,
#footer a:visited {
  color:#fff;
}
#footer a:hover {
  color: #9fbdd1; /*light blue*/
}

/*-------------bottom_menu------------------------*/
#bottom_menu {
  position: absolute;
  bottom: 0;
  right: 0;
  font-size: 11px;
  margin-left: 70%;
  border: #660033 dashed 0px; /*fiolet*/
}
*html #bottom_menu {/*ie6 fix*/
  position: relative;
  top: 0;
  right: 0;
  height: 18px;
  border: #660033 dashed 0px; /*fiolet*/ 
}

#bottom_menu li {
  width: 127px;
  border-left:#fff solid 1px;
}
*html #bottom_menu  li {/*ie6 fix*/
  height: 21px;
  padding-top: 2px; /*height+padding-top=23px!!==*html #footer span(height+padding)*/
}
/********************************************************************************************************
*****************************************formularz***************************************************
*********************************************************************************************************/
BODY#registration{
  background-image: none;
  background-color: #fff; /**/
}
#wrapper_reg{
  width: 1016px !important; /**/
  margin:  0px auto;
  padding: 0px 0px;
  background-image: none;
  background-color: #fff;
  border: none;
}
.red{
	color: #EC1C24;/*eunis red*/
}
.black{
	color: #000;
}
.blue1{ 
	color: #83B7D0; /*eunis light blue*/
}
.blue2{
	color: #1894B8; /*eunis middle blue*/
}
.blue3{
	color: #006B91;/*eunis dark blue*/
}
.decrease {
    font-size: 10px;	
}
.increase {
	font-size: 16px;
}
/*---------------------header------------------*/
#header_reg{
	text-align: right;	
}
#logo2010{
	margin-right: 10px;
}
/*-----------------------content------------------*/
H1.reg {
	font-family: Myriad, "Myriad Pro", Calibri, Helvetica,  Arial, sans-serif;
	color: #EC1C24;/*eunis red*/
	font-size: 34px;
	font-weight: normal;
	padding: 0;
	margin: 0 0 3px 0;
}
H2.reg {
	font-family: Myriad, "Myriad Pro", Calibri, Helvetica,  Arial, sans-serif;
	color: #EC1C24;/*eunis red*/
	font-size: 26px;
	font-weight: normal;
	margin-bottom: 10px;
}
DIV#formularz {
	margin: 6% 12% 4% 12%;
}
#formularz TABLE {
	margin-left: 0px;
	margin-bottom: 20px;
}
/*---breadcrumb---*/
#breadcrumb {
	width: 100%;
	height: 17px;
	color: #fff;
	padding: 15px 2px;
	background-color: #EC1C24;/*eunis red*/
	margin: 0;
	
}
#breadcrumb .position {
	color: #006B91;/*eunis dark blue*/
	
}
/*---wszystkie guziki---*/
BODY#registration .guzik {
	width: 130px;
	height: 40px;
	border: #83B7D0 solid 1px;/*eunis light blue*/
	color: #1894B8; /*eunis middle blue*/
	background-color: #FFF;
	padding: auto;
}
BODY#registration .guzik:hover {
	color: #FFF;
	background-color: #83B7D0;/*eunis light blue*/
}
.p_guziki {
	width: 100%;
	margin-top: 20px;
	margin-bottom: 20px;
	border: #009 dotted 0px;
}
.p_guziki INPUT {
	float: right;
}
#continue,
.continue{
	margin-left: 5px;
}
/*---fee---*/
/*---hotels---*/
/*---payment---*/
table#fee,
table#hotels,
table#payment{
	margin-left: 0;
	border-bottom: #83B7D0 solid 3px;/*eunis light blue*/
}
table#payment{
	width: 100%;
}
#fee TR.header,
#hotels TR.header,
#payment TR.header{
	color: #FFF;
	text-align: center;
	background-color: #83B7D0;/*eunis light blue*/
}
#fee TD,
#payment TD{
	padding: 8px 43px;
}
#hotels .header TD{
	padding: 8px 43px;
}
#hotels TD,
.no_border TD{
	padding: 8px 20px;
}
.no_border{
	border: none;
}
/*---accompaning person---*/
/*---summary---*/
#summary{
	width: 100%;
	border: #000 dotted 0px;
}
#summary TD.lewa{
	width: 40%;
	border: #000 dotted 0px;
}
.blue_bgd{
	color: #FFF;
	background-color:  #1894B8; /*eunis middle blue*/
	padding: 10px 5px ;
	
}
/*---------------------footer------------------*/
#footer_reg {
	clear: both;
	margin: 70px 0 0 0;
}
p#pasek_red{
	width: 100%;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #EC1C24;/*eunis red*/
}
#footer_data{
	float: right;
	height: 18px;
	margin: 0 0 50px 0;
	padding: 0;
		
}