/* partner-tychy.pl */
* { font-family: Verdana, "Bitstream Vera Sans", Helvetica, Sans-Serif; }
html, body, div, span, a, p, img, ul, ol, li, dl, dt, dd, hr, h1, h2, h3, h4, h5, h6,
pre, code, form, fieldset, label, legend { /* clear default setting */
  border: 0;
  margin: 0;
  padding: 0;
}
body {
  color: gray; 
  font-size: xx-small;
}
h1,h2,h3,h4,h5,h6 {
  margin: 0.5em 0 0.5em 0; 
}
h1 { font-size: 110%; color: #980a0c; margin-top: 0.2em; }
h2 { font-size: 108%; }
h3 { font-size: 106%; }
h4 { font-size: 104%; }
h5 { font-size: 102%; }
h6 { font-size: 100%; }
p {
  text-indent: 1.5em;
  text-align: left;
  margin-top: .5em;
}
hr {
  clear: left;
  width: 100%;
  margin: 0.8em 0 0.8em 0;
  border-top: solid 1px #bfc1b4;
  border-bottom: solid 1px #eee;
  display: block;
}
code, code span, pre, pre span {
  font-family: "courier new", Arial, Helvetica, sans-serif;
}
pre {
  color: inherit;
  border: solid 1px #bfc1b4;
  margin: 10px 0;
  padding: 10px;
  background-color: #ebede3;
}
img {
  max-width: 230px; 
  display: block;
}
#container {
  max-width:240px;
  margin: 0 auto;
  position: relative;
  background-color: #e8e8e8; 
}
#top {
  height: 110px; 
  background: #555555 url('../img/img-header-mini.jpg') 0 30px no-repeat;
}
#header {
  float: left;
  height: 20px;
}
#left {
}
#content {
  float: left;
  background: #e7e7e7 url('../img/shadow-down.png') repeat-x;
  padding: 10px 10px 20px;
  line-height: 1.3em;
}
#clear {
  clear: both;
}
#footer {
  clear: both;
  padding: 3px 5px;
  background: #dadada url('../img/shadow-down.png') repeat-x;
}
#logo a {
  top: -2px;
  left: 2px;
  width: 100px;
  height: 72px;
  background: transparent url('../img/logo-mini.png') no-repeat;
  position: absolute;
  z-index: 1000; 
}
#logo a span {
  display: none;
}
#lang {
  margin-top: 2px;
  float: right;
  height: auto;
/*  list-style: none;*/
}
#lang li {
  padding: 0px 3px;
  display: inline;
  border-left: dotted 1px #ddd;
}
#lang li a {
  color: #ddd;
  text-decoration: none;
}
#lang li a:hover {
  text-decoration: underline;
}
#menu {
  float: left;
  width: 100%;
  background: #992b30;
}
#menu ul {
  float: left;
  margin: 0;
  list-style: none;
}
#menu ul li {
  float: left;
  width: auto;
  margin: 0;
  padding: 5px 4px 5px 4px;
  display: inline;
  border-right: dotted 1px #ddd;
}
#menu ul li a {
  color: #e5cacb;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  background-color: inherit;
}
#menu ul li a:hover {
  color: white;
  background: inherit;
}
#content ul {
  list-style-position: inside;
}
#submenu {
}
#footer {
}
#footer ul {
  z-index: 2;
}
#footer li {
  display: inline;
  padding: 0 4px;
  border-right: dotted 1px gray;
}
#footer a, #footer a:hover {
  color: gray;
  text-decoration: none;
}
#footer a:hover {
  text-decoration: underline;
}
#footer #copyright {
  color: gray;
  padding-top: 2px;
}
#w3c { display: block; width: 100%; }
#w3c li {
  float: left; 
  border: 0;
  padding: 0;
  margin: 0;
}
#created {
  clear: left;
  position: relative;
}

/* common style */
.red { color: red; background-color: inherit; }
.green { color: green; background-color: inherit; }
.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; }

/* FORM */
form {
  color: inherit;
  width: 100%;
  margin: 10px auto 0;
  padding: 5px 0 2px;
  border: solid 3px #a6bed0;
  background: #d4dfe8;
  text-align: left;
  position: relative;
}
form fieldset {
  clear: both;
  width: auto;
  border-top: solid 1px #a6bed0;
  padding: 5px 0 0;
  margin: 5px 5px 0 5px; 
  position: relative;
}
form fieldset.noborder {
  border: 0;
}
form fieldset.buttons {
  text-align: right;
}
form fieldset legend {
  color: #81a4bd; 
  font-weight: normal;
  background: inherit;
}
form fieldset div {
  margin: 5px 0 0 0;
}
form div br {
  display: none;
}
form div label {
  float: left;
  width: 140px;
  padding: 0 3px;
  text-align: left;
}
form div label.big {
  float: none;
  width: auto;
  color: #81a4bd;
  margin: 0 7px;
  text-align: center;
  font-weight: bold;
  font-size: 110%;
  text-indent: 0px;
  background: inherit;
}
form input, form textarea, form select {
  color: #777;
  border: solid 1px;
  border-color: #b0c5d4 #fff #fff #b0c5d4;
  background: #eef3f6;
  font-size: inherit; 
}
form textarea {
  height: auto;
  padding: 1px;
  overflow: auto;
}
form input {
  height: auto;
  padding: 1px;
}
form select {
  height: auto;
}
form input[type='checkbox'], form input[type='radio'] {
  color: #777;
  border: 0;
  vertical-align: middle;
  background: inherit; 
}
form input.button {
  color: #fff;
  width: auto;
  padding: 2px 5px;
  font-weight: bold;
  background-color: #a6bed0;
  border: groove 3px #d4dfe8;
}
form div.hide { display: none; }
form div.show { display: inline; }

form ul.error {
  width: auto;
  color: inherit;
  border: solid 1px;
  border-color: #ffd6a5 #fff8eb #fff8eb #ffd6a5;
  background-color: #fff0db;
  margin: 0 5px 5px; 
  padding: 0;
  text-indent: 0;
  list-style: none;
  position: relative;
}
form ul.error li {
  margin: 0;
  padding: 1px 0 1px 22px;
  text-indent: 0px;
  line-height: 140%;
  background: url(../img/point_error.gif) 2px 1px no-repeat;
}

table {
  border-collapse: collapse;
  margin: 20px 0;
}

table td, table th {
  padding: 4px;
  font-weight: normal;
  border: 1px solid #bbb;
}

.adres {
  float: left; 
  width: 150px;
  margin-bottom: 10px;
  height: auto;
}
.adres h3 {
  margin-top: 0;
}
.adres dt {
  float: left;
  width: 40px;
  text-align: right;
  font-weight: bold;
}
.adres dd {
  margin-left: 45px;
}
.adres .bud { margin-left: 0px; }
.kce1 .bud {  margin-left: 10px; }
.adres dt.znak { margin-top: 10px; } 
.adres dd.znak { margin-top: 20px; text-indent: 5px; }

#frm-kontakt { float: left; width: auto; } 

