
html,body {
  margin: 0px;
  padding: 0px;
  color: #aaa;
  background-color: #000;
  text-align: center;
  font-family: Arial, Verdana, Monospace;
  font-size: 14px; }

div#title,div#menu,div#header_div,div#main,div#footer,div#copytight,div.span {
  display: block;
  clear: both;
  width: 800px;
  margin: 0px auto 0px auto;
  padding: 0px;
  background: transparent;
  text-align: left; }
  
div#title {
  height: 248px;
  background-position: 50% 0;
  background-repeat: no-repeat; }
div#title h1 {
  margin: 0px;
  padding: 0px; }
div#title h1 a,div#title h1 a:hover,div#title h1 a:active,div#title h1 a:visited  {
  display: block;
  width: 800px;
  height: 241px;
  border: 0px;
  margin: 0px;
  padding: 0px;
  text-decoration: none; }
div#title h1 a span {
  display: none; }
  
div.span {
  height: 40px;
  background-image: url('../images/gfx/dots.png');
  background-position: 50% 50%;
  background-repeat: no-repeat; }

div#menu {
  position: relative;
  height: 60px;
  overflow: visible; }

div#menu h1 {
  display: none; }
div#menu ul {
  display: block;
  width: 800px;
  height: 18px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none; }
div#menu ul li { 
  display: block;
  float: left;
  clear: none;
  border: 0px; 
  margin: 0px;
  padding: 0px;
  height: 18px;
  list-style: none;  
  text-align: center; 
  z-index: 10; 
  font-variant: small-caps; }
div#menu ul li a {
  display: block;
  position: relative;
  float: left;
  height: 18px; 
  margin: 0px;
  padding: 0px; 
  background-position: 0 0;
  background-repeat: no-repeat; }
div#menu ul li a:hover {
  background-position: 0 0;
  background-repeat: no-repeat; }
div#menu ul li a span {
  display: none; 
  z-index: 10; } 
div#menu ul li ul {
  display: block;
  float: left;
  clear: left;
  text-align: left;
  width: 10px;
  overflow: visible !important;
  overflow:hidden;
  margin:0;
  padding: 0px;
  padding-top: 12px;
  height: auto; 
  z-index:100;
  zoom:1;
  visibility: hidden;
  background: transparent; }
div#menu ul li ul li {
  display: block;
  float: left;
  clear: left;
  padding: 3px 0px 3px 0px;
  margin: 0px;
  height: auto;
  z-index:100;
  list-style: none;
  background-color: #000;
  color: #ccc;
  font-size: 13px; 
  text-align: left; }
div#menu ul li ul li a {
  display: block; 
  height: 14px;
  margin: 0;
  padding: 0;
  width: auto;
  color: #ccc;
  white-space: nowrap;
  text-decoration: none; 
  background-position: 0 0; 
  background-repeat: no-repeat; }
div#menu ul li ul li a:hover {
  background-repeat: no-repeat;
  background-position: 0 0; 
  text-decoration: underline; }
div#menu ul li ul li a span {
  display: none; }

div#menu div#flagi {
  position: absolute;
  display: block;
  border: 0px; 
  margin: 0px;
  padding: 0px;
  width: 82px;
  height: 22px;
  bottom: 0px;
  right: 0px;
  z-index: 10;
  background: transparent; }
div#menu div#flagi ul { 
  display: block;
  border: 0px; 
  margin: 0px;
  padding: 0px;
  height: 22px; 
  width: 100px; 
  zoom: 1;
  z-index: 10; }
div#menu div#flagi ul li {
  display: block;
  border: 0px; 
  margin: 0px;
  padding: 0px;
  float: left;
  clear: none;
  margin: 0px;
  padding: 0px;
  width: 20px;
  height: 20px;
  zoom:1;
  z-index: 10; }
div#menu div#flagi ul li a {
  margin: 0px;
  padding: 0px;
  border: 0px;
  display: block;
  width: 20px;
  height: 20px; 
  background-repeat: no-repeat;
  background-position: 50% 50%; 
  z-index: 10;
  position: relative; }
