html {
   background: #c6e1f6 url('/files/gfx/background.jpg') repeat-x;
   color: #222222;
   padding: 0px;
   font-family: Tahoma, Verdana;
   font-size: 12px;
   height: 100%;
   min-height: 100%;
 }

body {
  margin: 0px;
  height: 100%;
  min-height: 100%;
  text-align: justify;
}

ul#menu, ul#menu li {margin: 0; padding: 0; list-style: none;}

/* GLOWNE WARSTWY */

div#main {
  height: 100%;
  min-height: 100%;
  width: 802px;
  margin: 0 auto;
}

div#center {
  background: #ffffff;
  min-height: 45%;
  vertical-align: top;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
}

div#top {
  background-image: url('/files/gfx/top.jpg');
  width: 782px;
  height: 340px;
  margin-top: 0px;
  vertical-align: top;
}

div#slogan {
  position: relative;
  left: 350px;
  top: -26px;
  width: 432px;
  height: 74px;
  z-index: 2;
}

div#logo {
  width: 197px;
  height: 99px;
  position: relative;
  top: 230px;
  left: 10px;
  z-index: 10;
  cursor: pointer;
}

div#topMenuContainer {
  width: 575px;
  height: 35px;
  position: relative;
  top: 205px;
  left: 200px;
  z-index: 2;
  text-align: right;
}

div#contentContainer {
  width: 100%;
}

div#leftMenu {
  width: 220px;
  padding: 2px;
  float: left;
}

div#contactContentContainer {
  width: 558px;
  float: left;
}

div#contactLeftContent {
  float: left;
  padding: 70px 10px 10px 10px;
  width: 55%;
  height: 380px;
  vertical-align: top;
}

div#contactMiddleContent {
  background: url('/files/gfx/spacer.gif');
  float: left;
  padding: 10px 0 10px 0;
  width: 15px;
  height: 450px;
}

div#contactRightContent {
  padding: 10px;
  float: left;
  width: 35%;

  vertical-align: top;
}

div#footer {
  font-size: 9px;
  text-align: right;
  padding: 5px 0 5px 0;
}

div#myDiv {
  z-index: 20;
}
/* KONIEC GLOWNYCH WARSTW */

.leftMenu {
  padding: 2px;
  vertical-align: top;
  width: 220px;
}

.content {
  padding: 10px;
  font-family: tahoma;
  font-size: 12px;
  vertical-align: top;
  width: 528px;
}



.articleName {
  font-family: "Times New Roman", Times, serif;
  font-size: 30px;
  text-align: right;
  letter-spacing: -1px;
  color: #004b90;
}

.articleHeader {
  font-size: 14px;
  font-weight: bold;
}

img#pictureLogo {
  cursor: pointer;
}

.topMenuBreak {
  font-size: 17px;
}

.galleryPictureArea {
  vertical-align: middle;
  text-align: center;
  width: 170px;
  height: 180px;
  background: url('/files/gfx/gallery_pic_back2.jpg');
  background-repeat: no-repeat;
  padding: 5px;
  margin: 10px;
}

.galleryListTable {
  width: 100%;
  text-align: center;
}

a {
  font-family: verdana;
  font-size: 12px;
  text-decoration: none;
  color: #434343;
}

a:hover {
  color: #111111;
}

a.topMenu, a.topMenu:link, a.topMenu:visited {
  font-size: 17px;
  letter-spacing: -1px;
  word-spacing: -1px;
}

a.topMenuSelected, a.topMenuSelected:link, a.topMenuSelected:visited {
  font-size: 17px;
  letter-spacing: -1px;
  word-spacing: -1px;
  color: #6285d6;
}

a.topMenuSelected:hover {
  color: #111111;
}

a.menu:hover {
  color: #777777;
}

a.menuSelected, a.menuSelected:link, a.menuSelected:visited {
  color: #6285d6;
}

a.menuSelected:hover {
  color: #777777;
}

a.easyLink, a.easyLink:link, a.easyLink:visited {
  font-size: 9px;
}
