/*
 projekt: macierzynstwo.pl
 autor: marcin.lisok@fox.com.pl
 data: 2006-08-16 
*/
* { font-family: Verdana, Tahoma, "Bitstream Vera Sans", Helvetica, Arial, Sans-Serif; }
#menu * { font-family: Tahoma; }
html, body, div, span, a, p, img, ul, ol, li, dl, dt, dd,
form, fieldset, label, legend { /* clear default setting */
  border: 0;
  margin: 0;
  padding: 0;
}
html {
  height: 100%;
  min-height: 100%;
  font-size: 0.69em;
}
body {
  color: #000;
  height: auto;
  min-height: 100%;
  background: #fcf2d9;
}
#container {
  height: auto;
  min-height: 100%;
  width: 100%;
  margin: 0;
  padding: 0;
  background: transparent url('../img/lay-page.gif') repeat-y;
  position: relative;
}
#header {
  width: 100%;
  height: 306px;
  margin: 0;
  padding: 0;
  background: transparent url('../img/lay-header.jpg') no-repeat;
  z-index: 50;
}
#content {
  float: left;
  width: 713px;  /* 973px */
  height: auto;
  min-height: 60px;
  padding: 10px 30px;
  margin: 12px 15px;
  background: #fff url('../img/lay-content-773x20.png') repeat-y;
  position: relative;
  z-index: 1;
}
#content-top {
  top: 0;
  left: 0;
  width: 773px;
  height: 14px;
  background: #fff url('../img/lay-content-top-773x14.png') no-repeat;
  position: absolute;
}
#content-bottom {
  clear: both;
  left: 0;
  bottom: 0;
  width: 773px;
  height: 14px;
  background: #fff url('../img/lay-content-bottom-773x14.png') no-repeat;
  position: absolute;
}
#container.mainpage {
  background: transparent;
}
.mainpage #content {
  width: 913px;
  background-image: url('../img/lay-content-973x20.png');
}
.mainpage #content-top {
  width: 973px;
  background-image: url('../img/lay-content-top-973x14.png');
}
.mainpage #content-bottom {
  width: 973px;
  background-image: url('../img/lay-content-bottom-973x14.png');
}
#left {
  float: left;
  width: 240px;
  padding: 8px 0 220px;
  background: transparent url('../img/lay-left-decoration.png') no-repeat 20px bottom;
}

.clear {
  clear: both;
}
#clear {
  clear: both;
  width: 740px;
  height: 70px;
}
#footer {
  clear: both;
  width: 100%;
  height: 54px;
  bottom: 0;
  position: absolute;
  border-top: solid 1px #d7cdb8;
  background: #fff;
  font-size: 11px;
}
#footer ul {
  list-style: none;
}
#footer #copyright {
  top: 8px;
  left: 10px;
  position: absolute;
}
#footer #design {
  top: 8px;
  right: 10px;
  position: absolute;
}
#footer-logo {
  top: -20px;
  width: 61px;
  height: 39px;
  margin: 0 auto;
  background: transparent url('../img/lay-footer-logo.png') no-repeat;
  position: relative;
}
#logo {
  top: 50px;
  left: 860px;
  width: 131px;
  height: 64px;
  position: absolute;
  display: block;
}

#menu {
  top: 266px;
  width: 100%;
  height: 40px;
  display: block;
  background: transparent url('../img/lay-menu.png') repeat-x;
  position: absolute;
  z-index: 100;
}
#menu ul {
  float: left;
  width: auto;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
  list-style: none;
  margin: 6px 0 0 6px;
  padding: 0;
  position: relative;
}
#menu ul li {
  float: left;
  width: auto;
  height: 22px;
  border-left: solid 1px #a5a5a5;
  position: relative;
  display: inline;
}
#menu ul ul {
  float: none;
  top: auto;
  left: -1px;
  width: 196px;
  height: auto;
  display: none;
  margin: 0;
  list-style: none;
  border: solid 1px #999999;
  background: #fff;
  position: absolute;
}
#menu ul ul li {
  clear: both;
  width: 180px;
  height: auto;
  margin: 0;
  padding: 0;
  border: 0;
  background: #fff;
}
#menu ul li:hover ul {
  display: block;
} 
#menu a,
#menu ul li:hover ul a {
  color: #999999;
  padding: 4px 8px;
  text-decoration: none;
  display: block;
}
#menu a:hover,
#menu ul li:hover a,
#menu ul li:hover ul a:hover {
  color: #02703b;
  background-color: #fff;
}
#menu ul ul li a {
  width: 180px;
}

#submenu {
  margin: 0;
  padding: 0;
  border-top: dashed 1px #999999;
  border-right: dashed 1px #999999;
  font-size: 12px;
  font-weight: normal;
  list-style: none;
}
#submenu li {
  border-bottom: dashed 1px #999999;
}
#submenu li a {
  color: #999999;
  padding: 6px 8px;
  display: block;
}
#submenu li a:hover {
  color: #0b5ba4;
  text-decoration: none;
}
#submenu li a.sel {
  font-weight: bold;
}

/* Lists */
ul { margin: .5em 0 .5em 1.4em; list-style-type: disc; }
ol { margin: .5em 0 .5em 2.4em; }
ul.alpha { text-indent: -1.3em; }
ul.alpha li { margin: 0.5em 0; }
dl, dt, dd { margin: 0.6em 0; }
dt { font-weight: bold; margin-top: 1.8em; }
dd { text-align: justify; }

/* common style */
.red { color: red; }
.green { color: green; }
.bold { font-weight: bold; }
.italic { font-style: italic; }
.strike { text-decoration: line-through; }
.left { text-align: left; }
.right { text-align: right; }
.center { text-align: center; }
.noindent { text-indent: 0; }
.nopoint { list-style: none; }
.float { float: left; }
.rfloat { float: right; }
.cnone { clear: none; }

h1,h2,h3,h4,h5,h6 { color: #02703b; font-weight: bold; margin: 1.5em 0 1em; }
h1 { font-size: 120%; margin-top: .5em; }
h2 { font-size: 110%; }
h3 { font-size: 105%; }
h4,h5,h6 { font-size: 100%; }

hr {
  clear: both;
  height: 5px;
  border: 0;
  border-bottom: dotted 1px #999;
}

p {
  text-indent: 0;
  text-align: justify;
  margin: 1em 0;
}
a { color: #02703b; text-decoration: none; background-color: transparent; }
a:hover { text-decoration: underline; }

table {
  width: auto;
  margin: 5px auto;
  font-size: inherit;
}
table td, table th {
  font-weight: normal;
}
table img {
  margin: 0 5px;
}

.monitor {
  float: left;
  width: 500px;
  height: 410px;
  margin-right: 20px;
  background: transparent url('../img/img-monitor.png') no-repeat;
  position: relative;
  z-index: 5;
}
.monitor object {
  float: left;
  width: 320px;
  left: 90px;
  top: 40px;
  position: relative;
}

/* skopiowane ze starego */

.contentpaneopen {
  width: 100%;
  text-align: left;
}

td.contentheading {
  color: #02703b;
  font-weight: bold;
  font-size: 120%;
}

table.contentpane ul {
margin: 0px;
padding: 0px;
list-style: none;
}

table.contentpane ul li{
padding: 0px;
margin: 0px;
padding-left: 15px;
}

.contentdescription {
font-size: 10px;
}
.sectiontableheader {
font-weight: bold;
font-size: 10px;
height: 25px;
line-height: 25px;
}
.categorytitle {
font-weight: bold;
font-size: 16px;
height: 25px;
line-height: 25px;
font-family: "Trebuchet MS", Verdana, sans serif;
}