div#menu div#flagi ul li a span {
  display: none; }
/*div#menu div#flagi #flag_pl { 
  background-image: url('../images/gfx/oval_pl.png'); }
div#menu div#flagi #flag_en { 
  background-image: url('../images/gfx/oval_en.png'); }
div#menu div#flagi #flag_de { 
  background-image: url('../images/gfx/oval_de.png'); }
div#menu div#flagi #flag_ru { 
  background-image: url('../images/gfx/oval_ru.png'); } */
div#menu div#flagi #flag_pl { 
  background-image: url('../images/gfx/pl_20.jpg'); }
div#menu div#flagi #flag_en { 
  background-image: url('../images/gfx/en_20.jpg'); }
div#menu div#flagi #flag_de { 
  background-image: url('../images/gfx/de_20.jpg'); }
div#menu div#flagi #flag_ru { 
  background-image: url('../images/gfx/ru_20.jpg'); }
  
div#header_div {
  clear: both;
  height: 70px; }
div#header_div h1 {
  display: block;
  float: left;
  clear: both;
  width: 100%;
  height: 70px;  
  background-position: 0 100%;
  background-repeat: no-repeat; }
div#header_div h1 span {
  display: none; 
  z-index: 10; } 
  
div#footer {
  padding: 20px 0 20px 0;
  text-align: center; }
div#footer ul {
  margin: 0;
  padding: 0; 
  list-style: disc; }
div#footer ul li {
  display: inline;
  margin: 5px 10px 5px 10px;
  padding: 0px; }
div#footer ul li a {
  color: #999;
  font-variant: small-caps;
  text-decoration: none; }
div#footer ul li a:hover {
  color: #ccc; 
  text-decoration: underline; }

div#copytight {  
  padding: 20px 0 20px 0;
  text-align: center; 
  color: #666; 
  font-variant: small-caps; }
div#copytight a {
  text-decoration: none; 
  color: #666; }
div#copytight a:hover {
  text-decoration: underline; 
  color: #999;}
div#main h1,div#main h2,div#main h3,div#main h4,div#main h5,div#main h6 {
  color: #fff;
  padding: 0;
  margin: 10px 0 10px 0; 
  text-decoration: none; }
div#main h1 {
  font-size: 20px;
  font-weight: normal; }
div#main h2 {
  font-size: 20px; 
  font-weight: normal;
  }
div#main h3 {
  font-size: 18px; }
div#main h4 {
  font-size: 16px; }
div#main h5 {
  font-size: 14px; }
div#main h6 {
  font-size: 13px; }
div#main p {
  margin: 10px 0px 10px 0px;
  text-align: justify; }

div#main a {
  text-decoration: none; }  
div#main a {
  text-decoration: underline; 
  color: #dd2; }
div#main a:hover {
  text-decoration: none; }
div#main ul {
  list-style-type:disc;
  padding: 0; 
  margin: 10px 0 10px 0; }
div#main ul li {
  margin: 10px 0 10px 10px;
  padding: 0 0 0 10px;
  list-style-position: inside; }
div#main ul li b {
  color: #dd2; }
div#main ul li ul {
  list-style-type:disc; }
div#main img {
  display: block;
  border: 0px;
  margin: 0px auto; }

#home #main div.west_side div.clear { height: 30px; }
    
#main .west_side {
  display: block;
  float: left;
  clear: none;
  width: 380px; }
#main .east_side {
  display: block;
  float: right;
  clear: none;
  width: 380px; }
  
  
/* ===============================  tła logo  =============================== */
#contact div#title  { background-image: url('../images/gfx/contact_logo.jpg');}
#gallery div#title  { background-image: url('../images/gfx/gallery_logo.jpg');}
#home div#title     { background-image: url('../images/gfx/home_logo.jpg');}
#news div#title     { background-image: url('../images/gfx/news_logo.jpg');}
#schedule div#title { background-image: url('../images/gfx/schedule_logo.jpg');}
#shop div#title     { background-image: url('../images/gfx/shop_logo.jpg');}
#aboutus div#title,#reviews div#title  { background-image: url('../images/gfx/aboutus_logo.jpg');}
#projects div#title { background-image: url('../images/gfx/projects_logo.jpg');}
#discography div#title,#download div#title,#online div#title    { background-image: url('../images/gfx/music_logo.jpg');}

