* {
  font-family: Verdana;
  font-size: 13px;
  color: #003a55;
}

body {
  text-align: center;
  padding: 0px;
  margin: 0px;
}

#container {
  margin-left: auto;
  margin-right: auto;
  margin-top: 0px;
  padding: 0px;
  width: 800px;
  text-align: left;
  vertical-align: top;
  background: #ffffff url(img/shadow.png) repeat-y center top;
}


/* head - naglowek strony ------------------------------------------------- */


#head {
  margin: 0px 15px 0px 15px;
  height: 110px;
  border-bottom: 1px solid red;
}

#header {
  height: 90px;
}

#main-logo {
  float: left;
  display: block;
  height: 90px;
  width: 200px;
  background: #ffffff url(img/logo-qbs.png) no-repeat top left;
}

#main-logo span {
  display: none;
}

#qbsusa-logo {
  float: right;
  display: block;
  height: 70px;
  width: 180px;
  background: url(img/qbsusa-logo.png) no-repeat top left;
}

#qbsusa-logo span {
  display: none;
}

#qbs-iso {

  display: block;
  height: 35px;
  width: 250px;
  background: url(img/qbs-iso-jt.gif) no-repeat top left;
}

#qbs-iso span {
  display: none;
}

#secret-main {
	
}

#secret-top {
  height: 5px;
}

#secret-middle {
  height: 35px;
}

#secret-bottom {
  float: right;
  height: 50px;
}

#secret-main a {
  text-decoration: none;
  font-size: 8px;
  font-weight: normal;
  color: #CDCDCD;
}

#main-menu {
  text-align: right;    
  height: 20px;
}


/* content - glowna czesc strony ---------------------------------------- */

#content {
  clear: both;
  margin: 0px 15px 0px 15px;
}

#side-bar {
  float: left;
  width: 210px;
  padding: 0px;
  margin: 0px;
  border-bottom: 1px solid #a3a3a3;
}

#sub-menu {
}

#sub-menu h1 {
  font-size: 13px;
  font-weight: bold;
  margin: 10px 10px 15px 10px;
  padding: 0px;
}

#sub-menu ul {
  margin: 10px 20px 30px 20px;
  padding: 0px;
}

#sub-menu ul li {
  list-style: none;
  font-size: 10px;
  font-weight: bold;
  margin: 5px 0px 0px 0px;
  padding: 0px 0px 0px 10px;
  background: url(img/li-submenu.png) no-repeat center left;
}

#sub-menu ul li a {
  text-decoration: none;
  font-size: 10px;
}

#sub-menu ul li a:hover {
  color: red;
}

/* Glowny obszar w wersji z menu bocznym */
#main-bar {
  margin-left: 210px;
  border-left: 1px solid #a3a3a3;
}

/* Glowny obszar w wersji bez menu bocznego */
#full-main-bar {
}


/* foot - stopka strony ------------------------------------------------- */


#foot {
  clear: both;
  margin: 0px 15px 0px 15px;
  border-top: 1px solid #a3a3a3;
  padding: 10px;
  background: #ffffff;
}

#foot span {
  font-size: 10px;
  color: #666666;
}

/*  style strony tytulowej */

#main-splash {
  height: 172px;
  margin: 0px;
  padding: 0px;
}

#main-splash img {
  margin: 0px;
  padding: 0px;
}

/*  style podstron */

.page-splash {
  display: block;
  margin: 0px;
  padding: 0px;
  border-bottom: 1px solid red;
}

#page {
  text-align: left;
}

/* #page-menu {
  float: right;
  background: #eeeeee;
  border: 1px solid #aaaaaa;
  margin: 20px 20px 20px 20px;
  padding: 5px 5px 5px 20px;
}  */

#page-menu ul {
  list-style-image: url(img/li.png);
  margin: 0px;
  padding: 0px;
}

#page-menu a {
  font-size: 12px;
  font-weight: bold;
  text-decoration: none; 
}

#page-menu a:hover {
  color: red;
}


#page-content {
  padding: 20px;
  text-align: center;
  font-size: 13px;
}

#page-content p {
  text-indent: 20px;
  text-align: justify;
}

#page-content ul {
}

#page-content ul li {
  list-style: disc;
  text-align: left;
}

#page-content ol {
}

#page-content ol li {
  text-align: left;
}

/* #page-content h2 {
  margin: 40px 0px 20px 0px;
  font-size: 12px;
  text-align: left;
  font-weight: bold;
  padding: 0px 0px 2px 0px;
  border-bottom: 1px solid #aaaaaa;
  color: red;
}  */

#page-content h3 {
  margin: 30px 0px 10px 0px;
  text-align: left;
  font-size: 12px;
  font-weight: bold;
}


/*  formularz */


table.form {
   border-collapse: collapse;
   margin-left: auto;
   margin-right: auto;
}


table.form th {
  border: none;
  font-size: 12px;
  font-weight: bold;
  padding: 2px;
  background: none;
  text-align: right;
}

table.form td {
  border: none;
  font-size: 12px;
  font-weight: normal;
  padding: 2px;
  text-align: left;
}

/* czesto uzywane elementy */

.q-name {
  font-weight: bold;
  white-space: nowrap;
}

.version-name {
  font-weight: bold;
}

.version-number {
  font-weight: bold;
  white-space: nowrap;
}

.important {
  font-weight: bold;
}

/* qbn dodane 20071019 w celu prezentacji znaku plus w tabeli wersji programów
przykład użycia w opisie programu q-archiwum */

.oksign {
  font-weight: bold;
  font-size: +23;
}

.user-instruction {
  font-weight: bold;
  font-style: italic;
}

.explanation {
  color: green;
}

.title {
  font-weight: bold;
  font-size: 30px;
  color: #00CCCC;
}


/* sekcje strony ------------------------------------------- */
/* kolory teł menu*/

.section-programy {
  background: #FFFFBD;
}

#section-splash-programy {
  height: 120px;
  background: url(img/splash-programy.jpg) no-repeat top left;
}

.section-systemy {
  background: #7DFFF9;
}

#section-splash-systemy {
  height: 120px;
  background: url(img/splash-systemy.jpg) no-repeat top left;
}


.section-qline {
  background: #B7FFB0;
}


#section-splash-qline {
  height: 120px;
  background: url(img/splash-qline.jpg) no-repeat top left;
}

.section-klient {
  background: #DCDBFF;
}

#section-splash-klient {
  height: 120px;
  background: url(img/splash-klient.jpg) no-repeat top left;
}



.section-qbs {
  background: #FFFF5E;
}

#section-splash-qbs {
  height: 120px;
  background: url(img/splash-qbs.jpg) no-repeat top left;
}
