/* CSS Document */

html * {
  padding: 0;
  margin: 0;
}
#cx { color: #FF0000; }

body {
  background: #7b838c url('../img/bg.gif');
  font: 0.75em 'Trebuchet MS', Verdana, Tahoma, sans-serif;
  text-align: center;
  line-height: 1.3;
}
                  
#wrapper {
  text-align: left;
  width: 765px;
  margin: 0 auto;
  background: #fff url('../img/bg_wrapper.jpg') no-repeat; 
  border-left: 3px solid #fff;
  border-right: 3px solid #fff;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// TOP
///////
*/

#top {
  width: 765px;
  height: 175px;
  background: #fff url('../img/top.jpg') no-repeat;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// MENU
////////
*/

#menu {
   width: 194px;
   float: left;
}

#menu-wrapper {
  margin: 1em 0 0 18px;
  background: #fff url('../img/bg_menu.gif') no-repeat; 
  padding: 1em;
}

#menu ul {
  list-style-type: none;
  width: auto;
  padding: 0;
  margin: 0.5em 0;
}

#menu ul li {
  display: inline;
  width: 100%;
  
} 

#menu ul li span{
  padding: 0.3em  0.3em;
  display: block;
  
} 

#menu ul li a {
  color: #000;
  display: block;
  width: 100%;
}

#menu ul li a:hover {
  
}

/*
////////////////////////////////////////////////////////////////////////////////
/// CONTENT
///////////
*/

#content {
  width: 551px;
  float: right;
}

#content-wrapper {
  margin: 1em 18px 0 0;
  background: #fff url('../img/bg_content.gif') no-repeat; 
  padding: 1em;
}

#content form {
  margin-bottom: 2em;
}

#content form.discuss fieldset {
  border: 1px solid #ccc;
  padding: 0.5em 0;
}

#content form.discuss legend {
  padding: 0 0.6em;
  color: #aaa;
}

#content form.discuss table td {
  padding: 0 0.5em;
}

#content .submit {
  border: 1px solid #999;
  padding: 0.3em;
  text-transform: uppercase;
  font-size: 0.9em;
}

#content form input, #content form textarea {
  font-family: Arial, sans-serif;
}

#content ul {
  margin-left: 3em;
}

#content .img {
  float: left;
  width: 206px;
  border: 1px solid #ccc;
  margin: 0.2em 1em 1em 0;
}

#content .img img {
  padding: 2px;
}

#content .img span {
  display: block;
  padding: 4px;
  font: 90% Arial, sans-serif;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// FOOTER
//////////
*/

#footer {
  clear: both;
  width: auto;
  border-top: 1px #b6b6b6 solid;
  border-bottom: 1px #b6b6b6 solid;
}

/*
////////////////////////////////////////////////////////////////////////////////
/// OBECNE
//////////
*/

.nodisplay {
  display: none;
}

h1 {
  display: none;
}

h2 {
  color: #003366;
  margin: 0.5em 0;
  font-size: 160%;
}

h3 {
  color: #003366;
  margin: 0.5em 0;
  font-size: 140%;
}

h4 {
  color: #000;
  margin: 0.5em 0;
  font-size: 120%;
}

em {
  font-style: normal;
  font-weight: bold;
}

p {
  margin: 0.5em 0;
  text-align: justify;
}

ul {
  padding: 0.5em 0;
}

ol {
  padding: 0.5em 2em;
}

table {
  margin: 0.5em 0;
}

table thead {
  font-weight: bold;
}

table td {
  padding: 0.5em 1em 0.5em 0;
  vertical-align: top;
}
