* {
  border: 0;
  padding: 0;
  margin: 0;
}
body {
  margin: 0 auto;
  padding: 0px;
  font-family: Arial,Helvetica, sans-serif;
  font-size: 12px;
  line-height: 16px;
  color: #666666;
  background: #575757;
}
a {
  font: bold 12px Tahoma, Arial, Helvetica, sans-serif;
  text-decoration: none;
  border: none 0px;
  background:transparent;
  color: #777777;
}
a:link, a:active {
}
a:hover, a:focus, a.selected {
  background:#FFFFA2;
  color: #777777;
}
/**********************************************************
 * LAYOUT
 **********************************************************/
#all,.inner {
  margin:auto;
  text-align:left;
  width:57.69em;
  *width:56.25em;
  min-width:900px;
}
.inner #content_inside {
  float:right;
  margin-left:-25em;
}
.inner .in_block {
  float:left;
  width:238px;
}
.inner #content_inside .in_block {
  margin-left:238px;
}
#all div.shadow_left {
  background:transparent url('/img/layout/shadow_left.jpg') repeat-y left top;
  width:894px;
  padding-left:6px;
}
#all div.shadow_right {
  background:transparent url('/img/layout/shadow_right.jpg') repeat-y right top;
  width:888px;
  padding-right:6px;
}
#main {
  width:888px;
}
#content:after {
  content:".";
  display:block;
  height:0;
  clear:both;
  visibility:hidden;
}
#content {
  zoom:1;
}
#content_inside .in_block {
  position:static;
}
#content_inside {
  width:100%;
}
#content_inside .in_block {
  float:none;
  width:auto;
}
.in_block {
  position:relative;
}
.in_block {
  _position:static; /* IE 6 and below */
}
/**********************************************************
 * LAYOUT - FIX TAGS
 **********************************************************/
h1 {
  font-size:138.5%;  
}
h2 {
  font-size:123.1%; 
}
h3 {
  font-size:108%;  
}
h1,h2,h3 {
  margin:1em 0;
}
h1,h2,h3,h4,h5,h6,strong {
  font-weight:bold; 
}
abbr,acronym {
  border-bottom:1px dotted #000;
  cursor:help;
} 
em {
  font-style:italic;
}
/*
blockquote,ul,ol,dl {
  margin:1em;
}
*/
ol,ul,dl {
  margin-left:2em;
}
ol li {
  list-style: decimal outside;  
}
ul li {
  list-style: disc outside;
}
dl dd {
  margin-left:1em;
}
/*
th,td {
  border:1px solid #000;
  padding:.5em;
}
*/
th {
  font-weight:bold;
  text-align:center;
}
caption {
  margin-bottom:.5em;
  text-align:center;
}
p,fieldset,table,pre {
  margin-bottom:1em;
}
/*
input[type=text],input[type=password],textarea { 
  width:12.25em;
  *width:11.9em;
}
*/
/**********************************************************
 * PNGFIX
 **********************************************************/
* html img, * html .png {
  position:relative;
  behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
    this.src = "/img/layout/transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
    this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
    this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
  );
}
/**********************************************************
 * HEADER
 **********************************************************/
#header {
  width:888px;
  height:205px;
  background:#ffffff;
}
#header a {
  font-weight:normal;
  font-size:12px;
}
#header div.top {
  background: transparent url('/img/layout/header_top.jpg') no-repeat center top;
  height:45px;
}
#header div.mid {
  background: transparent url('/img/layout/header_mid.jpg') repeat-x center top;
  height:20px;
}
#header div.bot {
  background: transparent url('/img/layout/header_bot.jpg') no-repeat center top;
  height:140px;
}
#header div.left {
  float:left;
  padding-top:1px;
  padding-left:5px;
}
#header div.right {
  float:right;
  padding-right:5px;
}
#header div.logo {
  padding-top:10px;
  padding-left:30px;
  width:120px;
  height:120px;
}
#header div.logo a {
  background:transparent;
}
#header div.dane {
  padding-top:20px;
  padding-left:30px;
  width:400px;
  height:100px;
  color:white;
  font-size:14px;
}
#header div.dane a {
  color:white;
}
/**********************************************************
 * BODY
 **********************************************************/