/* ================================  polisz  ================================ */
#pl #home_link     { width: 63px; background-image: url('../images/pl/home_b.png'); }
#pl #news_link     { width: 129px; background-image: url('../images/pl/news_b.png'); }
#pl #schedule_link { width: 97px; background-image: url('../images/pl/schedule_b.png'); }
#pl #gallery_link  { width: 90px; background-image: url('../images/pl/gallery_b.png'); }
#pl #shop_link     { width: 64px; background-image: url('../images/pl/shop_b.png'); }
#pl #aboutus_link  { width: 72px; background-image: url('../images/pl/aboutus_b.png'); background-position: 3px 0; }
#pl #projects_link { width: 97px; background-image: url('../images/pl/projects_b.png'); }
#pl #music_link    { width: 94px; background-image: url('../images/pl/music_b.png'); background-position: 4px 0; }
#pl #contact_link  { width: 92px; background-image: url('../images/pl/contact_b.png'); }
#pl #aboutus_menu  { width: 72px; }
#pl #music_menu    { width: 94px; }
#pl #aboutus_aboutus_link { width: 68px; background-image: url('../images/pl/aboutus_aboutus_b.png'); background-position: px 0;  z-index: 100;}
#pl #reviews_aboutus_link { width: 89px; background-image: url('../images/pl/reviews_aboutus_b.png'); }
#pl #discography_music_link { width: 110px; background-image: url('../images/pl/discography_music_b.png'); }
#pl #download_music_link { width: 110px; background-image: url('../images/pl/download_music_b.png'); }
#pl #online_music_link { width: 110px; background-image: url('../images/pl/online_music_b.png'); }
#pl #aboutus_aboutus_link:hover { background-image: url('../images/pl/aboutus_aboutus_a.png'); }
#pl #reviews_aboutus_link:hover { background-image: url('../images/pl/reviews_aboutus_a.png'); }
#pl #discography_music_link:hover { background-image: url('../images/pl/discography_music_a.png'); }
#pl #download_music_link:hover { background-image: url('../images/pl/download_music_a.png'); }
#pl #online_music_link:hover { background-image: url('../images/pl/online_music_a.png'); }
#pl #home #home_link,         #pl #home_link:hover     { background-image: url('../images/pl/home_a.png'); }
#pl #news #news_link,         #pl #news_link:hover     { background-image: url('../images/pl/news_a.png'); }
#pl #schedule #schedule_link, #pl #schedule_link:hover { background-image: url('../images/pl/schedule_a.png'); background-position: 0 1px; }
#pl #gallery #gallery_link,   #pl #gallery_link:hover  { background-image: url('../images/pl/gallery_a.png'); background-position: 0 1px; }
#pl #shop #shop_link,         #pl #shop_link:hover     { background-image: url('../images/pl/shop_a.png'); background-position: 0 1px; }
#pl #aboutus #aboutus_link,   #pl #reviews #aboutus_link,   #pl #aboutus_link:hover  { background-image: url('../images/pl/aboutus_a.png'); }
#pl #projects #projects_link, #pl #projects_link:hover { background-image: url('../images/pl/projects_a.png'); background-position: 0 1px; }
#pl #contact #contact_link,   #pl #contact_link:hover  { background-image: url('../images/pl/contact_a.png'); background-position: 0 1px; }
#pl #discography #music_link, #pl #download #music_link, #pl #online #music_link, #pl #music_link:hover    { background-image: url('../images/pl/music_a.png'); background-position: 4px 1px; }
#pl #home #header     { background-image: url('../images/pl/home_header.png'); }
#pl #news #header     { background-image: url('../images/pl/news_header.png'); }
#pl #schedule #header { background-image: url('../images/pl/schedule_header.png'); }
#pl #gallery #header  { background-image: url('../images/pl/gallery_header.png'); }
#pl #shop #header     { background-image: url('../images/pl/shop_header.png'); }
#pl #aboutus #header  { background-image: url('../images/pl/aboutus_header.png'); }
#pl #reviews #header  { background-image: url('../images/pl/reviews_header.png'); }
#pl #projects #header { background-image: url('../images/pl/projects_header.png'); }
#pl #contact #header  { background-image: url('../images/pl/contact_header.png'); }
#pl #discography #header { background-image: url('../images/pl/discography_header.png'); }
#pl #download #header    { background-image: url('../images/pl/download_header.png'); }
#pl #online #header      { background-image: url('../images/pl/online_header.png'); }

