a {
  text-decoration: none;
  color: #000000;
}

body {
  text-align: center;
  background-color: #000000;
}

.main {
  background-color: #980000;
  background-image: url("images/background.gif");
  background-repeat: no-repeat;
  background-position: top center;
  width: 850px;
  min-height: 518px;
  margin: auto;
  text-align: left;
  position: relative;
  z-index: 0;
}

.gradient {
  background: url("images/gradient.png") repeat-x;
  background-position: top left;
  width: 850px;
  height: 198px;
  position: relative;
  z-index: 2;
}

.footer {
  background: #980000;
  background-position: top center;
  width: 850px;
  height: 100px;
  margin: auto;
  text-align: left;
}

.footer_film {
  background: url("images/footer_film.png") no-repeat;
  background-position: top center;
  width: 850px;
  height: 93px;
  margin: auto;
  position: relative;
  z-index: 1;
  margin-top: -76px;
  color: #000000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
}

.footer_note {
  color: #a0a0a0;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
}

.footer_note a {
  color: #808080;
  text-decoration: none;
}

.footer_note a:hover {
  color: #f0f0f0;
  text-decoration: none;
}

.header {
  background: url("images/header_film.png") no-repeat;
  background-position: top center;
  width: 850px;
  height: 190px;
  position: relative;
  z-index: 4;
  margin-left: auto;
}

.banner_logo {
  width: 850px;
  height: 190px;
  position: relative;
  z-index: 3;
}

.banner_footer {
  width: 760px;
  height: 90px;
  margin: auto;
  text-align: left;
  margin-left: 50px;
  position: relative;
  z-index: 1;
}

.banner_footer_text1 {
  margin-left: 75px; 
  margin-top: 27px;
  float: left;
  position: relative;
  z-index: 4; 
}

.banner_footer_text2 {
  margin-left: 50px; 
  margin-top: 27px;
  float: left;
  position: relative;
  z-index: 4; 
}

.banner_footer_logo1 {
  margin-left: 55px; 
  margin-top: 19px;
  width: 121px;
  height: 56px;
  float: left;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.banner_footer_logo2 {
  margin-left: 122px; 
  margin-top: 19px;
  width: 121px;
  height: 56px;
  float: left;
  position: relative;
  z-index: 5;
  overflow: hidden;
}

.banner_footer_logo1 img, .banner_footer_logo2 img {
  border: none;
}


.menu {
  width: 220px;
  height: auto;
  margin-left: 10px;
  margin-bottom: 10px;
  display: inline;
  float: left;
}

.menu img {
  border: none;
}

.menu_sztacheta1 {
  background: url("images/menu1.png") no-repeat;
  background-position: top left;
  width: 200px;
  height: 22px;
  color: #000000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  padding-left: 10px;
  padding-top: 1px;
  margin-bottom: -1px;
}

.menu_sztacheta1 a:link {
  width: 180px;
  height: 14px;
  color: #000000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 11px;
  font-weight: bold;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.menu_sztacheta1 a:hover {
  color: #606060;
  display: block;
}

.menu_sztacheta2 {
  background: url("images/menu2.png") no-repeat;
  background-position: top left;
  width: 200px;
  height: 19px;
  color: #000000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 10px;
  padding-left: 12px;
  padding-top: 1px;
  margin-bottom: -3px;
}

.menu_sztacheta2 a:link {
  width: 150px;
  height: 10px;
  color: #000000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 7pt;
  font-weight: bold;
  text-decoration: none;
  display: block;
  overflow: hidden;
}

.menu_sztacheta2 a:hover {
  color: #606060;
  display: block;
}

.klaps {
  background: url("images/klaps.png") no-repeat;
  background-position: top left;
  width: 600px;
  height: 105px;
  display: block;
  float: right;
  margin-top: -45px;
  position: relative;
  z-index: 3;
}

.clear { 
  clear:both;
  height: 20px; 
}

.content_window {
  width: 600px;
  clear: right;
  position: relative;
  z-index: 6;
  display: block;
  float: right;
}

#content_background {
  background: url("images/content_background.png") repeat-y;
  width: 600px;
  min-height: 300px;
  height: auto;
  float: right;
}

h1 {
  color: #a07000;
  font-family: Tahoma, Verdana, Arial;
  font-size: 16px;
  font-weight: bold;
}

h2 {
  margin-top: -45px;
  line-height: 40px;
  color: #606060;
  font-family: Tahoma, Verdana, Arial;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 7;
}

h3 {
  margin-top: 0px;
  height: 50px;
  color: #606060;
  font-family: Tahoma, Verdana, Arial;
  font-size: 16px;
  font-weight: bold;
  position: relative;
  z-index: 7;
}

.content {
  padding-left: 30px;
  padding-right: 30px;
  margin-top: 0px;
  color: #606060;
  font-family: Tahoma, Verdana, Arial;
  font-size: 12px;
  position: relative;
  z-index: 7;
  vertical-align: top;
}

.content img {
  border: none;
}

.content_bottom {
  background: url("images/content_background_bottom.png") no-repeat;
  width: 600px;
  height: 24px;
  float: right;
}

.content .scroll {
  overflow: auto;
}
