/* CSS Document */
* {
	margin: 0;
	padding: 0;
}
body {
	width: 100%;
	height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	background: #000;
	color: #6C6C6C;
}
body object {
  outline: none;
}
body img {
	border: 0;
}
body a {
	color: #FFFFFF;
	text-decoration: underline;
}
body a:hover {
	color: #E10000;
	text-decoration: none;
}
html, body, div#wrap {
  height: 100%;
}
body > div#wrap {
  height: auto;
  min-height: 100%;
}
div#main {
  width: 870px;
  margin: 0 auto;
}
div#top {
  width: 870px;
  height: 107px;
  background: url(images/listwa.jpg) no-repeat 0 0;
  position: relative;
}
div#logo {
  position: absolute;
  top: 5px;
  left: 720px;
}
dl#menu {
  padding: 0 0 0 50px;
}
dl#menu dt {
  float: left;
  padding: 0 0 0 5px;
}
dl#menu dt a {
  display: block;
}
dl#menu dt a.a1 {
  margin-top: 30px;
}
dl#menu dt a.a2 {
  margin-top: 27px;
}
dl#menu dt a.a3 {
  margin-top: 24px;
}
dl#menu dt a.a4 {
  margin-top: 21px;
}
dl#menu dt a.a5 {
  margin-top: 18px;
}
dl#menu dt a.a6 {
  margin-top: 15px;
}
div#content_bottom {
  padding: 60px 80px;
  background: url(images/back_bottom.jpg) no-repeat 0 100%;
}
div#content_top {
  background: url(images/back_top.jpg) no-repeat 0 0;
}
div#content_in {
  background: url(images/back_fill.jpg) repeat-y 50px 61px;
  padding: 0 0 0 50px;
  width: 782px;
}
/********CONTENT********/
h1 {
	margin: 0;
	padding: 0 0 10px 0;
	color: #E10000;
	font-size: 26px;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	color: #E10000;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
}
h3 {
	font-size: 16px;
	color: #E10000;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
}
h4 {
	font-size: 14px;
	color: #E10000;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
}
h5 {
	font-size: 12px;
	color: #E10000;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
}
h6 {
	font-size: 11px;
	color: #E10000;
	margin: 0;
	padding: 0 0 10px 0;
	font-weight: normal;
	line-height: normal;
}
h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
  color: #000 !important;
  text-decoration: none !important;
}
.align-center {
	text-align: center;
}
.align-right  {
	text-align: right;
}
.center {
	text-align: center;
}
.left {
	text-align: left;
}
.right {
	text-align: right;
}
p {
	margin: 0;
  margin: 0 0 10px 0;
	line-height: 150%;
}
p.bodytext {
	margin: 0;
  margin: 0 0 10px 0;
	line-height: 150%;
	/*text-align: justify;*/
}
ul {
	margin: 0;
	padding: 0 5px 5px 22px;
	line-height: 14px;
	/*list-style-position: inside;*/
  margin: 0 0 5px 0;
}
ol {
	margin: 0;
	padding: 0 5px 5px 22px;
	line-height: 14px;
	/*list-style-position: inside;*/
  margin: 0 0 5px 0;
}
span.important {
	color: #E10000;
	font-weight: bold;
}
.csc-textpic-caption {
	font-size: 10px;
	padding: 0;
}
.divider {
  height: 21px;
	background: url(images/line.gif) 0 50% repeat-x;
  margin: 0;
  padding: 0;
}
.csc-frame-indent {
  margin: 0;
  padding: 0 0 0 128px;
}
br.clear_this {
  clear: both;
  line-height: 0;
  font-size: 0;
  height: 0;
}
/*********GRAF*********/
div.day {
  width: 141px;
  height: 300px;
  float: left;
  padding: 10px;
}
div.day h3 {
  line-height: 27px;
  font-weight: bold;
  text-align: center;
  color: red;
}
div.graf {
  width: 141px;
  height: 273px;
  float: left;
  background: url(images/graf.gif) 0 0 no-repeat;
  position: relative;
}
div.graf div {
  position: absolute;
  width: 10px;
}
/**********/
div.graf div.grzona {
  background: green;
  left: 28px;
}
div.graf div.piasek {
  background: blue;
  left: 52px;
}
div.graf div.rudy {
  background: red;
  left: 76px;
}
div.graf div.skuman {
  background: gold;
  left: 100px;
}
div.graf div.trandel {
  background: purple;
  left: 124px;
}
/**********/
div.graf div.start-0 {
  top: 1px;
}
div.graf div.start-1 {
  top: 17px;
}
div.graf div.start-2 {
  top: 33px;
}
div.graf div.start-3 {
  top: 49px;
}
div.graf div.start-4 {
  top: 65px;
}
div.graf div.start-5 {
  top: 81px;
}
div.graf div.start-6 {
  top: 97px;
}
div.graf div.start-7 {
  top: 113px;
}
div.graf div.start-8 {
  top: 129px;
}
div.graf div.start-9 {
  top: 145px;
}
div.graf div.start-10 {
  top: 161px;
}
div.graf div.start-11 {
  top: 177px;
}
div.graf div.start-12 {
  top: 193px;
}
/**********/
div.graf div.end-0 {
  height: 0px;
}
div.graf div.end-1 {
  height: 15px;
}
div.graf div.end-2 {
  height: 31px;
}
div.graf div.end-3 {
  height: 47px;
}
div.graf div.end-4 {
  height: 63px;
}
div.graf div.end-5 {
  height: 79px;
}
div.graf div.end-6 {
  height: 95px;
}
div.graf div.end-7 {
  height: 111px;
}
div.graf div.end-8 {
  height: 127px;
}
div.graf div.end-9 {
  height: 143px;
}
div.graf div.end-10 {
  height: 159px;
}
div.graf div.end-11 {
  height: 175px;
}
div.graf div.end-12 {
  height: 191px;
}
/****************SIFR*****************/
@media screen {
  .sIFR-flash {
    visibility: visible !important;
    margin: 0;
    padding: 0;
  }
  
  .sIFR-replaced, .sIFR-ignore {
    visibility: visible !important;
  }
  
  .sIFR-alternate {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    display: block;
    overflow: hidden;
  }
  
  .sIFR-replaced div.sIFR-fixfocus {
    margin: 0pt; 
    padding: 0pt; 
    overflow: auto; 
    letter-spacing: 0px; 
    float: none;
  }
}

@media print {
  .sIFR-flash {
    display    : none !important;
    height     : 0;
    width      : 0;
    position   : absolute;
    overflow   : hidden;
  }
  
  .sIFR-alternate {
    visibility : visible !important;
    display    : block   !important;
    position   : static  !important;
    left       : auto    !important;
    top        : auto    !important;
    width      : auto    !important;
    height     : auto    !important;
  }
}
h1.sIFR-replaced {
	padding: 0 0 5px 0;
}
h2.sIFR-replaced {
	padding: 0 0 5px 0;
}
h3.sIFR-replaced {
	padding: 0 0 5px 0;
}
h4.sIFR-replaced {
	padding: 0 0 5px 0;
}
h5.sIFR-replaced {
	padding: 0 0 5px 0;
}
h6.sIFR-replaced {
	padding: 0 0 5px 0;
}
/****************SIFR*****************/
.news-list-image {
  width: 204px;
  height: 204px;
  position: relative;
  float: right;
}
.news-list-text {
  width: 380px;
  float: left;
}
.news-list-image .news-list-image-border {
  width: 204px;
  height: 204px;
  background: url(images/news_border.gif) 0 0 no-repeat;
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
}
.news-list-image img {
  position: relative;
  z-index: 1;
  padding: 2px;
}