/* ================================  inglisz  =============================== */
#en #home_link     { width: 64px; background-image: url('../images/en/home_b.png'); background-position: -16px 50%; }
#en #news_link     { width: 76px; background-image: url('../images/en/news_b.png'); background-position: 0 50%; }
#en #schedule_link { width: 107px; background-image: url('../images/en/schedule_b.png'); background-position: 0 50%; }
#en #gallery_link  { width: 94px; background-image: url('../images/en/gallery_b.png'); background-position: -8px 50%; }
#en #shop_link     { width: 69px; background-image: url('../images/en/shop_b.png'); background-position: -4px 50%; }
#en #aboutus_link  { width: 111px; background-image: url('../images/en/aboutus_b.png'); background-position: 0px 50%; }
#en #projects_link { width: 107px; background-image: url('../images/en/projects_b.png'); background-position: 0 50%; }
#en #music_link    { width: 85px; background-image: url('../images/en/music_b.png'); background-position: -1px 50%; }
#en #contact_link  { width: 86px; background-image: url('../images/en/contact_b.png'); background-position: -6px 50%; }
#en #aboutus_menu  { width: 111px; }
#en #music_menu    { width: 85px; }
#en #aboutus_aboutus_link { width: 68px; background-image: url('../images/en/aboutus_aboutus_b.png'); }
#en #reviews_aboutus_link { width: 60px; background-image: url('../images/en/reviews_aboutus_b.png'); }
#en #discography_music_link { width: 90px; background-image: url('../images/en/discography_music_b.png'); }
#en #download_music_link { width: 78px; background-image: url('../images/en/download_music_b.png'); }
#en #online_music_link { width: 54px; background-image: url('../images/en/online_music_b.png'); }
#en #aboutus_aboutus_link:hover { background-image: url('../images/en/aboutus_aboutus_a.png'); }
#en #reviews_aboutus_link:hover { background-image: url('../images/en/reviews_aboutus_a.png'); }
#en #discography_music_link:hover { background-image: url('../images/en/discography_music_a.png'); }
#en #download_music_link:hover { background-image: url('../images/en/download_music_a.png'); }
#en #online_music_link:hover { background-image: url('../images/en/online_music_a.png'); }
#en #home #home_link,         #en #home_link:hover     { background-image: url('../images/en/home_a.png'); }
#en #news #news_link,         #en #news_link:hover     { background-image: url('../images/en/news_a.png'); }
#en #schedule #schedule_link, #en #schedule_link:hover { background-image: url('../images/en/schedule_a.png'); }
#en #gallery #gallery_link,   #en #gallery_link:hover  { background-image: url('../images/en/gallery_a.png'); }
#en #shop #shop_link,         #en #shop_link:hover     { background-image: url('../images/en/shop_a.png'); }
#en #aboutus #aboutus_link,#en #reviews #aboutus_link,   #en #aboutus_link:hover  { background-image: url('../images/en/aboutus_a.png'); background-position: -2px 50%; }
#en #projects #projects_link, #en #projects_link:hover { background-image: url('../images/en/projects_a.png'); }
#en #contact #contact_link,   #en #contact_link:hover  { background-image: url('../images/en/contact_a.png'); }
#en #discography #music_link, #en #download #music_link, #en #online #music_link, #en #music_link:hover    { background-image: url('../images/en/music_a.png'); }
#en #home #header     { background-image: url('../images/en/home_header.png'); }
#en #news #header     { background-image: url('../images/en/news_header.png'); }
#en #schedule #header { background-image: url('../images/en/schedule_header.png'); }
#en #gallery #header  { background-image: url('../images/en/gallery_header.png'); }
#en #shop #header     { background-image: url('../images/en/shop_header.png'); }
#en #aboutus #header  { background-image: url('../images/en/aboutus_header.png'); }
#en #reviews #header  { background-image: url('../images/en/reviews_header.png'); }
#en #projects #header { background-image: url('../images/en/projects_header.png'); }
#en #contact #header  { background-image: url('../images/en/contact_header.png'); }
#en #discography #header { background-image: url('../images/en/discography_header.png'); }
#en #download #header    { background-image: url('../images/en/download_header.png'); }
#en #online #header      { background-image: url('../images/en/online_header.png'); }

