* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: white url('../img/bg_body.gif') top left repeat-x;
}

A:link {text-decoration: none; color: #18567D;}
A:active { text-decoration : none;  }
A:visited { text-decoration : none;  }
A:hover { text-decoration : underline; }

#container {
  width: 770px;
  margin: 0 auto;
  color: #6f6f6f;
}

#header {
  color: #6f6f6f;
  background: white url('../img/bg_header.gif') top left repeat-x;
  height: 117px;
}

#headermenu {
  color: #6f6f6f;
  background: white url('../img/bg_headermenu.gif') bottom right no-repeat;
  height:24px;
  padding-left:330px;
  margin-bottom:5px;
}

#body {
  color: #6f6f6f;
  background: white;
}

#footer {
   margin-top:5px;
   margin-left:0px;
   padding:3px;
   padding-left:20px;
   height:68px;
   background: white url('../img/bg_footer.gif') repeat-x;
}

#printit {
   display:none;
}

#content {
   width:550px; 
   clear: right; 
   float: right; 
   margin: 0em; 
   padding: 0em; 
   border: 0px solid #cccccc;
}

#content ul {
  padding-left: 4em;
  margin-bottom: 2em;
}

#content ol {
  padding-left: 4em;
  margin-bottom: 2em;
}

.boxmenu {
   background-color:#ffffff;  
   width:210px; 
   clear: left; 
   float: left; 
   margin-top: 0em;
   margin-right: 10px;   
}

.menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 9.5pt;
	font-style: normal;
	font-weight: bold;
	color: #ffffff;
	padding:3px;
	border-top: 1px solid #ffffff;
	background-color:#1C5392;
}

.menu a {
	color: #ffffff;
}

.submenu {
  line-height: 16px;
  list-style-image: url(../img/s3.gif);
  list-style-position: inside;
  padding:0px;
  padding-left:10px;
  background-color:#d9e4f7;
}


.image {
   border: 1px solid #cccccc;
   padding: 3px;
   margin: 3px;
}

.image2 {
   padding: 3px;
   margin: 3px;
}

.imageleft {
   border: 1px solid #cccccc;
   padding: 3px;
   margin: 3px;
   float:left;
}

.imageright {
   border: 1px solid #cccccc;
   padding: 3px;
   margin: 3px;
   float:right;
}

.listattach {
  margin-left: 50px;
  line-height: 16px;
  list-style-image: url(../img/f_txt.gif);
  list-style-position: outside;     
}

.lista1 {
  line-height: 16px;
  list-style-image: url(../img/s2.gif);
  list-style-position: outside;
}

.lista1 li {
  padding-bottom:10px;
}

.polecamy {
  line-height: 18px;
  list-style-image: url(../img/zn2.gif);
  list-style-position: outside;
}


.clear {
  font-size: 0.1px !important;
  height: 0.1px !important;
  width: 100% !important;
  clear: both !important;
  float: none !important;
}
.hidden {
  display: none;
}
