@import "nullDefault.css";

body {
  width:100%;
  height:100%;
  font-family:Arial, helvetica, sans-serif;
  font-size:12px;
  color:#40342C;
  line-height:14px;
}

#page {
  width:965px;
  height:auto;
  margin:0px auto 0px auto;
  padding:0px 0px 0px 0px;   
}

#header {
  border-bottom:1px solid #40342C;
}

#header .logo {
  width:335px;
  height:94px;
  position:relative;
  text-decoration:none;
  display:block;
  margin:0px auto;
}

#header .logo img {
  position:absolute;
  top:0px;
  left:0px;
  border:0px;
}

#body h1 {
  font-size:18px;
  font-weight:bold;
  padding:24px 20px 14px 20px;
}

#body h2 {
  font-size:14px;
  font-weight:bold;
  margin:0px 0px 13px 0px;
}

#body table {
  width:690px;
  height:auto;
  margin:0px auto 28px auto;
  padding:10px 20px 10px 20px;
  border-bottom:2px solid #B55E0E;
  border-collapse:collapse;  
}

#body table th {
  background:#B55E0E;
  text-align:left;
  padding:12px 0px 12px 20px;
  color:#ffffff;
  font-weight:bold;
}

#body table tr td {
  background:#C7BFBC;
  text-align:left;
  padding:12px 20px 12px 20px;
  color:#000000;
}

#body table h2 {
  margin:0px 0px 11px 0px;
  font-size:12px;
}

.backLink {
  float:right;
  color:#88898C;
}

.backLink:hover {
  color:#40342C;
}

#footer .tagText {
  width:570px;
  text-transform:uppercase;
  line-height:22px;
  text-align:center;
  margin:22px auto 0px auto;
}

#footer strong {
  font-weight:normal;
}

#footer .pow {
  margin:40px 0px 40px 0px;
  color:#ABABAB;
  font-size:11px;
  text-align:center;
}

#footer .pow a {
  color:#ABABAB;
}

ul, dl {
  margin:0px 0px 10px 15px;
}

ul ul, dl dl {
  margin-bottom:0px;
}

ul li, dl dt {
  padding:0px 0px 0px 11px;
  list-style:square;
  height:100%;
}

ol {
  margin:0px 0px 10px 17px;
  padding:0px 0px 0px 10px;
}

ol li {
  list-style:decimal;  
}

ol ol {
  margin-bottom:0px;
}

.tucne {
  font-weight:bold;
}

.kurziva {
  font-variant:italic;
}

.podrzene {
  text-decoration:underline;
}

.orangeText {
  color:#B55E0E;
}

.defaultText {
  color:#40342C;
}