/* ================================  gierman  =============================== */
#de #home_link     { width:55px; background-image: url('../images/de/home_b.png'); background-position: -18px 0; }
#de #news_link     { width:111px; background-image: url('../images/de/news_b.png'); background-position: -8px 0; }
#de #schedule_link { width:99px; background-image: url('../images/de/schedule_b.png'); background-position: -6px 0; }
#de #gallery_link  { width:90px; background-image: url('../images/de/gallery_b.png'); background-position: -6px 0; }
#de #shop_link     { width:61px; background-image: url('../images/de/shop_b.png');  background-position: -5px 0;}
#de #aboutus_link  { width:118px; background-image: url('../images/de/aboutus_b.png'); background-position: 2px 0; }
#de #projects_link { width:110px; background-image: url('../images/de/projects_b.png'); background-position: -6px 0; }
#de #music_link    { width:79px; background-image: url('../images/de/music_b.png'); background-position: 3px 0; }
#de #contact_link  { width:76px; background-image: url('../images/de/contact_b.png');   background-position: -6px 0;}
#de #aboutus_menu  { width: 118px; }
#de #music_menu    { width: 79px; }
#de #aboutus_aboutus_link { width: 70px; background-image: url('../images/de/aboutus_aboutus_b.png'); }
#de #reviews_aboutus_link { width: 95px; background-image: url('../images/de/reviews_aboutus_b.png'); }
#de #discography_music_link { width: 91px; background-image: url('../images/de/discography_music_b.png'); }
#de #download_music_link { width: 81px; background-image: url('../images/de/download_music_b.png'); }
#de #online_music_link { width: 55px; background-image: url('../images/de/online_music_b.png'); }
#de #aboutus_aboutus_link:hover { background-image: url('../images/de/aboutus_aboutus_a.png'); }
#de #reviews_aboutus_link:hover { background-image: url('../images/de/reviews_aboutus_a.png'); }
#de #discography_music_link:hover { background-image: url('../images/de/discography_music_a.png'); }
#de #download_music_link:hover { background-image: url('../images/de/download_music_a.png'); }
#de #online_music_link:hover { background-image: url('../images/de/online_music_a.png'); }
#de #home #home_link,         #de #home_link:hover     { background-image: url('../images/de/home_a.png'); }
#de #news #news_link,         #de #news_link:hover     { background-image: url('../images/de/news_a.png'); }
#de #schedule #schedule_link, #de #schedule_link:hover { background-image: url('../images/de/schedule_a.png'); }
#de #gallery #gallery_link,   #de #gallery_link:hover  { background-image: url('../images/de/gallery_a.png'); }
#de #shop #shop_link,         #de #shop_link:hover     { background-image: url('../images/de/shop_a.png'); }
#de #aboutus #aboutus_link,#de #reviews #aboutus_link,   #de #aboutus_link:hover  { background-image: url('../images/de/aboutus_a.png'); }
#de #projects #projects_link, #de #projects_link:hover { background-image: url('../images/de/projects_a.png'); }
#de #contact #contact_link,   #de #contact_link:hover  { background-image: url('../images/de/contact_a.png'); }
#de #discography #music_link, #de #download #music_link, #de #online #music_link, #de #music_link:hover    { background-image: url('../images/de/music_a.png'); }
#de #home #header     { background-image: url('../images/de/home_header.png'); }
#de #news #header     { background-image: url('../images/de/news_header.png'); }
#de #schedule #header { background-image: url('../images/de/schedule_header.png'); }
#de #gallery #header  { background-image: url('../images/de/gallery_header.png'); }
#de #shop #header     { background-image: url('../images/de/shop_header.png'); }
#de #aboutus #header  { background-image: url('../images/de/aboutus_header.png'); }
#de #reviews #header  { background-image: url('../images/de/reviews_header.png'); }
#de #projects #header { background-image: url('../images/de/projects_header.png'); }
#de #contact #header  { background-image: url('../images/de/contact_header.png'); }
#de #discography #header { background-image: url('../images/de/discography_header.png'); }
#de #download #header    { background-image: url('../images/de/download_header.png'); }
#de #online #header      { background-image: url('../images/de/online_header.png'); }

