body {
  font-size       : 9pt;
  line-height     : 1.5em;
  font-family     : Georgia, serif; 
  color           : #000;
}
a:link, a:visited, a:active {
  text-decoration : none;
  color           : #699;
/*  font-weight     : bold; */
}
a:hover {
  text-decoration : underline;
}
.clear {
  clear           : both;
}
h1 {
  font-size       : 16pt;
  font-weight     : normal;
  font-family     : "Times New Roman",Arial, sans-serif;
  padding         : 10px 5px 5px 5px; 
  color           : #000;
  margin          : 0 0 0 10px;
  border-left     : 1px solid #900;
}
h1#subtitle {
  font-family     : Georgia, serif; 
  color           : #000;
  font-size       : 11pt;
  border          : 0;
  margin          : -7px 0 0 40px;
  padding         : 0;
}
h2 {
  color           : #699;	
  font-family     : "Times New Roman",Arial, sans-serif;
  font-weight     : normal;
}
#logo {
  margin          : 0;
  padding         : 0 0 6px 0; 
  color           : #000;
  border-left     : 0;
}
#online a:link, #online a:visited, #online a:active, #online a:hover {
  color           : #000;
  border          : 0;
  font-weight     : normal;
}
#container {
  height          : auto; 
  margin-right    : auto;
  margin-left     : auto;
  margin-top      : 5px;
}
#left {
  color           : #000;
  background-color: #fff;
  background-image: none; 
  border          : 0;
}

#link_box {
    padding: 0;
}
#link_box_left {
}
#link_box_right {
}

#right {
  color           : #000;
  border          : 10px;
}
#right p {
  margin          : 0px;
  padding         : 5px;
  padding-bottom  : 10px;
  line-height     : 16px;
}
#right .zrodlo {
  font-size       : 7pt;
  font-style      : italic;
}
#footer {
  text-align      : right;
  color           : #ccc;
  margin-top      : 20px;
  padding-right   : 5px;
}
.navcontainer {
  font-size       : 9pt;
  width           : 130px;  
}
.navcontainer ul {
  padding-left    : 5px;
  list-style-type : none;
  margin          : 0;
}
.navcontainer li{
  border-left     : 1px solid #900;
  margin-bottom   : 3px;
}
.navcontainer a {
  display         : block;
  width           : 123px;
  text-decoration : none;
  padding-left    : 5px;
  line-height     : 15px;
}
a.navlist:link, a.navlist:visited, a.navlist:active {
  text-decoration : none;
  color           : #000;
}
.navcontainer a:hover {
  border-left     : 2px solid #900;
  padding-left    : 3px;
}
#footer {
  color           : #900;
}
a.foot_link:link, a.foot_link:visited, a.foot_link:active {
  text-decoration : none;
  color           : #ccc;
  font-size       : 9pt;
  letter-spacing  : 1px;
}
a.foot_link:hover {
  text-decoration : none;
  color           : #000;
  font-size       : 9pt;
  letter-spacing  : 1px;
  text-decoration : underline;
}
pre {
  color           : red;
}
.rek {
  color           : gray;
  font-style      : italic;
}
.podpis {
  text-align      : right; 
}

.kont_form {
  color           : #000;
}	

.kont_form h1{
  margin          : 0 0 5px 5px;
}

.kont_form fieldset {
  margin          : 0;
  padding         : 0;
  border          : none;
}

.kont_form form {
  margin          : 0;
  padding         : 0;
}

.kont_form form label {
  display         : block;
}

.kont_form form label span{
  font-size       : 8pt;
  color           : gray;
}

.kont_form form input, .kont_form form textarea {
  background-color: #6B6B6B;
  border          : none;
  display         : block;
  color           : #fff;
}

.kont_form form textarea {
  width           : 100%;
  height          : 100px;
  margin-bottom   : 1px;
  overflow        : auto;
}

.kont_form form input.send_bt {
  background-color: #2C2C2C;
  width           : 6em;
  margin          : 5px 0 5px 20px;
  float           : right;
  color           : #fff;
}

