* {
  margin: 0;
  padding: 0;
}

img {
  border: 0;
}

/** ======================================================================= **/
body {
  font-family: Verdana, Helvetica, sans-serif;
  font-size: 12px;
  color: #000;
  text-align: center;
  background: #505050;
}

h1 {
  font-size: 2em;
}

h3 {
  font-size: 1.3em;
  font-weight: bold;
  padding: 10px 0 5px 0;
  
  text-align: left;
}

h4 {
  font-size: 1.4em;
  font-weight: bold;
  padding: 10px 0;
  
  text-align: left;
}

.clr {
  clear: both;
}

.center {
  text-align: center;
}

.float-left {
  float: left;
}

.float-right {
  float: right;
}

ul.marker-arrow {
  list-style-image: url(/var/img/marker/list/arrow.jpg);
}

/** ========================================================== Header ===== **/
#header-wrap {
  width: 100%;
  height: 340px;
  
  background: url(/var/img/background/header-wrap.jpg) repeat-x;
}

#header {
  width: 1000px;
  height: 340px;
  
  margin: 0 auto;
  
  background: url(/var/img/background/header.jpg) no-repeat;
  
  text-align: left;
}

/** -------------------------------------------------- CIMP Main Logo ----- **/
#logo-cimp-main {
  float: left;
  
  width: 800px;
  
  margin: 0 0 90px 0;
}

/** ------------------------------------------------------- Main Menu ----- **/
#menu-container
{
	display: none;
}

#main-menu {
  list-style: none;

  float: right;
  
  width: 134px;
  height: 340px;
  
  margin: 0 20px 0 -134px;
  
  font-size: 11px;
  text-align: center;
}

#main-menu li ul {
  list-style: none;
  
  width: 134px;
}

#main-menu li ul li {
  width: 134px;
  
  margin: 1px 0 0 0;
  padding: 5px 0;
  
  background: rgba(72,108,36,0.90);
}

#main-menu a {
  text-decoration: none;
  color: #DCDCDC;
}

#main-menu a:hover {
  text-decoration: underline;
}

/** ------------------------------------------- "Zadaj pytanie" Block ----- **/
#zadaj-pytanie {
  float: left;

  width: 240px;
  height: 145px;
  
  margin: 0 0 0 25px;
}

#zadaj-pytanie p {
  margin: 0 15px;
  
  text-align: left;
}

#zadaj-pytanie a {
  text-decoration: none;
  color: #DCDCDC;
  
  margin: 10px 15px 0 0;
  
  float: right;
}

#zadaj-pytanie a:hover {
  text-decoration: underline;
}


/** ========================================================= Content ===== **/
#content-wrap {
  width: 100%;
  
  background: #E8EAF1;
}

#content {
  width: 960px;
  
  margin: 0 auto;
  padding: 20px 20px 30px 20px;
}

#content h1 {
  margin: 0 0 10px 0;
  
  text-align: left;
}

#content p {
  margin: 0 0 10px 0;
  
  text-align: left;
}

#content ul {
  margin: 0 0 10px 30px;
  
  text-align: left;
}

#content ol {
  margin: 0 0 10px 30px;
  
  text-align: left;
}

#content dl {
  padding: 20px 0 0 0;
  
  text-align: left;
}

#content dl dt {
  margin: 0 0 5px 0;
  
  font-weight: bold;
}

#content dl dd {
  margin: 0 0 10px 5px;
  padding: 10px 5px;
  
  border-bottom: solid 1px #DDD;
}

#content dl dd:hover {
  background: #F2F4F9;
}

#content a {
  text-decoration: none;
  color: #333;
}

#content a:hover {
  text-decoration: underline;
}

#content a.off {
  color: #AAA;
}

#content a.off:hover {
  text-decoration: none;
}

/** ========================================================== Footer ===== **/
#footer-wrap {
  width: 100%;
  
  background: #505050;
}

#footer {
  clear: both;

  width: 1000px;
  
  margin: 0 auto;
  
  font-size: 11px;
  text-align: left;
  color: #E7E7E7;
}

#footer a {
  text-decoration: none;
  color: #E7E7E7;
}

#footer a:hover {
  text-decoration: underline;
  color: #FFF;
}

#copyright-notice {
  float: left;
  
  margin: 0 0 0 20px;
  padding: 5px 0;
}

#footer-menu {
  float: right;
  
  list-style: none;
  
  margin: 0 20px 0 0;
}

#footer-menu li {
  float: left;
  
  padding: 5px 0;
}