/* ================================  ruskie  ================================ */
#ru #home_link     { width:71px; background-image: url('../images/ru/home_b.png'); background-position: -13px 0; }
#ru #news_link     { width:89px; background-image: url('../images/ru/news_b.png'); background-position: -9px 0; }
#ru #schedule_link { width:98px; background-image: url('../images/ru/schedule_b.png'); background-position: -9px 0; }
#ru #gallery_link  { width:85px; background-image: url('../images/ru/gallery_b.png'); background-position: -9px 0; }
#ru #shop_link     { width:88px; background-image: url('../images/ru/shop_b.png'); background-position: -7px 0; }
#ru #aboutus_link  { width:121px; background-image: url('../images/ru/aboutus_b.png'); background-position: -2px 0; }
#ru #projects_link { width:89px; background-image: url('../images/ru/projects_b.png'); background-position: -9px 0; }
#ru #music_link    { width:91px; background-image: url('../images/ru/music_b.png');  background-position: 1px 0; }
#ru #contact_link  { width:64px; background-image: url('../images/ru/contact_b.png'); background-position: -6px 0; }
#ru #aboutus_menu  { width: 121px; }
#ru #music_menu    { width: 91px; }

#ru #aboutus_aboutus_link { width: 75px; background-image: url('../images/ru/aboutus_aboutus_b.png'); }
#ru #reviews_aboutus_link { width: 67px; background-image: url('../images/ru/reviews_aboutus_b.png'); }
#ru #discography_music_link { width: 85px; background-image: url('../images/ru/discography_music_b.png'); }
#ru #download_music_link { width: 81px; background-image: url('../images/ru/download_music_b.png'); }
#ru #online_music_link { width: 49px; background-image: url('../images/ru/online_music_b.png'); }
#ru #aboutus_aboutus_link:hover { background-image: url('../images/ru/aboutus_aboutus_a.png'); }
#ru #reviews_aboutus_link:hover { background-image: url('../images/ru/reviews_aboutus_a.png'); }
#ru #discography_music_link:hover { background-image: url('../images/ru/discography_music_a.png'); }
#ru #download_music_link:hover { background-image: url('../images/ru/download_music_a.png'); }
#ru #online_music_link:hover { background-image: url('../images/ru/online_music_a.png'); }
#ru #home #home_link,         #ru #home_link:hover     { background-image: url('../images/ru/home_a.png'); }
#ru #news #news_link,         #ru #news_link:hover     { background-image: url('../images/ru/news_a.png'); }
#ru #schedule #schedule_link, #ru #schedule_link:hover { background-image: url('../images/ru/schedule_a.png'); }
#ru #gallery #gallery_link,   #ru #gallery_link:hover  { background-image: url('../images/ru/gallery_a.png'); }
#ru #shop #shop_link,         #ru #shop_link:hover     { background-image: url('../images/ru/shop_a.png'); }
#ru #aboutus #aboutus_link,#ru #reviews #aboutus_link,   #ru #aboutus_link:hover  { background-image: url('../images/ru/aboutus_a.png'); }
#ru #projects #projects_link, #ru #projects_link:hover { background-image: url('../images/ru/projects_a.png'); }
#ru #contact #contact_link,   #ru #contact_link:hover  { background-image: url('../images/ru/contact_a.png'); }
#ru #discography #music_link, #ru #download #music_link, #ru #online #music_link, #ru #music_link:hover    { background-image: url('../images/ru/music_a.png'); }
#ru #home #header     { background-image: url('../images/ru/home_header.png'); }
#ru #news #header     { background-image: url('../images/ru/news_header.png'); }
#ru #schedule #header { background-image: url('../images/ru/schedule_header.png'); }
#ru #gallery #header  { background-image: url('../images/ru/gallery_header.png'); }
#ru #shop #header     { background-image: url('../images/ru/shop_header.png'); }
#ru #aboutus #header  { background-image: url('../images/ru/aboutus_header.png'); }
#ru #reviews #header  { background-image: url('../images/ru/reviews_header.png'); }
#ru #projects #header { background-image: url('../images/ru/projects_header.png'); }
#ru #contact #header  { background-image: url('../images/ru/contact_header.png'); }
#ru #discography #header { background-image: url('../images/ru/discography_header.png'); }
#ru #download #header    { background-image: url('../images/ru/download_header.png'); }
#ru #online #header      { background-image: url('../images/ru/online_header.png'); }