#content {
  background:#ffffff url('/img/layout/content_gradient.jpg') repeat-x center top;
  width:888px;
}
/**********************************************************
 * LEFT
 **********************************************************/
#left {
  width:238px;
  padding-left:8px;
  padding-bottom:20px;
}
#left div.header {
  background:transparent url('/img/layout/menu_item.jpg') no-repeat left bottom;
  height:40px;
}
#left div.header div.item {
  padding-top:20px;
  font-size: 14px;
  font-weight:bold;
}
#left div.menu {
  background:transparent url('/img/layout/menu_item.jpg') no-repeat left bottom;
  height:25px;
}
#left div.menu div.item {
  padding-top:5px;
  padding-left:8px;
  font-weight:bold;
}
#left div.menu div.item2 {
  padding-top:5px;
  padding-left:14px;
  font-weight:bold;
}
#left div.dane {
  padding-left:10px;
}
/**********************************************************
 * RIGHT
 **********************************************************/
#right {
  width:625px;
  padding-top:5px;
  padding-left:5px;
}
#right div.kids {
  padding:0px 5px;
}
#right div.kids div.kid {
  float:left;
  padding:4px 5px;
}
#right div.kids div.frame {  
  position:absolute;
  background:transparent url('/img/layout/right_kids.png') no-repeat center center;
  width:60px;
  height:70px;
}
#right div.kids img {
  border:0px;
  width:60px;
  height:70px;
}
#right div.fieldset {
  padding-bottom:5px;
}
#right div.fieldset fieldset {
  border:1px solid #666666;
  width:500px; /* 5 + 7*(5+60+5) + 5 = 500px */
  padding-top:1px;
  padding-bottom:5px;
  margin:0px;
}
#right div.fieldset legend {
  border: 1px solid #666666;
  padding: 2px 5px;
  margin-left:12px;
}
/**********************************************************
 * RIGHT-POLL
 **********************************************************/
#right div.poll {
  width:510px;
  padding-bottom:10px;
}
#right div.poll hr {
  border:1px dotted #666666;
  margin:20px 0px;
  width:500px;
}
#right div.poll div.err {
  border:1px dotted red;
  padding:5px;
  color:red;
  width:500px;
  margin-bottom:10px;
}
#right div.poll fieldset {
  border:1px solid white;
  width:500px;
  padding-top:3px;
  padding-bottom:3px;
  margin:0px;
  margin-top:3px;
  margin-bottom:3px;
  background:black;
  color:yellow;
}
#right div.poll fieldset label {
  padding-left:20px;
  background:black;
  color:yellow;
}
#right div.poll fieldset input.txt {
  width:200px;
  border:1px solid white;
  background:transparent;
  color:yellow;
}
#right div.poll input.submit {
  border:1px solid white;
  background:black;
  color:yellow;
  padding:2px 20px;
}
#right div.poll fieldset textarea {
  width:500px;
  height:150px;
  background:transparent;
  color:yellow;
  padding:2px;
}
#right div.poll legend {
  border: 1px solid white;
  padding: 2px 5px;
  margin-left:12px;
  font-weight:bold;
  background:black;
  color:yellow;
}
/**********************************************************
 * MOD_NEWS
 **********************************************************/
#right div.mod_news {
  font-family:Verdana,Tahoma,ArialCE,HelvaticaCE,Arial,Helvetica,sans-serif;
  padding-bottom:25px;
}
#right div.mod_news div.date {
  padding-top:5px;
  font-size:11px;
  color:#999999;
}
#right div.mod_news div.author {
  text-align:left;
  font-size:10px;
}
#right div.mod_news div.title {
  padding-top:5px;
  font-size:22px;
}
#right div.mod_news div.content {
  padding-top:10px;
  font-size:12px;
}
/**********************************************************
 * FOOTER
 **********************************************************/
#footer_extra {
  float: left;
  width: 888px;
  background:transparent;
  height:0px;
}
#footer {
  float: left;
  width: 888px;
  background:transparent url('/img/layout/footer_bg.jpg') repeat-x center top;
  height:25px;
}
#footer div.inner {
  text-align:center;
  padding-top:5px;
  color:#935f45;
  font-weight:bold;
}