.clear {
  border: 1px solid transparent;
  clear: both; }

div#main .koncerty ul, div#main .koncerty li {
  list-style-type: none;
  margin: 0px;
  padding: 0px; }
div#main .koncerty ul li h2 {
    padding-left: 0px;
    margin-left: 0;
    color: white;
}
.koncerty img {
  margin: 0 0px 0 0px;
  padding: 0px;
  display: inline; 
}

.koncerty a {
  color: #FFFF00; 
}

.koncerty a:hover {
  color: white; 
}


.galeriakategorii {
width:100%;
}
.galeriakategorii a.kategoria {
/*background:#EAECE3 none repeat scroll 0 0;*/
border:1px solid black;
display:inline;
float:left;
margin:2px 0;
padding: 0px;
text-align:center;
text-decoration:none;
vertical-align:middle;
width:198px;
height: 240px;
color: #fff;
}
.galeriakategorii a.kategoria img {
border:0;
height:190px;
width:190px;
}
.galeriakategorii a.kategoria span {
color:#fff;
display:block;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
/*font-weight: bold;*/
line-height:13px;
margin-top:4px;
text-decoration:none;
}
.galeriakategorii a.kategoria:link {
/*background:#EAECE3 none repeat scroll 0 0;*/
color: #fff;
}
.galeriakategorii a.kategoria:visited,
.galeriakategorii a.kategoria:visited span {
color: #fff;
}
.galeriakategorii a.kategoria:hover {
color: #fff;
}
.galeriakategorii a.kategoria:active {
color: #fff;
}
.galeriakategorii a.kategoria:hover span {
color: #fff;
cursor:pointer;
}


.galeriakategorii {
color: #fff;
width:100%;
}
.galeriakategorii a {
color: #fff;
text-decoration: none;
}
.galeriakategorii a.fot {
/*background:#EAECE3 none repeat scroll 0 0;*/
border:1px solid black;
display:inline;
float:left;
margin:2px 0;
padding:0px;
text-align:center;
text-decoration:none;
vertical-align:middle;
width:194px;
height: 200px;
color: #fff;
}
.galeriakategorii a.fot img {
border:0 none;
height:150px;
width:190px;
}
.galeriakategorii a.fot span {
color:#fff;
display:block;
font-family:Tahoma,Arial,Helvetica,sans-serif;
font-size:12px;
/*font-weight: bold;*/
line-height:13px;
margin-top:4px;
text-decoration:none;
}
.galeriakategorii a.fot:link {
/*background:#EAECE3 none repeat scroll 0 0;*/
color: #fff;
}
.galeriakategorii a.fot:visited span {
/*color:#888888;*/
color: #fff;
}
.galeriakategorii a.fot:hover {
/*background-color:#DFE2EA;*/
color: #fff;
}
.galeriakategorii a.fot:active {
/*background-color:#DFE2EA;*/
color: #fff;
}
.galeriakategorii a.fot:hover span {
color: #fff;
cursor:pointer;
}
